2024-09-17T08:22:38.978 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-17T08:22:38.995 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-17T08:22:39.071 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908222 branch: reef description: orch/cephadm/mgr-nfs-upgrade/{0-centos_9.stream 1-bootstrap/16.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7908222' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: reef 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\) - CEPHADM_REFRESH_FAILED sha1: 19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: reef sha1: 1cbdc9211df088cccbd94423c7cf3a2b85fe432b owner: scheduled_teuthology@teuthology priority: 930 repo: https://git.ceph.com/ceph.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: 5234 sha1: 19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 sleep_before_teardown: 0 subset: 46/64 suite: orch suite_branch: reef suite_path: /home/teuthworker/src/git.ceph.com_ceph_1cbdc9211df088cccbd94423c7cf3a2b85fe432b/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 1cbdc9211df088cccbd94423c7cf3a2b85fe432b targets: smithi089.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOEhVAx5gcLFbGrbXGlwak2k1m0W3o6kklX01x57O0wgWO4BQr70ldRnThVuRVXkyBZJme513OJ3ZvTaHCH8Nak= smithi133.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA4QMCFNnlQjLHB7aTdSaThXBGdjKpZtDr5OlGEhn6FQdA2DsPoMYtfYxryZWlE36AUo/+9bkzH9U2xkPOcEpTw= tasks: - cephadm: avoid_pacific_features: true cephadm_branch: v16.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v16.2.0 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: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-16_22:08:02 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: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 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-09-17T08:22:39.071 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_1cbdc9211df088cccbd94423c7cf3a2b85fe432b/qa; will attempt to use it 2024-09-17T08:22:39.072 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_1cbdc9211df088cccbd94423c7cf3a2b85fe432b/qa/tasks 2024-09-17T08:22:39.072 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-17T08:22:39.074 INFO:teuthology.task.internal:Checking packages... 2024-09-17T08:22:39.094 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '19e2a2beb6f41a3ab62650e38614eb29b59dcbb9' 2024-09-17T08:22:39.094 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-17T08:22:39.094 INFO:teuthology.packaging:ref: None 2024-09-17T08:22:39.094 INFO:teuthology.packaging:tag: None 2024-09-17T08:22:39.094 INFO:teuthology.packaging:branch: reef 2024-09-17T08:22:39.094 INFO:teuthology.packaging:sha1: 19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 2024-09-17T08:22:39.095 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=reef 2024-09-17T08:22:39.377 INFO:teuthology.task.internal:Found packages for ceph version 18.2.4-855.g19e2a2be 2024-09-17T08:22:39.379 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-17T08:22:39.384 INFO:teuthology.task.internal:no buildpackages task found 2024-09-17T08:22:39.384 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-17T08:22:39.390 INFO:teuthology.task.internal:Saving configuration 2024-09-17T08:22:39.404 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-17T08:22:39.411 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-17T08:22:39.437 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi089.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908222', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-17 08:17:41.380661', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOEhVAx5gcLFbGrbXGlwak2k1m0W3o6kklX01x57O0wgWO4BQr70ldRnThVuRVXkyBZJme513OJ3ZvTaHCH8Nak='} 2024-09-17T08:22:39.462 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi133.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908222', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-17 08:17:41.382447', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA4QMCFNnlQjLHB7aTdSaThXBGdjKpZtDr5OlGEhn6FQdA2DsPoMYtfYxryZWlE36AUo/+9bkzH9U2xkPOcEpTw='} 2024-09-17T08:22:39.462 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-17T08:22:39.468 INFO:teuthology.task.internal:roles: ubuntu@smithi089.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-09-17T08:22:39.468 INFO:teuthology.task.internal:roles: ubuntu@smithi133.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-09-17T08:22:39.468 INFO:teuthology.run_tasks:Running task console_log... 2024-09-17T08:22:39.531 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff8257cbac0>, signals=[15]) 2024-09-17T08:22:39.532 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-17T08:22:39.538 INFO:teuthology.task.internal:Opening connections... 2024-09-17T08:22:39.539 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi089.front.sepia.ceph.com 2024-09-17T08:22:39.540 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:22:39.617 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi133.front.sepia.ceph.com 2024-09-17T08:22:39.618 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:22:39.693 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-17T08:22:39.698 DEBUG:teuthology.orchestra.run.smithi089:> uname -m 2024-09-17T08:22:39.716 INFO:teuthology.orchestra.run.smithi089.stdout:x86_64 2024-09-17T08:22:39.717 DEBUG:teuthology.orchestra.run.smithi089:> cat /etc/os-release 2024-09-17T08:22:39.774 INFO:teuthology.orchestra.run.smithi089.stdout:NAME="CentOS Stream" 2024-09-17T08:22:39.774 INFO:teuthology.orchestra.run.smithi089.stdout:VERSION="9" 2024-09-17T08:22:39.774 INFO:teuthology.orchestra.run.smithi089.stdout:ID="centos" 2024-09-17T08:22:39.774 INFO:teuthology.orchestra.run.smithi089.stdout:ID_LIKE="rhel fedora" 2024-09-17T08:22:39.774 INFO:teuthology.orchestra.run.smithi089.stdout:VERSION_ID="9" 2024-09-17T08:22:39.774 INFO:teuthology.orchestra.run.smithi089.stdout:PLATFORM_ID="platform:el9" 2024-09-17T08:22:39.774 INFO:teuthology.orchestra.run.smithi089.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-17T08:22:39.774 INFO:teuthology.orchestra.run.smithi089.stdout:ANSI_COLOR="0;31" 2024-09-17T08:22:39.774 INFO:teuthology.orchestra.run.smithi089.stdout:LOGO="fedora-logo-icon" 2024-09-17T08:22:39.774 INFO:teuthology.orchestra.run.smithi089.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-17T08:22:39.775 INFO:teuthology.orchestra.run.smithi089.stdout:HOME_URL="https://centos.org/" 2024-09-17T08:22:39.775 INFO:teuthology.orchestra.run.smithi089.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-17T08:22:39.775 INFO:teuthology.orchestra.run.smithi089.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-17T08:22:39.775 INFO:teuthology.orchestra.run.smithi089.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-17T08:22:39.775 INFO:teuthology.lock.ops:Updating smithi089.front.sepia.ceph.com on lock server 2024-09-17T08:22:39.798 DEBUG:teuthology.orchestra.run.smithi133:> uname -m 2024-09-17T08:22:39.817 INFO:teuthology.orchestra.run.smithi133.stdout:x86_64 2024-09-17T08:22:39.817 DEBUG:teuthology.orchestra.run.smithi133:> cat /etc/os-release 2024-09-17T08:22:39.874 INFO:teuthology.orchestra.run.smithi133.stdout:NAME="CentOS Stream" 2024-09-17T08:22:39.875 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION="9" 2024-09-17T08:22:39.875 INFO:teuthology.orchestra.run.smithi133.stdout:ID="centos" 2024-09-17T08:22:39.875 INFO:teuthology.orchestra.run.smithi133.stdout:ID_LIKE="rhel fedora" 2024-09-17T08:22:39.875 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION_ID="9" 2024-09-17T08:22:39.875 INFO:teuthology.orchestra.run.smithi133.stdout:PLATFORM_ID="platform:el9" 2024-09-17T08:22:39.875 INFO:teuthology.orchestra.run.smithi133.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-17T08:22:39.875 INFO:teuthology.orchestra.run.smithi133.stdout:ANSI_COLOR="0;31" 2024-09-17T08:22:39.875 INFO:teuthology.orchestra.run.smithi133.stdout:LOGO="fedora-logo-icon" 2024-09-17T08:22:39.875 INFO:teuthology.orchestra.run.smithi133.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-17T08:22:39.875 INFO:teuthology.orchestra.run.smithi133.stdout:HOME_URL="https://centos.org/" 2024-09-17T08:22:39.875 INFO:teuthology.orchestra.run.smithi133.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-17T08:22:39.875 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-17T08:22:39.876 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-17T08:22:39.876 INFO:teuthology.lock.ops:Updating smithi133.front.sepia.ceph.com on lock server 2024-09-17T08:22:39.898 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-17T08:22:39.907 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-17T08:22:39.912 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-17T08:22:39.912 DEBUG:teuthology.orchestra.run.smithi089:> test '!' -e /home/ubuntu/cephtest 2024-09-17T08:22:39.915 DEBUG:teuthology.orchestra.run.smithi133:> test '!' -e /home/ubuntu/cephtest 2024-09-17T08:22:39.931 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-17T08:22:39.937 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-17T08:22:39.938 DEBUG:teuthology.orchestra.run.smithi089:> test -z $(ls -A /var/lib/ceph) 2024-09-17T08:22:39.973 DEBUG:teuthology.orchestra.run.smithi133:> test -z $(ls -A /var/lib/ceph) 2024-09-17T08:22:40.078 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-17T08:22:40.132 INFO:teuthology.run_tasks:Running task kernel... 2024-09-17T08:22:40.145 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-17T08:22:40.145 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-17T08:22:40.145 DEBUG:teuthology.orchestra.run.smithi089:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T08:22:40.146 DEBUG:teuthology.orchestra.run.smithi133:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T08:22:40.163 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T08:22:40.163 DEBUG:teuthology.orchestra.run.smithi089:> uname -r 2024-09-17T08:22:40.164 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T08:22:40.164 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-09-17T08:22:40.221 INFO:teuthology.orchestra.run.smithi089.stdout:5.14.0-503.el9.x86_64 2024-09-17T08:22:40.222 INFO:teuthology.task.kernel:Running kernel on smithi089: 5.14.0-503.el9.x86_64 2024-09-17T08:22:40.222 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum install -y kernel 2024-09-17T08:22:40.223 INFO:teuthology.orchestra.run.smithi133.stdout:5.14.0-503.el9.x86_64 2024-09-17T08:22:40.223 INFO:teuthology.task.kernel:Running kernel on smithi133: 5.14.0-503.el9.x86_64 2024-09-17T08:22:40.223 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum install -y kernel 2024-09-17T08:22:42.647 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.3 MB 00:00 2024-09-17T08:22:44.390 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 9 - AppStream 30 MB/s | 20 MB 00:00 2024-09-17T08:22:44.693 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - BaseOS 3.1 MB/s | 8.3 MB 00:02 2024-09-17T08:22:50.277 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - AppStream 4.5 MB/s | 20 MB 00:04 2024-09-17T08:22:50.790 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 9 - CRB 2.5 MB/s | 6.5 MB 00:02 2024-09-17T08:22:53.024 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 9 - Extras packages 19 kB/s | 19 kB 00:01 2024-09-17T08:22:54.187 INFO:teuthology.orchestra.run.smithi089.stdout:Extra Packages for Enterprise Linux 22 MB/s | 23 MB 00:01 2024-09-17T08:22:55.853 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - CRB 3.6 MB/s | 6.5 MB 00:01 2024-09-17T08:22:57.420 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - Extras packages 53 kB/s | 19 kB 00:00 2024-09-17T08:22:58.249 INFO:teuthology.orchestra.run.smithi133.stdout:Extra Packages for Enterprise Linux 32 MB/s | 23 MB 00:00 2024-09-17T08:22:59.567 INFO:teuthology.orchestra.run.smithi089.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-09-17T08:23:01.466 INFO:teuthology.orchestra.run.smithi089.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-17T08:23:01.466 INFO:teuthology.orchestra.run.smithi089.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-17T08:23:01.560 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-09-17T08:23:01.569 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-09-17T08:23:01.570 INFO:teuthology.orchestra.run.smithi089.stdout: Package Architecture Version Repository Size 2024-09-17T08:23:01.570 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-09-17T08:23:01.570 INFO:teuthology.orchestra.run.smithi089.stdout:Installing: 2024-09-17T08:23:01.570 INFO:teuthology.orchestra.run.smithi089.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-17T08:23:01.570 INFO:teuthology.orchestra.run.smithi089.stdout:Installing dependencies: 2024-09-17T08:23:01.570 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-17T08:23:01.570 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-17T08:23:01.570 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-17T08:23:01.570 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T08:23:01.570 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-09-17T08:23:01.571 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-09-17T08:23:01.571 INFO:teuthology.orchestra.run.smithi089.stdout:Install 4 Packages 2024-09-17T08:23:01.571 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T08:23:01.571 INFO:teuthology.orchestra.run.smithi089.stdout:Total download size: 79 M 2024-09-17T08:23:01.571 INFO:teuthology.orchestra.run.smithi089.stdout:Installed size: 126 M 2024-09-17T08:23:01.571 INFO:teuthology.orchestra.run.smithi089.stdout:Downloading Packages: 2024-09-17T08:23:01.744 INFO:teuthology.orchestra.run.smithi089.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 466 kB/s | 36 kB 00:00 2024-09-17T08:23:03.571 INFO:teuthology.orchestra.run.smithi133.stdout:lab-extras 44 kB/s | 1.7 kB 00:00 2024-09-17T08:23:05.436 INFO:teuthology.orchestra.run.smithi133.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-17T08:23:05.436 INFO:teuthology.orchestra.run.smithi133.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-17T08:23:05.526 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-09-17T08:23:05.535 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-17T08:23:05.535 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2024-09-17T08:23:05.535 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-17T08:23:05.535 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-09-17T08:23:05.536 INFO:teuthology.orchestra.run.smithi133.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-17T08:23:05.536 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-09-17T08:23:05.536 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-17T08:23:05.536 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-17T08:23:05.536 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-17T08:23:05.536 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-17T08:23:05.536 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-09-17T08:23:05.536 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-17T08:23:05.536 INFO:teuthology.orchestra.run.smithi133.stdout:Install 4 Packages 2024-09-17T08:23:05.536 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-17T08:23:05.537 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 79 M 2024-09-17T08:23:05.537 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 126 M 2024-09-17T08:23:05.537 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-09-17T08:23:05.560 INFO:teuthology.orchestra.run.smithi089.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 4.0 MB/s | 16 MB 00:03 2024-09-17T08:23:05.656 INFO:teuthology.orchestra.run.smithi133.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 371 kB/s | 36 kB 00:00 2024-09-17T08:23:06.098 INFO:teuthology.orchestra.run.smithi133.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 29 MB/s | 16 MB 00:00 2024-09-17T08:23:06.464 INFO:teuthology.orchestra.run.smithi133.stdout:(3/4): kernel-modules-core-5.14.0-508.el9.x86_6 35 MB/s | 29 MB 00:00 2024-09-17T08:23:06.773 INFO:teuthology.orchestra.run.smithi133.stdout:(4/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 28 MB/s | 35 MB 00:01 2024-09-17T08:23:06.773 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-09-17T08:23:06.773 INFO:teuthology.orchestra.run.smithi133.stdout:Total 64 MB/s | 79 MB 00:01 2024-09-17T08:23:07.458 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-09-17T08:23:07.789 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-09-17T08:23:07.789 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-09-17T08:23:08.757 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-09-17T08:23:08.757 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-09-17T08:23:08.960 INFO:teuthology.orchestra.run.smithi089.stdout:(3/4): kernel-modules-core-5.14.0-508.el9.x86_6 4.0 MB/s | 29 MB 00:07 2024-09-17T08:23:10.660 INFO:teuthology.orchestra.run.smithi089.stdout:(4/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 3.8 MB/s | 35 MB 00:08 2024-09-17T08:23:10.660 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-09-17T08:23:10.661 INFO:teuthology.orchestra.run.smithi089.stdout:Total 8.7 MB/s | 79 MB 00:09 2024-09-17T08:23:11.201 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-09-17T08:23:11.343 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2024-09-17T08:23:11.689 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2024-09-17T08:23:11.689 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2024-09-17T08:23:11.866 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-17T08:23:11.948 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T08:23:12.665 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2024-09-17T08:23:12.666 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2024-09-17T08:23:14.703 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T08:23:14.833 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T08:23:15.110 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2024-09-17T08:23:15.729 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-17T08:23:15.819 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T08:23:18.568 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T08:23:18.699 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T08:23:19.659 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T08:23:19.758 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:23:23.520 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T08:23:23.624 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:23:24.620 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:23:28.458 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:24:02.453 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:24:02.493 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:24:02.766 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:24:02.766 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-17T08:24:02.766 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T08:24:02.766 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T08:24:03.608 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:24:03.608 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-17T08:24:03.608 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-09-17T08:24:03.608 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-17T08:24:03.608 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-17T08:24:03.608 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-17T08:24:03.608 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-17T08:24:03.608 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-17T08:24:03.608 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-09-17T08:24:03.953 DEBUG:teuthology.orchestra.run.smithi133:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T08:24:04.046 INFO:teuthology.orchestra.run.smithi133.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T08:24:04.046 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T08:24:04.047 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-17T08:24:04.047 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T08:24:04.047 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T08:24:04.047 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-17T08:24:04.047 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi133.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T08:24:04.047 DEBUG:teuthology.orchestra.run.smithi133:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T08:24:04.106 INFO:teuthology.orchestra.run.smithi133.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T08:24:04.106 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T08:24:04.106 DEBUG:teuthology.orchestra.run.smithi133:> sudo rpm -qi grub2-tools 2024-09-17T08:24:04.143 INFO:teuthology.orchestra.run.smithi133.stdout:Name : grub2-tools 2024-09-17T08:24:04.143 INFO:teuthology.orchestra.run.smithi133.stdout:Epoch : 1 2024-09-17T08:24:04.143 INFO:teuthology.orchestra.run.smithi133.stdout:Version : 2.06 2024-09-17T08:24:04.143 INFO:teuthology.orchestra.run.smithi133.stdout:Release : 82.el9 2024-09-17T08:24:04.143 INFO:teuthology.orchestra.run.smithi133.stdout:Architecture: x86_64 2024-09-17T08:24:04.143 INFO:teuthology.orchestra.run.smithi133.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-17T08:24:04.143 INFO:teuthology.orchestra.run.smithi133.stdout:Group : Unspecified 2024-09-17T08:24:04.143 INFO:teuthology.orchestra.run.smithi133.stdout:Size : 8274670 2024-09-17T08:24:04.144 INFO:teuthology.orchestra.run.smithi133.stdout:License : GPLv3+ 2024-09-17T08:24:04.144 INFO:teuthology.orchestra.run.smithi133.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-17T08:24:04.144 INFO:teuthology.orchestra.run.smithi133.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-17T08:24:04.144 INFO:teuthology.orchestra.run.smithi133.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-17T08:24:04.144 INFO:teuthology.orchestra.run.smithi133.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-17T08:24:04.144 INFO:teuthology.orchestra.run.smithi133.stdout:Packager : builder@centos.org 2024-09-17T08:24:04.144 INFO:teuthology.orchestra.run.smithi133.stdout:Vendor : CentOS 2024-09-17T08:24:04.144 INFO:teuthology.orchestra.run.smithi133.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-17T08:24:04.144 INFO:teuthology.orchestra.run.smithi133.stdout:Summary : Support tools for GRUB. 2024-09-17T08:24:04.144 INFO:teuthology.orchestra.run.smithi133.stdout:Description : 2024-09-17T08:24:04.144 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-17T08:24:04.145 INFO:teuthology.orchestra.run.smithi133.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-17T08:24:04.145 INFO:teuthology.orchestra.run.smithi133.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-17T08:24:04.145 INFO:teuthology.orchestra.run.smithi133.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-17T08:24:04.145 INFO:teuthology.orchestra.run.smithi133.stdout:hardware devices. 2024-09-17T08:24:04.145 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-17T08:24:04.145 INFO:teuthology.orchestra.run.smithi133.stdout:This subpackage provides tools for support of all platforms. 2024-09-17T08:24:04.146 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-17T08:24:04.146 INFO:teuthology.task.kernel:Updating grub on smithi133 to boot 5.14.0-508.el9.x86_64 2024-09-17T08:24:04.146 DEBUG:teuthology.orchestra.run.smithi133:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-17T08:24:04.761 INFO:teuthology.orchestra.run.smithi133.stderr:Generating grub configuration file ... 2024-09-17T08:24:06.092 INFO:teuthology.orchestra.run.smithi133.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-17T08:24:06.107 INFO:teuthology.orchestra.run.smithi133.stderr:done 2024-09-17T08:24:06.109 DEBUG:teuthology.orchestra.run.smithi133:> mktemp 2024-09-17T08:24:06.125 INFO:teuthology.orchestra.run.smithi133.stdout:/tmp/tmp.wcrzho3lsE 2024-09-17T08:24:06.125 DEBUG:teuthology.orchestra.run.smithi133:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.wcrzho3lsE 2024-09-17T08:24:06.192 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 0666 /tmp/tmp.wcrzho3lsE 2024-09-17T08:24:06.337 DEBUG:teuthology.orchestra.remote:smithi133:/tmp/tmp.wcrzho3lsE is 6KB 2024-09-17T08:24:06.387 DEBUG:teuthology.orchestra.run.smithi133:> rm -fr /tmp/tmp.wcrzho3lsE 2024-09-17T08:24:06.402 DEBUG:teuthology.orchestra.run.smithi133:> sudo /bin/ls /boot/loader/entries || true 2024-09-17T08:24:06.468 INFO:teuthology.orchestra.run.smithi133.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-17T08:24:06.469 INFO:teuthology.orchestra.run.smithi133.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-17T08:24:06.469 INFO:teuthology.orchestra.run.smithi133.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-17T08:24:06.469 INFO:teuthology.orchestra.run.smithi133.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-17T08:24:06.470 DEBUG:teuthology.orchestra.run.smithi133:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-17T08:24:06.616 DEBUG:teuthology.orchestra.run.smithi133:> sudo shutdown -r now 2024-09-17T08:24:06.623 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:24:06.662 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:24:07.069 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:24:07.069 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-17T08:24:07.069 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T08:24:07.069 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T08:24:07.887 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:24:07.887 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T08:24:07.888 INFO:teuthology.orchestra.run.smithi089.stdout:Installed: 2024-09-17T08:24:07.888 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-17T08:24:07.888 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-17T08:24:07.888 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-17T08:24:07.888 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-17T08:24:07.889 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T08:24:07.889 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-09-17T08:24:08.234 DEBUG:teuthology.orchestra.run.smithi089:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T08:24:08.386 INFO:teuthology.orchestra.run.smithi089.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T08:24:08.386 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T08:24:08.386 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-17T08:24:08.386 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T08:24:08.386 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T08:24:08.387 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-17T08:24:08.387 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi089.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T08:24:08.387 DEBUG:teuthology.orchestra.run.smithi089:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T08:24:08.445 INFO:teuthology.orchestra.run.smithi089.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T08:24:08.446 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T08:24:08.446 DEBUG:teuthology.orchestra.run.smithi089:> sudo rpm -qi grub2-tools 2024-09-17T08:24:08.485 INFO:teuthology.orchestra.run.smithi089.stdout:Name : grub2-tools 2024-09-17T08:24:08.485 INFO:teuthology.orchestra.run.smithi089.stdout:Epoch : 1 2024-09-17T08:24:08.485 INFO:teuthology.orchestra.run.smithi089.stdout:Version : 2.06 2024-09-17T08:24:08.485 INFO:teuthology.orchestra.run.smithi089.stdout:Release : 82.el9 2024-09-17T08:24:08.485 INFO:teuthology.orchestra.run.smithi089.stdout:Architecture: x86_64 2024-09-17T08:24:08.485 INFO:teuthology.orchestra.run.smithi089.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-17T08:24:08.486 INFO:teuthology.orchestra.run.smithi089.stdout:Group : Unspecified 2024-09-17T08:24:08.486 INFO:teuthology.orchestra.run.smithi089.stdout:Size : 8274670 2024-09-17T08:24:08.486 INFO:teuthology.orchestra.run.smithi089.stdout:License : GPLv3+ 2024-09-17T08:24:08.486 INFO:teuthology.orchestra.run.smithi089.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-17T08:24:08.486 INFO:teuthology.orchestra.run.smithi089.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-17T08:24:08.486 INFO:teuthology.orchestra.run.smithi089.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-17T08:24:08.486 INFO:teuthology.orchestra.run.smithi089.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-17T08:24:08.486 INFO:teuthology.orchestra.run.smithi089.stdout:Packager : builder@centos.org 2024-09-17T08:24:08.486 INFO:teuthology.orchestra.run.smithi089.stdout:Vendor : CentOS 2024-09-17T08:24:08.486 INFO:teuthology.orchestra.run.smithi089.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-17T08:24:08.486 INFO:teuthology.orchestra.run.smithi089.stdout:Summary : Support tools for GRUB. 2024-09-17T08:24:08.486 INFO:teuthology.orchestra.run.smithi089.stdout:Description : 2024-09-17T08:24:08.486 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T08:24:08.487 INFO:teuthology.orchestra.run.smithi089.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-17T08:24:08.487 INFO:teuthology.orchestra.run.smithi089.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-17T08:24:08.487 INFO:teuthology.orchestra.run.smithi089.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-17T08:24:08.487 INFO:teuthology.orchestra.run.smithi089.stdout:hardware devices. 2024-09-17T08:24:08.487 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T08:24:08.487 INFO:teuthology.orchestra.run.smithi089.stdout:This subpackage provides tools for support of all platforms. 2024-09-17T08:24:08.488 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-17T08:24:08.488 INFO:teuthology.task.kernel:Updating grub on smithi089 to boot 5.14.0-508.el9.x86_64 2024-09-17T08:24:08.488 DEBUG:teuthology.orchestra.run.smithi089:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-17T08:24:09.116 INFO:teuthology.orchestra.run.smithi089.stderr:Generating grub configuration file ... 2024-09-17T08:24:10.408 INFO:teuthology.orchestra.run.smithi089.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-17T08:24:10.450 INFO:teuthology.orchestra.run.smithi089.stderr:done 2024-09-17T08:24:10.452 DEBUG:teuthology.orchestra.run.smithi089:> mktemp 2024-09-17T08:24:10.468 INFO:teuthology.orchestra.run.smithi089.stdout:/tmp/tmp.1hARCfRU4l 2024-09-17T08:24:10.468 DEBUG:teuthology.orchestra.run.smithi089:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.1hARCfRU4l 2024-09-17T08:24:10.536 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 0666 /tmp/tmp.1hARCfRU4l 2024-09-17T08:24:10.679 DEBUG:teuthology.orchestra.remote:smithi089:/tmp/tmp.1hARCfRU4l is 6KB 2024-09-17T08:24:10.727 DEBUG:teuthology.orchestra.run.smithi089:> rm -fr /tmp/tmp.1hARCfRU4l 2024-09-17T08:24:10.742 DEBUG:teuthology.orchestra.run.smithi089:> sudo /bin/ls /boot/loader/entries || true 2024-09-17T08:24:10.809 INFO:teuthology.orchestra.run.smithi089.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-17T08:24:10.810 INFO:teuthology.orchestra.run.smithi089.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-17T08:24:10.810 INFO:teuthology.orchestra.run.smithi089.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-17T08:24:10.810 INFO:teuthology.orchestra.run.smithi089.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-17T08:24:10.811 DEBUG:teuthology.orchestra.run.smithi089:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-17T08:24:10.974 DEBUG:teuthology.orchestra.run.smithi089:> sudo shutdown -r now 2024-09-17T08:24:36.645 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-17T08:24:36.646 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-09-17T08:24:36.647 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:24:40.981 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-17T08:24:40.981 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-09-17T08:24:40.981 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:25:15.585 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.89 2024-09-17T08:25:24.594 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-09-17T08:25:24.595 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:25:36.661 DEBUG:teuthology.orchestra.remote:timed out 2024-09-17T08:25:42.977 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.89 2024-09-17T08:25:45.665 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-09-17T08:25:45.665 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:25:46.004 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-09-17T08:25:46.430 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-09-17T08:25:46.430 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-508.el9.x86_64"... 2024-09-17T08:25:46.430 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-09-17T08:25:46.448 INFO:teuthology.orchestra.run.smithi133.stdout:5.14.0-508.el9.x86_64 2024-09-17T08:25:46.448 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-17T08:25:46.448 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T08:25:46.448 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-17T08:25:47.449 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-17T08:25:47.449 DEBUG:teuthology.orchestra.run.smithi133:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T08:25:47.551 INFO:teuthology.orchestra.run.smithi133.stdout:ttyS1 2024-09-17T08:25:47.578 DEBUG:teuthology.parallel:result is None 2024-09-17T08:25:54.978 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-09-17T08:25:54.979 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:25:55.355 DEBUG:teuthology.orchestra.run.smithi089:> true 2024-09-17T08:25:55.750 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-09-17T08:25:55.750 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-508.el9.x86_64"... 2024-09-17T08:25:55.751 DEBUG:teuthology.orchestra.run.smithi089:> uname -r 2024-09-17T08:25:55.765 INFO:teuthology.orchestra.run.smithi089.stdout:5.14.0-508.el9.x86_64 2024-09-17T08:25:55.765 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-17T08:25:55.765 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T08:25:55.766 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-17T08:25:56.766 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-17T08:25:56.766 DEBUG:teuthology.orchestra.run.smithi089:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T08:25:56.848 INFO:teuthology.orchestra.run.smithi089.stdout:ttyS1 2024-09-17T08:25:56.880 DEBUG:teuthology.parallel:result is None 2024-09-17T08:25:56.880 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-17T08:25:56.889 INFO:teuthology.task.internal:Creating test directory... 2024-09-17T08:25:56.889 DEBUG:teuthology.orchestra.run.smithi089:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T08:25:56.892 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T08:25:56.913 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-17T08:25:56.921 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-17T08:25:56.927 INFO:teuthology.task.internal:Creating archive directory... 2024-09-17T08:25:56.927 DEBUG:teuthology.orchestra.run.smithi089:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T08:25:56.951 DEBUG:teuthology.orchestra.run.smithi133:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T08:25:57.009 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-17T08:25:57.015 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-17T08:25:57.015 DEBUG:teuthology.orchestra.run.smithi089:> 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-09-17T08:25:57.022 DEBUG:teuthology.orchestra.run.smithi133:> 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-09-17T08:25:57.053 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T08:25:57.063 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T08:25:57.064 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T08:25:57.074 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T08:25:57.076 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-17T08:25:57.083 INFO:teuthology.task.internal:Configuring sudo... 2024-09-17T08:25:57.083 DEBUG:teuthology.orchestra.run.smithi089:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T08:25:57.124 DEBUG:teuthology.orchestra.run.smithi133:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T08:25:57.152 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-17T08:25:57.161 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-17T08:25:57.162 DEBUG:teuthology.orchestra.run.smithi089:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T08:25:57.195 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T08:25:57.211 DEBUG:teuthology.orchestra.run.smithi089:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T08:25:57.294 DEBUG:teuthology.orchestra.run.smithi089:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T08:25:57.356 DEBUG:teuthology.orchestra.run.smithi089:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T08:25:57.441 DEBUG:teuthology.orchestra.run.smithi089:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T08:25:57.484 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-09-17T08:25:57.484 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T08:25:57.552 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T08:25:57.590 DEBUG:teuthology.orchestra.run.smithi133:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T08:25:57.649 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T08:25:57.733 DEBUG:teuthology.orchestra.run.smithi133:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T08:25:57.775 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-17T08:25:57.775 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T08:25:57.841 DEBUG:teuthology.orchestra.run.smithi089:> sudo service rsyslog restart 2024-09-17T08:25:57.867 DEBUG:teuthology.orchestra.run.smithi133:> sudo service rsyslog restart 2024-09-17T08:25:57.914 INFO:teuthology.orchestra.run.smithi089.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T08:25:57.942 INFO:teuthology.orchestra.run.smithi133.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T08:25:58.452 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-17T08:25:58.465 INFO:teuthology.task.internal:Starting timer... 2024-09-17T08:25:58.465 INFO:teuthology.run_tasks:Running task pcp... 2024-09-17T08:25:58.476 INFO:teuthology.run_tasks:Running task selinux... 2024-09-17T08:25:58.485 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-09-17T08:25:58.485 DEBUG:teuthology.orchestra.run.smithi089:> sudo service auditd rotate 2024-09-17T08:25:58.587 INFO:teuthology.orchestra.run.smithi089.stdout:Rotating logs: 2024-09-17T08:25:58.592 DEBUG:teuthology.orchestra.run.smithi133:> sudo service auditd rotate 2024-09-17T08:25:58.649 INFO:teuthology.orchestra.run.smithi133.stdout:Rotating logs: 2024-09-17T08:25:58.651 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-17T08:25:58.651 DEBUG:teuthology.orchestra.run.smithi089:> /usr/sbin/getenforce 2024-09-17T08:25:58.684 INFO:teuthology.orchestra.run.smithi089.stdout:Permissive 2024-09-17T08:25:58.685 DEBUG:teuthology.orchestra.run.smithi133:> /usr/sbin/getenforce 2024-09-17T08:25:58.729 INFO:teuthology.orchestra.run.smithi133.stdout:Permissive 2024-09-17T08:25:58.730 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi089.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi133.front.sepia.ceph.com': 'permissive'} 2024-09-17T08:25:58.730 DEBUG:teuthology.orchestra.run.smithi089:> 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 -e context=system_u:system_r:getty_t:s0 2024-09-17T08:25:58.815 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T08:25:58.816 DEBUG:teuthology.orchestra.run.smithi133:> 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 -e context=system_u:system_r:getty_t:s0 2024-09-17T08:25:58.843 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T08:25:58.844 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-17T08:25:58.844 DEBUG:teuthology.orchestra.run.smithi089:> sudo /usr/sbin/setenforce permissive 2024-09-17T08:25:58.915 DEBUG:teuthology.orchestra.run.smithi133:> sudo /usr/sbin/setenforce permissive 2024-09-17T08:25:58.949 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-17T08:25:58.962 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-17T08:25:58.974 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-09-17T08:25:58.975 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi089.front.sepia.ceph.com,smithi133.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-17T08:29:41.447 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi089.front.sepia.ceph.com'), Remote(name='ubuntu@smithi133.front.sepia.ceph.com')] 2024-09-17T08:29:41.448 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-09-17T08:29:41.450 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:29:41.526 DEBUG:teuthology.orchestra.run.smithi089:> true 2024-09-17T08:29:41.604 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-09-17T08:29:41.605 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-09-17T08:29:41.605 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:29:41.679 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-09-17T08:29:41.761 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-09-17T08:29:41.761 INFO:teuthology.run_tasks:Running task clock... 2024-09-17T08:29:41.773 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-17T08:29:41.773 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T08:29:41.773 DEBUG:teuthology.orchestra.run.smithi089:> 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-09-17T08:29:41.775 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T08:29:41.776 DEBUG:teuthology.orchestra.run.smithi133:> 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-09-17T08:29:41.802 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-17T08:29:41.816 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-17T08:29:41.832 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-17T08:29:41.840 INFO:teuthology.orchestra.run.smithi089.stderr:sudo: ntpd: command not found 2024-09-17T08:29:41.847 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-17T08:29:41.851 INFO:teuthology.orchestra.run.smithi089.stdout:506 Cannot talk to daemon 2024-09-17T08:29:41.865 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-17T08:29:41.872 INFO:teuthology.orchestra.run.smithi133.stderr:sudo: ntpd: command not found 2024-09-17T08:29:41.879 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-17T08:29:41.883 INFO:teuthology.orchestra.run.smithi133.stdout:506 Cannot talk to daemon 2024-09-17T08:29:41.898 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-17T08:29:41.912 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-17T08:29:41.942 INFO:teuthology.orchestra.run.smithi089.stderr:bash: line 1: ntpq: command not found 2024-09-17T08:29:41.946 INFO:teuthology.orchestra.run.smithi089.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T08:29:41.946 INFO:teuthology.orchestra.run.smithi089.stdout:=============================================================================== 2024-09-17T08:29:41.946 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T08:29:41.946 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T08:29:41.946 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T08:29:41.946 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T08:29:41.975 INFO:teuthology.orchestra.run.smithi133.stderr:bash: line 1: ntpq: command not found 2024-09-17T08:29:41.978 INFO:teuthology.orchestra.run.smithi133.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T08:29:41.978 INFO:teuthology.orchestra.run.smithi133.stdout:=============================================================================== 2024-09-17T08:29:41.978 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T08:29:41.978 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T08:29:41.978 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T08:29:41.979 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T08:29:41.979 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-17T08:29:42.073 INFO:tasks.cephadm:Config: {'avoid_pacific_features': True, 'cephadm_branch': 'v16.2.0', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'quay.io/ceph/ceph:v16.2.0', '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\\)', 'CEPHADM_REFRESH_FAILED'], 'sha1': '19e2a2beb6f41a3ab62650e38614eb29b59dcbb9'} 2024-09-17T08:29:42.074 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v16.2.0 2024-09-17T08:29:42.074 INFO:tasks.cephadm:Cluster fsid is fc89bb2a-74ce-11ef-bceb-c7b262605968 2024-09-17T08:29:42.074 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-17T08:29:42.074 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-09-17T08:29:42.074 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi089': '172.21.15.89', 'mon.smithi133': '172.21.15.133'} 2024-09-17T08:29:42.075 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-17T08:29:42.075 DEBUG:teuthology.orchestra.run.smithi089:> sudo hostname $(hostname -s) 2024-09-17T08:29:42.100 DEBUG:teuthology.orchestra.run.smithi133:> sudo hostname $(hostname -s) 2024-09-17T08:29:42.126 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.0)... 2024-09-17T08:29:42.126 DEBUG:teuthology.orchestra.run.smithi089:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T08:29:42.262 INFO:teuthology.orchestra.run.smithi089.stdout:-rw-r--r--. 1 ubuntu ubuntu 288386 Sep 17 08:29 /home/ubuntu/cephtest/cephadm 2024-09-17T08:29:42.263 DEBUG:teuthology.orchestra.run.smithi133:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T08:29:42.504 INFO:teuthology.orchestra.run.smithi133.stdout:-rw-r--r--. 1 ubuntu ubuntu 288386 Sep 17 08:29 /home/ubuntu/cephtest/cephadm 2024-09-17T08:29:42.504 DEBUG:teuthology.orchestra.run.smithi089:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T08:29:42.520 DEBUG:teuthology.orchestra.run.smithi133:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T08:29:42.544 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v16.2.0 on all hosts... 2024-09-17T08:29:42.544 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 pull 2024-09-17T08:29:42.563 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 pull 2024-09-17T08:29:43.376 INFO:teuthology.orchestra.run.smithi133.stderr:Pulling container image quay.io/ceph/ceph:v16.2.0... 2024-09-17T08:29:43.410 INFO:teuthology.orchestra.run.smithi089.stderr:Pulling container image quay.io/ceph/ceph:v16.2.0... 2024-09-17T08:29:54.811 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-17T08:29:54.811 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph_version": "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)", 2024-09-17T08:29:54.812 INFO:teuthology.orchestra.run.smithi133.stdout: "image_id": "24ecd6d5f14c2268c5d2c666aa151456949cf76c6747d873c6fcf41f6f672d15", 2024-09-17T08:29:54.812 INFO:teuthology.orchestra.run.smithi133.stdout: "repo_digests": [ 2024-09-17T08:29:54.812 INFO:teuthology.orchestra.run.smithi133.stdout: "quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000", 2024-09-17T08:29:54.812 INFO:teuthology.orchestra.run.smithi133.stdout: "quay.io/ceph/ceph@sha256:9b04c0f15704c49591640a37c7adfd40ffad0a4b42fecb950c3407687cb4f29a" 2024-09-17T08:29:54.812 INFO:teuthology.orchestra.run.smithi133.stdout: ] 2024-09-17T08:29:54.812 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-17T08:29:54.890 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:29:54.890 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph_version": "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)", 2024-09-17T08:29:54.890 INFO:teuthology.orchestra.run.smithi089.stdout: "image_id": "24ecd6d5f14c2268c5d2c666aa151456949cf76c6747d873c6fcf41f6f672d15", 2024-09-17T08:29:54.890 INFO:teuthology.orchestra.run.smithi089.stdout: "repo_digests": [ 2024-09-17T08:29:54.891 INFO:teuthology.orchestra.run.smithi089.stdout: "quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000", 2024-09-17T08:29:54.891 INFO:teuthology.orchestra.run.smithi089.stdout: "quay.io/ceph/ceph@sha256:9b04c0f15704c49591640a37c7adfd40ffad0a4b42fecb950c3407687cb4f29a" 2024-09-17T08:29:54.891 INFO:teuthology.orchestra.run.smithi089.stdout: ] 2024-09-17T08:29:54.891 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:29:54.907 DEBUG:teuthology.orchestra.run.smithi089:> sudo mkdir -p /etc/ceph 2024-09-17T08:29:54.960 DEBUG:teuthology.orchestra.run.smithi133:> sudo mkdir -p /etc/ceph 2024-09-17T08:29:54.988 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 777 /etc/ceph 2024-09-17T08:29:55.011 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 777 /etc/ceph 2024-09-17T08:29:55.053 INFO:tasks.cephadm:Writing seed config... 2024-09-17T08:29:55.054 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-17T08:29:55.054 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-17T08:29:55.054 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-17T08:29:55.054 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-17T08:29:55.054 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-17T08:29:55.054 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-17T08:29:55.055 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-17T08:29:55.055 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-09-17T08:29:55.055 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-09-17T08:29:55.055 DEBUG:teuthology.orchestra.run.smithi089:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-17T08:29:55.070 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 = fc89bb2a-74ce-11ef-bceb-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-09-17T08:29:55.071 DEBUG:teuthology.orchestra.run.smithi089:mon.smithi089> sudo journalctl -f -n 0 -u ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@mon.smithi089.service 2024-09-17T08:29:55.113 INFO:tasks.cephadm:Bootstrapping... 2024-09-17T08:29:55.113 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 -v bootstrap --fsid fc89bb2a-74ce-11ef-bceb-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.89 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-17T08:29:55.293 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman --version 2024-09-17T08:29:55.312 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: podman version 5.2.2 2024-09-17T08:29:55.314 INFO:teuthology.orchestra.run.smithi089.stderr:Verifying podman|docker is present... 2024-09-17T08:29:55.314 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman --version 2024-09-17T08:29:55.332 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: podman version 5.2.2 2024-09-17T08:29:55.334 INFO:teuthology.orchestra.run.smithi089.stderr:Verifying lvm2 is present... 2024-09-17T08:29:55.334 INFO:teuthology.orchestra.run.smithi089.stderr:Verifying time synchronization is in place... 2024-09-17T08:29:55.334 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-enabled chrony.service 2024-09-17T08:29:55.341 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-09-17T08:29:55.341 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-active chrony.service 2024-09-17T08:29:55.347 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: inactive 2024-09-17T08:29:55.348 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-enabled chronyd.service 2024-09-17T08:29:55.354 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: enabled 2024-09-17T08:29:55.355 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-active chronyd.service 2024-09-17T08:29:55.361 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: active 2024-09-17T08:29:55.361 INFO:teuthology.orchestra.run.smithi089.stderr:Unit chronyd.service is enabled and running 2024-09-17T08:29:55.361 INFO:teuthology.orchestra.run.smithi089.stderr:Repeating the final host check... 2024-09-17T08:29:55.361 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman --version 2024-09-17T08:29:55.379 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: podman version 5.2.2 2024-09-17T08:29:55.380 INFO:teuthology.orchestra.run.smithi089.stderr:podman|docker (/bin/podman) is present 2024-09-17T08:29:55.381 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl is present 2024-09-17T08:29:55.381 INFO:teuthology.orchestra.run.smithi089.stderr:lvcreate is present 2024-09-17T08:29:55.381 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-enabled chrony.service 2024-09-17T08:29:55.387 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-09-17T08:29:55.387 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-active chrony.service 2024-09-17T08:29:55.393 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: inactive 2024-09-17T08:29:55.393 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-enabled chronyd.service 2024-09-17T08:29:55.400 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: enabled 2024-09-17T08:29:55.400 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-active chronyd.service 2024-09-17T08:29:55.406 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: active 2024-09-17T08:29:55.407 INFO:teuthology.orchestra.run.smithi089.stderr:Unit chronyd.service is enabled and running 2024-09-17T08:29:55.407 INFO:teuthology.orchestra.run.smithi089.stderr:Host looks OK 2024-09-17T08:29:55.407 INFO:teuthology.orchestra.run.smithi089.stderr:Cluster fsid: fc89bb2a-74ce-11ef-bceb-c7b262605968 2024-09-17T08:29:55.408 INFO:teuthology.orchestra.run.smithi089.stderr:Acquiring lock 139734897251328 on /run/cephadm/fc89bb2a-74ce-11ef-bceb-c7b262605968.lock 2024-09-17T08:29:55.408 INFO:teuthology.orchestra.run.smithi089.stderr:Lock 139734897251328 acquired on /run/cephadm/fc89bb2a-74ce-11ef-bceb-c7b262605968.lock 2024-09-17T08:29:55.408 INFO:teuthology.orchestra.run.smithi089.stderr:Verifying IP 172.21.15.89 port 3300 ... 2024-09-17T08:29:55.408 INFO:teuthology.orchestra.run.smithi089.stderr:Verifying IP 172.21.15.89 port 6789 ... 2024-09-17T08:29:55.408 INFO:teuthology.orchestra.run.smithi089.stderr:Base mon IP is 172.21.15.89, final addrv is [v2:172.21.15.89:3300,v1:172.21.15.89:6789] 2024-09-17T08:29:55.409 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /sbin/ip route ls 2024-09-17T08:29:55.411 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.89 metric 100 2024-09-17T08:29:55.411 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.89 metric 100 2024-09-17T08:29:55.411 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /sbin/ip -6 route ls 2024-09-17T08:29:55.414 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-09-17T08:29:55.414 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-09-17T08:29:55.414 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-09-17T08:29:55.414 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /sbin/ip -6 addr ls 2024-09-17T08:29:55.416 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-17T08:29:55.417 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-09-17T08:29:55.417 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-09-17T08:29:55.417 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-17T08:29:55.417 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d501/64 scope link noprefixroute 2024-09-17T08:29:55.417 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-09-17T08:29:55.417 INFO:teuthology.orchestra.run.smithi089.stderr:Mon IP 172.21.15.89 is in CIDR network 172.21.0.0/20 2024-09-17T08:29:55.417 INFO:teuthology.orchestra.run.smithi089.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-17T08:29:55.418 INFO:teuthology.orchestra.run.smithi089.stderr:Pulling container image quay.io/ceph/ceph:v16.2.0... 2024-09-17T08:29:55.418 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman pull quay.io/ceph/ceph:v16.2.0 2024-09-17T08:29:55.517 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v16.2.0... 2024-09-17T08:29:55.872 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: Getting image source signatures 2024-09-17T08:29:55.872 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: Copying blob sha256:958e3c20ad47ec7f3ec0446a4a630f2285dd6b0a4c969f4f702f7c2e78f3d68b 2024-09-17T08:29:55.872 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-09-17T08:29:55.873 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: Copying config sha256:24ecd6d5f14c2268c5d2c666aa151456949cf76c6747d873c6fcf41f6f672d15 2024-09-17T08:29:56.028 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: Writing manifest to image destination 2024-09-17T08:29:56.181 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: 24ecd6d5f14c2268c5d2c666aa151456949cf76c6747d873c6fcf41f6f672d15 2024-09-17T08:29:56.184 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.0 --version 2024-09-17T08:29:56.544 INFO:teuthology.orchestra.run.smithi089.stderr:ceph: ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable) 2024-09-17T08:29:57.089 INFO:teuthology.orchestra.run.smithi089.stderr:Ceph version: ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable) 2024-09-17T08:29:57.089 INFO:teuthology.orchestra.run.smithi089.stderr:Extracting ceph user uid/gid from container image... 2024-09-17T08:29:57.089 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.0 -c %u %g /var/lib/ceph 2024-09-17T08:29:57.489 INFO:teuthology.orchestra.run.smithi089.stderr:stat: 167 167 2024-09-17T08:29:58.112 INFO:teuthology.orchestra.run.smithi089.stderr:Creating initial keys... 2024-09-17T08:29:58.112 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.0 --gen-print-key 2024-09-17T08:29:58.512 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-authtool: AQAGPulmqgMFGRAAPNCli2y5drEe7rAnJ5omuQ== 2024-09-17T08:29:59.060 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.0 --gen-print-key 2024-09-17T08:29:59.501 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-authtool: AQAHPulmhqHUGBAAXPdXUuntxjE1k5X7GYWV5Q== 2024-09-17T08:30:03.847 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.0 --gen-print-key 2024-09-17T08:30:07.928 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-authtool: AQAOPulmZQxwOxAAX4A6vSpymJDH/B5BToLzeg== 2024-09-17T08:30:08.516 INFO:teuthology.orchestra.run.smithi089.stderr:Creating initial monmap... 2024-09-17T08:30:08.516 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmphvqxfmr5:/tmp/monmap:z quay.io/ceph/ceph:v16.2.0 --create --clobber --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 --addv smithi089 [v2:172.21.15.89:3300,v1:172.21.15.89:6789] /tmp/monmap 2024-09-17T08:30:08.932 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-17T08:30:08.932 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to fc89bb2a-74ce-11ef-bceb-c7b262605968 2024-09-17T08:30:08.932 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-17T08:30:09.447 INFO:teuthology.orchestra.run.smithi089.stderr:monmaptool for smithi089 [v2:172.21.15.89:3300,v1:172.21.15.89:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-17T08:30:09.447 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/monmaptool: set fsid to fc89bb2a-74ce-11ef-bceb-c7b262605968 2024-09-17T08:30:09.447 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-17T08:30:09.448 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-09-17T08:30:09.448 INFO:teuthology.orchestra.run.smithi089.stderr:Creating mon... 2024-09-17T08:30:09.449 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/mon.smithi089:/var/lib/ceph/mon/ceph-smithi089:z -v /tmp/ceph-tmptdthgnja:/tmp/keyring:z -v /tmp/ceph-tmphvqxfmr5:/tmp/monmap:z quay.io/ceph/ceph:v16.2.0 --mkfs -i smithi089 --fsid fc89bb2a-74ce-11ef-bceb-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-09-17T08:30:09.905 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.802+0000 7fc7eda5f700 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-17T08:30:09.905 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.802+0000 7fc7eda5f700 1 imported monmap: 2024-09-17T08:30:09.905 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: epoch 0 2024-09-17T08:30:09.905 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 2024-09-17T08:30:09.905 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: last_changed 2024-09-17T08:30:08.851495+0000 2024-09-17T08:30:09.905 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: created 2024-09-17T08:30:08.851495+0000 2024-09-17T08:30:09.905 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-09-17T08:30:09.905 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-09-17T08:30:09.905 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon.smithi089 2024-09-17T08:30:09.905 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-09-17T08:30:09.905 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.802+0000 7fc7eda5f700 0 /usr/bin/ceph-mon: set fsid to fc89bb2a-74ce-11ef-bceb-c7b262605968 2024-09-17T08:30:09.905 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: RocksDB version: 6.8.1 2024-09-17T08:30:09.906 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-09-17T08:30:09.906 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-17T08:30:09.906 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Compile date Mar 30 2021 2024-09-17T08:30:09.906 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: DB SUMMARY 2024-09-17T08:30:09.906 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-09-17T08:30:09.906 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi089/store.db dir, Total Num: 0, files: 2024-09-17T08:30:09.906 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-09-17T08:30:09.906 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi089/store.db: 2024-09-17T08:30:09.906 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-09-17T08:30:09.906 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.error_if_exists: 0 2024-09-17T08:30:09.906 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.create_if_missing: 1 2024-09-17T08:30:09.906 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.paranoid_checks: 1 2024-09-17T08:30:09.906 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.env: 0x55f008d9d1c0 2024-09-17T08:30:09.906 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.fs: Posix File System 2024-09-17T08:30:09.906 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.info_log: 0x55f00981cc60 2024-09-17T08:30:09.907 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-17T08:30:09.907 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.statistics: (nil) 2024-09-17T08:30:09.907 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.use_fsync: 0 2024-09-17T08:30:09.907 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.max_log_file_size: 0 2024-09-17T08:30:09.907 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T08:30:09.907 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T08:30:09.907 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-17T08:30:09.907 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-17T08:30:09.907 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.allow_fallocate: 1 2024-09-17T08:30:09.907 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-17T08:30:09.907 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-17T08:30:09.907 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.use_direct_reads: 0 2024-09-17T08:30:09.907 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T08:30:09.907 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.create_missing_column_families: 0 2024-09-17T08:30:09.907 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.db_log_dir: 2024-09-17T08:30:09.907 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi089/store.db 2024-09-17T08:30:09.908 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T08:30:09.908 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.max_subcompactions: 1 2024-09-17T08:30:09.908 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.max_background_flushes: -1 2024-09-17T08:30:09.908 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T08:30:09.908 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T08:30:09.908 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T08:30:09.908 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T08:30:09.908 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T08:30:09.908 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.advise_random_on_open: 1 2024-09-17T08:30:09.908 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-17T08:30:09.908 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.write_buffer_manager: 0x55f009827440 2024-09-17T08:30:09.908 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T08:30:09.908 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-17T08:30:09.908 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T08:30:09.908 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T08:30:09.908 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.rate_limiter: (nil) 2024-09-17T08:30:09.909 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T08:30:09.909 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-17T08:30:09.909 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-17T08:30:09.909 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-17T08:30:09.909 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.unordered_write: 0 2024-09-17T08:30:09.909 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T08:30:09.909 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T08:30:09.909 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T08:30:09.909 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T08:30:09.909 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.row_cache: None 2024-09-17T08:30:09.909 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.wal_filter: None 2024-09-17T08:30:09.909 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T08:30:09.909 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-17T08:30:09.909 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.preserve_deletes: 0 2024-09-17T08:30:09.909 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.two_write_queues: 0 2024-09-17T08:30:09.910 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.manual_wal_flush: 0 2024-09-17T08:30:09.910 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.atomic_flush: 0 2024-09-17T08:30:09.910 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T08:30:09.910 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T08:30:09.910 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T08:30:09.910 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.log_readahead_size: 0 2024-09-17T08:30:09.910 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-09-17T08:30:09.910 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.max_background_jobs: 2 2024-09-17T08:30:09.910 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.max_background_compactions: -1 2024-09-17T08:30:09.910 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T08:30:09.910 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T08:30:09.910 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T08:30:09.910 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.max_total_wal_size: 0 2024-09-17T08:30:09.910 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T08:30:09.910 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T08:30:09.910 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T08:30:09.911 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T08:30:09.911 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.max_open_files: -1 2024-09-17T08:30:09.911 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.803+0000 7fc7eda5f700 4 rocksdb: Options.bytes_per_sync: 0 2024-09-17T08:30:09.911 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T08:30:09.911 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T08:30:09.911 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-17T08:30:09.911 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Compression algorithms supported: 2024-09-17T08:30:09.911 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T08:30:09.911 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: kZSTD supported: 0 2024-09-17T08:30:09.911 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: kXpressCompression supported: 0 2024-09-17T08:30:09.911 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-17T08:30:09.911 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: kLZ4Compression supported: 1 2024-09-17T08:30:09.911 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: kBZip2Compression supported: 0 2024-09-17T08:30:09.911 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: kZlibCompression supported: 1 2024-09-17T08:30:09.912 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: kSnappyCompression supported: 1 2024-09-17T08:30:09.912 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T08:30:09.912 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-09-17T08:30:09.912 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-09-17T08:30:09.912 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi089/store.db/MANIFEST-000001 2024-09-17T08:30:09.912 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-09-17T08:30:09.912 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-09-17T08:30:09.912 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-09-17T08:30:09.912 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T08:30:09.912 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.merge_operator: 2024-09-17T08:30:09.912 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.compaction_filter: None 2024-09-17T08:30:09.912 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.compaction_filter_factory: None 2024-09-17T08:30:09.912 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T08:30:09.912 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T08:30:09.912 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f0097360d0) 2024-09-17T08:30:09.913 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-09-17T08:30:09.913 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T08:30:09.913 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T08:30:09.913 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-09-17T08:30:09.913 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: index_type: 0 2024-09-17T08:30:09.913 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-09-17T08:30:09.913 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-09-17T08:30:09.913 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-09-17T08:30:09.913 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-09-17T08:30:09.913 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: checksum: 1 2024-09-17T08:30:09.913 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-09-17T08:30:09.913 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: block_cache: 0x55f00976cd10 2024-09-17T08:30:09.913 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-09-17T08:30:09.913 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-09-17T08:30:09.913 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-09-17T08:30:09.913 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-09-17T08:30:09.914 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-09-17T08:30:09.914 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-09-17T08:30:09.914 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-09-17T08:30:09.914 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-09-17T08:30:09.914 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-09-17T08:30:09.914 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-09-17T08:30:09.914 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-09-17T08:30:09.914 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-09-17T08:30:09.914 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-09-17T08:30:09.914 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-09-17T08:30:09.914 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-09-17T08:30:09.914 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-17T08:30:09.914 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-09-17T08:30:09.914 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-09-17T08:30:09.914 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-09-17T08:30:09.914 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: format_version: 2 2024-09-17T08:30:09.915 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-09-17T08:30:09.915 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: block_align: 0 2024-09-17T08:30:09.915 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-09-17T08:30:09.915 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-17T08:30:09.915 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-17T08:30:09.915 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.compression: NoCompression 2024-09-17T08:30:09.915 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-17T08:30:09.915 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-17T08:30:09.915 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T08:30:09.915 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.num_levels: 7 2024-09-17T08:30:09.915 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T08:30:09.915 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T08:30:09.915 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T08:30:09.915 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T08:30:09.915 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T08:30:09.916 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T08:30:09.916 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T08:30:09.916 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T08:30:09.916 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T08:30:09.916 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T08:30:09.916 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.compression_opts.level: 32767 2024-09-17T08:30:09.916 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-17T08:30:09.916 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T08:30:09.916 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T08:30:09.916 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.compression_opts.enabled: false 2024-09-17T08:30:09.916 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T08:30:09.916 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T08:30:09.916 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T08:30:09.916 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-17T08:30:09.917 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T08:30:09.917 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T08:30:09.917 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T08:30:09.917 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T08:30:09.917 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T08:30:09.917 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T08:30:09.917 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T08:30:09.917 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T08:30:09.917 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T08:30:09.917 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T08:30:09.918 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T08:30:09.918 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T08:30:09.918 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T08:30:09.918 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.arena_block_size: 4194304 2024-09-17T08:30:09.918 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T08:30:09.918 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T08:30:09.918 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-17T08:30:09.918 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-17T08:30:09.918 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T08:30:09.918 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T08:30:09.918 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T08:30:09.918 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T08:30:09.918 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T08:30:09.919 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T08:30:09.919 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T08:30:09.919 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T08:30:09.919 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T08:30:09.919 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T08:30:09.919 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.table_properties_collectors: 2024-09-17T08:30:09.919 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.inplace_update_support: 0 2024-09-17T08:30:09.919 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T08:30:09.919 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T08:30:09.919 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T08:30:09.919 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T08:30:09.919 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.bloom_locality: 0 2024-09-17T08:30:09.919 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.max_successive_merges: 0 2024-09-17T08:30:09.919 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T08:30:09.920 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-17T08:30:09.920 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.force_consistency_checks: 0 2024-09-17T08:30:09.920 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-17T08:30:09.920 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.ttl: 2592000 2024-09-17T08:30:09.920 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.804+0000 7fc7eda5f700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T08:30:09.920 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.805+0000 7fc7eda5f700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi089/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-09-17T08:30:09.920 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-09-17T08:30:09.920 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.805+0000 7fc7eda5f700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-09-17T08:30:09.920 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-09-17T08:30:09.920 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.806+0000 7fc7eda5f700 4 rocksdb: DB pointer 0x55f009831800 2024-09-17T08:30:09.920 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.806+0000 7fc7d68fa700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-09-17T08:30:09.920 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.806+0000 7fc7d68fa700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-09-17T08:30:09.920 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-09-17T08:30:09.921 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T08:30:09.921 INFO:teuthology.orchestra.run.smithi089.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-09-17T08:30:09.921 INFO:teuthology.orchestra.run.smithi089.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-09-17T08:30:09.921 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T08:30:09.921 INFO:teuthology.orchestra.run.smithi089.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-09-17T08:30:09.921 INFO:teuthology.orchestra.run.smithi089.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-09-17T08:30:09.921 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T08:30:09.921 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-09-17T08:30:09.921 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-09-17T08:30:09.921 INFO:teuthology.orchestra.run.smithi089.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-09-17T08:30:09.921 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T08:30:09.921 INFO:teuthology.orchestra.run.smithi089.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-09-17T08:30:09.921 INFO:teuthology.orchestra.run.smithi089.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-09-17T08:30:09.921 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-09-17T08:30:09.922 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-09-17T08:30:09.922 INFO:teuthology.orchestra.run.smithi089.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-09-17T08:30:09.922 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T08:30:09.922 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T08:30:09.922 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T08:30:09.922 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T08:30:09.922 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T08:30:09.922 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T08:30:09.922 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-09-17T08:30:09.922 INFO:teuthology.orchestra.run.smithi089.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-09-17T08:30:09.922 INFO:teuthology.orchestra.run.smithi089.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-09-17T08:30:09.922 INFO:teuthology.orchestra.run.smithi089.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-09-17T08:30:09.922 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-09-17T08:30:09.922 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-09-17T08:30:09.922 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-09-17T08:30:09.923 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-09-17T08:30:09.923 INFO:teuthology.orchestra.run.smithi089.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-09-17T08:30:09.923 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T08:30:09.923 INFO:teuthology.orchestra.run.smithi089.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-09-17T08:30:09.923 INFO:teuthology.orchestra.run.smithi089.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-09-17T08:30:09.923 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-09-17T08:30:09.923 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-09-17T08:30:09.923 INFO:teuthology.orchestra.run.smithi089.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-09-17T08:30:09.923 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T08:30:09.923 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T08:30:09.923 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T08:30:09.923 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T08:30:09.923 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T08:30:09.923 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T08:30:09.923 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-09-17T08:30:09.924 INFO:teuthology.orchestra.run.smithi089.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-09-17T08:30:09.924 INFO:teuthology.orchestra.run.smithi089.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-09-17T08:30:09.924 INFO:teuthology.orchestra.run.smithi089.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-09-17T08:30:09.924 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-09-17T08:30:09.924 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-09-17T08:30:09.924 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-09-17T08:30:09.924 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.807+0000 7fc7eda5f700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-09-17T08:30:09.924 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.807+0000 7fc7eda5f700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-09-17T08:30:09.924 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-09-17T08:30:09.807+0000 7fc7eda5f700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi089 for mon.smithi089 2024-09-17T08:30:10.745 INFO:teuthology.orchestra.run.smithi089.stderr:create mon.smithi089 on 2024-09-17T08:30:10.746 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968 2024-09-17T08:30:10.752 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl disable ceph.target 2024-09-17T08:30:10.947 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl enable ceph.target 2024-09-17T08:30:10.954 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-17T08:30:11.098 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl start ceph.target 2024-09-17T08:30:11.106 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl enable ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968.target 2024-09-17T08:30:11.113 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968.target. 2024-09-17T08:30:11.114 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968.target. 2024-09-17T08:30:11.245 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl start ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968.target 2024-09-17T08:30:11.261 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl daemon-reload 2024-09-17T08:30:11.399 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl stop ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@mon.smithi089 2024-09-17T08:30:11.414 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl reset-failed ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@mon.smithi089 2024-09-17T08:30:11.420 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Failed to reset failed state of unit ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@mon.smithi089.service: Unit ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@mon.smithi089.service not loaded. 2024-09-17T08:30:11.420 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl enable ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@mon.smithi089 2024-09-17T08:30:11.427 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Created symlink /etc/systemd/system/ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968.target.wants/ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@mon.smithi089.service → /etc/systemd/system/ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@.service. 2024-09-17T08:30:11.561 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl start ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@mon.smithi089 2024-09-17T08:30:12.026 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:11 smithi089 podman[23261]: 2024-09-17 08:30:11.984972848 +0000 UTC m=+0.338110872 container start 4f7a2e081bc0073c25746c13304c66059634bc5ffc57e5b5a14082730040d6c4 (image=quay.io/ceph/ceph:v16.2.0, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Base Image, RELEASE=HEAD, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-16.2.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20201204) 2024-09-17T08:30:12.094 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-enabled firewalld.service 2024-09-17T08:30:12.103 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: disabled 2024-09-17T08:30:12.104 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-active firewalld.service 2024-09-17T08:30:12.110 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: inactive 2024-09-17T08:30:12.111 INFO:teuthology.orchestra.run.smithi089.stderr:firewalld.service is not enabled 2024-09-17T08:30:12.111 INFO:teuthology.orchestra.run.smithi089.stderr:Not possible to enable service . firewalld.service is not available 2024-09-17T08:30:12.111 INFO:teuthology.orchestra.run.smithi089.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-09-17T08:30:12.111 INFO:teuthology.orchestra.run.smithi089.stderr:Waiting for mon to start... 2024-09-17T08:30:12.112 INFO:teuthology.orchestra.run.smithi089.stderr:Waiting for mon... 2024-09-17T08:30:12.112 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/mon.smithi089:/var/lib/ceph/mon/ceph-smithi089:z -v /tmp/ceph-tmpdqb44gxe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplvr9dncv:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.0 status 2024-09-17T08:30:12.323 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23276]: cluster 2024-09-17T08:30:12.022543+0000 mon.smithi089 (mon.0) 0 : [INF] mkfs fc89bb2a-74ce-11ef-bceb-c7b262605968 2024-09-17T08:30:12.323 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23276]: cluster 2024-09-17T08:30:12.016452+0000 mon.smithi089 (mon.0) 1 : cluster [INF] mon.smithi089 is new leader, mons smithi089 in quorum (ranks 0) 2024-09-17T08:30:12.324 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:12 smithi089 bash[23261]: 4f7a2e081bc0073c25746c13304c66059634bc5ffc57e5b5a14082730040d6c4 2024-09-17T08:30:12.324 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:12 smithi089 systemd[1]: Started Ceph mon.smithi089 for fc89bb2a-74ce-11ef-bceb-c7b262605968. 2024-09-17T08:30:12.611 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: cluster: 2024-09-17T08:30:12.611 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: id: fc89bb2a-74ce-11ef-bceb-c7b262605968 2024-09-17T08:30:12.611 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-09-17T08:30:12.611 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-09-17T08:30:12.611 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: services: 2024-09-17T08:30:12.611 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi089 (age 0.588515s) 2024-09-17T08:30:12.611 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mgr: no daemons active 2024-09-17T08:30:12.612 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-09-17T08:30:12.612 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-09-17T08:30:12.612 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: data: 2024-09-17T08:30:12.612 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-09-17T08:30:12.612 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-09-17T08:30:12.612 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-09-17T08:30:12.612 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: pgs: 2024-09-17T08:30:12.612 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-09-17T08:30:13.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23276]: cluster 2024-09-17T08:30:12.021016+0000 mon.smithi089 (mon.0) 2 : cluster [INF] mon.smithi089 is new leader, mons smithi089 in quorum (ranks 0) 2024-09-17T08:30:13.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23276]: cluster 2024-09-17T08:30:12.021533+0000 mon.smithi089 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi089=[v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0]} 2024-09-17T08:30:13.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23276]: cluster 2024-09-17T08:30:12.024612+0000 mon.smithi089 (mon.0) 4 : cluster [DBG] fsmap 2024-09-17T08:30:13.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23276]: cluster 2024-09-17T08:30:12.028423+0000 mon.smithi089 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-17T08:30:13.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23276]: cluster 2024-09-17T08:30:12.028803+0000 mon.smithi089 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-09-17T08:30:13.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23276]: audit 2024-09-17T08:30:12.609502+0000 mon.smithi089 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.89:0/3613280734' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-17T08:30:15.472 INFO:teuthology.orchestra.run.smithi089.stderr:mon is available 2024-09-17T08:30:15.472 INFO:teuthology.orchestra.run.smithi089.stderr:Assimilating anything we can from ceph.conf... 2024-09-17T08:30:15.472 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpdqb44gxe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplvr9dncv:/etc/ceph/ceph.conf:z -v /var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/mon.smithi089:/var/lib/ceph/mon/ceph-smithi089:z quay.io/ceph/ceph:v16.2.0 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi089/config 2024-09-17T08:30:16.466 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-09-17T08:30:16.466 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: [global] 2024-09-17T08:30:16.466 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: fsid = fc89bb2a-74ce-11ef-bceb-c7b262605968 2024-09-17T08:30:16.466 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: log_to_journald = false 2024-09-17T08:30:16.466 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.89:3300,v1:172.21.15.89:6789] 2024-09-17T08:30:16.466 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-09-17T08:30:16.467 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-09-17T08:30:16.467 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-09-17T08:30:16.467 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-09-17T08:30:16.467 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-09-17T08:30:16.467 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: [mgr] 2024-09-17T08:30:16.467 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-09-17T08:30:16.467 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-09-17T08:30:16.467 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: [mon] 2024-09-17T08:30:16.467 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mon_warn_on_insecure_global_id_reclaim = false 2024-09-17T08:30:16.467 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mon_warn_on_insecure_global_id_reclaim_allowed = false 2024-09-17T08:30:16.467 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-09-17T08:30:16.467 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: [osd] 2024-09-17T08:30:16.467 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-09-17T08:30:16.468 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: osd_memory_target_autotune = true 2024-09-17T08:30:16.468 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-09-17T08:30:16.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23276]: audit 2024-09-17T08:30:16.462149+0000 mon.smithi089 (mon.0) 8 : audit [INF] from='client.? 172.21.15.89:0/2522347817' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-17T08:30:16.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23276]: audit 2024-09-17T08:30:16.464700+0000 mon.smithi089 (mon.0) 9 : audit [INF] from='client.? 172.21.15.89:0/2522347817' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-17T08:30:17.027 INFO:teuthology.orchestra.run.smithi089.stderr:Generating new minimal ceph.conf... 2024-09-17T08:30:17.028 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpdqb44gxe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplvr9dncv:/etc/ceph/ceph.conf:z -v /var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/mon.smithi089:/var/lib/ceph/mon/ceph-smithi089:z quay.io/ceph/ceph:v16.2.0 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi089/config 2024-09-17T08:30:17.933 INFO:teuthology.orchestra.run.smithi089.stderr:Restarting the monitor... 2024-09-17T08:30:17.934 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl restart ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@mon.smithi089 2024-09-17T08:30:18.255 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:17 smithi089 systemd[1]: Stopping Ceph mon.smithi089 for fc89bb2a-74ce-11ef-bceb-c7b262605968... 2024-09-17T08:30:18.255 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:18 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23276]: audit 2024-09-17T08:30:17.498882+0000 mon.smithi089 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.89:0/239125666' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:30:18.255 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:18 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23276]: debug 2024-09-17T08:30:18.075+0000 7f3edca2d700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi089 -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-09-17T08:30:18.255 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:18 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23276]: debug 2024-09-17T08:30:18.075+0000 7f3edca2d700 -1 mon.smithi089@0(leader) e1 *** Got Signal Terminated *** 2024-09-17T08:30:18.255 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:18 smithi089 podman[23498]: 2024-09-17 08:30:18.117145063 +0000 UTC m=+0.159777744 container died 4f7a2e081bc0073c25746c13304c66059634bc5ffc57e5b5a14082730040d6c4 (image=quay.io/ceph/ceph:v16.2.0, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, maintainer=Dimitri Savineau , GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, RELEASE=HEAD, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-16.2.0, GIT_CLEAN=True, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557) 2024-09-17T08:30:18.626 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:18 smithi089 podman[23498]: 2024-09-17 08:30:18.45952386 +0000 UTC m=+0.502156528 container cleanup 4f7a2e081bc0073c25746c13304c66059634bc5ffc57e5b5a14082730040d6c4 (image=quay.io/ceph/ceph:v16.2.0, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-16.2.0, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau , RELEASE=HEAD, org.label-schema.build-date=20201204, org.label-schema.name=CentOS Base Image, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557) 2024-09-17T08:30:18.626 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:18 smithi089 podman[23498]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089 2024-09-17T08:30:18.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:18 smithi089 podman[23511]: 2024-09-17 08:30:18.627064665 +0000 UTC m=+0.499785553 container remove 4f7a2e081bc0073c25746c13304c66059634bc5ffc57e5b5a14082730040d6c4 (image=quay.io/ceph/ceph:v16.2.0, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20201204, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557, RELEASE=HEAD, maintainer=Dimitri Savineau , GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-16.2.0, GIT_BRANCH=HEAD) 2024-09-17T08:30:18.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:18 smithi089 systemd[1]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@mon.smithi089.service: Deactivated successfully. 2024-09-17T08:30:18.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:18 smithi089 systemd[1]: Stopped Ceph mon.smithi089 for fc89bb2a-74ce-11ef-bceb-c7b262605968. 2024-09-17T08:30:18.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:18 smithi089 systemd[1]: Starting Ceph mon.smithi089 for fc89bb2a-74ce-11ef-bceb-c7b262605968... 2024-09-17T08:30:18.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:18 smithi089 podman[23555]: 2024-09-17 08:30:18.707332081 +0000 UTC m=+0.015384269 image pull 24ecd6d5f14c2268c5d2c666aa151456949cf76c6747d873c6fcf41f6f672d15 quay.io/ceph/ceph:v16.2.0 2024-09-17T08:30:18.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:18 smithi089 podman[23555]: 2024-09-17 08:30:18.811611166 +0000 UTC m=+0.119663345 container create 5b5bfe3c39d2a8e2f8c05cdc4259f4cf4590d952aca64bba30b3ad47f3ccc413 (image=quay.io/ceph/ceph:v16.2.0, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=-16.2.0, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557, RELEASE=HEAD) 2024-09-17T08:30:19.125 INFO:teuthology.orchestra.run.smithi089.stderr:Setting mon public_network to 172.21.0.0/20 2024-09-17T08:30:19.125 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpdqb44gxe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplvr9dncv:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.0 config set mon public_network 172.21.0.0/20 2024-09-17T08:30:19.249 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 podman[23555]: 2024-09-17 08:30:19.030420279 +0000 UTC m=+0.338472458 container init 5b5bfe3c39d2a8e2f8c05cdc4259f4cf4590d952aca64bba30b3ad47f3ccc413 (image=quay.io/ceph/ceph:v16.2.0, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557, ceph=True, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=-16.2.0, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-17T08:30:19.249 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 podman[23555]: 2024-09-17 08:30:19.033671725 +0000 UTC m=+0.341723904 container start 5b5bfe3c39d2a8e2f8c05cdc4259f4cf4590d952aca64bba30b3ad47f3ccc413 (image=quay.io/ceph/ceph:v16.2.0, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089, ceph=True, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=-16.2.0) 2024-09-17T08:30:19.249 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.051+0000 7f4589d9e700 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-17T08:30:19.249 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.051+0000 7f4589d9e700 0 ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable), process ceph-mon, pid 2 2024-09-17T08:30:19.249 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.051+0000 7f4589d9e700 0 pidfile_write: ignore empty --pid-file 2024-09-17T08:30:19.249 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 0 load: jerasure load: lrc load: isa 2024-09-17T08:30:19.249 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: RocksDB version: 6.8.1 2024-09-17T08:30:19.249 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: 2024-09-17T08:30:19.249 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-17T08:30:19.250 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Compile date Mar 30 2021 2024-09-17T08:30:19.250 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: DB SUMMARY 2024-09-17T08:30:19.250 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: 2024-09-17T08:30:19.250 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: CURRENT file: CURRENT 2024-09-17T08:30:19.250 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: 2024-09-17T08:30:19.250 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: IDENTITY file: IDENTITY 2024-09-17T08:30:19.250 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: 2024-09-17T08:30:19.250 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-09-17T08:30:19.250 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: 2024-09-17T08:30:19.251 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi089/store.db dir, Total Num: 1, files: 000004.sst 2024-09-17T08:30:19.251 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: 2024-09-17T08:30:19.251 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi089/store.db: 000006.log size: 83943 ; 2024-09-17T08:30:19.251 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: 2024-09-17T08:30:19.251 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.error_if_exists: 0 2024-09-17T08:30:19.252 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.create_if_missing: 0 2024-09-17T08:30:19.252 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.paranoid_checks: 1 2024-09-17T08:30:19.252 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.env: 0x55f852f9d1c0 2024-09-17T08:30:19.252 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.fs: Posix File System 2024-09-17T08:30:19.252 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.info_log: 0x55f853e8d6e0 2024-09-17T08:30:19.252 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-17T08:30:19.252 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.statistics: (nil) 2024-09-17T08:30:19.252 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.use_fsync: 0 2024-09-17T08:30:19.252 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.max_log_file_size: 0 2024-09-17T08:30:19.252 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T08:30:19.252 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T08:30:19.252 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-17T08:30:19.253 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-17T08:30:19.253 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.allow_fallocate: 1 2024-09-17T08:30:19.253 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-17T08:30:19.253 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-17T08:30:19.253 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.use_direct_reads: 0 2024-09-17T08:30:19.253 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T08:30:19.253 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.create_missing_column_families: 0 2024-09-17T08:30:19.253 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.db_log_dir: 2024-09-17T08:30:19.253 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi089/store.db 2024-09-17T08:30:19.253 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T08:30:19.253 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.max_subcompactions: 1 2024-09-17T08:30:19.253 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.max_background_flushes: -1 2024-09-17T08:30:19.253 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T08:30:19.254 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T08:30:19.254 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T08:30:19.254 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T08:30:19.254 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T08:30:19.254 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.advise_random_on_open: 1 2024-09-17T08:30:19.254 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-17T08:30:19.254 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.write_buffer_manager: 0x55f853e97f20 2024-09-17T08:30:19.254 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T08:30:19.254 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-17T08:30:19.255 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T08:30:19.255 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T08:30:19.255 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.rate_limiter: (nil) 2024-09-17T08:30:19.255 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T08:30:19.255 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-17T08:30:19.255 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-17T08:30:19.255 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-17T08:30:19.255 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.unordered_write: 0 2024-09-17T08:30:19.255 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T08:30:19.255 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T08:30:19.255 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T08:30:19.255 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T08:30:19.255 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.row_cache: None 2024-09-17T08:30:19.255 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.wal_filter: None 2024-09-17T08:30:19.256 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T08:30:19.256 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-17T08:30:19.256 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.preserve_deletes: 0 2024-09-17T08:30:19.256 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.two_write_queues: 0 2024-09-17T08:30:19.256 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.manual_wal_flush: 0 2024-09-17T08:30:19.256 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.atomic_flush: 0 2024-09-17T08:30:19.256 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T08:30:19.256 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T08:30:19.256 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T08:30:19.256 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.log_readahead_size: 0 2024-09-17T08:30:19.256 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-09-17T08:30:19.256 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.max_background_jobs: 2 2024-09-17T08:30:19.257 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.max_background_compactions: -1 2024-09-17T08:30:19.257 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T08:30:19.257 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T08:30:19.257 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T08:30:19.257 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.max_total_wal_size: 0 2024-09-17T08:30:19.257 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T08:30:19.257 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T08:30:19.257 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T08:30:19.257 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T08:30:19.257 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.max_open_files: -1 2024-09-17T08:30:19.257 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.bytes_per_sync: 0 2024-09-17T08:30:19.257 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T08:30:19.257 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T08:30:19.257 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-17T08:30:19.258 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Compression algorithms supported: 2024-09-17T08:30:19.258 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T08:30:19.258 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: kZSTD supported: 0 2024-09-17T08:30:19.258 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: kXpressCompression supported: 0 2024-09-17T08:30:19.258 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-17T08:30:19.258 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: kLZ4Compression supported: 1 2024-09-17T08:30:19.258 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: kBZip2Compression supported: 0 2024-09-17T08:30:19.258 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: kZlibCompression supported: 1 2024-09-17T08:30:19.258 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: kSnappyCompression supported: 1 2024-09-17T08:30:19.258 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T08:30:19.258 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi089/store.db/MANIFEST-000005 2024-09-17T08:30:19.258 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: 2024-09-17T08:30:19.258 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-09-17T08:30:19.259 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: 2024-09-17T08:30:19.259 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T08:30:19.259 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.056+0000 7f4589d9e700 4 rocksdb: Options.merge_operator: 2024-09-17T08:30:19.259 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.compaction_filter: None 2024-09-17T08:30:19.259 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.compaction_filter_factory: None 2024-09-17T08:30:19.259 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T08:30:19.259 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T08:30:19.259 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f853da60d8) 2024-09-17T08:30:19.259 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cache_index_and_filter_blocks: 1 2024-09-17T08:30:19.259 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T08:30:19.259 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T08:30:19.259 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: pin_top_level_index_and_filter: 1 2024-09-17T08:30:19.259 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: index_type: 0 2024-09-17T08:30:19.259 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: data_block_index_type: 0 2024-09-17T08:30:19.261 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: index_shortening: 1 2024-09-17T08:30:19.261 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: data_block_hash_table_util_ratio: 0.750000 2024-09-17T08:30:19.261 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: hash_index_allow_collision: 1 2024-09-17T08:30:19.261 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: checksum: 1 2024-09-17T08:30:19.261 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: no_block_cache: 0 2024-09-17T08:30:19.261 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: block_cache: 0x55f853ddcf10 2024-09-17T08:30:19.262 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: block_cache_name: BinnedLRUCache 2024-09-17T08:30:19.262 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: block_cache_options: 2024-09-17T08:30:19.262 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: capacity : 536870912 2024-09-17T08:30:19.262 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: num_shard_bits : 4 2024-09-17T08:30:19.262 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: strict_capacity_limit : 0 2024-09-17T08:30:19.262 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: high_pri_pool_ratio: 0.000 2024-09-17T08:30:19.262 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: block_cache_compressed: (nil) 2024-09-17T08:30:19.262 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: persistent_cache: (nil) 2024-09-17T08:30:19.262 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: block_size: 4096 2024-09-17T08:30:19.262 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: block_size_deviation: 10 2024-09-17T08:30:19.262 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: block_restart_interval: 16 2024-09-17T08:30:19.263 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: index_block_restart_interval: 1 2024-09-17T08:30:19.263 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: metadata_block_size: 4096 2024-09-17T08:30:19.263 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: partition_filters: 0 2024-09-17T08:30:19.263 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: use_delta_encoding: 1 2024-09-17T08:30:19.263 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-17T08:30:19.263 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: whole_key_filtering: 1 2024-09-17T08:30:19.263 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: verify_compression: 0 2024-09-17T08:30:19.263 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: read_amp_bytes_per_bit: 0 2024-09-17T08:30:19.263 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: format_version: 2 2024-09-17T08:30:19.263 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: enable_index_compression: 1 2024-09-17T08:30:19.263 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: block_align: 0 2024-09-17T08:30:19.263 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: 2024-09-17T08:30:19.263 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-17T08:30:19.264 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-17T08:30:19.264 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.compression: NoCompression 2024-09-17T08:30:19.264 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-17T08:30:19.264 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-17T08:30:19.264 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T08:30:19.264 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.num_levels: 7 2024-09-17T08:30:19.264 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T08:30:19.264 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T08:30:19.264 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T08:30:19.264 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T08:30:19.264 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T08:30:19.265 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T08:30:19.265 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T08:30:19.265 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T08:30:19.265 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T08:30:19.265 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T08:30:19.265 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.compression_opts.level: 32767 2024-09-17T08:30:19.265 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-17T08:30:19.265 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T08:30:19.265 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T08:30:19.265 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.compression_opts.enabled: false 2024-09-17T08:30:19.265 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T08:30:19.265 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T08:30:19.265 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T08:30:19.266 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-17T08:30:19.266 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T08:30:19.266 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T08:30:19.266 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T08:30:19.266 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T08:30:19.266 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T08:30:19.266 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T08:30:19.266 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T08:30:19.266 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T08:30:19.266 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T08:30:19.266 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T08:30:19.266 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T08:30:19.266 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T08:30:19.266 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T08:30:19.267 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.arena_block_size: 4194304 2024-09-17T08:30:19.267 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T08:30:19.267 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T08:30:19.267 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-17T08:30:19.267 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-17T08:30:19.267 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T08:30:19.267 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T08:30:19.267 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T08:30:19.267 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T08:30:19.267 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T08:30:19.268 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T08:30:19.268 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T08:30:19.268 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T08:30:19.268 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T08:30:19.268 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T08:30:19.268 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.table_properties_collectors: 2024-09-17T08:30:19.268 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.inplace_update_support: 0 2024-09-17T08:30:19.268 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T08:30:19.268 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T08:30:19.268 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T08:30:19.268 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T08:30:19.268 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.bloom_locality: 0 2024-09-17T08:30:19.268 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.max_successive_merges: 0 2024-09-17T08:30:19.269 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T08:30:19.269 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-17T08:30:19.269 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.force_consistency_checks: 0 2024-09-17T08:30:19.269 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-17T08:30:19.269 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.ttl: 2592000 2024-09-17T08:30:19.269 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T08:30:19.269 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi089/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-09-17T08:30:19.269 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: 2024-09-17T08:30:19.269 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-09-17T08:30:19.269 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: 2024-09-17T08:30:19.269 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726561819058644, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-09-17T08:30:19.270 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.057+0000 7f4589d9e700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-09-17T08:30:19.270 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.058+0000 7f4589d9e700 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-09-17T08:30:19.270 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.058+0000 7f4589d9e700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726561819059532, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 80769, "table_properties": {"data_size": 79027, "index_size": 347, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 8852, "raw_average_key_size": 45, "raw_value_size": 73804, "raw_average_value_size": 382, "num_data_blocks": 11, "num_entries": 193, "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": 1726561819, "oldest_key_time": 3, "file_creation_time": 0}} 2024-09-17T08:30:19.270 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.058+0000 7f4589d9e700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-09-17T08:30:19.270 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: 2024-09-17T08:30:19.270 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.058+0000 7f4589d9e700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726561819059920, "job": 1, "event": "recovery_finished"} 2024-09-17T08:30:19.270 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.059+0000 7f4589d9e700 4 rocksdb: DB pointer 0x55f853ea1800 2024-09-17T08:30:19.270 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.059+0000 7f4570bb8700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-09-17T08:30:19.270 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.059+0000 7f4570bb8700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-09-17T08:30:19.270 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: ** DB Stats ** 2024-09-17T08:30:19.270 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T08:30:19.270 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-17T08:30:19.270 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T08:30:19.270 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T08:30:19.271 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-17T08:30:19.271 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-17T08:30:19.271 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T08:30:19.271 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: 2024-09-17T08:30:19.271 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: ** Compaction Stats [default] ** 2024-09-17T08:30:19.271 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: 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-09-17T08:30:19.271 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T08:30:19.271 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: L0 2/0 80.57 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 123.0 0.00 0.00 1 0.001 0 0 2024-09-17T08:30:19.271 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: Sum 2/0 80.57 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 123.0 0.00 0.00 1 0.001 0 0 2024-09-17T08:30:19.271 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 123.0 0.00 0.00 1 0.001 0 0 2024-09-17T08:30:19.271 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: 2024-09-17T08:30:19.271 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: ** Compaction Stats [default] ** 2024-09-17T08:30:19.271 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: 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-09-17T08:30:19.271 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T08:30:19.272 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 123.0 0.00 0.00 1 0.001 0 0 2024-09-17T08:30:19.272 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T08:30:19.272 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T08:30:19.272 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T08:30:19.272 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T08:30:19.272 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T08:30:19.272 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: AddFile(Keys): cumulative 0, interval 0 2024-09-17T08:30:19.272 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: Cumulative compaction: 0.00 GB write, 27.77 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T08:30:19.272 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: Interval compaction: 0.00 GB write, 27.77 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T08:30:19.272 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: 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-09-17T08:30:19.272 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: 2024-09-17T08:30:19.272 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: ** File Read Latency Histogram By Level [default] ** 2024-09-17T08:30:19.272 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: 2024-09-17T08:30:19.273 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: ** Compaction Stats [default] ** 2024-09-17T08:30:19.273 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: 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-09-17T08:30:19.273 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T08:30:19.273 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: L0 2/0 80.57 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 123.0 0.00 0.00 1 0.001 0 0 2024-09-17T08:30:19.273 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: Sum 2/0 80.57 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 123.0 0.00 0.00 1 0.001 0 0 2024-09-17T08:30:19.273 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: 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-09-17T08:30:19.273 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: 2024-09-17T08:30:19.273 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: ** Compaction Stats [default] ** 2024-09-17T08:30:19.273 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: 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-09-17T08:30:19.273 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T08:30:19.273 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 123.0 0.00 0.00 1 0.001 0 0 2024-09-17T08:30:19.273 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T08:30:19.274 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T08:30:19.274 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T08:30:19.274 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T08:30:19.274 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T08:30:19.274 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: AddFile(Keys): cumulative 0, interval 0 2024-09-17T08:30:19.274 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: Cumulative compaction: 0.00 GB write, 27.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T08:30:19.274 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T08:30:19.274 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: 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-09-17T08:30:19.274 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: 2024-09-17T08:30:19.274 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: ** File Read Latency Histogram By Level [default] ** 2024-09-17T08:30:19.274 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: 2024-09-17T08:30:19.275 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.060+0000 7f4589d9e700 0 starting mon.smithi089 rank 0 at public addrs [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] at bind addrs [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi089 fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 2024-09-17T08:30:19.275 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.061+0000 7f4589d9e700 1 mon.smithi089@-1(???) e1 preinit fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 2024-09-17T08:30:19.275 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.061+0000 7f4589d9e700 0 mon.smithi089@-1(???).mds e1 new map 2024-09-17T08:30:19.275 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.061+0000 7f4589d9e700 0 mon.smithi089@-1(???).mds e1 print_map 2024-09-17T08:30:19.275 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: e1 2024-09-17T08:30:19.275 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-17T08:30:19.275 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: 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-09-17T08:30:19.275 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: legacy client fscid: -1 2024-09-17T08:30:19.275 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: 2024-09-17T08:30:19.275 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: No filesystems configured 2024-09-17T08:30:19.275 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: 2024-09-17T08:30:19.275 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.061+0000 7f4589d9e700 0 mon.smithi089@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-17T08:30:19.275 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.061+0000 7f4589d9e700 0 mon.smithi089@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T08:30:19.276 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.061+0000 7f4589d9e700 0 mon.smithi089@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T08:30:19.276 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.061+0000 7f4589d9e700 0 mon.smithi089@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T08:30:19.276 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:17.498882+0000 mon.smithi089 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.89:0/239125666' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:30:19.276 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.061+0000 7f4589d9e700 1 mon.smithi089@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-17T08:30:19.276 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.062+0000 7f4589d9e700 20 expand_channel_meta expand map: {default=false} 2024-09-17T08:30:19.276 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.062+0000 7f4589d9e700 20 expand_channel_meta from 'false' to 'false' 2024-09-17T08:30:19.276 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.062+0000 7f4589d9e700 20 expand_channel_meta expanded map: {default=false} 2024-09-17T08:30:19.276 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.062+0000 7f4589d9e700 20 expand_channel_meta expand map: {default=info} 2024-09-17T08:30:19.276 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.062+0000 7f4589d9e700 20 expand_channel_meta from 'info' to 'info' 2024-09-17T08:30:19.276 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.062+0000 7f4589d9e700 20 expand_channel_meta expanded map: {default=info} 2024-09-17T08:30:19.276 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.062+0000 7f4589d9e700 20 expand_channel_meta expand map: {default=daemon} 2024-09-17T08:30:19.276 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.062+0000 7f4589d9e700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-09-17T08:30:19.276 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.062+0000 7f4589d9e700 20 expand_channel_meta expanded map: {default=daemon} 2024-09-17T08:30:19.277 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.062+0000 7f4589d9e700 20 expand_channel_meta expand map: {default=debug} 2024-09-17T08:30:19.277 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.062+0000 7f4589d9e700 20 expand_channel_meta from 'debug' to 'debug' 2024-09-17T08:30:19.277 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:30:19.062+0000 7f4589d9e700 20 expand_channel_meta expanded map: {default=debug} 2024-09-17T08:30:19.277 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:30:19.065536+0000 mon.smithi089 (mon.0) 1 : cluster [INF] mon.smithi089 is new leader, mons smithi089 in quorum (ranks 0) 2024-09-17T08:30:19.277 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:30:19.065584+0000 mon.smithi089 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi089=[v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0]} 2024-09-17T08:30:19.277 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:30:19.065612+0000 mon.smithi089 (mon.0) 3 : cluster [DBG] fsmap 2024-09-17T08:30:19.277 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:30:19.065633+0000 mon.smithi089 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-17T08:30:19.277 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:30:19.067569+0000 mon.smithi089 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-09-17T08:30:19.278 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 bash[23555]: 5b5bfe3c39d2a8e2f8c05cdc4259f4cf4590d952aca64bba30b3ad47f3ccc413 2024-09-17T08:30:19.278 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:19 smithi089 systemd[1]: Started Ceph mon.smithi089 for fc89bb2a-74ce-11ef-bceb-c7b262605968. 2024-09-17T08:30:20.224 INFO:teuthology.orchestra.run.smithi089.stderr:Wrote config to /etc/ceph/ceph.conf 2024-09-17T08:30:20.224 INFO:teuthology.orchestra.run.smithi089.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-17T08:30:20.224 INFO:teuthology.orchestra.run.smithi089.stderr:Creating mgr... 2024-09-17T08:30:20.224 INFO:teuthology.orchestra.run.smithi089.stderr:Verifying port 9283 ... 2024-09-17T08:30:20.226 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl daemon-reload 2024-09-17T08:30:20.371 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl stop ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@mgr.smithi089.ernzbc 2024-09-17T08:30:20.386 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl reset-failed ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@mgr.smithi089.ernzbc 2024-09-17T08:30:20.392 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Failed to reset failed state of unit ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@mgr.smithi089.ernzbc.service: Unit ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@mgr.smithi089.ernzbc.service not loaded. 2024-09-17T08:30:20.393 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl enable ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@mgr.smithi089.ernzbc 2024-09-17T08:30:20.400 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Created symlink /etc/systemd/system/ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968.target.wants/ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@mgr.smithi089.ernzbc.service → /etc/systemd/system/ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@.service. 2024-09-17T08:30:20.538 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl start ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@mgr.smithi089.ernzbc 2024-09-17T08:30:20.949 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:20 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:19.662577+0000 mon.smithi089 (mon.0) 6 : audit [INF] from='client.? 172.21.15.89:0/938314977' entity='client.admin' 2024-09-17T08:30:21.063 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-enabled firewalld.service 2024-09-17T08:30:21.071 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: disabled 2024-09-17T08:30:21.072 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-active firewalld.service 2024-09-17T08:30:21.079 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: inactive 2024-09-17T08:30:21.080 INFO:teuthology.orchestra.run.smithi089.stderr:firewalld.service is not enabled 2024-09-17T08:30:21.080 INFO:teuthology.orchestra.run.smithi089.stderr:Not possible to enable service . firewalld.service is not available 2024-09-17T08:30:21.080 INFO:teuthology.orchestra.run.smithi089.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-09-17T08:30:21.080 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-enabled firewalld.service 2024-09-17T08:30:21.088 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: disabled 2024-09-17T08:30:21.088 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-active firewalld.service 2024-09-17T08:30:21.096 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: inactive 2024-09-17T08:30:21.097 INFO:teuthology.orchestra.run.smithi089.stderr:firewalld.service is not enabled 2024-09-17T08:30:21.097 INFO:teuthology.orchestra.run.smithi089.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-09-17T08:30:21.097 INFO:teuthology.orchestra.run.smithi089.stderr:Waiting for mgr to start... 2024-09-17T08:30:21.097 INFO:teuthology.orchestra.run.smithi089.stderr:Waiting for mgr... 2024-09-17T08:30:21.097 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpdqb44gxe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplvr9dncv:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.0 status -f json-pretty 2024-09-17T08:30:21.612 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-09-17T08:30:21.612 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: { 2024-09-17T08:30:21.612 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "fsid": "fc89bb2a-74ce-11ef-bceb-c7b262605968", 2024-09-17T08:30:21.612 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "health": { 2024-09-17T08:30:21.612 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-09-17T08:30:21.612 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "checks": {}, 2024-09-17T08:30:21.612 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "mutes": [] 2024-09-17T08:30:21.613 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-09-17T08:30:21.613 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-09-17T08:30:21.613 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum": [ 2024-09-17T08:30:21.613 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 0 2024-09-17T08:30:21.613 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-09-17T08:30:21.613 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum_names": [ 2024-09-17T08:30:21.613 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "smithi089" 2024-09-17T08:30:21.613 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-09-17T08:30:21.613 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-09-17T08:30:21.613 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "monmap": { 2024-09-17T08:30:21.613 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-17T08:30:21.614 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-09-17T08:30:21.614 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_mons": 1 2024-09-17T08:30:21.614 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-09-17T08:30:21.614 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osdmap": { 2024-09-17T08:30:21.614 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-17T08:30:21.614 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_osds": 0, 2024-09-17T08:30:21.614 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-09-17T08:30:21.614 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-09-17T08:30:21.614 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-09-17T08:30:21.614 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-09-17T08:30:21.614 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-09-17T08:30:21.614 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-09-17T08:30:21.615 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "pgmap": { 2024-09-17T08:30:21.615 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-09-17T08:30:21.615 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-09-17T08:30:21.615 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_pools": 0, 2024-09-17T08:30:21.615 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_objects": 0, 2024-09-17T08:30:21.615 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-09-17T08:30:21.615 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-09-17T08:30:21.615 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-09-17T08:30:21.615 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_total": 0 2024-09-17T08:30:21.615 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-09-17T08:30:21.615 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "fsmap": { 2024-09-17T08:30:21.616 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-17T08:30:21.616 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "by_rank": [], 2024-09-17T08:30:21.616 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "up:standby": 0 2024-09-17T08:30:21.616 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-09-17T08:30:21.616 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "mgrmap": { 2024-09-17T08:30:21.616 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "available": false, 2024-09-17T08:30:21.616 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-09-17T08:30:21.616 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "modules": [ 2024-09-17T08:30:21.617 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "iostat", 2024-09-17T08:30:21.617 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "restful" 2024-09-17T08:30:21.617 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-09-17T08:30:21.617 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "services": {} 2024-09-17T08:30:21.617 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-09-17T08:30:21.617 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "servicemap": { 2024-09-17T08:30:21.617 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-17T08:30:21.617 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "modified": "2024-09-17T08:30:12.022861+0000", 2024-09-17T08:30:21.617 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "services": {} 2024-09-17T08:30:21.617 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-09-17T08:30:21.617 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "progress_events": {} 2024-09-17T08:30:21.618 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: } 2024-09-17T08:30:21.881 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:21 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:21.601851+0000 mon.smithi089 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.89:0/1362450136' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-17T08:30:22.135 INFO:teuthology.orchestra.run.smithi089.stderr:mgr not available, waiting (1/15)... 2024-09-17T08:30:24.137 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpdqb44gxe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplvr9dncv:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.0 status -f json-pretty 2024-09-17T08:30:24.598 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-09-17T08:30:24.598 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: { 2024-09-17T08:30:24.599 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "fsid": "fc89bb2a-74ce-11ef-bceb-c7b262605968", 2024-09-17T08:30:24.599 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "health": { 2024-09-17T08:30:24.599 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-09-17T08:30:24.599 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "checks": {}, 2024-09-17T08:30:24.599 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "mutes": [] 2024-09-17T08:30:24.599 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-09-17T08:30:24.599 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-09-17T08:30:24.599 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum": [ 2024-09-17T08:30:24.599 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 0 2024-09-17T08:30:24.599 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-09-17T08:30:24.600 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum_names": [ 2024-09-17T08:30:24.600 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "smithi089" 2024-09-17T08:30:24.600 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-09-17T08:30:24.600 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum_age": 5, 2024-09-17T08:30:24.600 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "monmap": { 2024-09-17T08:30:24.600 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-17T08:30:24.600 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-09-17T08:30:24.600 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_mons": 1 2024-09-17T08:30:24.600 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-09-17T08:30:24.601 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osdmap": { 2024-09-17T08:30:24.601 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-17T08:30:24.601 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_osds": 0, 2024-09-17T08:30:24.601 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-09-17T08:30:24.601 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-09-17T08:30:24.601 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-09-17T08:30:24.601 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-09-17T08:30:24.601 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-09-17T08:30:24.601 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-09-17T08:30:24.602 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "pgmap": { 2024-09-17T08:30:24.602 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-09-17T08:30:24.602 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-09-17T08:30:24.602 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_pools": 0, 2024-09-17T08:30:24.602 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_objects": 0, 2024-09-17T08:30:24.602 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-09-17T08:30:24.602 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-09-17T08:30:24.602 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-09-17T08:30:24.602 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_total": 0 2024-09-17T08:30:24.602 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-09-17T08:30:24.602 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "fsmap": { 2024-09-17T08:30:24.603 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-17T08:30:24.603 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "by_rank": [], 2024-09-17T08:30:24.603 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "up:standby": 0 2024-09-17T08:30:24.603 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-09-17T08:30:24.603 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "mgrmap": { 2024-09-17T08:30:24.603 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "available": false, 2024-09-17T08:30:24.603 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-09-17T08:30:24.603 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "modules": [ 2024-09-17T08:30:24.603 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "iostat", 2024-09-17T08:30:24.603 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "restful" 2024-09-17T08:30:24.603 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-09-17T08:30:24.603 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "services": {} 2024-09-17T08:30:24.604 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-09-17T08:30:24.604 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "servicemap": { 2024-09-17T08:30:24.604 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-17T08:30:24.604 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "modified": "2024-09-17T08:30:12.022861+0000", 2024-09-17T08:30:24.604 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "services": {} 2024-09-17T08:30:24.604 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-09-17T08:30:24.604 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "progress_events": {} 2024-09-17T08:30:24.604 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: } 2024-09-17T08:30:25.208 INFO:teuthology.orchestra.run.smithi089.stderr:mgr not available, waiting (2/15)... 2024-09-17T08:30:25.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:24.592688+0000 mon.smithi089 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.89:0/3520014293' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-17T08:30:26.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:30:25.850807+0000 mon.smithi089 (mon.0) 9 : cluster [INF] Activating manager daemon smithi089.ernzbc 2024-09-17T08:30:26.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:30:25.853151+0000 mon.smithi089 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi089.ernzbc(active, starting, since 0.00242512s) 2024-09-17T08:30:26.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:25.853878+0000 mon.smithi089 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.89:0/704265840' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T08:30:26.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:25.854068+0000 mon.smithi089 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.89:0/704265840' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T08:30:26.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:25.854231+0000 mon.smithi089 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.89:0/704265840' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T08:30:26.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:25.854396+0000 mon.smithi089 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.89:0/704265840' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-09-17T08:30:26.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:25.854819+0000 mon.smithi089 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.89:0/704265840' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr metadata", "who": "smithi089.ernzbc", "id": "smithi089.ernzbc"}]: dispatch 2024-09-17T08:30:26.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:30:25.856616+0000 mon.smithi089 (mon.0) 16 : cluster [INF] Manager daemon smithi089.ernzbc is now available 2024-09-17T08:30:26.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:25.863747+0000 mon.smithi089 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.89:0/704265840' entity='mgr.smithi089.ernzbc' 2024-09-17T08:30:26.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:25.867492+0000 mon.smithi089 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.89:0/704265840' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:30:26.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:25.868533+0000 mon.smithi089 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.89:0/704265840' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/trash_purge_schedule"}]: dispatch 2024-09-17T08:30:26.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:25.873440+0000 mon.smithi089 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.89:0/704265840' entity='mgr.smithi089.ernzbc' 2024-09-17T08:30:26.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:25.875797+0000 mon.smithi089 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.89:0/704265840' entity='mgr.smithi089.ernzbc' 2024-09-17T08:30:27.211 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpdqb44gxe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplvr9dncv:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.0 status -f json-pretty 2024-09-17T08:30:27.833 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-09-17T08:30:27.834 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: { 2024-09-17T08:30:27.834 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "fsid": "fc89bb2a-74ce-11ef-bceb-c7b262605968", 2024-09-17T08:30:27.834 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "health": { 2024-09-17T08:30:27.834 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-09-17T08:30:27.834 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "checks": {}, 2024-09-17T08:30:27.834 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "mutes": [] 2024-09-17T08:30:27.834 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-09-17T08:30:27.834 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-09-17T08:30:27.834 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum": [ 2024-09-17T08:30:27.834 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 0 2024-09-17T08:30:27.834 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-09-17T08:30:27.834 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum_names": [ 2024-09-17T08:30:27.835 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "smithi089" 2024-09-17T08:30:27.835 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-09-17T08:30:27.835 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum_age": 8, 2024-09-17T08:30:27.835 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "monmap": { 2024-09-17T08:30:27.835 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-17T08:30:27.835 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-09-17T08:30:27.835 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_mons": 1 2024-09-17T08:30:27.835 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-09-17T08:30:27.835 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osdmap": { 2024-09-17T08:30:27.835 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-17T08:30:27.835 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_osds": 0, 2024-09-17T08:30:27.835 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-09-17T08:30:27.835 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-09-17T08:30:27.835 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-09-17T08:30:27.836 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-09-17T08:30:27.836 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-09-17T08:30:27.836 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-09-17T08:30:27.836 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "pgmap": { 2024-09-17T08:30:27.836 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-09-17T08:30:27.836 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-09-17T08:30:27.836 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_pools": 0, 2024-09-17T08:30:27.836 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_objects": 0, 2024-09-17T08:30:27.836 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-09-17T08:30:27.836 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-09-17T08:30:27.836 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-09-17T08:30:27.836 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_total": 0 2024-09-17T08:30:27.836 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-09-17T08:30:27.836 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "fsmap": { 2024-09-17T08:30:27.837 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-17T08:30:27.837 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "by_rank": [], 2024-09-17T08:30:27.837 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "up:standby": 0 2024-09-17T08:30:27.837 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-09-17T08:30:27.837 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "mgrmap": { 2024-09-17T08:30:27.837 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "available": true, 2024-09-17T08:30:27.837 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-09-17T08:30:27.837 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "modules": [ 2024-09-17T08:30:27.837 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "iostat", 2024-09-17T08:30:27.837 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "restful" 2024-09-17T08:30:27.837 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-09-17T08:30:27.837 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "services": {} 2024-09-17T08:30:27.837 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-09-17T08:30:27.837 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "servicemap": { 2024-09-17T08:30:27.838 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-17T08:30:27.838 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "modified": "2024-09-17T08:30:12.022861+0000", 2024-09-17T08:30:27.838 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "services": {} 2024-09-17T08:30:27.838 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-09-17T08:30:27.838 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "progress_events": {} 2024-09-17T08:30:27.838 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: } 2024-09-17T08:30:28.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:30:26.856327+0000 mon.smithi089 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi089.ernzbc(active, since 1.0056s) 2024-09-17T08:30:28.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:27.825713+0000 mon.smithi089 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.89:0/4053142295' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-17T08:30:28.390 INFO:teuthology.orchestra.run.smithi089.stderr:mgr is available 2024-09-17T08:30:28.390 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpdqb44gxe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplvr9dncv:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.0 config-key set mgr/cephadm/ssh_user root 2024-09-17T08:30:28.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:28 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:30:27.855760+0000 mon.smithi089 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi089.ernzbc(active, since 2s) 2024-09-17T08:30:29.063 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: set mgr/cephadm/ssh_user 2024-09-17T08:30:29.622 INFO:teuthology.orchestra.run.smithi089.stderr:Enabling cephadm module... 2024-09-17T08:30:29.622 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpdqb44gxe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplvr9dncv:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.0 mgr module enable cephadm 2024-09-17T08:30:30.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:29.061027+0000 mon.smithi089 (mon.0) 25 : audit [INF] from='client.? 172.21.15.89:0/3821519238' entity='client.admin' 2024-09-17T08:30:31.394 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:30.239628+0000 mon.smithi089 (mon.0) 26 : audit [INF] from='client.? 172.21.15.89:0/674741255' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-17T08:30:31.611 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpdqb44gxe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplvr9dncv:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.0 mgr stat 2024-09-17T08:30:32.262 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: { 2024-09-17T08:30:32.262 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 5, 2024-09-17T08:30:32.262 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "available": true, 2024-09-17T08:30:32.262 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "active_name": "smithi089.ernzbc", 2024-09-17T08:30:32.262 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_standby": 0 2024-09-17T08:30:32.262 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: } 2024-09-17T08:30:32.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:32 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:31.065733+0000 mon.smithi089 (mon.0) 27 : audit [INF] from='client.? 172.21.15.89:0/674741255' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-17T08:30:32.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:32 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:30:31.065794+0000 mon.smithi089 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi089.ernzbc(active, since 5s) 2024-09-17T08:30:32.777 INFO:teuthology.orchestra.run.smithi089.stderr:Waiting for the mgr to restart... 2024-09-17T08:30:32.777 INFO:teuthology.orchestra.run.smithi089.stderr:Waiting for mgr epoch 5... 2024-09-17T08:30:32.777 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpdqb44gxe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplvr9dncv:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.0 tell mgr mgr_status 2024-09-17T08:30:33.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:32.262115+0000 mon.smithi089 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.89:0/463450223' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-17T08:30:36.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:36 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:30:35.962611+0000 mon.smithi089 (mon.0) 30 : cluster [INF] Active manager daemon smithi089.ernzbc restarted 2024-09-17T08:30:36.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:36 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:30:35.962982+0000 mon.smithi089 (mon.0) 31 : cluster [INF] Activating manager daemon smithi089.ernzbc 2024-09-17T08:30:36.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:36 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:30:35.965139+0000 mon.smithi089 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-17T08:30:37.030 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: { 2024-09-17T08:30:37.030 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-09-17T08:30:37.030 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "initialized": true 2024-09-17T08:30:37.030 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: } 2024-09-17T08:30:37.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:30:36.015923+0000 mon.smithi089 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi089.ernzbc(active, starting, since 0.0530225s) 2024-09-17T08:30:37.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:36.018412+0000 mon.smithi089 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.89:0/740616490' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-09-17T08:30:37.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:36.018608+0000 mon.smithi089 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.89:0/740616490' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr metadata", "who": "smithi089.ernzbc", "id": "smithi089.ernzbc"}]: dispatch 2024-09-17T08:30:37.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:36.018781+0000 mon.smithi089 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.89:0/740616490' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T08:30:37.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:36.018932+0000 mon.smithi089 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.89:0/740616490' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T08:30:37.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:36.019071+0000 mon.smithi089 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.89:0/740616490' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T08:30:37.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:30:36.020755+0000 mon.smithi089 (mon.0) 39 : cluster [INF] Manager daemon smithi089.ernzbc is now available 2024-09-17T08:30:37.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:36.033278+0000 mon.smithi089 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.89:0/740616490' entity='mgr.smithi089.ernzbc' 2024-09-17T08:30:37.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:36.035868+0000 mon.smithi089 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.89:0/740616490' entity='mgr.smithi089.ernzbc' 2024-09-17T08:30:37.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:36.038176+0000 mon.smithi089 (mon.0) 42 : audit [INF] from='mgr.14116 172.21.15.89:0/740616490' entity='mgr.smithi089.ernzbc' 2024-09-17T08:30:37.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:36.128230+0000 mon.smithi089 (mon.0) 43 : audit [INF] from='mgr.14116 172.21.15.89:0/740616490' entity='mgr.smithi089.ernzbc' 2024-09-17T08:30:37.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:36.129004+0000 mon.smithi089 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.89:0/740616490' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:30:37.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:36.130333+0000 mon.smithi089 (mon.0) 45 : audit [DBG] from='mgr.14116 172.21.15.89:0/740616490' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:30:37.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:36.131698+0000 mon.smithi089 (mon.0) 46 : audit [DBG] from='mgr.14116 172.21.15.89:0/740616490' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:30:37.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:36.141497+0000 mon.smithi089 (mon.0) 47 : audit [INF] from='mgr.14116 172.21.15.89:0/740616490' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:30:37.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:36.142546+0000 mon.smithi089 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.89:0/740616490' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/trash_purge_schedule"}]: dispatch 2024-09-17T08:30:37.651 INFO:teuthology.orchestra.run.smithi089.stderr:mgr epoch 5 is available 2024-09-17T08:30:37.651 INFO:teuthology.orchestra.run.smithi089.stderr:Setting orchestrator backend to cephadm... 2024-09-17T08:30:37.651 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpdqb44gxe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplvr9dncv:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.0 orch set backend cephadm 2024-09-17T08:30:38.267 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:37.022992+0000 mgr.smithi089.ernzbc (mgr.14116) 1 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-17T08:30:38.267 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:30:37.023491+0000 mon.smithi089 (mon.0) 49 : cluster [DBG] mgrmap e7: smithi089.ernzbc(active, since 1.06059s) 2024-09-17T08:30:38.267 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:37.029192+0000 mgr.smithi089.ernzbc (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-17T08:30:38.841 INFO:teuthology.orchestra.run.smithi089.stderr:Generating ssh key... 2024-09-17T08:30:38.841 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpdqb44gxe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplvr9dncv:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.0 cephadm generate-key 2024-09-17T08:30:39.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:30:38.025690+0000 mon.smithi089 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi089.ernzbc(active, since 2s) 2024-09-17T08:30:39.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:38.254795+0000 mon.smithi089 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.89:0/740616490' entity='mgr.smithi089.ernzbc' 2024-09-17T08:30:39.108 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:38.257999+0000 mon.smithi089 (mon.0) 52 : audit [DBG] from='mgr.14116 172.21.15.89:0/740616490' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:30:40.065 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpdqb44gxe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplvr9dncv:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.0 cephadm get-pub-key 2024-09-17T08:30:40.381 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:40 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:38.251058+0000 mgr.smithi089.ernzbc (mgr.14116) 3 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:30:40.381 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:40 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:39.466532+0000 mon.smithi089 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.89:0/740616490' entity='mgr.smithi089.ernzbc' 2024-09-17T08:30:40.382 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:40 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:39.471786+0000 mon.smithi089 (mon.0) 54 : audit [INF] from='mgr.14116 172.21.15.89:0/740616490' entity='mgr.smithi089.ernzbc' 2024-09-17T08:30:40.632 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC83xtfPG9tff6TNJucttOl52hFucicl9cNiftkYx4JfpJx4ONvFQmPBx0b0dLq4702R8t06UDu2kSiz1eBMzafw2c+I3i3MQU4/HAPD5XJljx0O/SCybyoiAud0V/vF36gapoL33wPFYWtaP9eoV+7wXUrFzc+irpjMf0CBsDxGHrYz5jZgymXS5qDqBvDvWLidot8NweQCdGtwZZyD1fVgOjA342VY+0WV0nd+5Isx7wPgb5wJ3a+JgL2sEyb/kF/7oq63DOVVQp111gKfUPf+z2q48GDXMfWIUVXRdxoQEzYHO+4exiBXjARhlPqf9zYt2tELOTRBUGLnS414Nt7uaXDAQk90U1rn0xu2wBEMsRO59nwZxPwsizkDvW4GIakGRgbk4c59Fv3zqyfGP+eDSCd+OJeSrahmDSH/1JMQfgl+9HgEVY4jNpc9HsQsvjk+I5UHvGHyPHf90kfLl6fSOJz9+4lCg7Mj4rIJHD8xNZe9dqZlMUQDb0zWG1DREM= ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968 2024-09-17T08:30:41.230 INFO:teuthology.orchestra.run.smithi089.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-17T08:30:41.230 INFO:teuthology.orchestra.run.smithi089.stderr:Adding key to root@localhost authorized_keys... 2024-09-17T08:30:41.239 INFO:teuthology.orchestra.run.smithi089.stderr:Adding host smithi089... 2024-09-17T08:30:41.239 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpdqb44gxe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplvr9dncv:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.0 orch host add smithi089 2024-09-17T08:30:41.362 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:30:39.362110+0000 mgr.smithi089.ernzbc (mgr.14116) 5 : cephadm [INF] Generating ssh key... 2024-09-17T08:30:42.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:40.632801+0000 mgr.smithi089.ernzbc (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:30:42.454 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Added host 'smithi089' 2024-09-17T08:30:42.995 INFO:teuthology.orchestra.run.smithi089.stderr:Deploying mon service with default placement... 2024-09-17T08:30:42.996 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpdqb44gxe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplvr9dncv:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.0 orch apply mon 2024-09-17T08:30:43.293 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:41.827407+0000 mgr.smithi089.ernzbc (mgr.14116) 7 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi089", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:30:43.294 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:42.453504+0000 mon.smithi089 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.89:0/740616490' entity='mgr.smithi089.ernzbc' 2024-09-17T08:30:43.294 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:42.454023+0000 mon.smithi089 (mon.0) 56 : audit [DBG] from='mgr.14116 172.21.15.89:0/740616490' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:30:43.745 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Scheduled mon update... 2024-09-17T08:30:44.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:30:42.453792+0000 mgr.smithi089.ernzbc (mgr.14116) 8 : cephadm [INF] Added host smithi089 2024-09-17T08:30:44.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:43.744857+0000 mon.smithi089 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.89:0/740616490' entity='mgr.smithi089.ernzbc' 2024-09-17T08:30:45.225 INFO:teuthology.orchestra.run.smithi089.stderr:Deploying mgr service with default placement... 2024-09-17T08:30:45.600 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpdqb44gxe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplvr9dncv:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.0 orch apply mgr 2024-09-17T08:30:45.601 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:43.742029+0000 mgr.smithi089.ernzbc (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:30:45.601 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:30:43.742735+0000 mgr.smithi089.ernzbc (mgr.14116) 10 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-17T08:30:45.601 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:44.788908+0000 mon.smithi089 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.89:0/740616490' entity='mgr.smithi089.ernzbc' 2024-09-17T08:30:45.602 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:44.983326+0000 mon.smithi089 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.89:0/740616490' entity='mgr.smithi089.ernzbc' 2024-09-17T08:30:45.818 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-09-17T08:30:46.656 INFO:teuthology.orchestra.run.smithi089.stderr:Deploying crash service with default placement... 2024-09-17T08:30:46.656 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpdqb44gxe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplvr9dncv:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.0 orch apply crash 2024-09-17T08:30:46.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:46 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:45.815916+0000 mgr.smithi089.ernzbc (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:30:46.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:46 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:30:45.816438+0000 mgr.smithi089.ernzbc (mgr.14116) 12 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-17T08:30:46.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:46 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:45.818588+0000 mon.smithi089 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.89:0/740616490' entity='mgr.smithi089.ernzbc' 2024-09-17T08:30:47.293 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Scheduled crash update... 2024-09-17T08:30:48.359 INFO:teuthology.orchestra.run.smithi089.stderr:Enabling mgr prometheus module... 2024-09-17T08:30:48.359 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpdqb44gxe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplvr9dncv:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.0 mgr module enable prometheus 2024-09-17T08:30:48.466 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:48 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:47.174018+0000 mon.smithi089 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.89:0/740616490' entity='mgr.smithi089.ernzbc' 2024-09-17T08:30:48.466 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:48 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:47.289524+0000 mgr.smithi089.ernzbc (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:30:48.466 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:48 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:30:47.290146+0000 mgr.smithi089.ernzbc (mgr.14116) 14 : cephadm [INF] Saving service crash spec with placement * 2024-09-17T08:30:48.466 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:48 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:47.293134+0000 mon.smithi089 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.89:0/740616490' entity='mgr.smithi089.ernzbc' 2024-09-17T08:30:49.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:49 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:48.928612+0000 mon.smithi089 (mon.0) 63 : audit [INF] from='client.? 172.21.15.89:0/503856570' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-17T08:30:49.845 INFO:teuthology.orchestra.run.smithi089.stderr:Deploying prometheus service with default placement... 2024-09-17T08:30:49.845 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpdqb44gxe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplvr9dncv:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.0 orch apply prometheus 2024-09-17T08:30:50.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:50 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:49.176953+0000 mon.smithi089 (mon.0) 64 : audit [INF] from='client.? 172.21.15.89:0/503856570' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-17T08:30:50.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:50 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:30:49.177009+0000 mon.smithi089 (mon.0) 65 : cluster [DBG] mgrmap e9: smithi089.ernzbc(active, since 13s) 2024-09-17T08:30:55.115 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-09-17T08:30:55.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:30:54.054564+0000 mon.smithi089 (mon.0) 66 : cluster [INF] Active manager daemon smithi089.ernzbc restarted 2024-09-17T08:30:55.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:30:54.055076+0000 mon.smithi089 (mon.0) 67 : cluster [INF] Activating manager daemon smithi089.ernzbc 2024-09-17T08:30:55.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:30:54.059374+0000 mon.smithi089 (mon.0) 68 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-17T08:30:55.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:30:54.107276+0000 mon.smithi089 (mon.0) 69 : cluster [DBG] mgrmap e10: smithi089.ernzbc(active, starting, since 0.0523269s) 2024-09-17T08:30:55.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:54.108323+0000 mon.smithi089 (mon.0) 70 : audit [DBG] from='mgr.14142 172.21.15.89:0/1252658793' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-09-17T08:30:55.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:54.108849+0000 mon.smithi089 (mon.0) 71 : audit [DBG] from='mgr.14142 172.21.15.89:0/1252658793' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr metadata", "who": "smithi089.ernzbc", "id": "smithi089.ernzbc"}]: dispatch 2024-09-17T08:30:55.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:54.109587+0000 mon.smithi089 (mon.0) 72 : audit [DBG] from='mgr.14142 172.21.15.89:0/1252658793' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T08:30:55.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:54.109769+0000 mon.smithi089 (mon.0) 73 : audit [DBG] from='mgr.14142 172.21.15.89:0/1252658793' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T08:30:55.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:54.109912+0000 mon.smithi089 (mon.0) 74 : audit [DBG] from='mgr.14142 172.21.15.89:0/1252658793' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T08:30:55.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:30:54.111722+0000 mon.smithi089 (mon.0) 75 : cluster [INF] Manager daemon smithi089.ernzbc is now available 2024-09-17T08:30:55.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:54.212854+0000 mon.smithi089 (mon.0) 76 : audit [DBG] from='mgr.14142 172.21.15.89:0/1252658793' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:30:55.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:54.214147+0000 mon.smithi089 (mon.0) 77 : audit [DBG] from='mgr.14142 172.21.15.89:0/1252658793' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:30:55.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:54.236750+0000 mon.smithi089 (mon.0) 78 : audit [INF] from='mgr.14142 172.21.15.89:0/1252658793' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:30:55.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:54.239706+0000 mon.smithi089 (mon.0) 79 : audit [INF] from='mgr.14142 172.21.15.89:0/1252658793' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/trash_purge_schedule"}]: dispatch 2024-09-17T08:30:55.805 INFO:teuthology.orchestra.run.smithi089.stderr:Deploying grafana service with default placement... 2024-09-17T08:30:55.805 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpdqb44gxe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplvr9dncv:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.0 orch apply grafana 2024-09-17T08:30:56.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:56 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:30:55.112048+0000 mon.smithi089 (mon.0) 80 : cluster [DBG] mgrmap e11: smithi089.ernzbc(active, since 1.0571s) 2024-09-17T08:30:56.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:56 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:30:55.112652+0000 mgr.smithi089.ernzbc (mgr.14142) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-17T08:30:56.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:56 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:55.114411+0000 mon.smithi089 (mon.0) 81 : audit [INF] from='mgr.14142 172.21.15.89:0/1252658793' entity='mgr.smithi089.ernzbc' 2024-09-17T08:30:56.457 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-09-17T08:30:57.078 INFO:teuthology.orchestra.run.smithi089.stderr:Deploying node-exporter service with default placement... 2024-09-17T08:30:57.078 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpdqb44gxe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplvr9dncv:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.0 orch apply node-exporter 2024-09-17T08:30:57.306 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:30:56.115694+0000 mon.smithi089 (mon.0) 82 : cluster [DBG] mgrmap e12: smithi089.ernzbc(active, since 2s) 2024-09-17T08:30:57.306 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:56.337266+0000 mon.smithi089 (mon.0) 83 : audit [INF] from='mgr.14142 172.21.15.89:0/1252658793' entity='mgr.smithi089.ernzbc' 2024-09-17T08:30:57.306 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:56.456615+0000 mon.smithi089 (mon.0) 84 : audit [INF] from='mgr.14142 172.21.15.89:0/1252658793' entity='mgr.smithi089.ernzbc' 2024-09-17T08:30:57.701 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-09-17T08:30:58.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:58 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:56.450631+0000 mgr.smithi089.ernzbc (mgr.14142) 3 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:30:58.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:58 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:30:56.451147+0000 mgr.smithi089.ernzbc (mgr.14142) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-17T08:30:58.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:58 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:57.701342+0000 mon.smithi089 (mon.0) 85 : audit [INF] from='mgr.14142 172.21.15.89:0/1252658793' entity='mgr.smithi089.ernzbc' 2024-09-17T08:30:58.370 INFO:teuthology.orchestra.run.smithi089.stderr:Deploying alertmanager service with default placement... 2024-09-17T08:30:58.370 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpdqb44gxe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplvr9dncv:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.0 orch apply alertmanager 2024-09-17T08:30:59.181 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:59 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:57.698485+0000 mgr.smithi089.ernzbc (mgr.14142) 5 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:30:59.181 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:30:59 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:30:57.699109+0000 mgr.smithi089.ernzbc (mgr.14142) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-17T08:30:59.380 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-09-17T08:31:00.315 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpdqb44gxe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplvr9dncv:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.0 config set mgr mgr/cephadm/container_init True --force 2024-09-17T08:31:00.624 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:00 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:59.376297+0000 mgr.smithi089.ernzbc (mgr.14142) 7 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:31:00.624 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:00 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:30:59.376819+0000 mgr.smithi089.ernzbc (mgr.14142) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-17T08:31:00.624 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:00 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:30:59.378877+0000 mon.smithi089 (mon.0) 86 : audit [INF] from='mgr.14142 172.21.15.89:0/1252658793' entity='mgr.smithi089.ernzbc' 2024-09-17T08:31:01.505 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpdqb44gxe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplvr9dncv:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.0 config set mgr mgr/dashboard/ssl_server_port 8443 2024-09-17T08:31:02.101 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:01 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:00.881841+0000 mon.smithi089 (mon.0) 87 : audit [INF] from='client.? 172.21.15.89:0/2951540925' entity='client.admin' 2024-09-17T08:31:02.671 INFO:teuthology.orchestra.run.smithi089.stderr:Enabling the dashboard module... 2024-09-17T08:31:02.672 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpdqb44gxe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplvr9dncv:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.0 mgr module enable dashboard 2024-09-17T08:31:03.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:02.089089+0000 mon.smithi089 (mon.0) 88 : audit [INF] from='client.? 172.21.15.89:0/2798316620' entity='client.admin' 2024-09-17T08:31:04.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:04 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:03.279877+0000 mon.smithi089 (mon.0) 89 : audit [INF] from='client.? 172.21.15.89:0/3204294317' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-17T08:31:04.702 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpdqb44gxe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplvr9dncv:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.0 mgr stat 2024-09-17T08:31:05.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:04.094224+0000 mon.smithi089 (mon.0) 90 : audit [INF] from='client.? 172.21.15.89:0/3204294317' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-17T08:31:05.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:31:04.094295+0000 mon.smithi089 (mon.0) 91 : cluster [DBG] mgrmap e13: smithi089.ernzbc(active, since 10s) 2024-09-17T08:31:05.411 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: { 2024-09-17T08:31:05.411 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 13, 2024-09-17T08:31:05.411 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "available": true, 2024-09-17T08:31:05.411 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "active_name": "smithi089.ernzbc", 2024-09-17T08:31:05.411 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_standby": 0 2024-09-17T08:31:05.411 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: } 2024-09-17T08:31:06.058 INFO:teuthology.orchestra.run.smithi089.stderr:Waiting for the mgr to restart... 2024-09-17T08:31:06.059 INFO:teuthology.orchestra.run.smithi089.stderr:Waiting for mgr epoch 13... 2024-09-17T08:31:06.059 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpdqb44gxe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplvr9dncv:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.0 tell mgr mgr_status 2024-09-17T08:31:06.333 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:05.411039+0000 mon.smithi089 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.89:0/1577732214' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-17T08:31:10.324 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:31:09.104219+0000 mon.smithi089 (mon.0) 93 : cluster [INF] Active manager daemon smithi089.ernzbc restarted 2024-09-17T08:31:10.325 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:31:09.104673+0000 mon.smithi089 (mon.0) 94 : cluster [INF] Activating manager daemon smithi089.ernzbc 2024-09-17T08:31:10.325 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:31:09.106303+0000 mon.smithi089 (mon.0) 95 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T08:31:11.088 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: { 2024-09-17T08:31:11.088 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2024-09-17T08:31:11.088 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "initialized": true 2024-09-17T08:31:11.088 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: } 2024-09-17T08:31:11.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:31:10.078220+0000 mon.smithi089 (mon.0) 96 : cluster [DBG] mgrmap e14: smithi089.ernzbc(active, starting, since 0.973631s) 2024-09-17T08:31:11.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:10.079308+0000 mon.smithi089 (mon.0) 97 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-09-17T08:31:11.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:10.080139+0000 mon.smithi089 (mon.0) 98 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr metadata", "who": "smithi089.ernzbc", "id": "smithi089.ernzbc"}]: dispatch 2024-09-17T08:31:11.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:10.080949+0000 mon.smithi089 (mon.0) 99 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T08:31:11.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:10.081117+0000 mon.smithi089 (mon.0) 100 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T08:31:11.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:10.081285+0000 mon.smithi089 (mon.0) 101 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T08:31:11.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:31:10.083466+0000 mon.smithi089 (mon.0) 102 : cluster [INF] Manager daemon smithi089.ernzbc is now available 2024-09-17T08:31:11.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:10.192062+0000 mon.smithi089 (mon.0) 103 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:31:11.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:10.194124+0000 mon.smithi089 (mon.0) 104 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:31:11.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:10.209908+0000 mon.smithi089 (mon.0) 105 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:31:11.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:10.218472+0000 mon.smithi089 (mon.0) 106 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/trash_purge_schedule"}]: dispatch 2024-09-17T08:31:11.844 INFO:teuthology.orchestra.run.smithi089.stderr:mgr epoch 13 is available 2024-09-17T08:31:11.844 INFO:teuthology.orchestra.run.smithi089.stderr:Generating a dashboard self-signed certificate... 2024-09-17T08:31:11.844 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpdqb44gxe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplvr9dncv:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.0 dashboard create-self-signed-cert 2024-09-17T08:31:12.119 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:11.081407+0000 mgr.smithi089.ernzbc (mgr.14162) 1 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-17T08:31:12.119 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:31:11.082155+0000 mon.smithi089 (mon.0) 107 : cluster [DBG] mgrmap e15: smithi089.ernzbc(active, since 1.97757s) 2024-09-17T08:31:12.119 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:11.087651+0000 mgr.smithi089.ernzbc (mgr.14162) 2 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-17T08:31:12.119 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:11.296355+0000 mon.smithi089 (mon.0) 108 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:31:12.663 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Self-signed certificate created 2024-09-17T08:31:13.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:31:12.084251+0000 mon.smithi089 (mon.0) 109 : cluster [DBG] mgrmap e16: smithi089.ernzbc(active, since 2s) 2024-09-17T08:31:13.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:12.662159+0000 mon.smithi089 (mon.0) 110 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:31:13.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:12.663893+0000 mon.smithi089 (mon.0) 111 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:31:14.066 INFO:teuthology.orchestra.run.smithi089.stderr:Creating initial admin user... 2024-09-17T08:31:14.067 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpdqb44gxe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplvr9dncv:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpd4st_v9j:/tmp/dashboard.pw:z quay.io/ceph/ceph:v16.2.0 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2024-09-17T08:31:14.322 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:14 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:12.515592+0000 mgr.smithi089.ernzbc (mgr.14162) 3 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:31:14.933 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$xybFEdsoGkxURFDSCDZacO0/ZvL2RhmsZcqyc8B6zmWu0YsIFl6S6", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726561874, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-17T08:31:15.648 INFO:teuthology.orchestra.run.smithi089.stderr:Fetching dashboard port number... 2024-09-17T08:31:15.648 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpdqb44gxe:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmplvr9dncv:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.0 config get mgr mgr/dashboard/ssl_server_port 2024-09-17T08:31:16.159 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:14.715801+0000 mgr.smithi089.ernzbc (mgr.14162) 4 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:31:16.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:14.932820+0000 mon.smithi089 (mon.0) 112 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:31:16.257 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 8443 2024-09-17T08:31:16.880 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-enabled firewalld.service 2024-09-17T08:31:16.889 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: disabled 2024-09-17T08:31:16.889 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-active firewalld.service 2024-09-17T08:31:16.896 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: inactive 2024-09-17T08:31:16.897 INFO:teuthology.orchestra.run.smithi089.stderr:firewalld.service is not enabled 2024-09-17T08:31:16.897 INFO:teuthology.orchestra.run.smithi089.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-17T08:31:16.899 INFO:teuthology.orchestra.run.smithi089.stderr:Ceph Dashboard is now available at: 2024-09-17T08:31:16.899 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-09-17T08:31:16.899 INFO:teuthology.orchestra.run.smithi089.stderr: URL: https://smithi089.front.sepia.ceph.com:8443/ 2024-09-17T08:31:16.899 INFO:teuthology.orchestra.run.smithi089.stderr: User: admin 2024-09-17T08:31:16.899 INFO:teuthology.orchestra.run.smithi089.stderr: Password: ci6zidtgn7 2024-09-17T08:31:16.900 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-09-17T08:31:16.900 INFO:teuthology.orchestra.run.smithi089.stderr:You can access the Ceph CLI with: 2024-09-17T08:31:16.900 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-09-17T08:31:16.900 INFO:teuthology.orchestra.run.smithi089.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-17T08:31:16.900 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-09-17T08:31:16.900 INFO:teuthology.orchestra.run.smithi089.stderr:Please consider enabling telemetry to help improve Ceph: 2024-09-17T08:31:16.900 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-09-17T08:31:16.900 INFO:teuthology.orchestra.run.smithi089.stderr: ceph telemetry on 2024-09-17T08:31:16.900 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-09-17T08:31:16.900 INFO:teuthology.orchestra.run.smithi089.stderr:For more information see: 2024-09-17T08:31:16.900 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-09-17T08:31:16.900 INFO:teuthology.orchestra.run.smithi089.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-09-17T08:31:16.900 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-09-17T08:31:16.901 INFO:teuthology.orchestra.run.smithi089.stderr:Bootstrap complete. 2024-09-17T08:31:16.901 INFO:teuthology.orchestra.run.smithi089.stderr:Releasing lock 139734897251328 on /run/cephadm/fc89bb2a-74ce-11ef-bceb-c7b262605968.lock 2024-09-17T08:31:16.901 INFO:teuthology.orchestra.run.smithi089.stderr:Lock 139734897251328 released on /run/cephadm/fc89bb2a-74ce-11ef-bceb-c7b262605968.lock 2024-09-17T08:31:16.934 INFO:tasks.cephadm:Fetching config... 2024-09-17T08:31:16.934 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-09-17T08:31:16.934 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-17T08:31:16.951 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-17T08:31:16.951 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-09-17T08:31:16.951 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-17T08:31:17.007 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-17T08:31:17.007 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-09-17T08:31:17.007 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/mon.smithi089/keyring of=/dev/stdout 2024-09-17T08:31:17.072 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-17T08:31:17.072 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-09-17T08:31:17.072 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-17T08:31:17.127 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-17T08:31:17.128 DEBUG:teuthology.orchestra.run.smithi089:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC83xtfPG9tff6TNJucttOl52hFucicl9cNiftkYx4JfpJx4ONvFQmPBx0b0dLq4702R8t06UDu2kSiz1eBMzafw2c+I3i3MQU4/HAPD5XJljx0O/SCybyoiAud0V/vF36gapoL33wPFYWtaP9eoV+7wXUrFzc+irpjMf0CBsDxGHrYz5jZgymXS5qDqBvDvWLidot8NweQCdGtwZZyD1fVgOjA342VY+0WV0nd+5Isx7wPgb5wJ3a+JgL2sEyb/kF/7oq63DOVVQp111gKfUPf+z2q48GDXMfWIUVXRdxoQEzYHO+4exiBXjARhlPqf9zYt2tELOTRBUGLnS414Nt7uaXDAQk90U1rn0xu2wBEMsRO59nwZxPwsizkDvW4GIakGRgbk4c59Fv3zqyfGP+eDSCd+OJeSrahmDSH/1JMQfgl+9HgEVY4jNpc9HsQsvjk+I5UHvGHyPHf90kfLl6fSOJz9+4lCg7Mj4rIJHD8xNZe9dqZlMUQDb0zWG1DREM= ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T08:31:17.159 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:16.257463+0000 mon.smithi089 (mon.0) 113 : audit [DBG] from='client.? 172.21.15.89:0/506496878' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-17T08:31:17.195 INFO:teuthology.orchestra.run.smithi089.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC83xtfPG9tff6TNJucttOl52hFucicl9cNiftkYx4JfpJx4ONvFQmPBx0b0dLq4702R8t06UDu2kSiz1eBMzafw2c+I3i3MQU4/HAPD5XJljx0O/SCybyoiAud0V/vF36gapoL33wPFYWtaP9eoV+7wXUrFzc+irpjMf0CBsDxGHrYz5jZgymXS5qDqBvDvWLidot8NweQCdGtwZZyD1fVgOjA342VY+0WV0nd+5Isx7wPgb5wJ3a+JgL2sEyb/kF/7oq63DOVVQp111gKfUPf+z2q48GDXMfWIUVXRdxoQEzYHO+4exiBXjARhlPqf9zYt2tELOTRBUGLnS414Nt7uaXDAQk90U1rn0xu2wBEMsRO59nwZxPwsizkDvW4GIakGRgbk4c59Fv3zqyfGP+eDSCd+OJeSrahmDSH/1JMQfgl+9HgEVY4jNpc9HsQsvjk+I5UHvGHyPHf90kfLl6fSOJz9+4lCg7Mj4rIJHD8xNZe9dqZlMUQDb0zWG1DREM= ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968 2024-09-17T08:31:17.206 DEBUG:teuthology.orchestra.run.smithi133:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC83xtfPG9tff6TNJucttOl52hFucicl9cNiftkYx4JfpJx4ONvFQmPBx0b0dLq4702R8t06UDu2kSiz1eBMzafw2c+I3i3MQU4/HAPD5XJljx0O/SCybyoiAud0V/vF36gapoL33wPFYWtaP9eoV+7wXUrFzc+irpjMf0CBsDxGHrYz5jZgymXS5qDqBvDvWLidot8NweQCdGtwZZyD1fVgOjA342VY+0WV0nd+5Isx7wPgb5wJ3a+JgL2sEyb/kF/7oq63DOVVQp111gKfUPf+z2q48GDXMfWIUVXRdxoQEzYHO+4exiBXjARhlPqf9zYt2tELOTRBUGLnS414Nt7uaXDAQk90U1rn0xu2wBEMsRO59nwZxPwsizkDvW4GIakGRgbk4c59Fv3zqyfGP+eDSCd+OJeSrahmDSH/1JMQfgl+9HgEVY4jNpc9HsQsvjk+I5UHvGHyPHf90kfLl6fSOJz9+4lCg7Mj4rIJHD8xNZe9dqZlMUQDb0zWG1DREM= ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T08:31:17.314 INFO:teuthology.orchestra.run.smithi133.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC83xtfPG9tff6TNJucttOl52hFucicl9cNiftkYx4JfpJx4ONvFQmPBx0b0dLq4702R8t06UDu2kSiz1eBMzafw2c+I3i3MQU4/HAPD5XJljx0O/SCybyoiAud0V/vF36gapoL33wPFYWtaP9eoV+7wXUrFzc+irpjMf0CBsDxGHrYz5jZgymXS5qDqBvDvWLidot8NweQCdGtwZZyD1fVgOjA342VY+0WV0nd+5Isx7wPgb5wJ3a+JgL2sEyb/kF/7oq63DOVVQp111gKfUPf+z2q48GDXMfWIUVXRdxoQEzYHO+4exiBXjARhlPqf9zYt2tELOTRBUGLnS414Nt7uaXDAQk90U1rn0xu2wBEMsRO59nwZxPwsizkDvW4GIakGRgbk4c59Fv3zqyfGP+eDSCd+OJeSrahmDSH/1JMQfgl+9HgEVY4jNpc9HsQsvjk+I5UHvGHyPHf90kfLl6fSOJz9+4lCg7Mj4rIJHD8xNZe9dqZlMUQDb0zWG1DREM= ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968 2024-09-17T08:31:17.327 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-17T08:31:19.186 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:18 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:31:17.935966+0000 mon.smithi089 (mon.0) 114 : cluster [DBG] mgrmap e17: smithi089.ernzbc(active, since 8s) 2024-09-17T08:31:20.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:20 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:19.018626+0000 mon.smithi089 (mon.0) 115 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:31:20.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:20 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:19.261043+0000 mon.smithi089 (mon.0) 116 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:31:20.833 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi133 2024-09-17T08:31:20.833 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-17T08:31:20.833 DEBUG:teuthology.orchestra.run.smithi133:> dd of=/etc/ceph/ceph.conf 2024-09-17T08:31:20.852 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-17T08:31:20.852 DEBUG:teuthology.orchestra.run.smithi133:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T08:31:20.910 INFO:tasks.cephadm:Adding host smithi133 to orchestrator... 2024-09-17T08:31:20.910 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph orch host add smithi133 2024-09-17T08:31:21.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:21 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:31:19.267023+0000 mgr.smithi089.ernzbc (mgr.14162) 5 : cephadm [INF] Deploying daemon alertmanager.smithi089 on smithi089 2024-09-17T08:31:21.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:21 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:20.183102+0000 mon.smithi089 (mon.0) 117 : audit [INF] from='client.? 172.21.15.89:0/1569756472' entity='client.admin' 2024-09-17T08:31:23.842 INFO:teuthology.orchestra.run.smithi089.stdout:Added host 'smithi133' 2024-09-17T08:31:24.530 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-17T08:31:25.152 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:23.224127+0000 mgr.smithi089.ernzbc (mgr.14162) 6 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:31:25.152 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:23.842350+0000 mon.smithi089 (mon.0) 118 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:31:25.152 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:31:23.842673+0000 mgr.smithi089.ernzbc (mgr.14162) 7 : cephadm [INF] Added host smithi133 2024-09-17T08:31:26.837 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T08:31:26.837 INFO:teuthology.orchestra.run.smithi089.stdout:[{"addr": "smithi089", "hostname": "smithi089", "labels": [], "status": ""}, {"addr": "smithi133", "hostname": "smithi133", "labels": [], "status": ""}] 2024-09-17T08:31:27.437 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-17T08:31:27.437 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph osd crush tunables default 2024-09-17T08:31:27.460 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:26.836688+0000 mgr.smithi089.ernzbc (mgr.14162) 8 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:31:29.133 INFO:teuthology.orchestra.run.smithi089.stderr:adjusted tunables profile to default 2024-09-17T08:31:29.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:29.073141+0000 mon.smithi089 (mon.0) 119 : audit [INF] from='client.? 172.21.15.89:0/2411671817' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-17T08:31:29.740 INFO:tasks.cephadm:Adding mon.smithi089 on smithi089 2024-09-17T08:31:29.740 INFO:tasks.cephadm:Adding mon.smithi133 on smithi133 2024-09-17T08:31:29.740 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph orch apply mon '2;smithi089:172.21.15.89=smithi089;smithi133:172.21.15.133=smithi133' 2024-09-17T08:31:30.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:29.130400+0000 mon.smithi089 (mon.0) 120 : audit [INF] from='client.? 172.21.15.89:0/2411671817' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-17T08:31:30.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:31:29.130444+0000 mon.smithi089 (mon.0) 121 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-17T08:31:31.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:31:30.082378+0000 mgr.smithi089.ernzbc (mgr.14162) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:31:31.620 INFO:teuthology.orchestra.run.smithi133.stdout:Scheduled mon update... 2024-09-17T08:31:32.125 DEBUG:teuthology.orchestra.run.smithi133:mon.smithi133> sudo journalctl -f -n 0 -u ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@mon.smithi133.service 2024-09-17T08:31:32.127 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:31:32.127 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:31:32.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:32 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:31.615744+0000 mgr.smithi089.ernzbc (mgr.14162) 10 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi089:172.21.15.89=smithi089;smithi133:172.21.15.133=smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:31:32.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:32 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:31:31.617121+0000 mgr.smithi089.ernzbc (mgr.14162) 11 : cephadm [INF] Saving service mon spec with placement smithi089:172.21.15.89=smithi089;smithi133:172.21.15.133=smithi133;count:2 2024-09-17T08:31:32.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:32 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:31.619861+0000 mon.smithi089 (mon.0) 122 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:31:32.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:32 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:31:32.082775+0000 mgr.smithi089.ernzbc (mgr.14162) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:31:33.911 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-17T08:31:33.911 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"fc89bb2a-74ce-11ef-bceb-c7b262605968","modified":"2024-09-17T08:30:08.851495Z","created":"2024-09-17T08:30:08.851495Z","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":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:31:33.913 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2024-09-17T08:31:34.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:33.911592+0000 mon.smithi089 (mon.0) 123 : audit [DBG] from='client.? 172.21.15.133:0/2493692041' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:31:35.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:35 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:31:34.083062+0000 mgr.smithi089.ernzbc (mgr.14162) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:31:35.429 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:31:35.429 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:31:37.079 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-17T08:31:37.079 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"fc89bb2a-74ce-11ef-bceb-c7b262605968","modified":"2024-09-17T08:30:08.851495Z","created":"2024-09-17T08:30:08.851495Z","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":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:31:37.080 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2024-09-17T08:31:37.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:31:36.083367+0000 mgr.smithi089.ernzbc (mgr.14162) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:31:37.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:37.078830+0000 mon.smithi089 (mon.0) 124 : audit [DBG] from='client.? 172.21.15.133:0/1672278663' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:31:38.522 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:31:38.523 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:31:39.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:31:38.083599+0000 mgr.smithi089.ernzbc (mgr.14162) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:31:39.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:38.428687+0000 mon.smithi089 (mon.0) 125 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:31:39.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:38.429970+0000 mon.smithi089 (mon.0) 126 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi089", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:31:39.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:38.431793+0000 mon.smithi089 (mon.0) 127 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi089", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-17T08:31:39.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:38.432457+0000 mon.smithi089 (mon.0) 128 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:31:40.256 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-17T08:31:40.256 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"fc89bb2a-74ce-11ef-bceb-c7b262605968","modified":"2024-09-17T08:30:08.851495Z","created":"2024-09-17T08:30:08.851495Z","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":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:31:40.258 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2024-09-17T08:31:40.333 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:40 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:31:38.433113+0000 mgr.smithi089.ernzbc (mgr.14162) 16 : cephadm [INF] Deploying daemon crash.smithi089 on smithi089 2024-09-17T08:31:41.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:31:40.083933+0000 mgr.smithi089.ernzbc (mgr.14162) 17 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:31:41.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:40.256024+0000 mon.smithi089 (mon.0) 129 : audit [DBG] from='client.? 172.21.15.133:0/4128341123' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:31:41.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:40.577119+0000 mon.smithi089 (mon.0) 130 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:31:41.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:40.681511+0000 mon.smithi089 (mon.0) 131 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:31:41.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:40.684015+0000 mon.smithi089 (mon.0) 132 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:31:41.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:40.684377+0000 mon.smithi089 (mon.0) 133 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-17T08:31:41.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:40.687834+0000 mon.smithi089 (mon.0) 134 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:31:41.875 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:31:41.876 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:31:42.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:40.684768+0000 mgr.smithi089.ernzbc (mgr.14162) 18 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-17T08:31:42.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:31:40.691075+0000 mgr.smithi089.ernzbc (mgr.14162) 19 : cephadm [INF] Deploying daemon grafana.smithi089 on smithi089 2024-09-17T08:31:43.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:31:42.084272+0000 mgr.smithi089.ernzbc (mgr.14162) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:31:43.470 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-17T08:31:43.471 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"fc89bb2a-74ce-11ef-bceb-c7b262605968","modified":"2024-09-17T08:30:08.851495Z","created":"2024-09-17T08:30:08.851495Z","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":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:31:43.472 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2024-09-17T08:31:44.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:43.470797+0000 mon.smithi089 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.133:0/1400308475' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:31:45.086 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:31:45.087 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:31:45.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:31:44.084566+0000 mgr.smithi089.ernzbc (mgr.14162) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:31:46.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:46 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:31:46.084955+0000 mgr.smithi089.ernzbc (mgr.14162) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:31:46.877 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-17T08:31:46.877 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"fc89bb2a-74ce-11ef-bceb-c7b262605968","modified":"2024-09-17T08:30:08.851495Z","created":"2024-09-17T08:30:08.851495Z","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":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:31:46.878 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2024-09-17T08:31:47.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:46.876421+0000 mon.smithi089 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.133:0/2408574016' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:31:48.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:48 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:31:48.085172+0000 mgr.smithi089.ernzbc (mgr.14162) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:31:48.446 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:31:48.446 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:31:50.265 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-17T08:31:50.265 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"fc89bb2a-74ce-11ef-bceb-c7b262605968","modified":"2024-09-17T08:30:08.851495Z","created":"2024-09-17T08:30:08.851495Z","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":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:31:50.267 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2024-09-17T08:31:51.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:51 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:31:50.085416+0000 mgr.smithi089.ernzbc (mgr.14162) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:31:51.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:51 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:50.265258+0000 mon.smithi089 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.133:0/2659318728' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:31:51.803 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:31:51.803 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:31:53.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:31:52.085675+0000 mgr.smithi089.ernzbc (mgr.14162) 25 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:31:53.618 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-17T08:31:53.618 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"fc89bb2a-74ce-11ef-bceb-c7b262605968","modified":"2024-09-17T08:30:08.851495Z","created":"2024-09-17T08:30:08.851495Z","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":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:31:53.620 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2024-09-17T08:31:54.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:54 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:53.618453+0000 mon.smithi089 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.133:0/815664308' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:31:55.127 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:31:55.128 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:31:55.317 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:31:54.085969+0000 mgr.smithi089.ernzbc (mgr.14162) 26 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:31:56.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:56 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:55.369562+0000 mon.smithi089 (mon.0) 139 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:31:56.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:56 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:31:55.371081+0000 mgr.smithi089.ernzbc (mgr.14162) 27 : cephadm [INF] Deploying daemon node-exporter.smithi089 on smithi089 2024-09-17T08:31:56.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:56 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:31:56.086217+0000 mgr.smithi089.ernzbc (mgr.14162) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:31:56.829 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-17T08:31:56.829 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"fc89bb2a-74ce-11ef-bceb-c7b262605968","modified":"2024-09-17T08:30:08.851495Z","created":"2024-09-17T08:30:08.851495Z","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":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:31:56.831 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2024-09-17T08:31:57.659 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:31:56.829495+0000 mon.smithi089 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.133:0/1250075137' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:31:58.396 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:31:58.396 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:31:58.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:31:58 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:31:58.086465+0000 mgr.smithi089.ernzbc (mgr.14162) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:00.145 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-17T08:32:00.146 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"fc89bb2a-74ce-11ef-bceb-c7b262605968","modified":"2024-09-17T08:30:08.851495Z","created":"2024-09-17T08:30:08.851495Z","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":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:32:00.147 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2024-09-17T08:32:01.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:01 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:00.086696+0000 mgr.smithi089.ernzbc (mgr.14162) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:01.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:01 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:00.145697+0000 mon.smithi089 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.133:0/1150142183' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:32:01.707 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:32:01.708 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:32:03.313 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-17T08:32:03.313 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"fc89bb2a-74ce-11ef-bceb-c7b262605968","modified":"2024-09-17T08:30:08.851495Z","created":"2024-09-17T08:30:08.851495Z","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":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:32:03.314 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2024-09-17T08:32:03.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:02.086969+0000 mgr.smithi089.ernzbc (mgr.14162) 31 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:04.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:04 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:03.313142+0000 mon.smithi089 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.133:0/3753945661' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:32:04.876 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:32:04.877 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:32:05.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:04.087225+0000 mgr.smithi089.ernzbc (mgr.14162) 32 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:05.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:04.491386+0000 mon.smithi089 (mon.0) 143 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:32:06.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:32:04.495720+0000 mgr.smithi089.ernzbc (mgr.14162) 33 : cephadm [INF] Deploying daemon prometheus.smithi089 on smithi089 2024-09-17T08:32:06.543 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-17T08:32:06.543 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"fc89bb2a-74ce-11ef-bceb-c7b262605968","modified":"2024-09-17T08:30:08.851495Z","created":"2024-09-17T08:30:08.851495Z","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":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:32:06.544 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2024-09-17T08:32:07.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:06.087473+0000 mgr.smithi089.ernzbc (mgr.14162) 34 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:07.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:06.543106+0000 mon.smithi089 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.133:0/2447435819' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:32:07.994 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:32:07.994 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:32:09.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:08.087798+0000 mgr.smithi089.ernzbc (mgr.14162) 35 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:09.731 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-17T08:32:09.731 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"fc89bb2a-74ce-11ef-bceb-c7b262605968","modified":"2024-09-17T08:30:08.851495Z","created":"2024-09-17T08:30:08.851495Z","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":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:32:09.732 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2024-09-17T08:32:10.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:09.730563+0000 mon.smithi089 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.133:0/2631268918' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:32:10.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:10.088026+0000 mgr.smithi089.ernzbc (mgr.14162) 36 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:11.255 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:32:11.255 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:32:11.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:10.211671+0000 mon.smithi089 (mon.0) 146 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:32:11.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:10.221082+0000 mon.smithi089 (mon.0) 147 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/trash_purge_schedule"}]: dispatch 2024-09-17T08:32:12.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:12.088378+0000 mgr.smithi089.ernzbc (mgr.14162) 37 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:12.856 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-17T08:32:12.856 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"fc89bb2a-74ce-11ef-bceb-c7b262605968","modified":"2024-09-17T08:30:08.851495Z","created":"2024-09-17T08:30:08.851495Z","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":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:32:12.858 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2024-09-17T08:32:13.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:12.856188+0000 mon.smithi089 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.133:0/2023233362' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:32:14.342 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:32:14.342 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:32:15.153 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:14.088688+0000 mgr.smithi089.ernzbc (mgr.14162) 38 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:16.064 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-17T08:32:16.065 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"fc89bb2a-74ce-11ef-bceb-c7b262605968","modified":"2024-09-17T08:30:08.851495Z","created":"2024-09-17T08:30:08.851495Z","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":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:32:16.066 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2024-09-17T08:32:16.353 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:16.064225+0000 mon.smithi089 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.133:0/3246865623' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:32:17.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:17 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:16.088868+0000 mgr.smithi089.ernzbc (mgr.14162) 39 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:17.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:17 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:16.752584+0000 mon.smithi089 (mon.0) 150 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:32:17.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:17 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:16.753111+0000 mon.smithi089 (mon.0) 151 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:32:17.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:17 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:16.949195+0000 mon.smithi089 (mon.0) 152 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:32:17.685 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:32:17.685 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:32:18.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:18 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:17.136150+0000 mon.smithi089 (mon.0) 153 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:32:19.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:18.089093+0000 mgr.smithi089.ernzbc (mgr.14162) 40 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:19.635 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-17T08:32:19.636 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"fc89bb2a-74ce-11ef-bceb-c7b262605968","modified":"2024-09-17T08:30:08.851495Z","created":"2024-09-17T08:30:08.851495Z","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":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:32:19.637 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2024-09-17T08:32:20.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:20 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:19.635082+0000 mon.smithi089 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.133:0/19222506' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:32:21.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:21 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:20.089445+0000 mgr.smithi089.ernzbc (mgr.14162) 41 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:21.507 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:32:21.508 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:32:22.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:21.560844+0000 mon.smithi089 (mon.0) 155 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:32:22.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:21.841870+0000 mon.smithi089 (mon.0) 156 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:32:22.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:22.089830+0000 mgr.smithi089.ernzbc (mgr.14162) 42 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:23.329 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-17T08:32:23.329 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"fc89bb2a-74ce-11ef-bceb-c7b262605968","modified":"2024-09-17T08:30:08.851495Z","created":"2024-09-17T08:30:08.851495Z","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":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:32:23.330 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2024-09-17T08:32:24.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:23 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:23.329020+0000 mon.smithi089 (mon.0) 157 : audit [DBG] from='client.? 172.21.15.133:0/3245310522' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:32:24.926 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:32:24.927 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:32:25.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:24.090214+0000 mgr.smithi089.ernzbc (mgr.14162) 43 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:26.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:25.275962+0000 mon.smithi089 (mon.0) 158 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:32:26.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:25.482792+0000 mon.smithi089 (mon.0) 159 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:32:26.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:25.483663+0000 mon.smithi089 (mon.0) 160 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi133", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:32:26.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:25.485248+0000 mon.smithi089 (mon.0) 161 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi133", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-17T08:32:26.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:25.485791+0000 mon.smithi089 (mon.0) 162 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:32:26.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:32:25.486308+0000 mgr.smithi089.ernzbc (mgr.14162) 44 : cephadm [INF] Deploying daemon crash.smithi133 on smithi133 2024-09-17T08:32:26.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:26.090483+0000 mgr.smithi089.ernzbc (mgr.14162) 45 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:27.953 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-17T08:32:27.953 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"fc89bb2a-74ce-11ef-bceb-c7b262605968","modified":"2024-09-17T08:30:08.851495Z","created":"2024-09-17T08:30:08.851495Z","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":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:32:27.954 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2024-09-17T08:32:28.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:28 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:27.952395+0000 mon.smithi089 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.133:0/2861975673' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:32:29.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:28.090876+0000 mgr.smithi089.ernzbc (mgr.14162) 46 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:29.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:28.745520+0000 mon.smithi089 (mon.0) 164 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:32:29.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:28.747123+0000 mon.smithi089 (mon.0) 165 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi133.ejject", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:32:29.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:28.751817+0000 mon.smithi089 (mon.0) 166 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi133.ejject", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-17T08:32:29.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:28.752581+0000 mon.smithi089 (mon.0) 167 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T08:32:29.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:28.753488+0000 mon.smithi089 (mon.0) 168 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:32:29.531 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:32:29.532 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:32:30.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:32:28.754119+0000 mgr.smithi089.ernzbc (mgr.14162) 47 : cephadm [INF] Deploying daemon mgr.smithi133.ejject on smithi133 2024-09-17T08:32:31.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:30.091151+0000 mgr.smithi089.ernzbc (mgr.14162) 48 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:31.819 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-17T08:32:31.819 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"fc89bb2a-74ce-11ef-bceb-c7b262605968","modified":"2024-09-17T08:30:08.851495Z","created":"2024-09-17T08:30:08.851495Z","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":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:32:31.820 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2024-09-17T08:32:32.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:32 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:31.818489+0000 mon.smithi089 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.133:0/4004261461' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:32:32.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:32 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:32.069046+0000 mon.smithi089 (mon.0) 170 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:32:32.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:32 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:32.070359+0000 mon.smithi089 (mon.0) 171 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T08:32:32.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:32 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:32.071130+0000 mon.smithi089 (mon.0) 172 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:32:33.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:32:32.071840+0000 mgr.smithi089.ernzbc (mgr.14162) 49 : cephadm [INF] Deploying daemon mon.smithi133 on smithi133 2024-09-17T08:32:33.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:32.091372+0000 mgr.smithi089.ernzbc (mgr.14162) 50 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:33.606 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:32:33.607 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:32:35.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:35 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:34.091706+0000 mgr.smithi089.ernzbc (mgr.14162) 51 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:35.788 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-17T08:32:35.788 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"fc89bb2a-74ce-11ef-bceb-c7b262605968","modified":"2024-09-17T08:30:08.851495Z","created":"2024-09-17T08:30:08.851495Z","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":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:32:35.790 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2024-09-17T08:32:36.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:36 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:35.787890+0000 mon.smithi089 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.133:0/1457439165' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:32:37.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:36.091991+0000 mgr.smithi089.ernzbc (mgr.14162) 52 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:37.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:36.964652+0000 mon.smithi089 (mon.0) 174 : cluster [DBG] Standby manager daemon smithi133.ejject started 2024-09-17T08:32:37.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:36.966242+0000 mon.smithi089 (mon.0) 175 : audit [DBG] from='mgr.? 172.21.15.133:0/3151044661' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi133.ejject/crt"}]: dispatch 2024-09-17T08:32:37.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:36.966942+0000 mon.smithi089 (mon.0) 176 : audit [DBG] from='mgr.? 172.21.15.133:0/3151044661' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T08:32:37.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:36.969909+0000 mon.smithi089 (mon.0) 177 : audit [DBG] from='mgr.? 172.21.15.133:0/3151044661' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi133.ejject/key"}]: dispatch 2024-09-17T08:32:37.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:36.970442+0000 mon.smithi089 (mon.0) 178 : audit [DBG] from='mgr.? 172.21.15.133:0/3151044661' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T08:32:37.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:37 smithi133 systemd[1]: Started Ceph mon.smithi133 for fc89bb2a-74ce-11ef-bceb-c7b262605968. 2024-09-17T08:32:37.840 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:32:37.840 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:32:42.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:37.396853+0000 mon.smithi089 (mon.0) 182 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-09-17T08:32:42.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:37.397079+0000 mon.smithi089 (mon.0) 183 : cluster [INF] mon.smithi089 calling monitor election 2024-09-17T08:32:42.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:37.398218+0000 mon.smithi089 (mon.0) 184 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-09-17T08:32:42.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:38.092202+0000 mgr.smithi089.ernzbc (mgr.14162) 53 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:42.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:38.392813+0000 mon.smithi089 (mon.0) 185 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-09-17T08:32:42.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:39.393222+0000 mon.smithi089 (mon.0) 186 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-09-17T08:32:42.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:39.394065+0000 mon.smithi133 (mon.1) 1 : cluster [INF] mon.smithi133 calling monitor election 2024-09-17T08:32:42.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:40.092423+0000 mgr.smithi089.ernzbc (mgr.14162) 54 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:42.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:40.393444+0000 mon.smithi089 (mon.0) 187 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-09-17T08:32:42.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:41.393302+0000 mon.smithi089 (mon.0) 188 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-09-17T08:32:42.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:42.092646+0000 mgr.smithi089.ernzbc (mgr.14162) 55 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:42.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:42.393685+0000 mon.smithi089 (mon.0) 189 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-09-17T08:32:42.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:42.400387+0000 mon.smithi089 (mon.0) 190 : cluster [INF] mon.smithi089 is new leader, mons smithi089,smithi133 in quorum (ranks 0,1) 2024-09-17T08:32:42.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:42.403663+0000 mon.smithi089 (mon.0) 191 : cluster [DBG] monmap e2: 2 mons at {smithi089=[v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0],smithi133=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} 2024-09-17T08:32:42.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:42.403705+0000 mon.smithi089 (mon.0) 192 : cluster [DBG] fsmap 2024-09-17T08:32:42.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:42.403728+0000 mon.smithi089 (mon.0) 193 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-17T08:32:42.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:42.404068+0000 mon.smithi089 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi089.ernzbc(active, since 93s), standbys: smithi133.ejject 2024-09-17T08:32:42.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:42.407456+0000 mon.smithi089 (mon.0) 195 : cluster [INF] overall HEALTH_OK 2024-09-17T08:32:42.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:42.412390+0000 mon.smithi089 (mon.0) 196 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:32:42.763 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-17T08:32:42.763 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":2,"fsid":"fc89bb2a-74ce-11ef-bceb-c7b262605968","modified":"2024-09-17T08:32:37.393114Z","created":"2024-09-17T08:30:08.851495Z","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":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi133","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:3300","nonce":0},{"type":"v1","addr":"172.21.15.133:6789","nonce":0}]},"addr":"172.21.15.133:6789/0","public_addr":"172.21.15.133:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-17T08:32:42.764 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:32:37.396853+0000 mon.smithi089 (mon.0) 182 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-09-17T08:32:42.764 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:32:37.397079+0000 mon.smithi089 (mon.0) 183 : cluster [INF] mon.smithi089 calling monitor election 2024-09-17T08:32:42.764 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:32:37.398218+0000 mon.smithi089 (mon.0) 184 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-09-17T08:32:42.764 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:32:38.092202+0000 mgr.smithi089.ernzbc (mgr.14162) 53 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:42.764 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:32:38.392813+0000 mon.smithi089 (mon.0) 185 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-09-17T08:32:42.765 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:32:39.393222+0000 mon.smithi089 (mon.0) 186 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-09-17T08:32:42.765 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:32:39.394065+0000 mon.smithi133 (mon.1) 1 : cluster [INF] mon.smithi133 calling monitor election 2024-09-17T08:32:42.765 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:32:40.092423+0000 mgr.smithi089.ernzbc (mgr.14162) 54 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:42.765 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:32:40.393444+0000 mon.smithi089 (mon.0) 187 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-09-17T08:32:42.765 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:32:41.393302+0000 mon.smithi089 (mon.0) 188 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-09-17T08:32:42.765 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:32:42.092646+0000 mgr.smithi089.ernzbc (mgr.14162) 55 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:42.765 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:32:42.393685+0000 mon.smithi089 (mon.0) 189 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-09-17T08:32:42.765 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:32:42.400387+0000 mon.smithi089 (mon.0) 190 : cluster [INF] mon.smithi089 is new leader, mons smithi089,smithi133 in quorum (ranks 0,1) 2024-09-17T08:32:42.765 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:32:42.403663+0000 mon.smithi089 (mon.0) 191 : cluster [DBG] monmap e2: 2 mons at {smithi089=[v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0],smithi133=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} 2024-09-17T08:32:42.766 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:32:42.403705+0000 mon.smithi089 (mon.0) 192 : cluster [DBG] fsmap 2024-09-17T08:32:42.766 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:32:42.403728+0000 mon.smithi089 (mon.0) 193 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-17T08:32:42.766 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:32:42.404068+0000 mon.smithi089 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi089.ernzbc(active, since 93s), standbys: smithi133.ejject 2024-09-17T08:32:42.766 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:32:42.407456+0000 mon.smithi089 (mon.0) 195 : cluster [INF] overall HEALTH_OK 2024-09-17T08:32:42.766 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:32:42.412390+0000 mon.smithi089 (mon.0) 196 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:32:42.766 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 2 2024-09-17T08:32:43.338 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-17T08:32:43.338 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph config generate-minimal-conf 2024-09-17T08:32:43.640 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:32:42.413312+0000 mgr.smithi089.ernzbc (mgr.14162) 56 : cephadm [INF] Deploying daemon node-exporter.smithi133 on smithi133 2024-09-17T08:32:43.641 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:42.763051+0000 mon.smithi089 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.133:0/2958792417' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:32:43.641 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:43.393642+0000 mon.smithi089 (mon.0) 198 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-09-17T08:32:43.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:32:42.413312+0000 mgr.smithi089.ernzbc (mgr.14162) 56 : cephadm [INF] Deploying daemon node-exporter.smithi133 on smithi133 2024-09-17T08:32:43.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:32:42.763051+0000 mon.smithi089 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.133:0/2958792417' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:32:43.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:32:43.393642+0000 mon.smithi089 (mon.0) 198 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-09-17T08:32:45.049 INFO:teuthology.orchestra.run.smithi089.stdout:# minimal ceph.conf for fc89bb2a-74ce-11ef-bceb-c7b262605968 2024-09-17T08:32:45.050 INFO:teuthology.orchestra.run.smithi089.stdout:[global] 2024-09-17T08:32:45.050 INFO:teuthology.orchestra.run.smithi089.stdout: fsid = fc89bb2a-74ce-11ef-bceb-c7b262605968 2024-09-17T08:32:45.050 INFO:teuthology.orchestra.run.smithi089.stdout: mon_host = [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] 2024-09-17T08:32:45.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:44.092914+0000 mgr.smithi089.ernzbc (mgr.14162) 57 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:45.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:45.049899+0000 mon.smithi089 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.89:0/1631006029' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:32:45.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:32:44.092914+0000 mgr.smithi089.ernzbc (mgr.14162) 57 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:45.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:32:45.049899+0000 mon.smithi089 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.89:0/1631006029' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:32:45.622 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-17T08:32:45.622 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-09-17T08:32:45.622 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T08:32:45.649 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-09-17T08:32:45.650 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T08:32:45.715 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-17T08:32:45.715 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T08:32:45.749 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-17T08:32:45.749 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T08:32:45.817 INFO:tasks.cephadm:Deploying OSDs... 2024-09-17T08:32:45.817 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-09-17T08:32:45.817 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T08:32:45.833 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-09-17T08:32:45.833 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_1 2024-09-17T08:32:45.889 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T08:32:45.889 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T08:32:45.889 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-09-17T08:32:45.889 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T08:32:45.889 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T08:32:45.889 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-09-17 08:32:16.180699184 +0000 2024-09-17T08:32:45.889 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-09-17 08:29:22.415159341 +0000 2024-09-17T08:32:45.889 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-09-17 08:29:22.415159341 +0000 2024-09-17T08:32:45.889 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: 2024-09-17 08:29:22.415159341 +0000 2024-09-17T08:32:45.889 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T08:32:45.952 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-09-17T08:32:45.953 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-09-17T08:32:45.953 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000268954 s, 1.9 MB/s 2024-09-17T08:32:45.954 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T08:32:46.010 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_2 2024-09-17T08:32:46.066 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T08:32:46.066 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T08:32:46.066 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-09-17T08:32:46.066 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T08:32:46.067 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T08:32:46.067 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-09-17 08:32:16.180699184 +0000 2024-09-17T08:32:46.067 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-09-17 08:29:22.730151882 +0000 2024-09-17T08:32:46.067 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-09-17 08:29:22.730151882 +0000 2024-09-17T08:32:46.067 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: 2024-09-17 08:29:22.730151882 +0000 2024-09-17T08:32:46.067 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T08:32:46.131 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-09-17T08:32:46.131 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-09-17T08:32:46.131 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000194962 s, 2.6 MB/s 2024-09-17T08:32:46.132 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T08:32:46.189 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_3 2024-09-17T08:32:46.244 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T08:32:46.245 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T08:32:46.245 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-09-17T08:32:46.245 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T08:32:46.245 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T08:32:46.245 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-09-17 08:32:16.180699184 +0000 2024-09-17T08:32:46.245 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-09-17 08:29:23.080143594 +0000 2024-09-17T08:32:46.245 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-09-17 08:29:23.080143594 +0000 2024-09-17T08:32:46.245 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: 2024-09-17 08:29:23.080143594 +0000 2024-09-17T08:32:46.245 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T08:32:46.308 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-09-17T08:32:46.308 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-09-17T08:32:46.308 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000206709 s, 2.5 MB/s 2024-09-17T08:32:46.309 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T08:32:46.366 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_4 2024-09-17T08:32:46.423 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T08:32:46.423 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T08:32:46.423 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-09-17T08:32:46.423 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T08:32:46.423 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T08:32:46.423 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-09-17 08:32:16.181699161 +0000 2024-09-17T08:32:46.423 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-09-17 08:29:23.411135757 +0000 2024-09-17T08:32:46.423 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-09-17 08:29:23.411135757 +0000 2024-09-17T08:32:46.423 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: 2024-09-17 08:29:23.411135757 +0000 2024-09-17T08:32:46.424 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T08:32:46.486 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-09-17T08:32:46.486 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-09-17T08:32:46.486 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000208705 s, 2.5 MB/s 2024-09-17T08:32:46.487 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T08:32:46.543 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-17T08:32:46.543 DEBUG:teuthology.orchestra.run.smithi133:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T08:32:46.563 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-09-17T08:32:46.563 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_1 2024-09-17T08:32:46.622 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T08:32:46.622 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T08:32:46.623 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 662 Links: 1 2024-09-17T08:32:46.623 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T08:32:46.623 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T08:32:46.623 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-09-17 08:32:42.943769739 +0000 2024-09-17T08:32:46.623 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-09-17 08:29:20.853526864 +0000 2024-09-17T08:32:46.623 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-09-17 08:29:20.853526864 +0000 2024-09-17T08:32:46.623 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: 2024-09-17 08:29:20.853526864 +0000 2024-09-17T08:32:46.623 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T08:32:46.690 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-09-17T08:32:46.690 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-09-17T08:32:46.690 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000270004 s, 1.9 MB/s 2024-09-17T08:32:46.692 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T08:32:46.750 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_2 2024-09-17T08:32:46.807 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T08:32:46.807 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T08:32:46.807 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 679 Links: 1 2024-09-17T08:32:46.807 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T08:32:46.807 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T08:32:46.807 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-09-17 08:32:42.943769739 +0000 2024-09-17T08:32:46.807 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-09-17 08:29:21.179520964 +0000 2024-09-17T08:32:46.807 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-09-17 08:29:21.179520964 +0000 2024-09-17T08:32:46.807 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: 2024-09-17 08:29:21.179520964 +0000 2024-09-17T08:32:46.808 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T08:32:46.872 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-09-17T08:32:46.872 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-09-17T08:32:46.872 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000180704 s, 2.8 MB/s 2024-09-17T08:32:46.873 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T08:32:46.930 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_3 2024-09-17T08:32:46.986 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T08:32:46.986 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T08:32:46.986 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 699 Links: 1 2024-09-17T08:32:46.986 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T08:32:46.986 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T08:32:46.986 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-09-17 08:32:42.944769722 +0000 2024-09-17T08:32:46.987 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-09-17 08:29:21.503515101 +0000 2024-09-17T08:32:46.987 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-09-17 08:29:21.503515101 +0000 2024-09-17T08:32:46.987 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: 2024-09-17 08:29:21.503515101 +0000 2024-09-17T08:32:46.987 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T08:32:47.050 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-09-17T08:32:47.050 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-09-17T08:32:47.050 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000174283 s, 2.9 MB/s 2024-09-17T08:32:47.052 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T08:32:47.109 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_4 2024-09-17T08:32:47.167 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T08:32:47.167 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T08:32:47.167 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 716 Links: 1 2024-09-17T08:32:47.167 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T08:32:47.167 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T08:32:47.168 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-09-17 08:32:42.944769722 +0000 2024-09-17T08:32:47.168 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-09-17 08:29:21.823509311 +0000 2024-09-17T08:32:47.168 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-09-17 08:29:21.823509311 +0000 2024-09-17T08:32:47.168 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: 2024-09-17 08:29:21.823509311 +0000 2024-09-17T08:32:47.168 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T08:32:47.232 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-09-17T08:32:47.232 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-09-17T08:32:47.232 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000202115 s, 2.5 MB/s 2024-09-17T08:32:47.233 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T08:32:47.289 INFO:tasks.cephadm:Deploying osd.0 on smithi089 with /dev/vg_nvme/lv_4... 2024-09-17T08:32:47.289 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-17T08:32:47.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:46.093157+0000 mgr.smithi089.ernzbc (mgr.14162) 58 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:47.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:32:46.093157+0000 mgr.smithi089.ernzbc (mgr.14162) 58 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:48.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:48 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:48.093371+0000 mgr.smithi089.ernzbc (mgr.14162) 59 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:48.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:48 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:32:48.093371+0000 mgr.smithi089.ernzbc (mgr.14162) 59 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:49.242 INFO:teuthology.orchestra.run.smithi089.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-17T08:32:49.242 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-17T08:32:49.242 INFO:teuthology.orchestra.run.smithi089.stderr: stderr: 10+0 records in 2024-09-17T08:32:49.242 INFO:teuthology.orchestra.run.smithi089.stderr:10+0 records out 2024-09-17T08:32:49.242 INFO:teuthology.orchestra.run.smithi089.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0113789 s, 922 MB/s 2024-09-17T08:32:49.242 INFO:teuthology.orchestra.run.smithi089.stderr:--> Zapping successful for: 2024-09-17T08:32:49.769 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi089:vg_nvme/lv_4 2024-09-17T08:32:51.230 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:51 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:50.093617+0000 mgr.smithi089.ernzbc (mgr.14162) 60 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:51.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:51 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:32:50.093617+0000 mgr.smithi089.ernzbc (mgr.14162) 60 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:52.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:52 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:51.416595+0000 mon.smithi089 (mon.0) 200 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:32:52.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:52 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:51.418195+0000 mon.smithi089 (mon.0) 201 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:32:52.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:52 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:51.418786+0000 mon.smithi089 (mon.0) 202 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:32:52.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:52 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:32:51.416595+0000 mon.smithi089 (mon.0) 200 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:32:52.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:52 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:32:51.418195+0000 mon.smithi089 (mon.0) 201 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:32:52.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:52 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:32:51.418786+0000 mon.smithi089 (mon.0) 202 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:32:53.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:51.415718+0000 mgr.smithi089.ernzbc (mgr.14162) 61 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi089:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:32:53.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:32:51.417999+0000 mgr.smithi089.ernzbc (mgr.14162) 62 : cephadm [INF] Applying service osd.None on host smithi089... 2024-09-17T08:32:53.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:52.093868+0000 mgr.smithi089.ernzbc (mgr.14162) 63 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:53.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:52.174003+0000 mon.smithi089 (mon.0) 203 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:32:53.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:52.174713+0000 mon.smithi089 (mon.0) 204 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:32:53.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:32:51.415718+0000 mgr.smithi089.ernzbc (mgr.14162) 61 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi089:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:32:53.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:32:51.417999+0000 mgr.smithi089.ernzbc (mgr.14162) 62 : cephadm [INF] Applying service osd.None on host smithi089... 2024-09-17T08:32:53.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:32:52.093868+0000 mgr.smithi089.ernzbc (mgr.14162) 63 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:53.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:32:52.174003+0000 mon.smithi089 (mon.0) 203 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:32:53.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:32:52.174713+0000 mon.smithi089 (mon.0) 204 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:32:54.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:54 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:53.556924+0000 mon.smithi089 (mon.0) 205 : audit [INF] from='client.? 172.21.15.89:0/2473736170' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "65aa3ba3-6698-47da-bc00-2bd45b69de66"}]: dispatch 2024-09-17T08:32:54.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:54 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:53.564466+0000 mon.smithi089 (mon.0) 206 : audit [INF] from='client.? 172.21.15.89:0/2473736170' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "65aa3ba3-6698-47da-bc00-2bd45b69de66"}]': finished 2024-09-17T08:32:54.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:54 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:53.564507+0000 mon.smithi089 (mon.0) 207 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-17T08:32:54.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:54 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:53.564592+0000 mon.smithi089 (mon.0) 208 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:32:54.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:54 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:53.809181+0000 mon.smithi089 (mon.0) 209 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:32:54.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:54 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:53.985807+0000 mon.smithi089 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.89:0/2698580567' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:32:54.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:32:53.556924+0000 mon.smithi089 (mon.0) 205 : audit [INF] from='client.? 172.21.15.89:0/2473736170' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "65aa3ba3-6698-47da-bc00-2bd45b69de66"}]: dispatch 2024-09-17T08:32:54.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:32:53.564466+0000 mon.smithi089 (mon.0) 206 : audit [INF] from='client.? 172.21.15.89:0/2473736170' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "65aa3ba3-6698-47da-bc00-2bd45b69de66"}]': finished 2024-09-17T08:32:54.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:32:53.564507+0000 mon.smithi089 (mon.0) 207 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-17T08:32:54.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:32:53.564592+0000 mon.smithi089 (mon.0) 208 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:32:54.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:32:53.809181+0000 mon.smithi089 (mon.0) 209 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:32:54.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:32:53.985807+0000 mon.smithi089 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.89:0/2698580567' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:32:55.304 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:54.094087+0000 mgr.smithi089.ernzbc (mgr.14162) 64 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:55.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:55 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:32:54.094087+0000 mgr.smithi089.ernzbc (mgr.14162) 64 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:56.567 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:56 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:56.094412+0000 mgr.smithi089.ernzbc (mgr.14162) 65 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:56.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:56 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:32:56.094412+0000 mgr.smithi089.ernzbc (mgr.14162) 65 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:58.403 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:58 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:57.153868+0000 mon.smithi089 (mon.0) 211 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:32:58.404 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:58 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:57.158116+0000 mon.smithi089 (mon.0) 212 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:32:58.404 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:58 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:57.160237+0000 mon.smithi089 (mon.0) 213 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T08:32:58.404 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:58 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:57.160807+0000 mon.smithi089 (mon.0) 214 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T08:32:58.404 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:58 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:57.161322+0000 mon.smithi089 (mon.0) 215 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:32:58.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:58 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:32:57.153868+0000 mon.smithi089 (mon.0) 211 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:32:58.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:58 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:32:57.158116+0000 mon.smithi089 (mon.0) 212 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:32:58.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:58 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:32:57.160237+0000 mon.smithi089 (mon.0) 213 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T08:32:58.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:58 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:32:57.160807+0000 mon.smithi089 (mon.0) 214 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T08:32:58.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:58 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:32:57.161322+0000 mon.smithi089 (mon.0) 215 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:32:59.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:59 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:32:57.160007+0000 mgr.smithi089.ernzbc (mgr.14162) 66 : cephadm [INF] Reconfiguring mon.smithi089 (unknown last config time)... 2024-09-17T08:32:59.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:59 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:32:57.161793+0000 mgr.smithi089.ernzbc (mgr.14162) 67 : cephadm [INF] Reconfiguring daemon mon.smithi089 on smithi089 2024-09-17T08:32:59.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:32:59 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:32:58.094784+0000 mgr.smithi089.ernzbc (mgr.14162) 68 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:32:59.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:59 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:32:57.160007+0000 mgr.smithi089.ernzbc (mgr.14162) 66 : cephadm [INF] Reconfiguring mon.smithi089 (unknown last config time)... 2024-09-17T08:32:59.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:59 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:32:57.161793+0000 mgr.smithi089.ernzbc (mgr.14162) 67 : cephadm [INF] Reconfiguring daemon mon.smithi089 on smithi089 2024-09-17T08:32:59.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:32:59 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:32:58.094784+0000 mgr.smithi089.ernzbc (mgr.14162) 68 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:33:00.621 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:00 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:59.261892+0000 mon.smithi089 (mon.0) 216 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:00.622 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:00 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:32:59.262391+0000 mgr.smithi089.ernzbc (mgr.14162) 69 : cephadm [INF] Reconfiguring mgr.smithi089.ernzbc (unknown last config time)... 2024-09-17T08:33:00.622 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:00 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:59.262663+0000 mon.smithi089 (mon.0) 217 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi089.ernzbc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:33:00.622 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:00 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:59.263470+0000 mon.smithi089 (mon.0) 218 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T08:33:00.622 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:00 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:32:59.264130+0000 mon.smithi089 (mon.0) 219 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:33:00.622 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:00 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:32:59.264696+0000 mgr.smithi089.ernzbc (mgr.14162) 70 : cephadm [INF] Reconfiguring daemon mgr.smithi089.ernzbc on smithi089 2024-09-17T08:33:00.622 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:00 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:00.095125+0000 mgr.smithi089.ernzbc (mgr.14162) 71 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:33:00.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:00 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:32:59.261892+0000 mon.smithi089 (mon.0) 216 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:00.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:00 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:32:59.262391+0000 mgr.smithi089.ernzbc (mgr.14162) 69 : cephadm [INF] Reconfiguring mgr.smithi089.ernzbc (unknown last config time)... 2024-09-17T08:33:00.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:00 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:32:59.262663+0000 mon.smithi089 (mon.0) 217 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi089.ernzbc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:33:00.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:00 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:32:59.263470+0000 mon.smithi089 (mon.0) 218 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T08:33:00.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:00 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:32:59.264130+0000 mon.smithi089 (mon.0) 219 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:33:00.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:00 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:32:59.264696+0000 mgr.smithi089.ernzbc (mgr.14162) 70 : cephadm [INF] Reconfiguring daemon mgr.smithi089.ernzbc on smithi089 2024-09-17T08:33:00.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:00 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:00.095125+0000 mgr.smithi089.ernzbc (mgr.14162) 71 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:33:01.619 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:01 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:00.463402+0000 mon.smithi089 (mon.0) 220 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T08:33:01.620 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:01 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:00.464022+0000 mon.smithi089 (mon.0) 221 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:33:01.620 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:01 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:33:00.464532+0000 mgr.smithi089.ernzbc (mgr.14162) 72 : cephadm [INF] Deploying daemon osd.0 on smithi089 2024-09-17T08:33:01.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:01 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:00.463402+0000 mon.smithi089 (mon.0) 220 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T08:33:01.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:01 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:00.464022+0000 mon.smithi089 (mon.0) 221 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:33:01.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:01 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:33:00.464532+0000 mgr.smithi089.ernzbc (mgr.14162) 72 : cephadm [INF] Deploying daemon osd.0 on smithi089 2024-09-17T08:33:02.783 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:01.671663+0000 mon.smithi089 (mon.0) 222 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:02.783 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:33:01.672182+0000 mgr.smithi089.ernzbc (mgr.14162) 73 : cephadm [INF] Reconfiguring alertmanager.smithi089 (dependencies changed)... 2024-09-17T08:33:02.784 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:33:01.674228+0000 mgr.smithi089.ernzbc (mgr.14162) 74 : cephadm [INF] Reconfiguring daemon alertmanager.smithi089 on smithi089 2024-09-17T08:33:02.784 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:02.095374+0000 mgr.smithi089.ernzbc (mgr.14162) 75 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:33:02.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:01.671663+0000 mon.smithi089 (mon.0) 222 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:02.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:33:01.672182+0000 mgr.smithi089.ernzbc (mgr.14162) 73 : cephadm [INF] Reconfiguring alertmanager.smithi089 (dependencies changed)... 2024-09-17T08:33:02.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:33:01.674228+0000 mgr.smithi089.ernzbc (mgr.14162) 74 : cephadm [INF] Reconfiguring daemon alertmanager.smithi089 on smithi089 2024-09-17T08:33:02.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:02.095374+0000 mgr.smithi089.ernzbc (mgr.14162) 75 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:33:05.198 INFO:teuthology.orchestra.run.smithi089.stdout:Created osd(s) 0 on host 'smithi089' 2024-09-17T08:33:05.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:04.095678+0000 mgr.smithi089.ernzbc (mgr.14162) 76 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:33:05.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:04.095678+0000 mgr.smithi089.ernzbc (mgr.14162) 76 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:33:05.803 DEBUG:teuthology.orchestra.run.smithi089:osd.0> sudo journalctl -f -n 0 -u ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.0.service 2024-09-17T08:33:05.805 INFO:tasks.cephadm:Deploying osd.1 on smithi089 with /dev/vg_nvme/lv_3... 2024-09-17T08:33:05.806 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-09-17T08:33:06.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:05.190468+0000 mon.smithi089 (mon.0) 223 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:06.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:05.196064+0000 mon.smithi089 (mon.0) 224 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:06.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:06.096097+0000 mgr.smithi089.ernzbc (mgr.14162) 77 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:33:06.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:05.190468+0000 mon.smithi089 (mon.0) 223 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:06.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:05.196064+0000 mon.smithi089 (mon.0) 224 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:06.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:06.096097+0000 mgr.smithi089.ernzbc (mgr.14162) 77 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:33:08.586 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:33:08 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.0[31950]: debug 2024-09-17T08:33:08.321+0000 7ff61153c080 -1 osd.0 0 log_to_monitors {default=true} 2024-09-17T08:33:09.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:08.096400+0000 mgr.smithi089.ernzbc (mgr.14162) 78 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:33:09.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:08.325046+0000 mon.smithi089 (mon.0) 225 : audit [INF] from='osd.0 [v2:172.21.15.89:6802/3042012662,v1:172.21.15.89:6803/3042012662]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-17T08:33:09.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:08.096400+0000 mgr.smithi089.ernzbc (mgr.14162) 78 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:33:09.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:08.325046+0000 mon.smithi089 (mon.0) 225 : audit [INF] from='osd.0 [v2:172.21.15.89:6802/3042012662,v1:172.21.15.89:6803/3042012662]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-17T08:33:10.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:10 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:09.150883+0000 mon.smithi089 (mon.0) 226 : audit [INF] from='osd.0 [v2:172.21.15.89:6802/3042012662,v1:172.21.15.89:6803/3042012662]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T08:33:10.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:10 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:09.150924+0000 mon.smithi089 (mon.0) 227 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-17T08:33:10.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:10 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:09.151262+0000 mon.smithi089 (mon.0) 228 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:33:10.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:10 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:09.151502+0000 mon.smithi089 (mon.0) 229 : audit [INF] from='osd.0 [v2:172.21.15.89:6802/3042012662,v1:172.21.15.89:6803/3042012662]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-09-17T08:33:10.427 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:33:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.0[31950]: debug 2024-09-17T08:33:10.157+0000 7ff607aad700 -1 osd.0 0 waiting for initial osdmap 2024-09-17T08:33:10.427 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:33:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.0[31950]: debug 2024-09-17T08:33:10.165+0000 7ff600a22700 -1 osd.0 8 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-17T08:33:10.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:09.150883+0000 mon.smithi089 (mon.0) 226 : audit [INF] from='osd.0 [v2:172.21.15.89:6802/3042012662,v1:172.21.15.89:6803/3042012662]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T08:33:10.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:09.150924+0000 mon.smithi089 (mon.0) 227 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-17T08:33:10.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:09.151262+0000 mon.smithi089 (mon.0) 228 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:33:10.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:09.151502+0000 mon.smithi089 (mon.0) 229 : audit [INF] from='osd.0 [v2:172.21.15.89:6802/3042012662,v1:172.21.15.89:6803/3042012662]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-09-17T08:33:11.259 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:10.096620+0000 mgr.smithi089.ernzbc (mgr.14162) 79 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:33:11.259 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:10.154822+0000 mon.smithi089 (mon.0) 230 : audit [INF] from='osd.0 [v2:172.21.15.89:6802/3042012662,v1:172.21.15.89:6803/3042012662]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-09-17T08:33:11.259 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:10.154893+0000 mon.smithi089 (mon.0) 231 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-09-17T08:33:11.259 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:10.155666+0000 mon.smithi089 (mon.0) 232 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:33:11.259 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:10.160193+0000 mon.smithi089 (mon.0) 233 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:33:11.259 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:10.214434+0000 mon.smithi089 (mon.0) 234 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:33:11.259 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:10.221975+0000 mon.smithi089 (mon.0) 235 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/trash_purge_schedule"}]: dispatch 2024-09-17T08:33:11.259 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:10.850118+0000 mon.smithi089 (mon.0) 236 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:11.259 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:33:10.850584+0000 mgr.smithi089.ernzbc (mgr.14162) 80 : cephadm [INF] Reconfiguring crash.smithi089 (monmap changed)... 2024-09-17T08:33:11.260 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:10.850815+0000 mon.smithi089 (mon.0) 237 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi089", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:33:11.260 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:10.851426+0000 mon.smithi089 (mon.0) 238 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:33:11.260 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:33:10.851871+0000 mgr.smithi089.ernzbc (mgr.14162) 81 : cephadm [INF] Reconfiguring daemon crash.smithi089 on smithi089 2024-09-17T08:33:11.260 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:11.158294+0000 mon.smithi089 (mon.0) 239 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:33:11.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:10.096620+0000 mgr.smithi089.ernzbc (mgr.14162) 79 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:33:11.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:10.154822+0000 mon.smithi089 (mon.0) 230 : audit [INF] from='osd.0 [v2:172.21.15.89:6802/3042012662,v1:172.21.15.89:6803/3042012662]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-09-17T08:33:11.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:10.154893+0000 mon.smithi089 (mon.0) 231 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-09-17T08:33:11.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:10.155666+0000 mon.smithi089 (mon.0) 232 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:33:11.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:10.160193+0000 mon.smithi089 (mon.0) 233 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:33:11.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:10.214434+0000 mon.smithi089 (mon.0) 234 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:33:11.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:10.221975+0000 mon.smithi089 (mon.0) 235 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/trash_purge_schedule"}]: dispatch 2024-09-17T08:33:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:10.850118+0000 mon.smithi089 (mon.0) 236 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:33:10.850584+0000 mgr.smithi089.ernzbc (mgr.14162) 80 : cephadm [INF] Reconfiguring crash.smithi089 (monmap changed)... 2024-09-17T08:33:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:10.850815+0000 mon.smithi089 (mon.0) 237 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi089", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:33:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:10.851426+0000 mon.smithi089 (mon.0) 238 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:33:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:33:10.851871+0000 mgr.smithi089.ernzbc (mgr.14162) 81 : cephadm [INF] Reconfiguring daemon crash.smithi089 on smithi089 2024-09-17T08:33:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:11.158294+0000 mon.smithi089 (mon.0) 239 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:33:11.829 INFO:teuthology.orchestra.run.smithi089.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-09-17T08:33:11.829 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-09-17T08:33:11.829 INFO:teuthology.orchestra.run.smithi089.stderr: stderr: 10+0 records in 2024-09-17T08:33:11.829 INFO:teuthology.orchestra.run.smithi089.stderr:10+0 records out 2024-09-17T08:33:11.829 INFO:teuthology.orchestra.run.smithi089.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0121759 s, 861 MB/s 2024-09-17T08:33:11.829 INFO:teuthology.orchestra.run.smithi089.stderr:--> Zapping successful for: 2024-09-17T08:33:12.441 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:09.340289+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:33:12.441 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:09.340373+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:33:12.441 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:11.166616+0000 mon.smithi089 (mon.0) 240 : cluster [INF] osd.0 [v2:172.21.15.89:6802/3042012662,v1:172.21.15.89:6803/3042012662] boot 2024-09-17T08:33:12.442 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:11.166643+0000 mon.smithi089 (mon.0) 241 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-17T08:33:12.442 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:11.167052+0000 mon.smithi089 (mon.0) 242 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:33:12.442 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:12.096993+0000 mgr.smithi089.ernzbc (mgr.14162) 82 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:33:12.465 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi089:vg_nvme/lv_3 2024-09-17T08:33:12.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:09.340289+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:33:12.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:09.340373+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:33:12.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:11.166616+0000 mon.smithi089 (mon.0) 240 : cluster [INF] osd.0 [v2:172.21.15.89:6802/3042012662,v1:172.21.15.89:6803/3042012662] boot 2024-09-17T08:33:12.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:11.166643+0000 mon.smithi089 (mon.0) 241 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-17T08:33:12.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:11.167052+0000 mon.smithi089 (mon.0) 242 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:33:12.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:12.096993+0000 mgr.smithi089.ernzbc (mgr.14162) 82 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:33:13.381 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:12.178598+0000 mon.smithi089 (mon.0) 243 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-17T08:33:13.381 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:12.882263+0000 mon.smithi089 (mon.0) 244 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:13.381 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:33:12.882772+0000 mgr.smithi089.ernzbc (mgr.14162) 83 : cephadm [INF] Reconfiguring grafana.smithi089 (dependencies changed)... 2024-09-17T08:33:13.381 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:33:12.887241+0000 mgr.smithi089.ernzbc (mgr.14162) 84 : cephadm [INF] Reconfiguring daemon grafana.smithi089 on smithi089 2024-09-17T08:33:13.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:12.178598+0000 mon.smithi089 (mon.0) 243 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-17T08:33:13.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:12.882263+0000 mon.smithi089 (mon.0) 244 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:13.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:33:12.882772+0000 mgr.smithi089.ernzbc (mgr.14162) 83 : cephadm [INF] Reconfiguring grafana.smithi089 (dependencies changed)... 2024-09-17T08:33:13.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:33:12.887241+0000 mgr.smithi089.ernzbc (mgr.14162) 84 : cephadm [INF] Reconfiguring daemon grafana.smithi089 on smithi089 2024-09-17T08:33:15.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:14.097381+0000 mgr.smithi089.ernzbc (mgr.14162) 85 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:33:15.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:14.097381+0000 mgr.smithi089.ernzbc (mgr.14162) 85 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:33:16.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:15.111122+0000 mgr.smithi089.ernzbc (mgr.14162) 86 : audit [DBG] from='client.14256 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi089:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:33:16.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:15.111838+0000 mon.smithi089 (mon.0) 245 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:33:16.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:33:15.112934+0000 mgr.smithi089.ernzbc (mgr.14162) 87 : cephadm [INF] Applying service osd.None on host smithi089... 2024-09-17T08:33:16.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:15.113113+0000 mon.smithi089 (mon.0) 246 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:33:16.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:15.113616+0000 mon.smithi089 (mon.0) 247 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:33:16.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:15.111122+0000 mgr.smithi089.ernzbc (mgr.14162) 86 : audit [DBG] from='client.14256 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi089:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:33:16.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:15.111838+0000 mon.smithi089 (mon.0) 245 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:33:16.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:33:15.112934+0000 mgr.smithi089.ernzbc (mgr.14162) 87 : cephadm [INF] Applying service osd.None on host smithi089... 2024-09-17T08:33:16.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:15.113113+0000 mon.smithi089 (mon.0) 246 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:33:16.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:15.113616+0000 mon.smithi089 (mon.0) 247 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:33:17.152 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:17 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:16.097769+0000 mgr.smithi089.ernzbc (mgr.14162) 88 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:33:17.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:16.097769+0000 mgr.smithi089.ernzbc (mgr.14162) 88 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:33:19.327 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:18.098089+0000 mgr.smithi089.ernzbc (mgr.14162) 89 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:33:19.327 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:18.824936+0000 mon.smithi089 (mon.0) 248 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:19.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:18.098089+0000 mgr.smithi089.ernzbc (mgr.14162) 89 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:33:19.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:18.824936+0000 mon.smithi089 (mon.0) 248 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:20.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:20 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:33:18.825698+0000 mgr.smithi089.ernzbc (mgr.14162) 90 : cephadm [INF] Reconfiguring prometheus.smithi089 (dependencies changed)... 2024-09-17T08:33:20.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:20 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:33:18.827967+0000 mgr.smithi089.ernzbc (mgr.14162) 91 : cephadm [INF] Reconfiguring daemon prometheus.smithi089 on smithi089 2024-09-17T08:33:20.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:20 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:19.926369+0000 mon.smithi089 (mon.0) 249 : audit [INF] from='client.? 172.21.15.89:0/3570359891' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "707292ac-3449-4255-b13c-8e6c9d563017"}]: dispatch 2024-09-17T08:33:20.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:20 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:19.930015+0000 mon.smithi089 (mon.0) 250 : audit [INF] from='client.? 172.21.15.89:0/3570359891' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "707292ac-3449-4255-b13c-8e6c9d563017"}]': finished 2024-09-17T08:33:20.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:20 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:19.930052+0000 mon.smithi089 (mon.0) 251 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-17T08:33:20.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:20 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:19.930133+0000 mon.smithi089 (mon.0) 252 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:33:20.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:33:18.825698+0000 mgr.smithi089.ernzbc (mgr.14162) 90 : cephadm [INF] Reconfiguring prometheus.smithi089 (dependencies changed)... 2024-09-17T08:33:20.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:33:18.827967+0000 mgr.smithi089.ernzbc (mgr.14162) 91 : cephadm [INF] Reconfiguring daemon prometheus.smithi089 on smithi089 2024-09-17T08:33:20.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:19.926369+0000 mon.smithi089 (mon.0) 249 : audit [INF] from='client.? 172.21.15.89:0/3570359891' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "707292ac-3449-4255-b13c-8e6c9d563017"}]: dispatch 2024-09-17T08:33:20.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:19.930015+0000 mon.smithi089 (mon.0) 250 : audit [INF] from='client.? 172.21.15.89:0/3570359891' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "707292ac-3449-4255-b13c-8e6c9d563017"}]': finished 2024-09-17T08:33:20.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:19.930052+0000 mon.smithi089 (mon.0) 251 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-17T08:33:20.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:19.930133+0000 mon.smithi089 (mon.0) 252 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:33:21.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:21 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:20.098317+0000 mgr.smithi089.ernzbc (mgr.14162) 92 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:33:21.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:21 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:20.357438+0000 mon.smithi089 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.89:0/1244304825' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:33:21.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:20.098317+0000 mgr.smithi089.ernzbc (mgr.14162) 92 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:33:21.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:20.357438+0000 mon.smithi089 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.89:0/1244304825' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:33:23.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:23 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:22.098604+0000 mgr.smithi089.ernzbc (mgr.14162) 93 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:33:23.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:22.098604+0000 mgr.smithi089.ernzbc (mgr.14162) 93 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:33:25.395 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:24.098869+0000 mgr.smithi089.ernzbc (mgr.14162) 94 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:33:25.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:24.098869+0000 mgr.smithi089.ernzbc (mgr.14162) 94 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:33:27.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:26.099132+0000 mgr.smithi089.ernzbc (mgr.14162) 95 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:33:27.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:26.099132+0000 mgr.smithi089.ernzbc (mgr.14162) 95 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:33:29.300 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:28.002351+0000 mon.smithi089 (mon.0) 254 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:29.300 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:33:28.002833+0000 mgr.smithi089.ernzbc (mgr.14162) 96 : cephadm [INF] Reconfiguring crash.smithi133 (monmap changed)... 2024-09-17T08:33:29.301 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:28.003052+0000 mon.smithi089 (mon.0) 255 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi133", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:33:29.301 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:28.003589+0000 mon.smithi089 (mon.0) 256 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:33:29.301 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:33:28.003973+0000 mgr.smithi089.ernzbc (mgr.14162) 97 : cephadm [INF] Reconfiguring daemon crash.smithi133 on smithi133 2024-09-17T08:33:29.301 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:28.099438+0000 mgr.smithi089.ernzbc (mgr.14162) 98 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:33:29.309 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:28.002351+0000 mon.smithi089 (mon.0) 254 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:29.309 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:33:28.002833+0000 mgr.smithi089.ernzbc (mgr.14162) 96 : cephadm [INF] Reconfiguring crash.smithi133 (monmap changed)... 2024-09-17T08:33:29.309 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:28.003052+0000 mon.smithi089 (mon.0) 255 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi133", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:33:29.309 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:28.003589+0000 mon.smithi089 (mon.0) 256 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:33:29.309 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:33:28.003973+0000 mgr.smithi089.ernzbc (mgr.14162) 97 : cephadm [INF] Reconfiguring daemon crash.smithi133 on smithi133 2024-09-17T08:33:29.309 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:28.099438+0000 mgr.smithi089.ernzbc (mgr.14162) 98 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:33:30.598 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:29.236061+0000 mon.smithi089 (mon.0) 257 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:30.598 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:33:29.236495+0000 mgr.smithi089.ernzbc (mgr.14162) 99 : cephadm [INF] Reconfiguring mgr.smithi133.ejject (monmap changed)... 2024-09-17T08:33:30.598 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:29.236727+0000 mon.smithi089 (mon.0) 258 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi133.ejject", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:33:30.598 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:29.237305+0000 mon.smithi089 (mon.0) 259 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T08:33:30.598 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:29.237754+0000 mon.smithi089 (mon.0) 260 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:33:30.598 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:33:29.238155+0000 mgr.smithi089.ernzbc (mgr.14162) 100 : cephadm [INF] Reconfiguring daemon mgr.smithi133.ejject on smithi133 2024-09-17T08:33:30.598 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:29.331704+0000 mon.smithi089 (mon.0) 261 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T08:33:30.598 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:29.332284+0000 mon.smithi089 (mon.0) 262 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:33:30.598 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:33:29.332720+0000 mgr.smithi089.ernzbc (mgr.14162) 101 : cephadm [INF] Deploying daemon osd.1 on smithi089 2024-09-17T08:33:30.598 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:30.099669+0000 mgr.smithi089.ernzbc (mgr.14162) 102 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:33:30.644 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:29.236061+0000 mon.smithi089 (mon.0) 257 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:30.644 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:33:29.236495+0000 mgr.smithi089.ernzbc (mgr.14162) 99 : cephadm [INF] Reconfiguring mgr.smithi133.ejject (monmap changed)... 2024-09-17T08:33:30.645 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:29.236727+0000 mon.smithi089 (mon.0) 258 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi133.ejject", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:33:30.645 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:29.237305+0000 mon.smithi089 (mon.0) 259 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T08:33:30.645 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:29.237754+0000 mon.smithi089 (mon.0) 260 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:33:30.645 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:33:29.238155+0000 mgr.smithi089.ernzbc (mgr.14162) 100 : cephadm [INF] Reconfiguring daemon mgr.smithi133.ejject on smithi133 2024-09-17T08:33:30.645 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:29.331704+0000 mon.smithi089 (mon.0) 261 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T08:33:30.645 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:29.332284+0000 mon.smithi089 (mon.0) 262 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:33:30.645 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:33:29.332720+0000 mgr.smithi089.ernzbc (mgr.14162) 101 : cephadm [INF] Deploying daemon osd.1 on smithi089 2024-09-17T08:33:30.645 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:30.099669+0000 mgr.smithi089.ernzbc (mgr.14162) 102 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:33:31.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:30.362840+0000 mon.smithi089 (mon.0) 263 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:31.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:33:30.363327+0000 mgr.smithi089.ernzbc (mgr.14162) 103 : cephadm [INF] Reconfiguring mon.smithi133 (monmap changed)... 2024-09-17T08:33:31.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:30.363555+0000 mon.smithi089 (mon.0) 264 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T08:33:31.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:30.364083+0000 mon.smithi089 (mon.0) 265 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T08:33:31.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:30.364549+0000 mon.smithi089 (mon.0) 266 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:33:31.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:33:30.364998+0000 mgr.smithi089.ernzbc (mgr.14162) 104 : cephadm [INF] Reconfiguring daemon mon.smithi133 on smithi133 2024-09-17T08:33:31.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:30.362840+0000 mon.smithi089 (mon.0) 263 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:31.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:33:30.363327+0000 mgr.smithi089.ernzbc (mgr.14162) 103 : cephadm [INF] Reconfiguring mon.smithi133 (monmap changed)... 2024-09-17T08:33:31.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:30.363555+0000 mon.smithi089 (mon.0) 264 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T08:33:31.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:30.364083+0000 mon.smithi089 (mon.0) 265 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T08:33:31.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:30.364549+0000 mon.smithi089 (mon.0) 266 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:33:31.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:33:30.364998+0000 mgr.smithi089.ernzbc (mgr.14162) 104 : cephadm [INF] Reconfiguring daemon mon.smithi133 on smithi133 2024-09-17T08:33:32.571 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:32 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:31.525865+0000 mon.smithi089 (mon.0) 267 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:32.571 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:32 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:31.528847+0000 mon.smithi089 (mon.0) 268 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T08:33:32.572 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:32 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:31.529153+0000 mgr.smithi089.ernzbc (mgr.14162) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T08:33:32.572 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:32 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:32.100069+0000 mgr.smithi089.ernzbc (mgr.14162) 106 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:33:32.843 INFO:teuthology.orchestra.run.smithi089.stdout:Created osd(s) 1 on host 'smithi089' 2024-09-17T08:33:32.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:32 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:31.525865+0000 mon.smithi089 (mon.0) 267 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:32.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:32 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:31.528847+0000 mon.smithi089 (mon.0) 268 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T08:33:32.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:32 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:31.529153+0000 mgr.smithi089.ernzbc (mgr.14162) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T08:33:32.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:32 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:32.100069+0000 mgr.smithi089.ernzbc (mgr.14162) 106 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:33:33.451 DEBUG:teuthology.orchestra.run.smithi089:osd.1> sudo journalctl -f -n 0 -u ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.1.service 2024-09-17T08:33:33.453 INFO:tasks.cephadm:Deploying osd.2 on smithi089 with /dev/vg_nvme/lv_2... 2024-09-17T08:33:33.453 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-09-17T08:33:34.058 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:32.835766+0000 mon.smithi089 (mon.0) 269 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:34.059 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:32.841424+0000 mon.smithi089 (mon.0) 270 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:34.059 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:32.851328+0000 mon.smithi089 (mon.0) 271 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi089:9093"}]: dispatch 2024-09-17T08:33:34.059 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:32.851616+0000 mgr.smithi089.ernzbc (mgr.14162) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi089:9093"}]: dispatch 2024-09-17T08:33:34.059 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:32.856250+0000 mon.smithi089 (mon.0) 272 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:34.059 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:32.859050+0000 mon.smithi089 (mon.0) 273 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T08:33:34.059 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:32.859426+0000 mgr.smithi089.ernzbc (mgr.14162) 108 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T08:33:34.059 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:32.863212+0000 mon.smithi089 (mon.0) 274 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi089:3000"}]: dispatch 2024-09-17T08:33:34.059 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:32.863530+0000 mgr.smithi089.ernzbc (mgr.14162) 109 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi089:3000"}]: dispatch 2024-09-17T08:33:34.059 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:32.867492+0000 mon.smithi089 (mon.0) 275 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:34.059 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:32.871451+0000 mon.smithi089 (mon.0) 276 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:33:34.059 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:32.871798+0000 mgr.smithi089.ernzbc (mgr.14162) 110 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:33:34.060 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:32.875994+0000 mon.smithi089 (mon.0) 277 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi089:9095"}]: dispatch 2024-09-17T08:33:34.060 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:32.876311+0000 mgr.smithi089.ernzbc (mgr.14162) 111 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi089:9095"}]: dispatch 2024-09-17T08:33:34.060 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:32.880099+0000 mon.smithi089 (mon.0) 278 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:34.060 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:32.882270+0000 mon.smithi089 (mon.0) 279 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:33:34.107 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:32.835766+0000 mon.smithi089 (mon.0) 269 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:34.107 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:32.841424+0000 mon.smithi089 (mon.0) 270 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:34.107 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:32.851328+0000 mon.smithi089 (mon.0) 271 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi089:9093"}]: dispatch 2024-09-17T08:33:34.107 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:32.851616+0000 mgr.smithi089.ernzbc (mgr.14162) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi089:9093"}]: dispatch 2024-09-17T08:33:34.107 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:32.856250+0000 mon.smithi089 (mon.0) 272 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:34.107 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:32.859050+0000 mon.smithi089 (mon.0) 273 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T08:33:34.107 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:32.859426+0000 mgr.smithi089.ernzbc (mgr.14162) 108 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T08:33:34.107 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:32.863212+0000 mon.smithi089 (mon.0) 274 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi089:3000"}]: dispatch 2024-09-17T08:33:34.108 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:32.863530+0000 mgr.smithi089.ernzbc (mgr.14162) 109 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi089:3000"}]: dispatch 2024-09-17T08:33:34.108 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:32.867492+0000 mon.smithi089 (mon.0) 275 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:34.108 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:32.871451+0000 mon.smithi089 (mon.0) 276 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:33:34.108 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:32.871798+0000 mgr.smithi089.ernzbc (mgr.14162) 110 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:33:34.108 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:32.875994+0000 mon.smithi089 (mon.0) 277 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi089:9095"}]: dispatch 2024-09-17T08:33:34.108 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:32.876311+0000 mgr.smithi089.ernzbc (mgr.14162) 111 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi089:9095"}]: dispatch 2024-09-17T08:33:34.108 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:32.880099+0000 mon.smithi089 (mon.0) 278 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:34.108 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:32.882270+0000 mon.smithi089 (mon.0) 279 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:33:35.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:35 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:34.100299+0000 mgr.smithi089.ernzbc (mgr.14162) 112 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:33:35.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:35 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:34.505751+0000 mon.smithi089 (mon.0) 280 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:35.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:35 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:34.100299+0000 mgr.smithi089.ernzbc (mgr.14162) 112 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:33:35.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:35 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:34.505751+0000 mon.smithi089 (mon.0) 280 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:35.975 INFO:teuthology.orchestra.run.smithi089.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-09-17T08:33:35.975 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-09-17T08:33:35.975 INFO:teuthology.orchestra.run.smithi089.stderr: stderr: 10+0 records in 2024-09-17T08:33:35.975 INFO:teuthology.orchestra.run.smithi089.stderr:10+0 records out 2024-09-17T08:33:35.975 INFO:teuthology.orchestra.run.smithi089.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0156737 s, 669 MB/s 2024-09-17T08:33:35.976 INFO:teuthology.orchestra.run.smithi089.stderr:--> Zapping successful for: 2024-09-17T08:33:36.331 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:36 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:35.960594+0000 mon.smithi089 (mon.0) 281 : audit [INF] from='osd.1 [v2:172.21.15.89:6810/4046413859,v1:172.21.15.89:6811/4046413859]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T08:33:36.332 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:33:35 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.1[34649]: debug 2024-09-17T08:33:35.956+0000 7fc5368ab080 -1 osd.1 0 log_to_monitors {default=true} 2024-09-17T08:33:36.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:36 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:35.960594+0000 mon.smithi089 (mon.0) 281 : audit [INF] from='osd.1 [v2:172.21.15.89:6810/4046413859,v1:172.21.15.89:6811/4046413859]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T08:33:37.056 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi089:vg_nvme/lv_2 2024-09-17T08:33:37.394 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:33:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.1[34649]: debug 2024-09-17T08:33:37.117+0000 7fc52ce1c700 -1 osd.1 0 waiting for initial osdmap 2024-09-17T08:33:37.394 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:33:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.1[34649]: debug 2024-09-17T08:33:37.120+0000 7fc527594700 -1 osd.1 13 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-17T08:33:37.395 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:36.100612+0000 mgr.smithi089.ernzbc (mgr.14162) 113 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:33:37.395 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:36.114501+0000 mon.smithi089 (mon.0) 282 : audit [INF] from='osd.1 [v2:172.21.15.89:6810/4046413859,v1:172.21.15.89:6811/4046413859]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T08:33:37.395 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:36.114540+0000 mon.smithi089 (mon.0) 283 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-17T08:33:37.395 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:36.114645+0000 mon.smithi089 (mon.0) 284 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:33:37.395 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:36.115050+0000 mon.smithi089 (mon.0) 285 : audit [INF] from='osd.1 [v2:172.21.15.89:6810/4046413859,v1:172.21.15.89:6811/4046413859]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-09-17T08:33:37.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:36.100612+0000 mgr.smithi089.ernzbc (mgr.14162) 113 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:33:37.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:36.114501+0000 mon.smithi089 (mon.0) 282 : audit [INF] from='osd.1 [v2:172.21.15.89:6810/4046413859,v1:172.21.15.89:6811/4046413859]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T08:33:37.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:36.114540+0000 mon.smithi089 (mon.0) 283 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-17T08:33:37.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:36.114645+0000 mon.smithi089 (mon.0) 284 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:33:37.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:36.115050+0000 mon.smithi089 (mon.0) 285 : audit [INF] from='osd.1 [v2:172.21.15.89:6810/4046413859,v1:172.21.15.89:6811/4046413859]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-09-17T08:33:38.311 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:37.114855+0000 mon.smithi089 (mon.0) 286 : audit [INF] from='osd.1 [v2:172.21.15.89:6810/4046413859,v1:172.21.15.89:6811/4046413859]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-09-17T08:33:38.312 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:37.114946+0000 mon.smithi089 (mon.0) 287 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-09-17T08:33:38.312 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:37.115744+0000 mon.smithi089 (mon.0) 288 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:33:38.312 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:37.118537+0000 mon.smithi089 (mon.0) 289 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:33:38.312 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:38.118262+0000 mon.smithi089 (mon.0) 290 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:33:38.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:37.114855+0000 mon.smithi089 (mon.0) 286 : audit [INF] from='osd.1 [v2:172.21.15.89:6810/4046413859,v1:172.21.15.89:6811/4046413859]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-09-17T08:33:38.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:37.114946+0000 mon.smithi089 (mon.0) 287 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-09-17T08:33:38.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:37.115744+0000 mon.smithi089 (mon.0) 288 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:33:38.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:37.118537+0000 mon.smithi089 (mon.0) 289 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:33:38.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:38.118262+0000 mon.smithi089 (mon.0) 290 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:33:39.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:36.953044+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:33:39.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:36.953144+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:33:39.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:38.100870+0000 mgr.smithi089.ernzbc (mgr.14162) 114 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:33:39.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:38.124758+0000 mon.smithi089 (mon.0) 291 : cluster [INF] osd.1 [v2:172.21.15.89:6810/4046413859,v1:172.21.15.89:6811/4046413859] boot 2024-09-17T08:33:39.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:38.124793+0000 mon.smithi089 (mon.0) 292 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-17T08:33:39.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:38.125733+0000 mon.smithi089 (mon.0) 293 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:33:39.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:36.953044+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:33:39.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:36.953144+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:33:39.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:38.100870+0000 mgr.smithi089.ernzbc (mgr.14162) 114 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:33:39.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:38.124758+0000 mon.smithi089 (mon.0) 291 : cluster [INF] osd.1 [v2:172.21.15.89:6810/4046413859,v1:172.21.15.89:6811/4046413859] boot 2024-09-17T08:33:39.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:38.124793+0000 mon.smithi089 (mon.0) 292 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-17T08:33:39.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:38.125733+0000 mon.smithi089 (mon.0) 293 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:33:40.355 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:40 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:39.135613+0000 mon.smithi089 (mon.0) 294 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-09-17T08:33:40.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:40 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:39.135613+0000 mon.smithi089 (mon.0) 294 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-09-17T08:33:41.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:40.101083+0000 mgr.smithi089.ernzbc (mgr.14162) 115 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:33:41.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:40.257148+0000 mon.smithi089 (mon.0) 295 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:33:41.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:40.258577+0000 mon.smithi089 (mon.0) 296 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:33:41.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:40.259053+0000 mon.smithi089 (mon.0) 297 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:33:41.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:41.019917+0000 mon.smithi089 (mon.0) 298 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:41.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:40.101083+0000 mgr.smithi089.ernzbc (mgr.14162) 115 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:33:41.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:40.257148+0000 mon.smithi089 (mon.0) 295 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:33:41.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:40.258577+0000 mon.smithi089 (mon.0) 296 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:33:41.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:40.259053+0000 mon.smithi089 (mon.0) 297 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:33:41.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:41.019917+0000 mon.smithi089 (mon.0) 298 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:42.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:40.256432+0000 mgr.smithi089.ernzbc (mgr.14162) 116 : audit [DBG] from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi089:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:33:42.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:33:40.258337+0000 mgr.smithi089.ernzbc (mgr.14162) 117 : cephadm [INF] Applying service osd.None on host smithi089... 2024-09-17T08:33:42.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:40.256432+0000 mgr.smithi089.ernzbc (mgr.14162) 116 : audit [DBG] from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi089:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:33:42.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:33:40.258337+0000 mgr.smithi089.ernzbc (mgr.14162) 117 : cephadm [INF] Applying service osd.None on host smithi089... 2024-09-17T08:33:43.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:42.101431+0000 mgr.smithi089.ernzbc (mgr.14162) 118 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:33:43.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:42.101431+0000 mgr.smithi089.ernzbc (mgr.14162) 118 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:33:45.231 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:44.101681+0000 mgr.smithi089.ernzbc (mgr.14162) 119 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:33:45.231 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:44.263507+0000 mon.smithi089 (mon.0) 299 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:45.231 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:44.476571+0000 mon.smithi089 (mon.0) 300 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:45.231 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:44.478593+0000 mon.smithi089 (mon.0) 301 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:33:45.232 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:45.121286+0000 mon.smithi089 (mon.0) 302 : audit [INF] from='client.? 172.21.15.89:0/2429580973' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4dbe2bf6-1ec1-4f87-98ee-50cf6c88fa87"}]: dispatch 2024-09-17T08:33:45.232 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:45.124794+0000 mon.smithi089 (mon.0) 303 : audit [INF] from='client.? 172.21.15.89:0/2429580973' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4dbe2bf6-1ec1-4f87-98ee-50cf6c88fa87"}]': finished 2024-09-17T08:33:45.232 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:45.124835+0000 mon.smithi089 (mon.0) 304 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-17T08:33:45.232 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:45.124937+0000 mon.smithi089 (mon.0) 305 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:33:45.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:44.101681+0000 mgr.smithi089.ernzbc (mgr.14162) 119 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:33:45.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:44.263507+0000 mon.smithi089 (mon.0) 299 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:45.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:44.476571+0000 mon.smithi089 (mon.0) 300 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:45.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:44.478593+0000 mon.smithi089 (mon.0) 301 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:33:45.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:45.121286+0000 mon.smithi089 (mon.0) 302 : audit [INF] from='client.? 172.21.15.89:0/2429580973' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4dbe2bf6-1ec1-4f87-98ee-50cf6c88fa87"}]: dispatch 2024-09-17T08:33:45.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:45.124794+0000 mon.smithi089 (mon.0) 303 : audit [INF] from='client.? 172.21.15.89:0/2429580973' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4dbe2bf6-1ec1-4f87-98ee-50cf6c88fa87"}]': finished 2024-09-17T08:33:45.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:45.124835+0000 mon.smithi089 (mon.0) 304 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-17T08:33:45.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:45.124937+0000 mon.smithi089 (mon.0) 305 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:33:46.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:46 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:33:44.258934+0000 mgr.smithi089.ernzbc (mgr.14162) 120 : cephadm [INF] Detected new or changed devices on smithi089 2024-09-17T08:33:46.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:46 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:45.563508+0000 mon.smithi089 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.89:0/4133461760' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:33:46.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:46 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:33:44.258934+0000 mgr.smithi089.ernzbc (mgr.14162) 120 : cephadm [INF] Detected new or changed devices on smithi089 2024-09-17T08:33:46.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:46 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:45.563508+0000 mon.smithi089 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.89:0/4133461760' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:33:47.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:46.102091+0000 mgr.smithi089.ernzbc (mgr.14162) 121 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:33:47.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:46.313575+0000 mon.smithi089 (mon.0) 307 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:47.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:46.102091+0000 mgr.smithi089.ernzbc (mgr.14162) 121 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:33:47.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:46.313575+0000 mon.smithi089 (mon.0) 307 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:49.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:49 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:48.102376+0000 mgr.smithi089.ernzbc (mgr.14162) 122 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:33:49.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:49 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:49.093671+0000 mon.smithi089 (mon.0) 308 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:49.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:49 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:48.102376+0000 mgr.smithi089.ernzbc (mgr.14162) 122 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:33:49.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:49 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:49.093671+0000 mon.smithi089 (mon.0) 308 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:51.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:51 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:50.102689+0000 mgr.smithi089.ernzbc (mgr.14162) 123 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:33:51.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:51 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:50.102689+0000 mgr.smithi089.ernzbc (mgr.14162) 123 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:33:53.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:52.102966+0000 mgr.smithi089.ernzbc (mgr.14162) 124 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:33:53.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:52.429110+0000 mon.smithi089 (mon.0) 309 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:53.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:52.431936+0000 mon.smithi089 (mon.0) 310 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:53.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:52.102966+0000 mgr.smithi089.ernzbc (mgr.14162) 124 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:33:53.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:52.429110+0000 mon.smithi089 (mon.0) 309 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:53.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:52.431936+0000 mon.smithi089 (mon.0) 310 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:54.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:54 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:33:52.423122+0000 mgr.smithi089.ernzbc (mgr.14162) 125 : cephadm [INF] Detected new or changed devices on smithi089 2024-09-17T08:33:54.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:54 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:53.786501+0000 mon.smithi089 (mon.0) 311 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T08:33:54.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:54 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:53.787222+0000 mon.smithi089 (mon.0) 312 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:33:54.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:54 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:33:53.787785+0000 mgr.smithi089.ernzbc (mgr.14162) 126 : cephadm [INF] Deploying daemon osd.2 on smithi089 2024-09-17T08:33:54.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:54 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:54.103250+0000 mgr.smithi089.ernzbc (mgr.14162) 127 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:33:54.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:33:52.423122+0000 mgr.smithi089.ernzbc (mgr.14162) 125 : cephadm [INF] Detected new or changed devices on smithi089 2024-09-17T08:33:54.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:53.786501+0000 mon.smithi089 (mon.0) 311 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T08:33:54.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:53.787222+0000 mon.smithi089 (mon.0) 312 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:33:54.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:33:53.787785+0000 mgr.smithi089.ernzbc (mgr.14162) 126 : cephadm [INF] Deploying daemon osd.2 on smithi089 2024-09-17T08:33:54.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:54.103250+0000 mgr.smithi089.ernzbc (mgr.14162) 127 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:33:57.270 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:56.103518+0000 mgr.smithi089.ernzbc (mgr.14162) 128 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:33:57.270 INFO:teuthology.orchestra.run.smithi089.stdout:Created osd(s) 2 on host 'smithi089' 2024-09-17T08:33:57.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:56.103518+0000 mgr.smithi089.ernzbc (mgr.14162) 128 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:33:57.873 DEBUG:teuthology.orchestra.run.smithi089:osd.2> sudo journalctl -f -n 0 -u ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.2.service 2024-09-17T08:33:57.875 INFO:tasks.cephadm:Deploying osd.3 on smithi089 with /dev/vg_nvme/lv_1... 2024-09-17T08:33:57.875 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-09-17T08:33:58.334 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:58 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:57.260211+0000 mon.smithi089 (mon.0) 313 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:33:58.334 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:58 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:57.264087+0000 mon.smithi089 (mon.0) 314 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:58.334 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:58 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:57.268525+0000 mon.smithi089 (mon.0) 315 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:58.387 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:58 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:57.260211+0000 mon.smithi089 (mon.0) 313 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:33:58.387 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:58 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:57.264087+0000 mon.smithi089 (mon.0) 314 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:58.387 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:58 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:57.268525+0000 mon.smithi089 (mon.0) 315 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:59.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:59 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:33:58.103765+0000 mgr.smithi089.ernzbc (mgr.14162) 129 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:33:59.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:33:59 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:33:58.848564+0000 mon.smithi089 (mon.0) 316 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:33:59.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:59 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:33:58.103765+0000 mgr.smithi089.ernzbc (mgr.14162) 129 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:33:59.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:33:59 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:33:58.848564+0000 mon.smithi089 (mon.0) 316 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:00.496 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:34:00 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.2[37969]: debug 2024-09-17T08:34:00.374+0000 7f117830a080 -1 osd.2 0 log_to_monitors {default=true} 2024-09-17T08:34:00.776 INFO:teuthology.orchestra.run.smithi089.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-09-17T08:34:00.777 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-09-17T08:34:00.777 INFO:teuthology.orchestra.run.smithi089.stderr: stderr: 10+0 records in 2024-09-17T08:34:00.777 INFO:teuthology.orchestra.run.smithi089.stderr:10+0 records out 2024-09-17T08:34:00.777 INFO:teuthology.orchestra.run.smithi089.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0139184 s, 753 MB/s 2024-09-17T08:34:00.777 INFO:teuthology.orchestra.run.smithi089.stderr:--> Zapping successful for: 2024-09-17T08:34:01.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:01 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:00.104064+0000 mgr.smithi089.ernzbc (mgr.14162) 130 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:34:01.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:01 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:00.378301+0000 mon.smithi089 (mon.0) 317 : audit [INF] from='osd.2 [v2:172.21.15.89:6818/4049206469,v1:172.21.15.89:6819/4049206469]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T08:34:01.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:01 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:00.104064+0000 mgr.smithi089.ernzbc (mgr.14162) 130 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:34:01.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:01 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:00.378301+0000 mon.smithi089 (mon.0) 317 : audit [INF] from='osd.2 [v2:172.21.15.89:6818/4049206469,v1:172.21.15.89:6819/4049206469]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T08:34:01.533 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi089:vg_nvme/lv_1 2024-09-17T08:34:02.410 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:34:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.2[37969]: debug 2024-09-17T08:34:02.166+0000 7f116e87b700 -1 osd.2 0 waiting for initial osdmap 2024-09-17T08:34:02.410 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:34:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.2[37969]: debug 2024-09-17T08:34:02.170+0000 7f1168ff3700 -1 osd.2 18 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-17T08:34:02.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:01.164358+0000 mon.smithi089 (mon.0) 318 : audit [INF] from='osd.2 [v2:172.21.15.89:6818/4049206469,v1:172.21.15.89:6819/4049206469]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T08:34:02.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:01.164410+0000 mon.smithi089 (mon.0) 319 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-17T08:34:02.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:01.164727+0000 mon.smithi089 (mon.0) 320 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:34:02.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:01.164997+0000 mon.smithi089 (mon.0) 321 : audit [INF] from='osd.2 [v2:172.21.15.89:6818/4049206469,v1:172.21.15.89:6819/4049206469]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-09-17T08:34:02.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:02.104447+0000 mgr.smithi089.ernzbc (mgr.14162) 131 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:34:02.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:02.164848+0000 mon.smithi089 (mon.0) 322 : audit [INF] from='osd.2 [v2:172.21.15.89:6818/4049206469,v1:172.21.15.89:6819/4049206469]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-09-17T08:34:02.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:02.164912+0000 mon.smithi089 (mon.0) 323 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-09-17T08:34:02.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:02.165009+0000 mon.smithi089 (mon.0) 324 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:34:02.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:01.164358+0000 mon.smithi089 (mon.0) 318 : audit [INF] from='osd.2 [v2:172.21.15.89:6818/4049206469,v1:172.21.15.89:6819/4049206469]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T08:34:02.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:01.164410+0000 mon.smithi089 (mon.0) 319 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-17T08:34:02.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:01.164727+0000 mon.smithi089 (mon.0) 320 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:34:02.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:01.164997+0000 mon.smithi089 (mon.0) 321 : audit [INF] from='osd.2 [v2:172.21.15.89:6818/4049206469,v1:172.21.15.89:6819/4049206469]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-09-17T08:34:02.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:02.104447+0000 mgr.smithi089.ernzbc (mgr.14162) 131 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:34:02.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:02.164848+0000 mon.smithi089 (mon.0) 322 : audit [INF] from='osd.2 [v2:172.21.15.89:6818/4049206469,v1:172.21.15.89:6819/4049206469]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-09-17T08:34:02.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:02.164912+0000 mon.smithi089 (mon.0) 323 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-09-17T08:34:02.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:02.165009+0000 mon.smithi089 (mon.0) 324 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:34:03.466 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:02.167835+0000 mon.smithi089 (mon.0) 325 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:34:03.466 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:03.167524+0000 mon.smithi089 (mon.0) 326 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:34:03.466 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:03.174831+0000 mon.smithi089 (mon.0) 327 : cluster [INF] osd.2 [v2:172.21.15.89:6818/4049206469,v1:172.21.15.89:6819/4049206469] boot 2024-09-17T08:34:03.467 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:03.174875+0000 mon.smithi089 (mon.0) 328 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-17T08:34:03.467 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:03.175137+0000 mon.smithi089 (mon.0) 329 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:34:03.467 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:03.175403+0000 mon.smithi089 (mon.0) 330 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-09-17T08:34:03.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:02.167835+0000 mon.smithi089 (mon.0) 325 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:34:03.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:03.167524+0000 mon.smithi089 (mon.0) 326 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:34:03.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:03.174831+0000 mon.smithi089 (mon.0) 327 : cluster [INF] osd.2 [v2:172.21.15.89:6818/4049206469,v1:172.21.15.89:6819/4049206469] boot 2024-09-17T08:34:03.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:03.174875+0000 mon.smithi089 (mon.0) 328 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-17T08:34:03.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:03.175137+0000 mon.smithi089 (mon.0) 329 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:34:03.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:03.175403+0000 mon.smithi089 (mon.0) 330 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-09-17T08:34:04.694 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:04 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:01.402755+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:34:04.695 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:04 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:01.402971+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:34:04.695 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:04 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:03.843283+0000 mgr.smithi089.ernzbc (mgr.14162) 132 : audit [DBG] from='client.14292 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi089:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:34:04.695 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:04 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:04.104915+0000 mgr.smithi089.ernzbc (mgr.14162) 133 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:34:04.695 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:04 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:04.174869+0000 mon.smithi089 (mon.0) 331 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-09-17T08:34:04.695 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:04 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:04.174916+0000 mon.smithi089 (mon.0) 332 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-17T08:34:04.695 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:04 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:04.175441+0000 mon.smithi089 (mon.0) 333 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-09-17T08:34:04.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:04 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:01.402755+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:34:04.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:04 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:01.402971+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:34:04.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:04 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:03.843283+0000 mgr.smithi089.ernzbc (mgr.14162) 132 : audit [DBG] from='client.14292 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi089:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:34:04.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:04 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:04.104915+0000 mgr.smithi089.ernzbc (mgr.14162) 133 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-17T08:34:04.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:04 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:04.174869+0000 mon.smithi089 (mon.0) 331 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-09-17T08:34:04.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:04 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:04.174916+0000 mon.smithi089 (mon.0) 332 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-17T08:34:04.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:04 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:04.175441+0000 mon.smithi089 (mon.0) 333 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-09-17T08:34:06.270 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:05.093333+0000 mon.smithi089 (mon.0) 334 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:06.270 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:05.179346+0000 mon.smithi089 (mon.0) 335 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-09-17T08:34:06.270 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:05.179444+0000 mon.smithi089 (mon.0) 336 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-17T08:34:06.270 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:05.182358+0000 mon.smithi089 (mon.0) 337 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:34:06.271 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:05.183603+0000 mon.smithi089 (mon.0) 338 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:34:06.271 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:05.184208+0000 mon.smithi089 (mon.0) 339 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:34:06.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:05.093333+0000 mon.smithi089 (mon.0) 334 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:06.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:05.179346+0000 mon.smithi089 (mon.0) 335 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-09-17T08:34:06.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:05.179444+0000 mon.smithi089 (mon.0) 336 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-17T08:34:06.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:05.182358+0000 mon.smithi089 (mon.0) 337 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:34:06.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:05.183603+0000 mon.smithi089 (mon.0) 338 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:34:06.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:05.184208+0000 mon.smithi089 (mon.0) 339 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:34:07.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:34:05.183404+0000 mgr.smithi089.ernzbc (mgr.14162) 134 : cephadm [INF] Applying service osd.None on host smithi089... 2024-09-17T08:34:07.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:06.105236+0000 mgr.smithi089.ernzbc (mgr.14162) 135 : cluster [DBG] pgmap v98: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:34:07.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:06.181897+0000 mon.smithi089 (mon.0) 340 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-17T08:34:07.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:34:05.183404+0000 mgr.smithi089.ernzbc (mgr.14162) 134 : cephadm [INF] Applying service osd.None on host smithi089... 2024-09-17T08:34:07.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:06.105236+0000 mgr.smithi089.ernzbc (mgr.14162) 135 : cluster [DBG] pgmap v98: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:34:07.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:06.181897+0000 mon.smithi089 (mon.0) 340 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-17T08:34:09.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:08.105505+0000 mgr.smithi089.ernzbc (mgr.14162) 136 : cluster [DBG] pgmap v100: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:34:09.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:08.401907+0000 mon.smithi089 (mon.0) 341 : audit [INF] from='client.? 172.21.15.89:0/1376298012' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1e542256-9b61-4f5e-9aea-f34875e4273f"}]: dispatch 2024-09-17T08:34:09.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:08.405772+0000 mon.smithi089 (mon.0) 342 : audit [INF] from='client.? 172.21.15.89:0/1376298012' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1e542256-9b61-4f5e-9aea-f34875e4273f"}]': finished 2024-09-17T08:34:09.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:08.405817+0000 mon.smithi089 (mon.0) 343 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-09-17T08:34:09.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:08.405935+0000 mon.smithi089 (mon.0) 344 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:34:09.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:08.826352+0000 mon.smithi089 (mon.0) 345 : audit [DBG] from='client.? 172.21.15.89:0/4205389331' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:34:09.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:08.105505+0000 mgr.smithi089.ernzbc (mgr.14162) 136 : cluster [DBG] pgmap v100: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:34:09.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:08.401907+0000 mon.smithi089 (mon.0) 341 : audit [INF] from='client.? 172.21.15.89:0/1376298012' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1e542256-9b61-4f5e-9aea-f34875e4273f"}]: dispatch 2024-09-17T08:34:09.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:08.405772+0000 mon.smithi089 (mon.0) 342 : audit [INF] from='client.? 172.21.15.89:0/1376298012' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1e542256-9b61-4f5e-9aea-f34875e4273f"}]': finished 2024-09-17T08:34:09.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:08.405817+0000 mon.smithi089 (mon.0) 343 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-09-17T08:34:09.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:08.405935+0000 mon.smithi089 (mon.0) 344 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:34:09.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:08.826352+0000 mon.smithi089 (mon.0) 345 : audit [DBG] from='client.? 172.21.15.89:0/4205389331' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:34:11.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:10.105781+0000 mgr.smithi089.ernzbc (mgr.14162) 137 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:34:11.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:10.219893+0000 mon.smithi089 (mon.0) 346 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:34:11.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:10.222656+0000 mon.smithi089 (mon.0) 347 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/trash_purge_schedule"}]: dispatch 2024-09-17T08:34:11.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:10.105781+0000 mgr.smithi089.ernzbc (mgr.14162) 137 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:34:11.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:10.219893+0000 mon.smithi089 (mon.0) 346 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:34:11.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:10.222656+0000 mon.smithi089 (mon.0) 347 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/trash_purge_schedule"}]: dispatch 2024-09-17T08:34:13.219 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:12.106048+0000 mgr.smithi089.ernzbc (mgr.14162) 138 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:34:13.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:12.106048+0000 mgr.smithi089.ernzbc (mgr.14162) 138 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:34:15.281 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:34:14.055688+0000 mgr.smithi089.ernzbc (mgr.14162) 139 : cephadm [INF] Detected new or changed devices on smithi089 2024-09-17T08:34:15.281 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:14.060155+0000 mon.smithi089 (mon.0) 348 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:15.281 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:14.063002+0000 mon.smithi089 (mon.0) 349 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:15.281 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:14.065459+0000 mon.smithi089 (mon.0) 350 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:34:15.281 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:14.106370+0000 mgr.smithi089.ernzbc (mgr.14162) 140 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:34:15.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:34:14.055688+0000 mgr.smithi089.ernzbc (mgr.14162) 139 : cephadm [INF] Detected new or changed devices on smithi089 2024-09-17T08:34:15.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:14.060155+0000 mon.smithi089 (mon.0) 348 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:15.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:14.063002+0000 mon.smithi089 (mon.0) 349 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:15.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:14.065459+0000 mon.smithi089 (mon.0) 350 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:34:15.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:14.106370+0000 mgr.smithi089.ernzbc (mgr.14162) 140 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:34:16.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:15.305578+0000 mon.smithi089 (mon.0) 351 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-17T08:34:16.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:15.306191+0000 mon.smithi089 (mon.0) 352 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:34:16.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:15.305578+0000 mon.smithi089 (mon.0) 351 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-17T08:34:16.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:15.306191+0000 mon.smithi089 (mon.0) 352 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:34:17.327 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:34:15.306647+0000 mgr.smithi089.ernzbc (mgr.14162) 141 : cephadm [INF] Deploying daemon osd.3 on smithi089 2024-09-17T08:34:17.327 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:16.106786+0000 mgr.smithi089.ernzbc (mgr.14162) 142 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:34:17.388 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:17 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:34:15.306647+0000 mgr.smithi089.ernzbc (mgr.14162) 141 : cephadm [INF] Deploying daemon osd.3 on smithi089 2024-09-17T08:34:17.388 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:17 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:16.106786+0000 mgr.smithi089.ernzbc (mgr.14162) 142 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:34:19.137 INFO:teuthology.orchestra.run.smithi089.stdout:Created osd(s) 3 on host 'smithi089' 2024-09-17T08:34:19.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:18.107076+0000 mgr.smithi089.ernzbc (mgr.14162) 143 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:34:19.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:19.132062+0000 mon.smithi089 (mon.0) 353 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:19.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:19.136422+0000 mon.smithi089 (mon.0) 354 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:19.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:18.107076+0000 mgr.smithi089.ernzbc (mgr.14162) 143 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:34:19.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:19.132062+0000 mon.smithi089 (mon.0) 353 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:19.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:19.136422+0000 mon.smithi089 (mon.0) 354 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:20.552 DEBUG:teuthology.orchestra.run.smithi089:osd.3> sudo journalctl -f -n 0 -u ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.3.service 2024-09-17T08:34:20.554 INFO:tasks.cephadm:Deploying osd.4 on smithi133 with /dev/vg_nvme/lv_4... 2024-09-17T08:34:20.554 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-17T08:34:21.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:21 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:20.107321+0000 mgr.smithi089.ernzbc (mgr.14162) 144 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:34:21.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:20.107321+0000 mgr.smithi089.ernzbc (mgr.14162) 144 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:34:22.511 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-17T08:34:22.512 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-17T08:34:22.512 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10+0 records in 2024-09-17T08:34:22.512 INFO:teuthology.orchestra.run.smithi133.stderr:10+0 records out 2024-09-17T08:34:22.512 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0117264 s, 894 MB/s 2024-09-17T08:34:22.512 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping successful for: 2024-09-17T08:34:22.660 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:34:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.3[40941]: debug 2024-09-17T08:34:22.268+0000 7f9e759e7080 -1 osd.3 0 log_to_monitors {default=true} 2024-09-17T08:34:22.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:21.701592+0000 mon.smithi089 (mon.0) 355 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:22.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:22.107582+0000 mgr.smithi089.ernzbc (mgr.14162) 145 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:34:22.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:22.272063+0000 mon.smithi089 (mon.0) 356 : audit [INF] from='osd.3 [v2:172.21.15.89:6826/2384879320,v1:172.21.15.89:6827/2384879320]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-17T08:34:23.007 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:21.701592+0000 mon.smithi089 (mon.0) 355 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:23.007 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:22.107582+0000 mgr.smithi089.ernzbc (mgr.14162) 145 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:34:23.008 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:22.272063+0000 mon.smithi089 (mon.0) 356 : audit [INF] from='osd.3 [v2:172.21.15.89:6826/2384879320,v1:172.21.15.89:6827/2384879320]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-17T08:34:23.095 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi133:vg_nvme/lv_4 2024-09-17T08:34:24.004 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:22.704154+0000 mon.smithi089 (mon.0) 357 : audit [INF] from='osd.3 [v2:172.21.15.89:6826/2384879320,v1:172.21.15.89:6827/2384879320]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-17T08:34:24.004 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:22.704212+0000 mon.smithi089 (mon.0) 358 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-09-17T08:34:24.005 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:22.704603+0000 mon.smithi089 (mon.0) 359 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:34:24.005 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:22.704846+0000 mon.smithi089 (mon.0) 360 : audit [INF] from='osd.3 [v2:172.21.15.89:6826/2384879320,v1:172.21.15.89:6827/2384879320]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-09-17T08:34:24.005 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:23.705668+0000 mon.smithi089 (mon.0) 361 : audit [INF] from='osd.3 [v2:172.21.15.89:6826/2384879320,v1:172.21.15.89:6827/2384879320]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-09-17T08:34:24.005 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:23.705730+0000 mon.smithi089 (mon.0) 362 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-09-17T08:34:24.005 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:23.705825+0000 mon.smithi089 (mon.0) 363 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:34:24.160 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:34:23 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.3[40941]: debug 2024-09-17T08:34:23.707+0000 7f9e6bf58700 -1 osd.3 0 waiting for initial osdmap 2024-09-17T08:34:24.160 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:34:23 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.3[40941]: debug 2024-09-17T08:34:23.712+0000 7f9e666d0700 -1 osd.3 25 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-17T08:34:24.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:23 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:22.704154+0000 mon.smithi089 (mon.0) 357 : audit [INF] from='osd.3 [v2:172.21.15.89:6826/2384879320,v1:172.21.15.89:6827/2384879320]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-17T08:34:24.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:23 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:22.704212+0000 mon.smithi089 (mon.0) 358 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-09-17T08:34:24.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:23 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:22.704603+0000 mon.smithi089 (mon.0) 359 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:34:24.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:23 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:22.704846+0000 mon.smithi089 (mon.0) 360 : audit [INF] from='osd.3 [v2:172.21.15.89:6826/2384879320,v1:172.21.15.89:6827/2384879320]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-09-17T08:34:24.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:23 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:23.705668+0000 mon.smithi089 (mon.0) 361 : audit [INF] from='osd.3 [v2:172.21.15.89:6826/2384879320,v1:172.21.15.89:6827/2384879320]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-09-17T08:34:24.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:23 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:23.705730+0000 mon.smithi089 (mon.0) 362 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-09-17T08:34:24.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:23 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:23.705825+0000 mon.smithi089 (mon.0) 363 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:34:24.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:23.710014+0000 mon.smithi089 (mon.0) 364 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:34:24.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:24.108076+0000 mgr.smithi089.ernzbc (mgr.14162) 146 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:34:25.159 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:23.710014+0000 mon.smithi089 (mon.0) 364 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:34:25.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:24.108076+0000 mgr.smithi089.ernzbc (mgr.14162) 146 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:34:25.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:23.292321+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:34:25.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:23.292412+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:34:25.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:24.708562+0000 mon.smithi089 (mon.0) 365 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:34:25.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:24.711010+0000 mon.smithi089 (mon.0) 366 : cluster [INF] osd.3 [v2:172.21.15.89:6826/2384879320,v1:172.21.15.89:6827/2384879320] boot 2024-09-17T08:34:25.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:24.711043+0000 mon.smithi089 (mon.0) 367 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-17T08:34:25.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:24.711512+0000 mon.smithi089 (mon.0) 368 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:34:25.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:24.956491+0000 mgr.smithi089.ernzbc (mgr.14162) 147 : audit [DBG] from='client.24147 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:34:25.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:24.958343+0000 mon.smithi089 (mon.0) 369 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:34:25.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:34:24.959529+0000 mgr.smithi089.ernzbc (mgr.14162) 148 : cephadm [INF] Applying service osd.None on host smithi133... 2024-09-17T08:34:25.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:24.960959+0000 mon.smithi089 (mon.0) 370 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:25.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:24.961180+0000 mon.smithi089 (mon.0) 371 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:34:25.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:24.961773+0000 mon.smithi089 (mon.0) 372 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:34:25.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:24.961908+0000 mgr.smithi089.ernzbc (mgr.14162) 149 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:34:25.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:24.966574+0000 mon.smithi089 (mon.0) 373 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:25.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:24.968826+0000 mon.smithi089 (mon.0) 374 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:34:26.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:23.292321+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:34:26.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:23.292412+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:34:26.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:24.708562+0000 mon.smithi089 (mon.0) 365 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:34:26.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:24.711010+0000 mon.smithi089 (mon.0) 366 : cluster [INF] osd.3 [v2:172.21.15.89:6826/2384879320,v1:172.21.15.89:6827/2384879320] boot 2024-09-17T08:34:26.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:24.711043+0000 mon.smithi089 (mon.0) 367 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-17T08:34:26.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:24.711512+0000 mon.smithi089 (mon.0) 368 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:34:26.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:24.956491+0000 mgr.smithi089.ernzbc (mgr.14162) 147 : audit [DBG] from='client.24147 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:34:26.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:24.958343+0000 mon.smithi089 (mon.0) 369 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:34:26.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:34:24.959529+0000 mgr.smithi089.ernzbc (mgr.14162) 148 : cephadm [INF] Applying service osd.None on host smithi133... 2024-09-17T08:34:26.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:24.960959+0000 mon.smithi089 (mon.0) 370 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:26.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:24.961180+0000 mon.smithi089 (mon.0) 371 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:34:26.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:24.961773+0000 mon.smithi089 (mon.0) 372 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:34:26.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:24.961908+0000 mgr.smithi089.ernzbc (mgr.14162) 149 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:34:26.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:24.966574+0000 mon.smithi089 (mon.0) 373 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:26.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:24.968826+0000 mon.smithi089 (mon.0) 374 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:34:26.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:25.959163+0000 mon.smithi089 (mon.0) 375 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-17T08:34:26.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:25.970840+0000 mon.smithi089 (mon.0) 376 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-17T08:34:26.971 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:25.959163+0000 mon.smithi089 (mon.0) 375 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-17T08:34:26.971 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:25.970840+0000 mon.smithi089 (mon.0) 376 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-17T08:34:28.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:26.962293+0000 mgr.smithi089.ernzbc (mgr.14162) 150 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-17T08:34:28.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:27.114242+0000 mon.smithi133 (mon.1) 2 : audit [INF] from='client.? 172.21.15.133:0/2480846106' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4250b99-6239-4621-969a-b07892bd1e72"}]: dispatch 2024-09-17T08:34:28.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:27.114621+0000 mon.smithi089 (mon.0) 377 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4250b99-6239-4621-969a-b07892bd1e72"}]: dispatch 2024-09-17T08:34:28.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:27.118538+0000 mon.smithi089 (mon.0) 378 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c4250b99-6239-4621-969a-b07892bd1e72"}]': finished 2024-09-17T08:34:28.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:27.118582+0000 mon.smithi089 (mon.0) 379 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-09-17T08:34:28.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:27.118684+0000 mon.smithi089 (mon.0) 380 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:34:28.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:27.529928+0000 mon.smithi133 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.133:0/3823000292' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:34:28.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:26.962293+0000 mgr.smithi089.ernzbc (mgr.14162) 150 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-17T08:34:28.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:27.114242+0000 mon.smithi133 (mon.1) 2 : audit [INF] from='client.? 172.21.15.133:0/2480846106' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4250b99-6239-4621-969a-b07892bd1e72"}]: dispatch 2024-09-17T08:34:28.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:27.114621+0000 mon.smithi089 (mon.0) 377 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4250b99-6239-4621-969a-b07892bd1e72"}]: dispatch 2024-09-17T08:34:28.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:27.118538+0000 mon.smithi089 (mon.0) 378 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c4250b99-6239-4621-969a-b07892bd1e72"}]': finished 2024-09-17T08:34:28.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:27.118582+0000 mon.smithi089 (mon.0) 379 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-09-17T08:34:28.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:27.118684+0000 mon.smithi089 (mon.0) 380 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:34:28.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:27.529928+0000 mon.smithi133 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.133:0/3823000292' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:34:30.069 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:28.946367+0000 mon.smithi089 (mon.0) 381 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:30.070 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:28.947177+0000 mgr.smithi089.ernzbc (mgr.14162) 151 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-17T08:34:30.070 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:28.950024+0000 mon.smithi089 (mon.0) 382 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:30.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:28.946367+0000 mon.smithi089 (mon.0) 381 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:30.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:28.947177+0000 mgr.smithi089.ernzbc (mgr.14162) 151 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-17T08:34:30.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:28.950024+0000 mon.smithi089 (mon.0) 382 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:31.367 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:29.944599+0000 mon.smithi089 (mon.0) 383 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-09-17T08:34:31.367 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:29.944655+0000 mon.smithi089 (mon.0) 384 : cluster [INF] Cluster is now healthy 2024-09-17T08:34:31.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:29.944599+0000 mon.smithi089 (mon.0) 383 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-09-17T08:34:31.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:29.944655+0000 mon.smithi089 (mon.0) 384 : cluster [INF] Cluster is now healthy 2024-09-17T08:34:32.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:30.947533+0000 mgr.smithi089.ernzbc (mgr.14162) 152 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-17T08:34:32.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:30.947533+0000 mgr.smithi089.ernzbc (mgr.14162) 152 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-17T08:34:34.221 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:32.948025+0000 mgr.smithi089.ernzbc (mgr.14162) 153 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-17T08:34:34.221 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:32.996735+0000 mon.smithi089 (mon.0) 385 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-17T08:34:34.221 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:32.997513+0000 mon.smithi089 (mon.0) 386 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:34:34.222 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:34:32.998121+0000 mgr.smithi089.ernzbc (mgr.14162) 154 : cephadm [INF] Deploying daemon osd.4 on smithi133 2024-09-17T08:34:34.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:32.948025+0000 mgr.smithi089.ernzbc (mgr.14162) 153 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-17T08:34:34.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:32.996735+0000 mon.smithi089 (mon.0) 385 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-17T08:34:34.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:32.997513+0000 mon.smithi089 (mon.0) 386 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:34:34.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:34:32.998121+0000 mgr.smithi089.ernzbc (mgr.14162) 154 : cephadm [INF] Deploying daemon osd.4 on smithi133 2024-09-17T08:34:36.208 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:36 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:34.948378+0000 mgr.smithi089.ernzbc (mgr.14162) 155 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-17T08:34:36.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:36 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:34.948378+0000 mgr.smithi089.ernzbc (mgr.14162) 155 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-17T08:34:36.484 INFO:teuthology.orchestra.run.smithi133.stdout:Created osd(s) 4 on host 'smithi133' 2024-09-17T08:34:37.141 DEBUG:teuthology.orchestra.run.smithi133:osd.4> sudo journalctl -f -n 0 -u ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.4.service 2024-09-17T08:34:37.143 INFO:tasks.cephadm:Deploying osd.5 on smithi133 with /dev/vg_nvme/lv_3... 2024-09-17T08:34:37.143 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-09-17T08:34:37.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:36.474328+0000 mon.smithi089 (mon.0) 387 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:34:37.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:36.478418+0000 mon.smithi089 (mon.0) 388 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:37.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:36.483138+0000 mon.smithi089 (mon.0) 389 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:37.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:36.474328+0000 mon.smithi089 (mon.0) 387 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:34:37.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:36.478418+0000 mon.smithi089 (mon.0) 388 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:37.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:36.483138+0000 mon.smithi089 (mon.0) 389 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:38.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:36.948764+0000 mgr.smithi089.ernzbc (mgr.14162) 156 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-17T08:34:38.408 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:36.948764+0000 mgr.smithi089.ernzbc (mgr.14162) 156 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-17T08:34:39.690 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-09-17T08:34:39.690 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-09-17T08:34:39.690 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10+0 records in 2024-09-17T08:34:39.690 INFO:teuthology.orchestra.run.smithi133.stderr:10+0 records out 2024-09-17T08:34:39.690 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0127875 s, 820 MB/s 2024-09-17T08:34:39.690 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping successful for: 2024-09-17T08:34:39.926 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:34:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.4[29577]: debug 2024-09-17T08:34:39.559+0000 7f0c23d8d080 -1 osd.4 0 log_to_monitors {default=true} 2024-09-17T08:34:40.332 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi133:vg_nvme/lv_3 2024-09-17T08:34:40.355 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:40 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:38.949040+0000 mgr.smithi089.ernzbc (mgr.14162) 157 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-17T08:34:40.355 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:40 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:39.563373+0000 mon.smithi133 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.133:6800/3613966924,v1:172.21.15.133:6801/3613966924]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-17T08:34:40.355 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:40 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:39.563668+0000 mon.smithi089 (mon.0) 390 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-17T08:34:40.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:40 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:38.949040+0000 mgr.smithi089.ernzbc (mgr.14162) 157 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-17T08:34:40.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:40 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:39.563373+0000 mon.smithi133 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.133:6800/3613966924,v1:172.21.15.133:6801/3613966924]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-17T08:34:40.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:40 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:39.563668+0000 mon.smithi089 (mon.0) 390 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-17T08:34:41.366 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:34:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.4[29577]: debug 2024-09-17T08:34:41.130+0000 7f0c1a2fe700 -1 osd.4 0 waiting for initial osdmap 2024-09-17T08:34:41.366 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:34:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.4[29577]: debug 2024-09-17T08:34:41.134+0000 7f0c14275700 -1 osd.4 30 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-17T08:34:41.366 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:40.128857+0000 mon.smithi089 (mon.0) 391 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-17T08:34:41.367 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:40.128911+0000 mon.smithi089 (mon.0) 392 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-09-17T08:34:41.367 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:40.129480+0000 mon.smithi133 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.133:6800/3613966924,v1:172.21.15.133:6801/3613966924]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-17T08:34:41.367 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:40.130035+0000 mon.smithi089 (mon.0) 393 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:34:41.367 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:40.130506+0000 mon.smithi089 (mon.0) 394 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-17T08:34:41.367 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:40.440763+0000 mon.smithi089 (mon.0) 395 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:41.367 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:40.835543+0000 mon.smithi089 (mon.0) 396 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:41.367 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:41.128311+0000 mon.smithi089 (mon.0) 397 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-09-17T08:34:41.367 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:41.128399+0000 mon.smithi089 (mon.0) 398 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-09-17T08:34:41.367 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:41.128529+0000 mon.smithi089 (mon.0) 399 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:34:41.367 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:41.131322+0000 mon.smithi089 (mon.0) 400 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:34:41.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:40.128857+0000 mon.smithi089 (mon.0) 391 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-17T08:34:41.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:40.128911+0000 mon.smithi089 (mon.0) 392 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-09-17T08:34:41.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:40.129480+0000 mon.smithi133 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.133:6800/3613966924,v1:172.21.15.133:6801/3613966924]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-17T08:34:41.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:40.130035+0000 mon.smithi089 (mon.0) 393 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:34:41.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:40.130506+0000 mon.smithi089 (mon.0) 394 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-17T08:34:41.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:40.440763+0000 mon.smithi089 (mon.0) 395 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:41.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:40.835543+0000 mon.smithi089 (mon.0) 396 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:41.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:41.128311+0000 mon.smithi089 (mon.0) 397 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-09-17T08:34:41.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:41.128399+0000 mon.smithi089 (mon.0) 398 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-09-17T08:34:41.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:41.128529+0000 mon.smithi089 (mon.0) 399 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:34:41.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:41.131322+0000 mon.smithi089 (mon.0) 400 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:34:42.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:40.949274+0000 mgr.smithi089.ernzbc (mgr.14162) 158 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-17T08:34:42.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:40.949274+0000 mgr.smithi089.ernzbc (mgr.14162) 158 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-17T08:34:43.402 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:40.562768+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:34:43.402 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:40.562862+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:34:43.403 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:42.134390+0000 mon.smithi089 (mon.0) 401 : cluster [INF] osd.4 [v2:172.21.15.133:6800/3613966924,v1:172.21.15.133:6801/3613966924] boot 2024-09-17T08:34:43.403 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:42.134454+0000 mon.smithi089 (mon.0) 402 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-17T08:34:43.403 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:42.134609+0000 mon.smithi089 (mon.0) 403 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:34:43.403 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:43.136872+0000 mon.smithi089 (mon.0) 404 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-17T08:34:43.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:40.562768+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:34:43.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:40.562862+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:34:43.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:42.134390+0000 mon.smithi089 (mon.0) 401 : cluster [INF] osd.4 [v2:172.21.15.133:6800/3613966924,v1:172.21.15.133:6801/3613966924] boot 2024-09-17T08:34:43.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:42.134454+0000 mon.smithi089 (mon.0) 402 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-17T08:34:43.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:42.134609+0000 mon.smithi089 (mon.0) 403 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:34:43.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:43.136872+0000 mon.smithi089 (mon.0) 404 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-17T08:34:44.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:42.949625+0000 mgr.smithi089.ernzbc (mgr.14162) 159 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-17T08:34:44.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:44.077234+0000 mon.smithi089 (mon.0) 405 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:34:44.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:44.078811+0000 mon.smithi089 (mon.0) 406 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:34:44.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:44.079469+0000 mon.smithi089 (mon.0) 407 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:34:44.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:44.134631+0000 mon.smithi089 (mon.0) 408 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-17T08:34:44.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:44 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:42.949625+0000 mgr.smithi089.ernzbc (mgr.14162) 159 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-17T08:34:44.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:44 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:44.077234+0000 mon.smithi089 (mon.0) 405 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:34:44.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:44 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:44.078811+0000 mon.smithi089 (mon.0) 406 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:34:44.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:44 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:44.079469+0000 mon.smithi089 (mon.0) 407 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:34:44.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:44 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:44.134631+0000 mon.smithi089 (mon.0) 408 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-17T08:34:45.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:44.076287+0000 mgr.smithi089.ernzbc (mgr.14162) 160 : audit [DBG] from='client.24165 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:34:45.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:34:44.078576+0000 mgr.smithi089.ernzbc (mgr.14162) 161 : cephadm [INF] Applying service osd.None on host smithi133... 2024-09-17T08:34:45.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:44.076287+0000 mgr.smithi089.ernzbc (mgr.14162) 160 : audit [DBG] from='client.24165 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:34:45.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:34:44.078576+0000 mgr.smithi089.ernzbc (mgr.14162) 161 : cephadm [INF] Applying service osd.None on host smithi133... 2024-09-17T08:34:46.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:46 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:44.950058+0000 mgr.smithi089.ernzbc (mgr.14162) 162 : cluster [DBG] pgmap v130: 1 pgs: 1 peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:34:46.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:46 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:46.069400+0000 mon.smithi089 (mon.0) 409 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:46.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:46 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:44.950058+0000 mgr.smithi089.ernzbc (mgr.14162) 162 : cluster [DBG] pgmap v130: 1 pgs: 1 peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:34:46.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:46 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:46.069400+0000 mon.smithi089 (mon.0) 409 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:47.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:34:46.064626+0000 mgr.smithi089.ernzbc (mgr.14162) 163 : cephadm [INF] Detected new or changed devices on smithi133 2024-09-17T08:34:47.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:46.294519+0000 mon.smithi089 (mon.0) 410 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:47.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:46.297898+0000 mon.smithi089 (mon.0) 411 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:34:47.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:46.790337+0000 mon.smithi133 (mon.1) 6 : audit [INF] from='client.? 172.21.15.133:0/3349718034' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6604a31f-089d-4f4a-a033-ea750be05a46"}]: dispatch 2024-09-17T08:34:47.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:46.790802+0000 mon.smithi089 (mon.0) 412 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6604a31f-089d-4f4a-a033-ea750be05a46"}]: dispatch 2024-09-17T08:34:47.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:46.795235+0000 mon.smithi089 (mon.0) 413 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6604a31f-089d-4f4a-a033-ea750be05a46"}]': finished 2024-09-17T08:34:47.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:46.795297+0000 mon.smithi089 (mon.0) 414 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-09-17T08:34:47.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:46.795429+0000 mon.smithi089 (mon.0) 415 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:34:47.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:34:46.064626+0000 mgr.smithi089.ernzbc (mgr.14162) 163 : cephadm [INF] Detected new or changed devices on smithi133 2024-09-17T08:34:47.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:46.294519+0000 mon.smithi089 (mon.0) 410 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:47.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:46.297898+0000 mon.smithi089 (mon.0) 411 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:34:47.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:46.790337+0000 mon.smithi133 (mon.1) 6 : audit [INF] from='client.? 172.21.15.133:0/3349718034' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6604a31f-089d-4f4a-a033-ea750be05a46"}]: dispatch 2024-09-17T08:34:47.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:46.790802+0000 mon.smithi089 (mon.0) 412 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6604a31f-089d-4f4a-a033-ea750be05a46"}]: dispatch 2024-09-17T08:34:47.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:46.795235+0000 mon.smithi089 (mon.0) 413 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6604a31f-089d-4f4a-a033-ea750be05a46"}]': finished 2024-09-17T08:34:47.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:46.795297+0000 mon.smithi089 (mon.0) 414 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-09-17T08:34:47.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:46.795429+0000 mon.smithi089 (mon.0) 415 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:34:48.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:48 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:46.950322+0000 mgr.smithi089.ernzbc (mgr.14162) 164 : cluster [DBG] pgmap v132: 1 pgs: 1 peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:34:48.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:48 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:47.201193+0000 mon.smithi133 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.133:0/2426559687' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:34:48.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:48 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:46.950322+0000 mgr.smithi089.ernzbc (mgr.14162) 164 : cluster [DBG] pgmap v132: 1 pgs: 1 peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:34:48.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:48 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:47.201193+0000 mon.smithi133 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.133:0/2426559687' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:34:50.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:50 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:48.950595+0000 mgr.smithi089.ernzbc (mgr.14162) 165 : cluster [DBG] pgmap v133: 1 pgs: 1 peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:34:50.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:50 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:50.141123+0000 mon.smithi089 (mon.0) 416 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:50.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:50 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:48.950595+0000 mgr.smithi089.ernzbc (mgr.14162) 165 : cluster [DBG] pgmap v133: 1 pgs: 1 peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:34:50.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:50 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:50.141123+0000 mon.smithi089 (mon.0) 416 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:51.439 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:51 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:50.349651+0000 mon.smithi089 (mon.0) 417 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:51.439 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:51 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:50.950963+0000 mgr.smithi089.ernzbc (mgr.14162) 166 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:34:51.659 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:51 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:50.349651+0000 mon.smithi089 (mon.0) 417 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:51.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:51 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:50.950963+0000 mgr.smithi089.ernzbc (mgr.14162) 166 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:34:52.752 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:52 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:52.434797+0000 mon.smithi089 (mon.0) 418 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-17T08:34:52.752 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:52 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:52.435540+0000 mon.smithi089 (mon.0) 419 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:34:52.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:52 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:52.434797+0000 mon.smithi089 (mon.0) 418 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-17T08:34:52.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:52 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:52.435540+0000 mon.smithi089 (mon.0) 419 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:34:53.897 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:34:52.436143+0000 mgr.smithi089.ernzbc (mgr.14162) 167 : cephadm [INF] Deploying daemon osd.5 on smithi133 2024-09-17T08:34:53.898 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:52.951314+0000 mgr.smithi089.ernzbc (mgr.14162) 168 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:34:53.909 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:34:52.436143+0000 mgr.smithi089.ernzbc (mgr.14162) 167 : cephadm [INF] Deploying daemon osd.5 on smithi133 2024-09-17T08:34:53.909 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:52.951314+0000 mgr.smithi089.ernzbc (mgr.14162) 168 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:34:55.787 INFO:teuthology.orchestra.run.smithi133.stdout:Created osd(s) 5 on host 'smithi133' 2024-09-17T08:34:56.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:56 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:54.951711+0000 mgr.smithi089.ernzbc (mgr.14162) 169 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:34:56.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:56 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:55.774743+0000 mon.smithi089 (mon.0) 420 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:34:56.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:56 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:55.779434+0000 mon.smithi089 (mon.0) 421 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:56.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:56 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:55.785513+0000 mon.smithi089 (mon.0) 422 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:56.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:56 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:54.951711+0000 mgr.smithi089.ernzbc (mgr.14162) 169 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:34:56.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:56 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:55.774743+0000 mon.smithi089 (mon.0) 420 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:34:56.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:56 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:55.779434+0000 mon.smithi089 (mon.0) 421 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:56.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:56 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:55.785513+0000 mon.smithi089 (mon.0) 422 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:34:56.450 DEBUG:teuthology.orchestra.run.smithi133:osd.5> sudo journalctl -f -n 0 -u ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.5.service 2024-09-17T08:34:56.492 INFO:tasks.cephadm:Deploying osd.6 on smithi133 with /dev/vg_nvme/lv_2... 2024-09-17T08:34:56.493 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-09-17T08:34:58.287 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:58 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:56.952032+0000 mgr.smithi089.ernzbc (mgr.14162) 170 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:34:58.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:58 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:56.952032+0000 mgr.smithi089.ernzbc (mgr.14162) 170 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:34:59.070 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-09-17T08:34:59.070 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-09-17T08:34:59.070 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10+0 records in 2024-09-17T08:34:59.070 INFO:teuthology.orchestra.run.smithi133.stderr:10+0 records out 2024-09-17T08:34:59.070 INFO:teuthology.orchestra.run.smithi133.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0124828 s, 840 MB/s 2024-09-17T08:34:59.070 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping successful for: 2024-09-17T08:34:59.146 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:59 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:58.890349+0000 mon.smithi133 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.133:6808/1679711146,v1:172.21.15.133:6809/1679711146]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-17T08:34:59.146 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:34:59 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:58.891537+0000 mon.smithi089 (mon.0) 423 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-17T08:34:59.147 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:34:58 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.5[32055]: debug 2024-09-17T08:34:58.886+0000 7f044dd18080 -1 osd.5 0 log_to_monitors {default=true} 2024-09-17T08:34:59.396 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:59 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:58.890349+0000 mon.smithi133 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.133:6808/1679711146,v1:172.21.15.133:6809/1679711146]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-17T08:34:59.396 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:34:59 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:58.891537+0000 mon.smithi089 (mon.0) 423 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-17T08:34:59.705 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi133:vg_nvme/lv_2 2024-09-17T08:35:00.226 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:35:00 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.5[32055]: debug 2024-09-17T08:35:00.140+0000 7f0444289700 -1 osd.5 0 waiting for initial osdmap 2024-09-17T08:35:00.227 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:35:00 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.5[32055]: debug 2024-09-17T08:35:00.147+0000 7f043e200700 -1 osd.5 36 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-17T08:35:00.227 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:00 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:58.952298+0000 mgr.smithi089.ernzbc (mgr.14162) 171 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:35:00.227 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:00 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:59.131267+0000 mon.smithi089 (mon.0) 424 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-17T08:35:00.227 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:00 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:59.131332+0000 mon.smithi089 (mon.0) 425 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-09-17T08:35:00.227 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:00 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:59.131544+0000 mon.smithi089 (mon.0) 426 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:35:00.227 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:00 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:59.136595+0000 mon.smithi133 (mon.1) 9 : audit [INF] from='osd.5 [v2:172.21.15.133:6808/1679711146,v1:172.21.15.133:6809/1679711146]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-17T08:35:00.227 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:00 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:59.137068+0000 mon.smithi089 (mon.0) 427 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-17T08:35:00.227 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:00 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:34:59.881781+0000 mon.smithi089 (mon.0) 428 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:00.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:00 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:58.952298+0000 mgr.smithi089.ernzbc (mgr.14162) 171 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:35:00.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:00 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:59.131267+0000 mon.smithi089 (mon.0) 424 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-17T08:35:00.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:00 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:59.131332+0000 mon.smithi089 (mon.0) 425 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-09-17T08:35:00.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:00 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:59.131544+0000 mon.smithi089 (mon.0) 426 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:35:00.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:00 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:59.136595+0000 mon.smithi133 (mon.1) 9 : audit [INF] from='osd.5 [v2:172.21.15.133:6808/1679711146,v1:172.21.15.133:6809/1679711146]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-17T08:35:00.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:00 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:59.137068+0000 mon.smithi089 (mon.0) 427 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-17T08:35:00.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:00 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:34:59.881781+0000 mon.smithi089 (mon.0) 428 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:01.397 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:01 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:00.137212+0000 mon.smithi089 (mon.0) 429 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-09-17T08:35:01.397 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:01 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:00.137273+0000 mon.smithi089 (mon.0) 430 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-09-17T08:35:01.397 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:01 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:00.137949+0000 mon.smithi089 (mon.0) 431 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:35:01.397 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:01 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:00.141657+0000 mon.smithi089 (mon.0) 432 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:35:01.397 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:01 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:00.747565+0000 mon.smithi089 (mon.0) 433 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:01.398 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:01 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:01.137130+0000 mon.smithi089 (mon.0) 434 : cluster [INF] osd.5 [v2:172.21.15.133:6808/1679711146,v1:172.21.15.133:6809/1679711146] boot 2024-09-17T08:35:01.398 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:01 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:01.137177+0000 mon.smithi089 (mon.0) 435 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-17T08:35:01.398 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:01 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:01.137341+0000 mon.smithi089 (mon.0) 436 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:35:01.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:01 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:00.137212+0000 mon.smithi089 (mon.0) 429 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-09-17T08:35:01.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:01 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:00.137273+0000 mon.smithi089 (mon.0) 430 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-09-17T08:35:01.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:01 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:00.137949+0000 mon.smithi089 (mon.0) 431 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:35:01.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:01 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:00.141657+0000 mon.smithi089 (mon.0) 432 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:35:01.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:01 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:00.747565+0000 mon.smithi089 (mon.0) 433 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:01.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:01 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:01.137130+0000 mon.smithi089 (mon.0) 434 : cluster [INF] osd.5 [v2:172.21.15.133:6808/1679711146,v1:172.21.15.133:6809/1679711146] boot 2024-09-17T08:35:01.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:01 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:01.137177+0000 mon.smithi089 (mon.0) 435 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-17T08:35:01.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:01 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:01.137341+0000 mon.smithi089 (mon.0) 436 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:35:02.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:59.904518+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:35:02.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:34:59.904682+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:35:02.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:00.952550+0000 mgr.smithi089.ernzbc (mgr.14162) 172 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:35:02.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:01.789969+0000 mon.smithi089 (mon.0) 437 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:35:02.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:01.791451+0000 mon.smithi089 (mon.0) 438 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:35:02.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:01.792106+0000 mon.smithi089 (mon.0) 439 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:35:02.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:02.138939+0000 mon.smithi089 (mon.0) 440 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-09-17T08:35:02.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:59.904518+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:35:02.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:34:59.904682+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:35:02.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:00.952550+0000 mgr.smithi089.ernzbc (mgr.14162) 172 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-17T08:35:02.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:01.789969+0000 mon.smithi089 (mon.0) 437 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:35:02.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:01.791451+0000 mon.smithi089 (mon.0) 438 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:35:02.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:01.792106+0000 mon.smithi089 (mon.0) 439 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:35:02.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:02.138939+0000 mon.smithi089 (mon.0) 440 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-09-17T08:35:03.336 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:01.788974+0000 mgr.smithi089.ernzbc (mgr.14162) 173 : audit [DBG] from='client.24183 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:35:03.336 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:35:01.791209+0000 mgr.smithi089.ernzbc (mgr.14162) 174 : cephadm [INF] Applying service osd.None on host smithi133... 2024-09-17T08:35:03.336 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:03.140880+0000 mon.smithi089 (mon.0) 441 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-09-17T08:35:03.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:01.788974+0000 mgr.smithi089.ernzbc (mgr.14162) 173 : audit [DBG] from='client.24183 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:35:03.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:35:01.791209+0000 mgr.smithi089.ernzbc (mgr.14162) 174 : cephadm [INF] Applying service osd.None on host smithi133... 2024-09-17T08:35:03.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:03.140880+0000 mon.smithi089 (mon.0) 441 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-09-17T08:35:04.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:04 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:02.952987+0000 mgr.smithi089.ernzbc (mgr.14162) 175 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:35:04.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:04 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:02.952987+0000 mgr.smithi089.ernzbc (mgr.14162) 175 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:35:06.349 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:04.953457+0000 mgr.smithi089.ernzbc (mgr.14162) 176 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:35:06.349 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:35:05.166553+0000 mgr.smithi089.ernzbc (mgr.14162) 177 : cephadm [INF] Detected new or changed devices on smithi133 2024-09-17T08:35:06.349 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:05.171185+0000 mon.smithi089 (mon.0) 442 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:06.349 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:05.174610+0000 mon.smithi089 (mon.0) 443 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:06.349 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:05.177242+0000 mon.smithi089 (mon.0) 444 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:35:06.350 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:06.021697+0000 mon.smithi133 (mon.1) 10 : audit [INF] from='client.? 172.21.15.133:0/2831344623' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fee000a1-0011-4732-a178-6a918d059223"}]: dispatch 2024-09-17T08:35:06.350 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:06.022138+0000 mon.smithi089 (mon.0) 445 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fee000a1-0011-4732-a178-6a918d059223"}]: dispatch 2024-09-17T08:35:06.350 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:06.025833+0000 mon.smithi089 (mon.0) 446 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fee000a1-0011-4732-a178-6a918d059223"}]': finished 2024-09-17T08:35:06.350 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:06.025912+0000 mon.smithi089 (mon.0) 447 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-09-17T08:35:06.350 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:06.026088+0000 mon.smithi089 (mon.0) 448 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:35:06.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:04.953457+0000 mgr.smithi089.ernzbc (mgr.14162) 176 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:35:06.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:35:05.166553+0000 mgr.smithi089.ernzbc (mgr.14162) 177 : cephadm [INF] Detected new or changed devices on smithi133 2024-09-17T08:35:06.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:05.171185+0000 mon.smithi089 (mon.0) 442 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:06.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:05.174610+0000 mon.smithi089 (mon.0) 443 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:06.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:05.177242+0000 mon.smithi089 (mon.0) 444 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:35:06.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:06.021697+0000 mon.smithi133 (mon.1) 10 : audit [INF] from='client.? 172.21.15.133:0/2831344623' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fee000a1-0011-4732-a178-6a918d059223"}]: dispatch 2024-09-17T08:35:06.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:06.022138+0000 mon.smithi089 (mon.0) 445 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fee000a1-0011-4732-a178-6a918d059223"}]: dispatch 2024-09-17T08:35:06.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:06.025833+0000 mon.smithi089 (mon.0) 446 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fee000a1-0011-4732-a178-6a918d059223"}]': finished 2024-09-17T08:35:06.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:06.025912+0000 mon.smithi089 (mon.0) 447 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-09-17T08:35:06.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:06.026088+0000 mon.smithi089 (mon.0) 448 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:35:07.360 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:06.434820+0000 mon.smithi133 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.133:0/3758613458' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:35:07.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:06.434820+0000 mon.smithi133 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.133:0/3758613458' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:35:08.484 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:08 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:06.953933+0000 mgr.smithi089.ernzbc (mgr.14162) 178 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:35:08.644 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:08 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:06.953933+0000 mgr.smithi089.ernzbc (mgr.14162) 178 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:35:10.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:10 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:08.954279+0000 mgr.smithi089.ernzbc (mgr.14162) 179 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:35:10.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:10 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:09.052102+0000 mon.smithi089 (mon.0) 449 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:10.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:10 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:09.054958+0000 mon.smithi089 (mon.0) 450 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:10.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:08.954279+0000 mgr.smithi089.ernzbc (mgr.14162) 179 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:35:10.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:09.052102+0000 mon.smithi089 (mon.0) 449 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:10.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:09.054958+0000 mon.smithi089 (mon.0) 450 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:11.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:10.226025+0000 mon.smithi089 (mon.0) 451 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:35:11.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:10.226227+0000 mon.smithi089 (mon.0) 452 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/trash_purge_schedule"}]: dispatch 2024-09-17T08:35:11.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:10.226025+0000 mon.smithi089 (mon.0) 451 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:35:11.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:10.226227+0000 mon.smithi089 (mon.0) 452 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/trash_purge_schedule"}]: dispatch 2024-09-17T08:35:12.315 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:10.954749+0000 mgr.smithi089.ernzbc (mgr.14162) 180 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:35:12.315 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:11.998091+0000 mon.smithi089 (mon.0) 453 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-17T08:35:12.315 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:11.998873+0000 mon.smithi089 (mon.0) 454 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:35:12.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:10.954749+0000 mgr.smithi089.ernzbc (mgr.14162) 180 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:35:12.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:11.998091+0000 mon.smithi089 (mon.0) 453 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-17T08:35:12.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:11.998873+0000 mon.smithi089 (mon.0) 454 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:35:13.328 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:35:11.999517+0000 mgr.smithi089.ernzbc (mgr.14162) 181 : cephadm [INF] Deploying daemon osd.6 on smithi133 2024-09-17T08:35:13.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:35:11.999517+0000 mgr.smithi089.ernzbc (mgr.14162) 181 : cephadm [INF] Deploying daemon osd.6 on smithi133 2024-09-17T08:35:14.400 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:14 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:12.955249+0000 mgr.smithi089.ernzbc (mgr.14162) 182 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:35:14.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:14 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:12.955249+0000 mgr.smithi089.ernzbc (mgr.14162) 182 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:35:15.513 INFO:teuthology.orchestra.run.smithi133.stdout:Created osd(s) 6 on host 'smithi133' 2024-09-17T08:35:16.147 DEBUG:teuthology.orchestra.run.smithi133:osd.6> sudo journalctl -f -n 0 -u ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.6.service 2024-09-17T08:35:16.150 INFO:tasks.cephadm:Deploying osd.7 on smithi133 with /dev/vg_nvme/lv_1... 2024-09-17T08:35:16.150 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-09-17T08:35:16.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:14.955581+0000 mgr.smithi089.ernzbc (mgr.14162) 183 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:35:16.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:15.496116+0000 mon.smithi089 (mon.0) 455 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:35:16.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:15.502380+0000 mon.smithi089 (mon.0) 456 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:16.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:15.511509+0000 mon.smithi089 (mon.0) 457 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:16.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:14.955581+0000 mgr.smithi089.ernzbc (mgr.14162) 183 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:35:16.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:15.496116+0000 mon.smithi089 (mon.0) 455 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:35:16.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:15.502380+0000 mon.smithi089 (mon.0) 456 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:16.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:15.511509+0000 mon.smithi089 (mon.0) 457 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:18.304 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:18 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:16.956076+0000 mgr.smithi089.ernzbc (mgr.14162) 184 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:35:18.335 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-09-17T08:35:18.335 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-09-17T08:35:18.335 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10+0 records in 2024-09-17T08:35:18.335 INFO:teuthology.orchestra.run.smithi133.stderr:10+0 records out 2024-09-17T08:35:18.335 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.012677 s, 827 MB/s 2024-09-17T08:35:18.335 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping successful for: 2024-09-17T08:35:18.335 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:18 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:16.956076+0000 mgr.smithi089.ernzbc (mgr.14162) 184 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:35:18.905 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:35:18 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.6[34508]: debug 2024-09-17T08:35:18.622+0000 7f1dda037080 -1 osd.6 0 log_to_monitors {default=true} 2024-09-17T08:35:19.031 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi133:vg_nvme/lv_1 2024-09-17T08:35:19.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:18.626681+0000 mon.smithi133 (mon.1) 12 : audit [INF] from='osd.6 [v2:172.21.15.133:6816/1330440191,v1:172.21.15.133:6817/1330440191]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-17T08:35:19.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:18.627107+0000 mon.smithi089 (mon.0) 458 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-17T08:35:19.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:18.626681+0000 mon.smithi133 (mon.1) 12 : audit [INF] from='osd.6 [v2:172.21.15.133:6816/1330440191,v1:172.21.15.133:6817/1330440191]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-17T08:35:19.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:18.627107+0000 mon.smithi089 (mon.0) 458 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-17T08:35:20.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:20 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:18.956389+0000 mgr.smithi089.ernzbc (mgr.14162) 185 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:35:20.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:20 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:19.138042+0000 mon.smithi089 (mon.0) 459 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-17T08:35:20.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:20 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:19.138088+0000 mon.smithi089 (mon.0) 460 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-09-17T08:35:20.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:20 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:19.138212+0000 mon.smithi089 (mon.0) 461 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:35:20.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:20 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:19.138677+0000 mon.smithi133 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.133:6816/1330440191,v1:172.21.15.133:6817/1330440191]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-17T08:35:20.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:20 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:19.139000+0000 mon.smithi089 (mon.0) 462 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-17T08:35:20.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:20 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:19.476349+0000 mon.smithi089 (mon.0) 463 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:20.425 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:35:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.6[34508]: debug 2024-09-17T08:35:20.139+0000 7f1dd05a8700 -1 osd.6 0 waiting for initial osdmap 2024-09-17T08:35:20.425 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:35:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.6[34508]: debug 2024-09-17T08:35:20.145+0000 7f1dcb521700 -1 osd.6 42 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-17T08:35:20.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:18.956389+0000 mgr.smithi089.ernzbc (mgr.14162) 185 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:35:20.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:19.138042+0000 mon.smithi089 (mon.0) 459 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-17T08:35:20.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:19.138088+0000 mon.smithi089 (mon.0) 460 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-09-17T08:35:20.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:19.138212+0000 mon.smithi089 (mon.0) 461 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:35:20.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:19.138677+0000 mon.smithi133 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.133:6816/1330440191,v1:172.21.15.133:6817/1330440191]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-17T08:35:20.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:19.139000+0000 mon.smithi089 (mon.0) 462 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-17T08:35:20.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:19.476349+0000 mon.smithi089 (mon.0) 463 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:21.237 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:20.137133+0000 mon.smithi089 (mon.0) 464 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-09-17T08:35:21.237 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:20.137237+0000 mon.smithi089 (mon.0) 465 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-09-17T08:35:21.237 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:20.137700+0000 mon.smithi089 (mon.0) 466 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:35:21.238 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:20.141686+0000 mon.smithi089 (mon.0) 467 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:35:21.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:21 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:20.137133+0000 mon.smithi089 (mon.0) 464 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-09-17T08:35:21.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:21 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:20.137237+0000 mon.smithi089 (mon.0) 465 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-09-17T08:35:21.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:21 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:20.137700+0000 mon.smithi089 (mon.0) 466 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:35:21.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:21 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:20.141686+0000 mon.smithi089 (mon.0) 467 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:35:22.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:19.629232+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:35:22.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:19.629326+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:35:22.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:20.956708+0000 mgr.smithi089.ernzbc (mgr.14162) 186 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:35:22.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:21.142673+0000 mon.smithi089 (mon.0) 468 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:35:22.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:21.148605+0000 mon.smithi089 (mon.0) 469 : cluster [INF] osd.6 [v2:172.21.15.133:6816/1330440191,v1:172.21.15.133:6817/1330440191] boot 2024-09-17T08:35:22.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:21.148676+0000 mon.smithi089 (mon.0) 470 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-09-17T08:35:22.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:21.149115+0000 mon.smithi089 (mon.0) 471 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:35:22.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:21.288169+0000 mon.smithi089 (mon.0) 472 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:22.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:21.677820+0000 mon.smithi089 (mon.0) 473 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:35:22.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:21.679460+0000 mon.smithi089 (mon.0) 474 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:35:22.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:21.680211+0000 mon.smithi089 (mon.0) 475 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:35:22.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:19.629232+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:35:22.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:19.629326+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:35:22.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:20.956708+0000 mgr.smithi089.ernzbc (mgr.14162) 186 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:35:22.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:21.142673+0000 mon.smithi089 (mon.0) 468 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:35:22.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:21.148605+0000 mon.smithi089 (mon.0) 469 : cluster [INF] osd.6 [v2:172.21.15.133:6816/1330440191,v1:172.21.15.133:6817/1330440191] boot 2024-09-17T08:35:22.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:21.148676+0000 mon.smithi089 (mon.0) 470 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-09-17T08:35:22.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:21.149115+0000 mon.smithi089 (mon.0) 471 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:35:22.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:21.288169+0000 mon.smithi089 (mon.0) 472 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:22.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:21.677820+0000 mon.smithi089 (mon.0) 473 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:35:22.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:21.679460+0000 mon.smithi089 (mon.0) 474 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:35:22.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:21.680211+0000 mon.smithi089 (mon.0) 475 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:35:23.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:21.676916+0000 mgr.smithi089.ernzbc (mgr.14162) 187 : audit [DBG] from='client.24201 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:35:23.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:35:21.679175+0000 mgr.smithi089.ernzbc (mgr.14162) 188 : cephadm [INF] Applying service osd.None on host smithi133... 2024-09-17T08:35:23.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:22.150079+0000 mon.smithi089 (mon.0) 476 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-09-17T08:35:23.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:23 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:21.676916+0000 mgr.smithi089.ernzbc (mgr.14162) 187 : audit [DBG] from='client.24201 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:35:23.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:23 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:35:21.679175+0000 mgr.smithi089.ernzbc (mgr.14162) 188 : cephadm [INF] Applying service osd.None on host smithi133... 2024-09-17T08:35:23.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:23 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:22.150079+0000 mon.smithi089 (mon.0) 476 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-09-17T08:35:24.253 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:22.957129+0000 mgr.smithi089.ernzbc (mgr.14162) 189 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:35:24.254 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:23.162870+0000 mon.smithi089 (mon.0) 477 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-09-17T08:35:24.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:22.957129+0000 mgr.smithi089.ernzbc (mgr.14162) 189 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:35:24.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:23.162870+0000 mon.smithi089 (mon.0) 477 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-09-17T08:35:26.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:24.957594+0000 mgr.smithi089.ernzbc (mgr.14162) 190 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:35:26.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:35:25.088141+0000 mgr.smithi089.ernzbc (mgr.14162) 191 : cephadm [INF] Detected new or changed devices on smithi133 2024-09-17T08:35:26.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:25.093157+0000 mon.smithi089 (mon.0) 478 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:26.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:25.096744+0000 mon.smithi089 (mon.0) 479 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:26.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:25.099372+0000 mon.smithi089 (mon.0) 480 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:35:26.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:25.103388+0000 mon.smithi089 (mon.0) 481 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:26.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:25.910936+0000 mon.smithi133 (mon.1) 14 : audit [INF] from='client.? 172.21.15.133:0/3520663649' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d570c0f9-4beb-47a8-abb5-56336904b8fb"}]: dispatch 2024-09-17T08:35:26.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:25.911329+0000 mon.smithi089 (mon.0) 482 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d570c0f9-4beb-47a8-abb5-56336904b8fb"}]: dispatch 2024-09-17T08:35:26.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:25.915977+0000 mon.smithi089 (mon.0) 483 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d570c0f9-4beb-47a8-abb5-56336904b8fb"}]': finished 2024-09-17T08:35:26.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:25.916035+0000 mon.smithi089 (mon.0) 484 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-09-17T08:35:26.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:25.916152+0000 mon.smithi089 (mon.0) 485 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:35:26.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:24.957594+0000 mgr.smithi089.ernzbc (mgr.14162) 190 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:35:26.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:35:25.088141+0000 mgr.smithi089.ernzbc (mgr.14162) 191 : cephadm [INF] Detected new or changed devices on smithi133 2024-09-17T08:35:26.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:25.093157+0000 mon.smithi089 (mon.0) 478 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:26.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:25.096744+0000 mon.smithi089 (mon.0) 479 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:26.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:25.099372+0000 mon.smithi089 (mon.0) 480 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:35:26.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:25.103388+0000 mon.smithi089 (mon.0) 481 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:26.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:25.910936+0000 mon.smithi133 (mon.1) 14 : audit [INF] from='client.? 172.21.15.133:0/3520663649' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d570c0f9-4beb-47a8-abb5-56336904b8fb"}]: dispatch 2024-09-17T08:35:26.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:25.911329+0000 mon.smithi089 (mon.0) 482 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d570c0f9-4beb-47a8-abb5-56336904b8fb"}]: dispatch 2024-09-17T08:35:26.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:25.915977+0000 mon.smithi089 (mon.0) 483 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d570c0f9-4beb-47a8-abb5-56336904b8fb"}]': finished 2024-09-17T08:35:26.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:25.916035+0000 mon.smithi089 (mon.0) 484 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-09-17T08:35:26.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:25.916152+0000 mon.smithi089 (mon.0) 485 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:35:27.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:26.326749+0000 mon.smithi133 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.133:0/3933458218' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:35:27.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:26.326749+0000 mon.smithi133 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.133:0/3933458218' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:35:28.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:28 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:26.958164+0000 mgr.smithi089.ernzbc (mgr.14162) 192 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:35:28.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:28 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:26.958164+0000 mgr.smithi089.ernzbc (mgr.14162) 192 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:35:30.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:28.958692+0000 mgr.smithi089.ernzbc (mgr.14162) 193 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:35:30.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:28.958692+0000 mgr.smithi089.ernzbc (mgr.14162) 193 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:35:32.320 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:32 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:30.959131+0000 mgr.smithi089.ernzbc (mgr.14162) 194 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:35:32.320 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:32 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:32.004624+0000 mon.smithi089 (mon.0) 486 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-17T08:35:32.320 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:32 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:32.005328+0000 mon.smithi089 (mon.0) 487 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:35:32.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:32 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:30.959131+0000 mgr.smithi089.ernzbc (mgr.14162) 194 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:35:32.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:32 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:32.004624+0000 mon.smithi089 (mon.0) 486 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-17T08:35:32.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:32 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:32.005328+0000 mon.smithi089 (mon.0) 487 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:35:33.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:35:32.005958+0000 mgr.smithi089.ernzbc (mgr.14162) 195 : cephadm [INF] Deploying daemon osd.7 on smithi133 2024-09-17T08:35:33.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:35:32.005958+0000 mgr.smithi089.ernzbc (mgr.14162) 195 : cephadm [INF] Deploying daemon osd.7 on smithi133 2024-09-17T08:35:34.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:34 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:32.959457+0000 mgr.smithi089.ernzbc (mgr.14162) 196 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:35:34.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:34 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:32.959457+0000 mgr.smithi089.ernzbc (mgr.14162) 196 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:35:35.467 INFO:teuthology.orchestra.run.smithi133.stdout:Created osd(s) 7 on host 'smithi133' 2024-09-17T08:35:36.145 DEBUG:teuthology.orchestra.run.smithi133:osd.7> sudo journalctl -f -n 0 -u ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.7.service 2024-09-17T08:35:36.148 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-09-17T08:35:36.148 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:35:36.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:36 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:34.959835+0000 mgr.smithi089.ernzbc (mgr.14162) 197 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:35:36.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:36 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:35.454947+0000 mon.smithi089 (mon.0) 488 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:35:36.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:36 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:35.459649+0000 mon.smithi089 (mon.0) 489 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:36.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:36 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:35.464624+0000 mon.smithi089 (mon.0) 490 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:36.418 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:36 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:34.959835+0000 mgr.smithi089.ernzbc (mgr.14162) 197 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:35:36.419 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:36 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:35.454947+0000 mon.smithi089 (mon.0) 488 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:35:36.419 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:36 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:35.459649+0000 mon.smithi089 (mon.0) 489 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:36.419 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:36 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:35.464624+0000 mon.smithi089 (mon.0) 490 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:38.027 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T08:35:38.348 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:36.960103+0000 mgr.smithi089.ernzbc (mgr.14162) 198 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:35:38.348 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:37.827539+0000 mon.smithi089 (mon.0) 491 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:38.348 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:38.027070+0000 mon.smithi089 (mon.0) 492 : audit [DBG] from='client.? 172.21.15.89:0/3439258954' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:35:38.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:36.960103+0000 mgr.smithi089.ernzbc (mgr.14162) 198 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:35:38.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:37.827539+0000 mon.smithi089 (mon.0) 491 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:38.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:38.027070+0000 mon.smithi089 (mon.0) 492 : audit [DBG] from='client.? 172.21.15.89:0/3439258954' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:35:38.676 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:35:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.7[36987]: debug 2024-09-17T08:35:38.575+0000 7f41980bc080 -1 osd.7 0 log_to_monitors {default=true} 2024-09-17T08:35:38.764 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":46,"num_osds":8,"num_up_osds":7,"osd_up_since":1726562121,"num_in_osds":8,"osd_in_since":1726562125,"num_remapped_pgs":0} 2024-09-17T08:35:39.347 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:38.579256+0000 mon.smithi133 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.133:6824/154681663,v1:172.21.15.133:6825/154681663]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-17T08:35:39.347 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:38.579659+0000 mon.smithi089 (mon.0) 493 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-17T08:35:39.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:38.579256+0000 mon.smithi133 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.133:6824/154681663,v1:172.21.15.133:6825/154681663]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-17T08:35:39.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:38.579659+0000 mon.smithi089 (mon.0) 493 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-17T08:35:39.765 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:35:40.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:40 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:38.960419+0000 mgr.smithi089.ernzbc (mgr.14162) 199 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:35:40.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:40 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:39.147186+0000 mon.smithi089 (mon.0) 494 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-17T08:35:40.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:40 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:39.147253+0000 mon.smithi089 (mon.0) 495 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-09-17T08:35:40.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:40 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:39.147399+0000 mon.smithi089 (mon.0) 496 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:35:40.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:40 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:39.147766+0000 mon.smithi133 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.133:6824/154681663,v1:172.21.15.133:6825/154681663]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-17T08:35:40.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:40 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:39.148064+0000 mon.smithi089 (mon.0) 497 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-17T08:35:40.426 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:35:40 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.7[36987]: debug 2024-09-17T08:35:40.152+0000 7f418e62d700 -1 osd.7 0 waiting for initial osdmap 2024-09-17T08:35:40.426 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:35:40 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.7[36987]: debug 2024-09-17T08:35:40.158+0000 7f4187da3700 -1 osd.7 48 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-17T08:35:40.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:40 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:38.960419+0000 mgr.smithi089.ernzbc (mgr.14162) 199 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:35:40.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:40 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:39.147186+0000 mon.smithi089 (mon.0) 494 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-17T08:35:40.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:40 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:39.147253+0000 mon.smithi089 (mon.0) 495 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-09-17T08:35:40.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:40 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:39.147399+0000 mon.smithi089 (mon.0) 496 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:35:40.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:40 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:39.147766+0000 mon.smithi133 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.133:6824/154681663,v1:172.21.15.133:6825/154681663]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-17T08:35:40.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:40 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:39.148064+0000 mon.smithi089 (mon.0) 497 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-17T08:35:41.248 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:40.148849+0000 mon.smithi089 (mon.0) 498 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-09-17T08:35:41.249 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:40.148901+0000 mon.smithi089 (mon.0) 499 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-09-17T08:35:41.249 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:40.149227+0000 mon.smithi089 (mon.0) 500 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:35:41.249 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:40.152635+0000 mon.smithi089 (mon.0) 501 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:35:41.249 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:40.998886+0000 mon.smithi089 (mon.0) 502 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:41.249 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:41.003374+0000 mon.smithi089 (mon.0) 503 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:41.249 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:41.006619+0000 mon.smithi089 (mon.0) 504 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:35:41.249 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:41.013402+0000 mon.smithi089 (mon.0) 505 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:41.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:40.148849+0000 mon.smithi089 (mon.0) 498 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-09-17T08:35:41.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:40.148901+0000 mon.smithi089 (mon.0) 499 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-09-17T08:35:41.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:40.149227+0000 mon.smithi089 (mon.0) 500 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:35:41.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:40.152635+0000 mon.smithi089 (mon.0) 501 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:35:41.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:40.998886+0000 mon.smithi089 (mon.0) 502 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:41.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:41.003374+0000 mon.smithi089 (mon.0) 503 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:41.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:41.006619+0000 mon.smithi089 (mon.0) 504 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:35:41.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:41.013402+0000 mon.smithi089 (mon.0) 505 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:35:41.623 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T08:35:42.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:39.575248+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:35:42.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:39.575381+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:35:42.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:40.960823+0000 mgr.smithi089.ernzbc (mgr.14162) 200 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:35:42.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:35:40.993553+0000 mgr.smithi089.ernzbc (mgr.14162) 201 : cephadm [INF] Detected new or changed devices on smithi133 2024-09-17T08:35:42.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:41.152087+0000 mon.smithi089 (mon.0) 506 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:35:42.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:41.158848+0000 mon.smithi089 (mon.0) 507 : cluster [INF] osd.7 [v2:172.21.15.133:6824/154681663,v1:172.21.15.133:6825/154681663] boot 2024-09-17T08:35:42.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:41.158922+0000 mon.smithi089 (mon.0) 508 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-17T08:35:42.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:41.159625+0000 mon.smithi089 (mon.0) 509 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:35:42.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:41.623563+0000 mon.smithi089 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.89:0/2380504511' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:35:42.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:39.575248+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T08:35:42.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:39.575381+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T08:35:42.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:40.960823+0000 mgr.smithi089.ernzbc (mgr.14162) 200 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:35:42.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:35:40.993553+0000 mgr.smithi089.ernzbc (mgr.14162) 201 : cephadm [INF] Detected new or changed devices on smithi133 2024-09-17T08:35:42.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:41.152087+0000 mon.smithi089 (mon.0) 506 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:35:42.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:41.158848+0000 mon.smithi089 (mon.0) 507 : cluster [INF] osd.7 [v2:172.21.15.133:6824/154681663,v1:172.21.15.133:6825/154681663] boot 2024-09-17T08:35:42.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:41.158922+0000 mon.smithi089 (mon.0) 508 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-17T08:35:42.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:41.159625+0000 mon.smithi089 (mon.0) 509 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:35:42.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:41.623563+0000 mon.smithi089 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.89:0/2380504511' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:35:42.531 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":49,"num_osds":8,"num_up_osds":8,"osd_up_since":1726562141,"num_in_osds":8,"osd_in_since":1726562125,"num_remapped_pgs":1} 2024-09-17T08:35:42.531 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T08:35:42.729 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/mon.smithi089/config 2024-09-17T08:35:43.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:42.167442+0000 mon.smithi089 (mon.0) 511 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-17T08:35:43.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:42.167442+0000 mon.smithi089 (mon.0) 511 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-17T08:35:44.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:42.961246+0000 mgr.smithi089.ernzbc (mgr.14162) 202 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:35:44.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:43.176948+0000 mon.smithi089 (mon.0) 512 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-17T08:35:44.414 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T08:35:44.414 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":51,"fsid":"fc89bb2a-74ce-11ef-bceb-c7b262605968","created":"2024-09-17T08:30:12.022442+0000","modified":"2024-09-17T08:35:43.166098+0000","last_up_change":"2024-09-17T08:35:41.150522+0000","last_in_change":"2024-09-17T08:35:25.911963+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-09-17T08:34:03.431559+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":"65aa3ba3-6698-47da-bc00-2bd45b69de66","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.89:6802","nonce":3042012662},{"type":"v1","addr":"172.21.15.89:6803","nonce":3042012662}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6804","nonce":3042012662},{"type":"v1","addr":"172.21.15.89:6805","nonce":3042012662}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6808","nonce":3042012662},{"type":"v1","addr":"172.21.15.89:6809","nonce":3042012662}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6806","nonce":3042012662},{"type":"v1","addr":"172.21.15.89:6807","nonce":3042012662}]},"public_addr":"172.21.15.89:6803/3042012662","cluster_addr":"172.21.15.89:6805/3042012662","heartbeat_back_addr":"172.21.15.89:6809/3042012662","heartbeat_front_addr":"172.21.15.89:6807/3042012662","state":["exists","up"]},{"osd":1,"uuid":"707292ac-3449-4255-b13c-8e6c9d563017","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.89:6810","nonce":4046413859},{"type":"v1","addr":"172.21.15.89:6811","nonce":4046413859}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6812","nonce":4046413859},{"type":"v1","addr":"172.21.15.89:6813","nonce":4046413859}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6816","nonce":4046413859},{"type":"v1","addr":"172.21.15.89:6817","nonce":4046413859}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6814","nonce":4046413859},{"type":"v1","addr":"172.21.15.89:6815","nonce":4046413859}]},"public_addr":"172.21.15.89:6811/4046413859","cluster_addr":"172.21.15.89:6813/4046413859","heartbeat_back_addr":"172.21.15.89:6817/4046413859","heartbeat_front_addr":"172.21.15.89:6815/4046413859","state":["exists","up"]},{"osd":2,"uuid":"4dbe2bf6-1ec1-4f87-98ee-50cf6c88fa87","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.89:6818","nonce":4049206469},{"type":"v1","addr":"172.21.15.89:6819","nonce":4049206469}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6820","nonce":4049206469},{"type":"v1","addr":"172.21.15.89:6821","nonce":4049206469}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6824","nonce":4049206469},{"type":"v1","addr":"172.21.15.89:6825","nonce":4049206469}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6822","nonce":4049206469},{"type":"v1","addr":"172.21.15.89:6823","nonce":4049206469}]},"public_addr":"172.21.15.89:6819/4049206469","cluster_addr":"172.21.15.89:6821/4049206469","heartbeat_back_addr":"172.21.15.89:6825/4049206469","heartbeat_front_addr":"172.21.15.89:6823/4049206469","state":["exists","up"]},{"osd":3,"uuid":"1e542256-9b61-4f5e-9aea-f34875e4273f","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.89:6826","nonce":2384879320},{"type":"v1","addr":"172.21.15.89:6827","nonce":2384879320}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6828","nonce":2384879320},{"type":"v1","addr":"172.21.15.89:6829","nonce":2384879320}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6832","nonce":2384879320},{"type":"v1","addr":"172.21.15.89:6833","nonce":2384879320}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6830","nonce":2384879320},{"type":"v1","addr":"172.21.15.89:6831","nonce":2384879320}]},"public_addr":"172.21.15.89:6827/2384879320","cluster_addr":"172.21.15.89:6829/2384879320","heartbeat_back_addr":"172.21.15.89:6833/2384879320","heartbeat_front_addr":"172.21.15.89:6831/2384879320","state":["exists","up"]},{"osd":4,"uuid":"c4250b99-6239-4621-969a-b07892bd1e72","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.133:6800","nonce":3613966924},{"type":"v1","addr":"172.21.15.133:6801","nonce":3613966924}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":3613966924},{"type":"v1","addr":"172.21.15.133:6803","nonce":3613966924}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":3613966924},{"type":"v1","addr":"172.21.15.133:6807","nonce":3613966924}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":3613966924},{"type":"v1","addr":"172.21.15.133:6805","nonce":3613966924}]},"public_addr":"172.21.15.133:6801/3613966924","cluster_addr":"172.21.15.133:6803/3613966924","heartbeat_back_addr":"172.21.15.133:6807/3613966924","heartbeat_front_addr":"172.21.15.133:6805/3613966924","state":["exists","up"]},{"osd":5,"uuid":"6604a31f-089d-4f4a-a033-ea750be05a46","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.133:6808","nonce":1679711146},{"type":"v1","addr":"172.21.15.133:6809","nonce":1679711146}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6810","nonce":1679711146},{"type":"v1","addr":"172.21.15.133:6811","nonce":1679711146}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6814","nonce":1679711146},{"type":"v1","addr":"172.21.15.133:6815","nonce":1679711146}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6812","nonce":1679711146},{"type":"v1","addr":"172.21.15.133:6813","nonce":1679711146}]},"public_addr":"172.21.15.133:6809/1679711146","cluster_addr":"172.21.15.133:6811/1679711146","heartbeat_back_addr":"172.21.15.133:6815/1679711146","heartbeat_front_addr":"172.21.15.133:6813/1679711146","state":["exists","up"]},{"osd":6,"uuid":"fee000a1-0011-4732-a178-6a918d059223","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.133:6816","nonce":1330440191},{"type":"v1","addr":"172.21.15.133:6817","nonce":1330440191}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6818","nonce":1330440191},{"type":"v1","addr":"172.21.15.133:6819","nonce":1330440191}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6822","nonce":1330440191},{"type":"v1","addr":"172.21.15.133:6823","nonce":1330440191}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6820","nonce":1330440191},{"type":"v1","addr":"172.21.15.133:6821","nonce":1330440191}]},"public_addr":"172.21.15.133:6817/1330440191","cluster_addr":"172.21.15.133:6819/1330440191","heartbeat_back_addr":"172.21.15.133:6823/1330440191","heartbeat_front_addr":"172.21.15.133:6821/1330440191","state":["exists","up"]},{"osd":7,"uuid":"d570c0f9-4beb-47a8-abb5-56336904b8fb","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.133:6824","nonce":154681663},{"type":"v1","addr":"172.21.15.133:6825","nonce":154681663}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6826","nonce":154681663},{"type":"v1","addr":"172.21.15.133:6827","nonce":154681663}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6830","nonce":154681663},{"type":"v1","addr":"172.21.15.133:6831","nonce":154681663}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6828","nonce":154681663},{"type":"v1","addr":"172.21.15.133:6829","nonce":154681663}]},"public_addr":"172.21.15.133:6825/154681663","cluster_addr":"172.21.15.133:6827/154681663","heartbeat_back_addr":"172.21.15.133:6831/154681663","heartbeat_front_addr":"172.21.15.133:6829/154681663","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-09-17T08:33:09.340375+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-09-17T08:33:36.953146+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-09-17T08:34:01.402974+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-09-17T08:34:23.292415+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-09-17T08:34:40.562865+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-09-17T08:34:59.904684+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-09-17T08:35:19.629328+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-09-17T08:35:39.575384+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.89:0/1249847501":"2024-09-18T08:31:09.104241+0000","172.21.15.89:0/3839117679":"2024-09-18T08:31:09.104241+0000","172.21.15.89:6801/1486174553":"2024-09-18T08:31:09.104241+0000","172.21.15.89:6800/1486174553":"2024-09-18T08:31:09.104241+0000","172.21.15.89:6801/4007179014":"2024-09-18T08:30:54.054586+0000","172.21.15.89:6800/4007179014":"2024-09-18T08:30:54.054586+0000","172.21.15.89:0/1169586953":"2024-09-18T08:30:35.962625+0000","172.21.15.89:0/1905843930":"2024-09-18T08:30:54.054586+0000","172.21.15.89:6801/3260144426":"2024-09-18T08:30:35.962625+0000","172.21.15.89:0/197679238":"2024-09-18T08:30:54.054586+0000","172.21.15.89:6800/3260144426":"2024-09-18T08:30:35.962625+0000","172.21.15.89:0/814408666":"2024-09-18T08:30:35.962625+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-09-17T08:35:44.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:44 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:42.961246+0000 mgr.smithi089.ernzbc (mgr.14162) 202 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:35:44.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:44 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:43.176948+0000 mon.smithi089 (mon.0) 512 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-17T08:35:45.091 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-09-17T08:34:03.431559+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-09-17T08:35:45.092 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph osd pool get device_health_metrics pg_num 2024-09-17T08:35:45.294 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/mon.smithi089/config 2024-09-17T08:35:45.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:44.414259+0000 mon.smithi089 (mon.0) 513 : audit [DBG] from='client.? 172.21.15.89:0/167168882' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T08:35:45.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:44.414259+0000 mon.smithi089 (mon.0) 513 : audit [DBG] from='client.? 172.21.15.89:0/167168882' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T08:35:46.436 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:46 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:44.961649+0000 mgr.smithi089.ernzbc (mgr.14162) 203 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:35:46.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:46 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:44.961649+0000 mgr.smithi089.ernzbc (mgr.14162) 203 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:35:47.065 INFO:teuthology.orchestra.run.smithi089.stdout:pg_num: 1 2024-09-17T08:35:47.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:46.961975+0000 mgr.smithi089.ernzbc (mgr.14162) 204 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:35:47.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:47.065624+0000 mon.smithi089 (mon.0) 514 : audit [DBG] from='client.? 172.21.15.89:0/3526510122' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-17T08:35:47.577 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:46.961975+0000 mgr.smithi089.ernzbc (mgr.14162) 204 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:35:47.577 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:47.065624+0000 mon.smithi089 (mon.0) 514 : audit [DBG] from='client.? 172.21.15.89:0/3526510122' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-17T08:35:47.899 INFO:tasks.cephadm:Setting up client nodes... 2024-09-17T08:35:47.899 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-17T08:35:49.787 INFO:teuthology.orchestra.run.smithi089.stdout:[client.0] 2024-09-17T08:35:49.787 INFO:teuthology.orchestra.run.smithi089.stdout: key = AQBlP+lmkADJLhAABUvUeDfpXmdwJ7D6IIor3w== 2024-09-17T08:35:50.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:50 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:48.962298+0000 mgr.smithi089.ernzbc (mgr.14162) 205 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:35:50.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:50 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:49.784777+0000 mon.smithi089 (mon.0) 515 : audit [INF] from='client.? 172.21.15.89:0/3657856931' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-17T08:35:50.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:50 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:49.787875+0000 mon.smithi089 (mon.0) 516 : audit [INF] from='client.? 172.21.15.89:0/3657856931' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-17T08:35:50.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:50 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:48.962298+0000 mgr.smithi089.ernzbc (mgr.14162) 205 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:35:50.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:50 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:49.784777+0000 mon.smithi089 (mon.0) 515 : audit [INF] from='client.? 172.21.15.89:0/3657856931' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-17T08:35:50.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:50 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:49.787875+0000 mon.smithi089 (mon.0) 516 : audit [INF] from='client.? 172.21.15.89:0/3657856931' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-17T08:35:50.462 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-09-17T08:35:50.463 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-17T08:35:50.463 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-17T08:35:50.500 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-17T08:35:50.500 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-17T08:35:50.500 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph mgr dump --format=json 2024-09-17T08:35:50.733 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/mon.smithi089/config 2024-09-17T08:35:52.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:52 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:50.962586+0000 mgr.smithi089.ernzbc (mgr.14162) 206 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:35:52.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:52 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:50.962586+0000 mgr.smithi089.ernzbc (mgr.14162) 206 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:35:52.433 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T08:35:53.219 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":18,"active_gid":14162,"active_name":"smithi089.ernzbc","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6800","nonce":2015810529},{"type":"v1","addr":"172.21.15.89:6801","nonce":2015810529}]},"active_addr":"172.21.15.89:6801/2015810529","active_change":"2024-09-17T08:31:09.104577+0000","active_mgr_features":4540138297136906239,"available":true,"standbys":[{"gid":14224,"name":"smithi133.ejject","mgr_features":4540138297136906239,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/alertmanager:v0.20.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"docker.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"docker.io/ceph/ceph-grafana:6.7.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"haproxy","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/node-exporter:v0.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/prometheus:v2.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"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":[]},"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":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/alertmanager:v0.20.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"docker.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"docker.io/ceph/ceph-grafana:6.7.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"haproxy","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/node-exporter:v0.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/prometheus:v2.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"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":[]},"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":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://smithi089.front.sepia.ceph.com:8443/","prometheus":"http://smithi089.front.sepia.ceph.com:9283/"},"always_on_modules":{"nautilus":["balancer","crash","devicehealth","orchestrator_cli","progress","rbd_support","status","volumes"],"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"last_failure_osd_epoch":4,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.89:0","nonce":1443177337}]},{"addrvec":[{"type":"v2","addr":"172.21.15.89:0","nonce":734148015}]}]}} 2024-09-17T08:35:53.223 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-17T08:35:53.223 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-17T08:35:53.223 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T08:35:53.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:52.428667+0000 mon.smithi089 (mon.0) 517 : audit [DBG] from='client.? 172.21.15.89:0/3479733971' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-17T08:35:53.416 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/mon.smithi089/config 2024-09-17T08:35:53.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:52.428667+0000 mon.smithi089 (mon.0) 517 : audit [DBG] from='client.? 172.21.15.89:0/3479733971' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-17T08:35:54.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:54 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:52.963043+0000 mgr.smithi089.ernzbc (mgr.14162) 207 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:35:54.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:52.963043+0000 mgr.smithi089.ernzbc (mgr.14162) 207 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:35:55.099 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T08:35:55.099 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":51,"fsid":"fc89bb2a-74ce-11ef-bceb-c7b262605968","created":"2024-09-17T08:30:12.022442+0000","modified":"2024-09-17T08:35:43.166098+0000","last_up_change":"2024-09-17T08:35:41.150522+0000","last_in_change":"2024-09-17T08:35:25.911963+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-09-17T08:34:03.431559+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":"65aa3ba3-6698-47da-bc00-2bd45b69de66","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.89:6802","nonce":3042012662},{"type":"v1","addr":"172.21.15.89:6803","nonce":3042012662}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6804","nonce":3042012662},{"type":"v1","addr":"172.21.15.89:6805","nonce":3042012662}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6808","nonce":3042012662},{"type":"v1","addr":"172.21.15.89:6809","nonce":3042012662}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6806","nonce":3042012662},{"type":"v1","addr":"172.21.15.89:6807","nonce":3042012662}]},"public_addr":"172.21.15.89:6803/3042012662","cluster_addr":"172.21.15.89:6805/3042012662","heartbeat_back_addr":"172.21.15.89:6809/3042012662","heartbeat_front_addr":"172.21.15.89:6807/3042012662","state":["exists","up"]},{"osd":1,"uuid":"707292ac-3449-4255-b13c-8e6c9d563017","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.89:6810","nonce":4046413859},{"type":"v1","addr":"172.21.15.89:6811","nonce":4046413859}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6812","nonce":4046413859},{"type":"v1","addr":"172.21.15.89:6813","nonce":4046413859}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6816","nonce":4046413859},{"type":"v1","addr":"172.21.15.89:6817","nonce":4046413859}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6814","nonce":4046413859},{"type":"v1","addr":"172.21.15.89:6815","nonce":4046413859}]},"public_addr":"172.21.15.89:6811/4046413859","cluster_addr":"172.21.15.89:6813/4046413859","heartbeat_back_addr":"172.21.15.89:6817/4046413859","heartbeat_front_addr":"172.21.15.89:6815/4046413859","state":["exists","up"]},{"osd":2,"uuid":"4dbe2bf6-1ec1-4f87-98ee-50cf6c88fa87","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.89:6818","nonce":4049206469},{"type":"v1","addr":"172.21.15.89:6819","nonce":4049206469}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6820","nonce":4049206469},{"type":"v1","addr":"172.21.15.89:6821","nonce":4049206469}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6824","nonce":4049206469},{"type":"v1","addr":"172.21.15.89:6825","nonce":4049206469}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6822","nonce":4049206469},{"type":"v1","addr":"172.21.15.89:6823","nonce":4049206469}]},"public_addr":"172.21.15.89:6819/4049206469","cluster_addr":"172.21.15.89:6821/4049206469","heartbeat_back_addr":"172.21.15.89:6825/4049206469","heartbeat_front_addr":"172.21.15.89:6823/4049206469","state":["exists","up"]},{"osd":3,"uuid":"1e542256-9b61-4f5e-9aea-f34875e4273f","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.89:6826","nonce":2384879320},{"type":"v1","addr":"172.21.15.89:6827","nonce":2384879320}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6828","nonce":2384879320},{"type":"v1","addr":"172.21.15.89:6829","nonce":2384879320}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6832","nonce":2384879320},{"type":"v1","addr":"172.21.15.89:6833","nonce":2384879320}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6830","nonce":2384879320},{"type":"v1","addr":"172.21.15.89:6831","nonce":2384879320}]},"public_addr":"172.21.15.89:6827/2384879320","cluster_addr":"172.21.15.89:6829/2384879320","heartbeat_back_addr":"172.21.15.89:6833/2384879320","heartbeat_front_addr":"172.21.15.89:6831/2384879320","state":["exists","up"]},{"osd":4,"uuid":"c4250b99-6239-4621-969a-b07892bd1e72","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.133:6800","nonce":3613966924},{"type":"v1","addr":"172.21.15.133:6801","nonce":3613966924}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":3613966924},{"type":"v1","addr":"172.21.15.133:6803","nonce":3613966924}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":3613966924},{"type":"v1","addr":"172.21.15.133:6807","nonce":3613966924}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":3613966924},{"type":"v1","addr":"172.21.15.133:6805","nonce":3613966924}]},"public_addr":"172.21.15.133:6801/3613966924","cluster_addr":"172.21.15.133:6803/3613966924","heartbeat_back_addr":"172.21.15.133:6807/3613966924","heartbeat_front_addr":"172.21.15.133:6805/3613966924","state":["exists","up"]},{"osd":5,"uuid":"6604a31f-089d-4f4a-a033-ea750be05a46","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.133:6808","nonce":1679711146},{"type":"v1","addr":"172.21.15.133:6809","nonce":1679711146}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6810","nonce":1679711146},{"type":"v1","addr":"172.21.15.133:6811","nonce":1679711146}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6814","nonce":1679711146},{"type":"v1","addr":"172.21.15.133:6815","nonce":1679711146}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6812","nonce":1679711146},{"type":"v1","addr":"172.21.15.133:6813","nonce":1679711146}]},"public_addr":"172.21.15.133:6809/1679711146","cluster_addr":"172.21.15.133:6811/1679711146","heartbeat_back_addr":"172.21.15.133:6815/1679711146","heartbeat_front_addr":"172.21.15.133:6813/1679711146","state":["exists","up"]},{"osd":6,"uuid":"fee000a1-0011-4732-a178-6a918d059223","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.133:6816","nonce":1330440191},{"type":"v1","addr":"172.21.15.133:6817","nonce":1330440191}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6818","nonce":1330440191},{"type":"v1","addr":"172.21.15.133:6819","nonce":1330440191}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6822","nonce":1330440191},{"type":"v1","addr":"172.21.15.133:6823","nonce":1330440191}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6820","nonce":1330440191},{"type":"v1","addr":"172.21.15.133:6821","nonce":1330440191}]},"public_addr":"172.21.15.133:6817/1330440191","cluster_addr":"172.21.15.133:6819/1330440191","heartbeat_back_addr":"172.21.15.133:6823/1330440191","heartbeat_front_addr":"172.21.15.133:6821/1330440191","state":["exists","up"]},{"osd":7,"uuid":"d570c0f9-4beb-47a8-abb5-56336904b8fb","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.133:6824","nonce":154681663},{"type":"v1","addr":"172.21.15.133:6825","nonce":154681663}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6826","nonce":154681663},{"type":"v1","addr":"172.21.15.133:6827","nonce":154681663}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6830","nonce":154681663},{"type":"v1","addr":"172.21.15.133:6831","nonce":154681663}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6828","nonce":154681663},{"type":"v1","addr":"172.21.15.133:6829","nonce":154681663}]},"public_addr":"172.21.15.133:6825/154681663","cluster_addr":"172.21.15.133:6827/154681663","heartbeat_back_addr":"172.21.15.133:6831/154681663","heartbeat_front_addr":"172.21.15.133:6829/154681663","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-09-17T08:33:09.340375+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-09-17T08:33:36.953146+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-09-17T08:34:01.402974+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-09-17T08:34:23.292415+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-09-17T08:34:40.562865+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-09-17T08:34:59.904684+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-09-17T08:35:19.629328+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-09-17T08:35:39.575384+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.89:0/1249847501":"2024-09-18T08:31:09.104241+0000","172.21.15.89:0/3839117679":"2024-09-18T08:31:09.104241+0000","172.21.15.89:6801/1486174553":"2024-09-18T08:31:09.104241+0000","172.21.15.89:6800/1486174553":"2024-09-18T08:31:09.104241+0000","172.21.15.89:6801/4007179014":"2024-09-18T08:30:54.054586+0000","172.21.15.89:6800/4007179014":"2024-09-18T08:30:54.054586+0000","172.21.15.89:0/1169586953":"2024-09-18T08:30:35.962625+0000","172.21.15.89:0/1905843930":"2024-09-18T08:30:54.054586+0000","172.21.15.89:6801/3260144426":"2024-09-18T08:30:35.962625+0000","172.21.15.89:0/197679238":"2024-09-18T08:30:54.054586+0000","172.21.15.89:6800/3260144426":"2024-09-18T08:30:35.962625+0000","172.21.15.89:0/814408666":"2024-09-18T08:30:35.962625+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-09-17T08:35:55.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:55.099003+0000 mon.smithi089 (mon.0) 518 : audit [DBG] from='client.? 172.21.15.89:0/1069398377' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T08:35:55.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:55 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:55.099003+0000 mon.smithi089 (mon.0) 518 : audit [DBG] from='client.? 172.21.15.89:0/1069398377' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T08:35:55.787 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-17T08:35:55.787 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T08:35:55.983 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/mon.smithi089/config 2024-09-17T08:35:56.398 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:56 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:54.963296+0000 mgr.smithi089.ernzbc (mgr.14162) 208 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:35:56.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:56 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:54.963296+0000 mgr.smithi089.ernzbc (mgr.14162) 208 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:35:57.660 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T08:35:57.660 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":51,"fsid":"fc89bb2a-74ce-11ef-bceb-c7b262605968","created":"2024-09-17T08:30:12.022442+0000","modified":"2024-09-17T08:35:43.166098+0000","last_up_change":"2024-09-17T08:35:41.150522+0000","last_in_change":"2024-09-17T08:35:25.911963+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-09-17T08:34:03.431559+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":"65aa3ba3-6698-47da-bc00-2bd45b69de66","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.89:6802","nonce":3042012662},{"type":"v1","addr":"172.21.15.89:6803","nonce":3042012662}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6804","nonce":3042012662},{"type":"v1","addr":"172.21.15.89:6805","nonce":3042012662}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6808","nonce":3042012662},{"type":"v1","addr":"172.21.15.89:6809","nonce":3042012662}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6806","nonce":3042012662},{"type":"v1","addr":"172.21.15.89:6807","nonce":3042012662}]},"public_addr":"172.21.15.89:6803/3042012662","cluster_addr":"172.21.15.89:6805/3042012662","heartbeat_back_addr":"172.21.15.89:6809/3042012662","heartbeat_front_addr":"172.21.15.89:6807/3042012662","state":["exists","up"]},{"osd":1,"uuid":"707292ac-3449-4255-b13c-8e6c9d563017","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.89:6810","nonce":4046413859},{"type":"v1","addr":"172.21.15.89:6811","nonce":4046413859}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6812","nonce":4046413859},{"type":"v1","addr":"172.21.15.89:6813","nonce":4046413859}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6816","nonce":4046413859},{"type":"v1","addr":"172.21.15.89:6817","nonce":4046413859}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6814","nonce":4046413859},{"type":"v1","addr":"172.21.15.89:6815","nonce":4046413859}]},"public_addr":"172.21.15.89:6811/4046413859","cluster_addr":"172.21.15.89:6813/4046413859","heartbeat_back_addr":"172.21.15.89:6817/4046413859","heartbeat_front_addr":"172.21.15.89:6815/4046413859","state":["exists","up"]},{"osd":2,"uuid":"4dbe2bf6-1ec1-4f87-98ee-50cf6c88fa87","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.89:6818","nonce":4049206469},{"type":"v1","addr":"172.21.15.89:6819","nonce":4049206469}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6820","nonce":4049206469},{"type":"v1","addr":"172.21.15.89:6821","nonce":4049206469}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6824","nonce":4049206469},{"type":"v1","addr":"172.21.15.89:6825","nonce":4049206469}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6822","nonce":4049206469},{"type":"v1","addr":"172.21.15.89:6823","nonce":4049206469}]},"public_addr":"172.21.15.89:6819/4049206469","cluster_addr":"172.21.15.89:6821/4049206469","heartbeat_back_addr":"172.21.15.89:6825/4049206469","heartbeat_front_addr":"172.21.15.89:6823/4049206469","state":["exists","up"]},{"osd":3,"uuid":"1e542256-9b61-4f5e-9aea-f34875e4273f","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.89:6826","nonce":2384879320},{"type":"v1","addr":"172.21.15.89:6827","nonce":2384879320}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6828","nonce":2384879320},{"type":"v1","addr":"172.21.15.89:6829","nonce":2384879320}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6832","nonce":2384879320},{"type":"v1","addr":"172.21.15.89:6833","nonce":2384879320}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6830","nonce":2384879320},{"type":"v1","addr":"172.21.15.89:6831","nonce":2384879320}]},"public_addr":"172.21.15.89:6827/2384879320","cluster_addr":"172.21.15.89:6829/2384879320","heartbeat_back_addr":"172.21.15.89:6833/2384879320","heartbeat_front_addr":"172.21.15.89:6831/2384879320","state":["exists","up"]},{"osd":4,"uuid":"c4250b99-6239-4621-969a-b07892bd1e72","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.133:6800","nonce":3613966924},{"type":"v1","addr":"172.21.15.133:6801","nonce":3613966924}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":3613966924},{"type":"v1","addr":"172.21.15.133:6803","nonce":3613966924}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":3613966924},{"type":"v1","addr":"172.21.15.133:6807","nonce":3613966924}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":3613966924},{"type":"v1","addr":"172.21.15.133:6805","nonce":3613966924}]},"public_addr":"172.21.15.133:6801/3613966924","cluster_addr":"172.21.15.133:6803/3613966924","heartbeat_back_addr":"172.21.15.133:6807/3613966924","heartbeat_front_addr":"172.21.15.133:6805/3613966924","state":["exists","up"]},{"osd":5,"uuid":"6604a31f-089d-4f4a-a033-ea750be05a46","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.133:6808","nonce":1679711146},{"type":"v1","addr":"172.21.15.133:6809","nonce":1679711146}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6810","nonce":1679711146},{"type":"v1","addr":"172.21.15.133:6811","nonce":1679711146}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6814","nonce":1679711146},{"type":"v1","addr":"172.21.15.133:6815","nonce":1679711146}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6812","nonce":1679711146},{"type":"v1","addr":"172.21.15.133:6813","nonce":1679711146}]},"public_addr":"172.21.15.133:6809/1679711146","cluster_addr":"172.21.15.133:6811/1679711146","heartbeat_back_addr":"172.21.15.133:6815/1679711146","heartbeat_front_addr":"172.21.15.133:6813/1679711146","state":["exists","up"]},{"osd":6,"uuid":"fee000a1-0011-4732-a178-6a918d059223","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.133:6816","nonce":1330440191},{"type":"v1","addr":"172.21.15.133:6817","nonce":1330440191}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6818","nonce":1330440191},{"type":"v1","addr":"172.21.15.133:6819","nonce":1330440191}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6822","nonce":1330440191},{"type":"v1","addr":"172.21.15.133:6823","nonce":1330440191}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6820","nonce":1330440191},{"type":"v1","addr":"172.21.15.133:6821","nonce":1330440191}]},"public_addr":"172.21.15.133:6817/1330440191","cluster_addr":"172.21.15.133:6819/1330440191","heartbeat_back_addr":"172.21.15.133:6823/1330440191","heartbeat_front_addr":"172.21.15.133:6821/1330440191","state":["exists","up"]},{"osd":7,"uuid":"d570c0f9-4beb-47a8-abb5-56336904b8fb","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.133:6824","nonce":154681663},{"type":"v1","addr":"172.21.15.133:6825","nonce":154681663}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6826","nonce":154681663},{"type":"v1","addr":"172.21.15.133:6827","nonce":154681663}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6830","nonce":154681663},{"type":"v1","addr":"172.21.15.133:6831","nonce":154681663}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6828","nonce":154681663},{"type":"v1","addr":"172.21.15.133:6829","nonce":154681663}]},"public_addr":"172.21.15.133:6825/154681663","cluster_addr":"172.21.15.133:6827/154681663","heartbeat_back_addr":"172.21.15.133:6831/154681663","heartbeat_front_addr":"172.21.15.133:6829/154681663","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-09-17T08:33:09.340375+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-09-17T08:33:36.953146+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-09-17T08:34:01.402974+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-09-17T08:34:23.292415+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-09-17T08:34:40.562865+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-09-17T08:34:59.904684+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-09-17T08:35:19.629328+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-09-17T08:35:39.575384+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.89:0/1249847501":"2024-09-18T08:31:09.104241+0000","172.21.15.89:0/3839117679":"2024-09-18T08:31:09.104241+0000","172.21.15.89:6801/1486174553":"2024-09-18T08:31:09.104241+0000","172.21.15.89:6800/1486174553":"2024-09-18T08:31:09.104241+0000","172.21.15.89:6801/4007179014":"2024-09-18T08:30:54.054586+0000","172.21.15.89:6800/4007179014":"2024-09-18T08:30:54.054586+0000","172.21.15.89:0/1169586953":"2024-09-18T08:30:35.962625+0000","172.21.15.89:0/1905843930":"2024-09-18T08:30:54.054586+0000","172.21.15.89:6801/3260144426":"2024-09-18T08:30:35.962625+0000","172.21.15.89:0/197679238":"2024-09-18T08:30:54.054586+0000","172.21.15.89:6800/3260144426":"2024-09-18T08:30:35.962625+0000","172.21.15.89:0/814408666":"2024-09-18T08:30:35.962625+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-09-17T08:35:58.213 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:58 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:56.963758+0000 mgr.smithi089.ernzbc (mgr.14162) 209 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:35:58.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:35:58 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:35:57.659519+0000 mon.smithi089 (mon.0) 519 : audit [DBG] from='client.? 172.21.15.89:0/4275448268' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T08:35:58.336 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-17T08:35:58.336 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-17T08:35:58.337 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-17T08:35:58.337 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-17T08:35:58.337 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-17T08:35:58.338 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-17T08:35:58.338 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-09-17T08:35:58.339 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-09-17T08:35:58.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:58 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:56.963758+0000 mgr.smithi089.ernzbc (mgr.14162) 209 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:35:58.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:35:58 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:35:57.659519+0000 mon.smithi089 (mon.0) 519 : audit [DBG] from='client.? 172.21.15.89:0/4275448268' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T08:35:58.709 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/mon.smithi089/config 2024-09-17T08:35:58.710 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/mon.smithi089/config 2024-09-17T08:35:58.711 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/mon.smithi089/config 2024-09-17T08:35:58.716 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/mon.smithi089/config 2024-09-17T08:35:58.724 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/mon.smithi089/config 2024-09-17T08:35:58.730 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/mon.smithi089/config 2024-09-17T08:35:58.732 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/mon.smithi089/config 2024-09-17T08:35:58.737 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/mon.smithi089/config 2024-09-17T08:36:00.273 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:00 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:35:58.964090+0000 mgr.smithi089.ernzbc (mgr.14162) 210 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:00.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:00 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:35:58.964090+0000 mgr.smithi089.ernzbc (mgr.14162) 210 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:02.327 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:00.964479+0000 mgr.smithi089.ernzbc (mgr.14162) 211 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:02.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:00.964479+0000 mgr.smithi089.ernzbc (mgr.14162) 211 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:04.326 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:04 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:02.965018+0000 mgr.smithi089.ernzbc (mgr.14162) 212 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:04.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:04 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:02.965018+0000 mgr.smithi089.ernzbc (mgr.14162) 212 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:05.942 INFO:teuthology.orchestra.run.smithi089.stdout:133143986196 2024-09-17T08:36:05.942 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-17T08:36:06.253 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:04.965302+0000 mgr.smithi089.ernzbc (mgr.14162) 213 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:06.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:04.965302+0000 mgr.smithi089.ernzbc (mgr.14162) 213 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:08.307 INFO:teuthology.orchestra.run.smithi089.stdout:60129542177 2024-09-17T08:36:08.308 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-17T08:36:08.330 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:08 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:06.965592+0000 mgr.smithi089.ernzbc (mgr.14162) 214 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:08.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:08 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:06.965592+0000 mgr.smithi089.ernzbc (mgr.14162) 214 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:08.896 INFO:teuthology.orchestra.run.smithi089.stdout:38654705703 2024-09-17T08:36:08.896 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-17T08:36:10.141 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/mon.smithi089/config 2024-09-17T08:36:10.144 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/mon.smithi089/config 2024-09-17T08:36:10.388 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:08.965935+0000 mgr.smithi089.ernzbc (mgr.14162) 215 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:10.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:10 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:08.965935+0000 mgr.smithi089.ernzbc (mgr.14162) 215 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:10.809 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/mon.smithi089/config 2024-09-17T08:36:11.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:10.227167+0000 mon.smithi089 (mon.0) 520 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:36:11.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:10.227971+0000 mon.smithi089 (mon.0) 521 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/trash_purge_schedule"}]: dispatch 2024-09-17T08:36:11.461 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:10.227167+0000 mon.smithi089 (mon.0) 520 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:36:11.461 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:10.227971+0000 mon.smithi089 (mon.0) 521 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/trash_purge_schedule"}]: dispatch 2024-09-17T08:36:12.235 INFO:teuthology.orchestra.run.smithi089.stdout:81604378653 2024-09-17T08:36:12.236 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-17T08:36:12.442 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:10.966419+0000 mgr.smithi089.ernzbc (mgr.14162) 216 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:12.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:10.966419+0000 mgr.smithi089.ernzbc (mgr.14162) 216 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:13.587 INFO:teuthology.orchestra.run.smithi089.stdout:111669149721 2024-09-17T08:36:13.587 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-17T08:36:14.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:14 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:12.966726+0000 mgr.smithi089.ernzbc (mgr.14162) 217 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:14.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:14 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:12.966726+0000 mgr.smithi089.ernzbc (mgr.14162) 217 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:14.775 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/mon.smithi089/config 2024-09-17T08:36:14.794 INFO:teuthology.orchestra.run.smithi089.stdout:158913789969 2024-09-17T08:36:14.794 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-17T08:36:16.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:14.966995+0000 mgr.smithi089.ernzbc (mgr.14162) 218 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:16.626 INFO:teuthology.orchestra.run.smithi089.stdout:184683593741 2024-09-17T08:36:16.626 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-09-17T08:36:16.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:14.966995+0000 mgr.smithi089.ernzbc (mgr.14162) 218 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:17.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:17 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:16.967300+0000 mgr.smithi089.ernzbc (mgr.14162) 219 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:17.577 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:16.967300+0000 mgr.smithi089.ernzbc (mgr.14162) 219 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:18.177 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/mon.smithi089/config 2024-09-17T08:36:18.181 INFO:teuthology.orchestra.run.smithi089.stdout:210453397514 2024-09-17T08:36:18.181 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-09-17T08:36:20.327 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/mon.smithi089/config 2024-09-17T08:36:20.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:20 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:18.967664+0000 mgr.smithi089.ernzbc (mgr.14162) 220 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:20.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:18.967664+0000 mgr.smithi089.ernzbc (mgr.14162) 220 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:20.576 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/mon.smithi089/config 2024-09-17T08:36:20.611 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/mon.smithi089/config 2024-09-17T08:36:22.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:20.968027+0000 mgr.smithi089.ernzbc (mgr.14162) 221 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:22.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:20.968027+0000 mgr.smithi089.ernzbc (mgr.14162) 221 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:23.944 INFO:teuthology.orchestra.run.smithi089.stdout:111669149723 2024-09-17T08:36:24.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:22.968513+0000 mgr.smithi089.ernzbc (mgr.14162) 222 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:24.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:23.418463+0000 mon.smithi089 (mon.0) 522 : audit [DBG] from='client.? 172.21.15.89:0/4053790804' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-17T08:36:24.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:23.521980+0000 mon.smithi089 (mon.0) 523 : audit [DBG] from='client.? 172.21.15.89:0/1430490220' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-17T08:36:24.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:22.968513+0000 mgr.smithi089.ernzbc (mgr.14162) 222 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:24.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:23.418463+0000 mon.smithi089 (mon.0) 522 : audit [DBG] from='client.? 172.21.15.89:0/4053790804' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-17T08:36:24.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:23.521980+0000 mon.smithi089 (mon.0) 523 : audit [DBG] from='client.? 172.21.15.89:0/1430490220' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-17T08:36:24.968 INFO:teuthology.orchestra.run.smithi089.stdout:133143986199 2024-09-17T08:36:25.576 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986196 got 133143986199 for osd.4 2024-09-17T08:36:25.576 DEBUG:teuthology.parallel:result is None 2024-09-17T08:36:26.142 INFO:teuthology.orchestra.run.smithi089.stdout:158913789971 2024-09-17T08:36:26.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:24.969061+0000 mgr.smithi089.ernzbc (mgr.14162) 223 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:26.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:26.142721+0000 mon.smithi089 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.89:0/2952752243' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-17T08:36:26.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:24.969061+0000 mgr.smithi089.ernzbc (mgr.14162) 223 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:26.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:26.142721+0000 mon.smithi089 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.89:0/2952752243' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-17T08:36:27.638 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149721 got 111669149723 for osd.3 2024-09-17T08:36:27.639 DEBUG:teuthology.parallel:result is None 2024-09-17T08:36:28.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:28 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:26.969411+0000 mgr.smithi089.ernzbc (mgr.14162) 224 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:28.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:28 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:26.969411+0000 mgr.smithi089.ernzbc (mgr.14162) 224 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:28.549 INFO:teuthology.orchestra.run.smithi089.stdout:184683593744 2024-09-17T08:36:28.770 INFO:teuthology.orchestra.run.smithi089.stdout:81604378656 2024-09-17T08:36:29.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:28.549874+0000 mon.smithi089 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.89:0/855268297' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-17T08:36:29.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:28.771359+0000 mon.smithi089 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.89:0/405901051' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-17T08:36:29.257 INFO:tasks.cephadm.ceph_manager.ceph:need seq 184683593741 got 184683593744 for osd.6 2024-09-17T08:36:29.257 DEBUG:teuthology.parallel:result is None 2024-09-17T08:36:29.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:28.549874+0000 mon.smithi089 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.89:0/855268297' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-17T08:36:29.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:28.771359+0000 mon.smithi089 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.89:0/405901051' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-17T08:36:29.822 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789969 got 158913789971 for osd.5 2024-09-17T08:36:29.822 DEBUG:teuthology.parallel:result is None 2024-09-17T08:36:30.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:28.969736+0000 mgr.smithi089.ernzbc (mgr.14162) 225 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:30.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:28.969736+0000 mgr.smithi089.ernzbc (mgr.14162) 225 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:30.492 INFO:teuthology.orchestra.run.smithi089.stdout:60129542181 2024-09-17T08:36:30.714 INFO:teuthology.orchestra.run.smithi089.stdout:38654705707 2024-09-17T08:36:31.314 INFO:teuthology.orchestra.run.smithi089.stdout:210453397517 2024-09-17T08:36:31.314 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:30.492738+0000 mon.smithi089 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.89:0/1940572183' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-17T08:36:31.315 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:30.715459+0000 mon.smithi089 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.89:0/951724270' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-17T08:36:31.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:30.492738+0000 mon.smithi089 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.89:0/1940572183' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-17T08:36:31.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:30.715459+0000 mon.smithi089 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.89:0/951724270' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-17T08:36:31.762 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542177 got 60129542181 for osd.1 2024-09-17T08:36:31.762 DEBUG:teuthology.parallel:result is None 2024-09-17T08:36:32.168 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378653 got 81604378656 for osd.2 2024-09-17T08:36:32.168 DEBUG:teuthology.parallel:result is None 2024-09-17T08:36:32.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:32 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:30.970243+0000 mgr.smithi089.ernzbc (mgr.14162) 226 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:32.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:32 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:31.314999+0000 mon.smithi089 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.89:0/3512018839' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-17T08:36:32.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:32 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:30.970243+0000 mgr.smithi089.ernzbc (mgr.14162) 226 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:32.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:32 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:31.314999+0000 mon.smithi089 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.89:0/3512018839' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-17T08:36:32.573 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705703 got 38654705707 for osd.0 2024-09-17T08:36:32.573 DEBUG:teuthology.parallel:result is None 2024-09-17T08:36:33.044 INFO:tasks.cephadm.ceph_manager.ceph:need seq 210453397514 got 210453397517 for osd.7 2024-09-17T08:36:33.045 DEBUG:teuthology.parallel:result is None 2024-09-17T08:36:33.045 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-17T08:36:33.045 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-17T08:36:33.251 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/mon.smithi089/config 2024-09-17T08:36:34.282 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:34 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:32.970807+0000 mgr.smithi089.ernzbc (mgr.14162) 227 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:34.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:34 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:32.970807+0000 mgr.smithi089.ernzbc (mgr.14162) 227 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:34.931 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T08:36:34.933 INFO:teuthology.orchestra.run.smithi089.stderr:dumped all 2024-09-17T08:36:35.665 INFO:teuthology.orchestra.run.smithi089.stdout:{"pg_ready":true,"pg_map":{"version":202,"stamp":"2024-09-17T08:36:32.970525+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":43308,"kb_used_data":3884,"kb_used_omap":0,"kb_used_meta":39360,"kb_avail":749917908,"statfs":{"total":767960285184,"available":767915937792,"internally_reserved":0,"allocated":3977216,"data_stored":1587518,"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-09-17T08:35:43.280269+0000","last_change":"2024-09-17T08:35:43.280269+0000","last_active":"2024-09-17T08:35:43.280269+0000","last_peered":"2024-09-17T08:35:43.280269+0000","last_clean":"2024-09-17T08:35:43.280269+0000","last_became_active":"2024-09-17T08:35:43.279968+0000","last_became_peered":"2024-09-17T08:35:43.279968+0000","last_unstale":"2024-09-17T08:35:43.280269+0000","last_undegraded":"2024-09-17T08:35:43.280269+0000","last_fullsized":"2024-09-17T08:35:43.280269+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-09-17T08:34:04.171556+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-17T08:34:04.171556+0000","last_clean_scrub_stamp":"2024-09-17T08:34:04.171556+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":49,"seq":210453397518,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5232,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739920,"statfs":{"total":95995035648,"available":95989678080,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4849664},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.435}]},{"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.83499999999999996}]},{"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.67800000000000005}]},{"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.61099999999999999}]},{"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.53200000000000003}]},{"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.59099999999999997}]},{"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.56100000000000005}]}]},{"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":"Tue Sep 17 08:36:24 2024","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.52300000000000002},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.53300000000000003}]},{"osd":1,"last update":"Tue Sep 17 08:36:24 2024","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.623},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.66500000000000004}]},{"osd":2,"last update":"Tue Sep 17 08:36:24 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.64500000000000002},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.57899999999999996}]},{"osd":3,"last update":"Tue Sep 17 08:36:24 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.60799999999999998}]},{"osd":4,"last update":"Tue Sep 17 08:36:24 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.40600000000000003},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.46100000000000002}]},{"osd":5,"last update":"Tue Sep 17 08:36:24 2024","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.54900000000000004}]},{"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.47899999999999998}]}]},{"osd":1,"up_from":14,"seq":60129542182,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5548,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739604,"statfs":{"total":95995035648,"available":95989354496,"internally_reserved":0,"allocated":495616,"data_stored":198365,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 17 08:35:41 2024","interfaces":[{"interface":"back","average":{"1min":0.35799999999999998,"5min":0.30099999999999999,"15min":0.29099999999999998},"min":{"1min":0.24099999999999999,"5min":0.16400000000000001,"15min":0.16400000000000001},"max":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"last":0.55200000000000005},{"interface":"front","average":{"1min":0.374,"5min":0.31,"15min":0.29899999999999999},"min":{"1min":0.23899999999999999,"5min":0.17399999999999999,"15min":0.17399999999999999},"max":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"last":0.41999999999999998}]},{"osd":2,"last update":"Tue Sep 17 08:36:07 2024","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.35999999999999999,"15min":0.35899999999999999},"min":{"1min":0.25700000000000001,"5min":0.245,"15min":0.245},"max":{"1min":0.47699999999999998,"5min":0.54700000000000004,"15min":0.54700000000000004},"last":0.51100000000000001},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.39300000000000002,"15min":0.39100000000000001},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.54500000000000004,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.501}]},{"osd":3,"last update":"Tue Sep 17 08:35:29 2024","interfaces":[{"interface":"back","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.53100000000000003},{"interface":"front","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.435}]},{"osd":4,"last update":"Tue Sep 17 08:35:44 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.61299999999999999},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.71999999999999997}]},{"osd":5,"last update":"Tue Sep 17 08:36:02 2024","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.80100000000000005},{"interface":"front","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.81000000000000005}]},{"osd":6,"last update":"Tue Sep 17 08:36:22 2024","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.747},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.81999999999999995}]},{"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.83699999999999997}]}]},{"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":"Tue Sep 17 08:35:43 2024","interfaces":[{"interface":"back","average":{"1min":0.38800000000000001,"5min":0.32300000000000001,"15min":0.312},"min":{"1min":0.27300000000000002,"5min":0.214,"15min":0.214},"max":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"last":0.28999999999999998},{"interface":"front","average":{"1min":0.41799999999999998,"5min":0.34200000000000003,"15min":0.33000000000000002},"min":{"1min":0.253,"5min":0.20999999999999999,"15min":0.20999999999999999},"max":{"1min":0.50700000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.41499999999999998}]},{"osd":2,"last update":"Tue Sep 17 08:36:06 2024","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.38500000000000001,"15min":0.38600000000000001},"min":{"1min":0.28100000000000003,"5min":0.224,"15min":0.224},"max":{"1min":0.51300000000000001,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.32900000000000001},{"interface":"front","average":{"1min":0.42199999999999999,"5min":0.41799999999999998,"15min":0.41799999999999998},"min":{"1min":0.28999999999999998,"5min":0.222,"15min":0.222},"max":{"1min":0.57999999999999996,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.38300000000000001}]},{"osd":3,"last update":"Tue Sep 17 08:35:27 2024","interfaces":[{"interface":"back","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.45300000000000001},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.34100000000000003}]},{"osd":4,"last update":"Tue Sep 17 08:35:43 2024","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.68200000000000005},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.56899999999999995}]},{"osd":5,"last update":"Tue Sep 17 08:36:02 2024","interfaces":[{"interface":"back","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.55800000000000005},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.71299999999999997}]},{"osd":6,"last update":"Tue Sep 17 08:36:21 2024","interfaces":[{"interface":"back","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.69399999999999995},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.59099999999999997}]},{"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.61699999999999999}]}]},{"osd":2,"up_from":19,"seq":81604378657,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5480,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739672,"statfs":{"total":95995035648,"available":95989424128,"internally_reserved":0,"allocated":491520,"data_stored":197703,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 17 08:36:06 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.35399999999999998,"15min":0.34799999999999998},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.60299999999999998,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.39500000000000002},{"interface":"front","average":{"1min":0.38900000000000001,"5min":0.35099999999999998,"15min":0.34499999999999997},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.40500000000000003}]},{"osd":1,"last update":"Tue Sep 17 08:36:06 2024","interfaces":[{"interface":"back","average":{"1min":0.40400000000000003,"5min":0.38400000000000001,"15min":0.38},"min":{"1min":0.27300000000000002,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.66100000000000003,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.29599999999999999},{"interface":"front","average":{"1min":0.38900000000000001,"5min":0.36299999999999999,"15min":0.35899999999999999},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.35299999999999998}]},{"osd":3,"last update":"Tue Sep 17 08:36:27 2024","interfaces":[{"interface":"back","average":{"1min":0.44600000000000001,"5min":0.40999999999999998,"15min":0.40400000000000003},"min":{"1min":0.33400000000000002,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.33400000000000002},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40300000000000002,"15min":0.40200000000000002},"min":{"1min":0.28999999999999998,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.56999999999999995,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.309}]},{"osd":4,"last update":"Tue Sep 17 08:35:44 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.86099999999999999,"5min":0.86099999999999999,"15min":0.86099999999999999},"last":0.59099999999999997}]},{"osd":5,"last update":"Tue Sep 17 08:36:02 2024","interfaces":[{"interface":"back","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.91300000000000003,"5min":0.91300000000000003,"15min":0.91300000000000003},"last":0.60999999999999999},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.84599999999999997,"5min":0.84599999999999997,"15min":0.84599999999999997},"last":0.51500000000000001}]},{"osd":6,"last update":"Tue Sep 17 08:36:22 2024","interfaces":[{"interface":"back","average":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.92200000000000004,"5min":0.92200000000000004,"15min":0.92200000000000004},"last":0.50600000000000001},{"interface":"front","average":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.876,"5min":0.876,"15min":0.876},"last":0.64500000000000002}]},{"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.59999999999999998}]}]},{"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":"Tue Sep 17 08:36:26 2024","interfaces":[{"interface":"back","average":{"1min":0.35199999999999998,"5min":0.373,"15min":0.377},"min":{"1min":0.20999999999999999,"5min":0.20999999999999999,"15min":0.20999999999999999},"max":{"1min":0.58099999999999996,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.27100000000000002},{"interface":"front","average":{"1min":0.38500000000000001,"5min":0.39700000000000002,"15min":0.39900000000000002},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.32300000000000001}]},{"osd":1,"last update":"Tue Sep 17 08:36:26 2024","interfaces":[{"interface":"back","average":{"1min":0.38800000000000001,"5min":0.39200000000000002,"15min":0.39300000000000002},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.23599999999999999},{"interface":"front","average":{"1min":0.375,"5min":0.39600000000000002,"15min":0.40000000000000002},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.50700000000000001,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.33400000000000002}]},{"osd":2,"last update":"Tue Sep 17 08:36:26 2024","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.41799999999999998,"15min":0.41999999999999998},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.308},{"interface":"front","average":{"1min":0.38,"5min":0.40000000000000002,"15min":0.40400000000000003},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.55900000000000005,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.29699999999999999}]},{"osd":4,"last update":"Tue Sep 17 08:35:44 2024","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.56599999999999995},{"interface":"front","average":{"1min":1.532,"5min":1.532,"15min":1.532},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":19.486000000000001,"5min":19.486000000000001,"15min":19.486000000000001},"last":0.64900000000000002}]},{"osd":5,"last update":"Tue Sep 17 08:36:03 2024","interfaces":[{"interface":"back","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.67000000000000004},{"interface":"front","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.58799999999999997}]},{"osd":6,"last update":"Tue Sep 17 08:36:22 2024","interfaces":[{"interface":"back","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.53000000000000003},{"interface":"front","average":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"min":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"last":0.63200000000000001}]},{"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.55000000000000004}]}]},{"osd":4,"up_from":31,"seq":133143986201,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":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,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 17 08:35:43 2024","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"last":0.58999999999999997},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.48399999999999999}]},{"osd":1,"last update":"Tue Sep 17 08:35:43 2024","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.42399999999999999}]},{"osd":2,"last update":"Tue Sep 17 08:35:43 2024","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.56200000000000006},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.60099999999999998}]},{"osd":3,"last update":"Tue Sep 17 08:35:43 2024","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.57099999999999995},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.443}]},{"osd":5,"last update":"Tue Sep 17 08:36:04 2024","interfaces":[{"interface":"back","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.54800000000000004},{"interface":"front","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.497}]},{"osd":6,"last update":"Tue Sep 17 08:36:21 2024","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.52400000000000002},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.47599999999999998}]},{"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.53800000000000003}]}]},{"osd":5,"up_from":37,"seq":158913789973,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":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":"Tue Sep 17 08:36:05 2024","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.51200000000000001},{"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.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.56399999999999995}]},{"osd":1,"last update":"Tue Sep 17 08:36:05 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.58699999999999997},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.52500000000000002}]},{"osd":2,"last update":"Tue Sep 17 08:36:05 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.46500000000000002},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.54900000000000004}]},{"osd":3,"last update":"Tue Sep 17 08:36:05 2024","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.502},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.47599999999999998}]},{"osd":4,"last update":"Tue Sep 17 08:36:05 2024","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.36199999999999999},{"interface":"front","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.33000000000000002}]},{"osd":6,"last update":"Tue Sep 17 08:36:22 2024","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.442},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.86599999999999999,"5min":0.86599999999999999,"15min":0.86599999999999999},"last":0.48799999999999999}]},{"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.41999999999999998}]}]}],"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-09-17T08:36:35.666 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-17T08:36:35.862 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/mon.smithi089/config 2024-09-17T08:36:36.279 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:36 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:34.929291+0000 mgr.smithi089.ernzbc (mgr.14162) 228 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:36:36.279 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:36 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:34.971272+0000 mgr.smithi089.ernzbc (mgr.14162) 229 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:36.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:36 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:34.929291+0000 mgr.smithi089.ernzbc (mgr.14162) 228 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:36:36.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:36 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:34.971272+0000 mgr.smithi089.ernzbc (mgr.14162) 229 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:37.512 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T08:36:37.513 INFO:teuthology.orchestra.run.smithi089.stderr:dumped all 2024-09-17T08:36:38.178 INFO:teuthology.orchestra.run.smithi089.stdout:{"pg_ready":true,"pg_map":{"version":204,"stamp":"2024-09-17T08:36:36.971427+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":43308,"kb_used_data":3884,"kb_used_omap":0,"kb_used_meta":39360,"kb_avail":749917908,"statfs":{"total":767960285184,"available":767915937792,"internally_reserved":0,"allocated":3977216,"data_stored":1587518,"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-09-17T08:35:43.280269+0000","last_change":"2024-09-17T08:35:43.280269+0000","last_active":"2024-09-17T08:35:43.280269+0000","last_peered":"2024-09-17T08:35:43.280269+0000","last_clean":"2024-09-17T08:35:43.280269+0000","last_became_active":"2024-09-17T08:35:43.279968+0000","last_became_peered":"2024-09-17T08:35:43.279968+0000","last_unstale":"2024-09-17T08:35:43.280269+0000","last_undegraded":"2024-09-17T08:35:43.280269+0000","last_fullsized":"2024-09-17T08:35:43.280269+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-09-17T08:34:04.171556+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-17T08:34:04.171556+0000","last_clean_scrub_stamp":"2024-09-17T08:34:04.171556+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":49,"seq":210453397518,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5232,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739920,"statfs":{"total":95995035648,"available":95989678080,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4849664},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.435}]},{"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.83499999999999996}]},{"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.67800000000000005}]},{"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.61099999999999999}]},{"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.53200000000000003}]},{"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.59099999999999997}]},{"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.56100000000000005}]}]},{"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":"Tue Sep 17 08:36:24 2024","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.52300000000000002},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.53300000000000003}]},{"osd":1,"last update":"Tue Sep 17 08:36:24 2024","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.623},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.66500000000000004}]},{"osd":2,"last update":"Tue Sep 17 08:36:24 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.64500000000000002},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.57899999999999996}]},{"osd":3,"last update":"Tue Sep 17 08:36:24 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.60799999999999998}]},{"osd":4,"last update":"Tue Sep 17 08:36:24 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.40600000000000003},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.46100000000000002}]},{"osd":5,"last update":"Tue Sep 17 08:36:24 2024","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.54900000000000004}]},{"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.47899999999999998}]}]},{"osd":1,"up_from":14,"seq":60129542183,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5548,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739604,"statfs":{"total":95995035648,"available":95989354496,"internally_reserved":0,"allocated":495616,"data_stored":198365,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 17 08:35:41 2024","interfaces":[{"interface":"back","average":{"1min":0.35799999999999998,"5min":0.30099999999999999,"15min":0.29099999999999998},"min":{"1min":0.24099999999999999,"5min":0.16400000000000001,"15min":0.16400000000000001},"max":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.374,"5min":0.31,"15min":0.29899999999999999},"min":{"1min":0.23899999999999999,"5min":0.17399999999999999,"15min":0.17399999999999999},"max":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"last":0.58499999999999996}]},{"osd":2,"last update":"Tue Sep 17 08:36:07 2024","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.35999999999999999,"15min":0.35899999999999999},"min":{"1min":0.25700000000000001,"5min":0.245,"15min":0.245},"max":{"1min":0.47699999999999998,"5min":0.54700000000000004,"15min":0.54700000000000004},"last":0.59999999999999998},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.39300000000000002,"15min":0.39100000000000001},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.54500000000000004,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.626}]},{"osd":3,"last update":"Tue Sep 17 08:36:32 2024","interfaces":[{"interface":"back","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.57899999999999996,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.52100000000000002},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.38700000000000001,"15min":0.38100000000000001},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.54600000000000004,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.54600000000000004}]},{"osd":4,"last update":"Tue Sep 17 08:35:44 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.66700000000000004},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.64200000000000002}]},{"osd":5,"last update":"Tue Sep 17 08:36:02 2024","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.68600000000000005},{"interface":"front","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.69299999999999995}]},{"osd":6,"last update":"Tue Sep 17 08:36:22 2024","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.61199999999999999},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.65000000000000002}]},{"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.71599999999999997}]}]},{"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":"Tue Sep 17 08:35:43 2024","interfaces":[{"interface":"back","average":{"1min":0.38800000000000001,"5min":0.32300000000000001,"15min":0.312},"min":{"1min":0.27300000000000002,"5min":0.214,"15min":0.214},"max":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"last":0.28999999999999998},{"interface":"front","average":{"1min":0.41799999999999998,"5min":0.34200000000000003,"15min":0.33000000000000002},"min":{"1min":0.253,"5min":0.20999999999999999,"15min":0.20999999999999999},"max":{"1min":0.50700000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.41499999999999998}]},{"osd":2,"last update":"Tue Sep 17 08:36:06 2024","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.38500000000000001,"15min":0.38600000000000001},"min":{"1min":0.28100000000000003,"5min":0.224,"15min":0.224},"max":{"1min":0.51300000000000001,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.32900000000000001},{"interface":"front","average":{"1min":0.42199999999999999,"5min":0.41799999999999998,"15min":0.41799999999999998},"min":{"1min":0.28999999999999998,"5min":0.222,"15min":0.222},"max":{"1min":0.57999999999999996,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.38300000000000001}]},{"osd":3,"last update":"Tue Sep 17 08:35:27 2024","interfaces":[{"interface":"back","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.45300000000000001},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.34100000000000003}]},{"osd":4,"last update":"Tue Sep 17 08:35:43 2024","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.68200000000000005},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.56899999999999995}]},{"osd":5,"last update":"Tue Sep 17 08:36:02 2024","interfaces":[{"interface":"back","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.55800000000000005},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.71299999999999997}]},{"osd":6,"last update":"Tue Sep 17 08:36:21 2024","interfaces":[{"interface":"back","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.69399999999999995},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.59099999999999997}]},{"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.61699999999999999}]}]},{"osd":2,"up_from":19,"seq":81604378658,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5480,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739672,"statfs":{"total":95995035648,"available":95989424128,"internally_reserved":0,"allocated":491520,"data_stored":197703,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 17 08:36:06 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.35399999999999998,"15min":0.34799999999999998},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.60299999999999998,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.46700000000000003},{"interface":"front","average":{"1min":0.38900000000000001,"5min":0.35099999999999998,"15min":0.34499999999999997},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.442}]},{"osd":1,"last update":"Tue Sep 17 08:36:06 2024","interfaces":[{"interface":"back","average":{"1min":0.40400000000000003,"5min":0.38400000000000001,"15min":0.38},"min":{"1min":0.27300000000000002,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.66100000000000003,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.41899999999999998},{"interface":"front","average":{"1min":0.38900000000000001,"5min":0.36299999999999999,"15min":0.35899999999999999},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.48699999999999999}]},{"osd":3,"last update":"Tue Sep 17 08:36:27 2024","interfaces":[{"interface":"back","average":{"1min":0.44600000000000001,"5min":0.40999999999999998,"15min":0.40400000000000003},"min":{"1min":0.33400000000000002,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.51400000000000001},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40300000000000002,"15min":0.40200000000000002},"min":{"1min":0.28999999999999998,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.56999999999999995,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.40200000000000002}]},{"osd":4,"last update":"Tue Sep 17 08:35:44 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.86099999999999999,"5min":0.86099999999999999,"15min":0.86099999999999999},"last":0.60599999999999998}]},{"osd":5,"last update":"Tue Sep 17 08:36:02 2024","interfaces":[{"interface":"back","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.91300000000000003,"5min":0.91300000000000003,"15min":0.91300000000000003},"last":0.64500000000000002},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.84599999999999997,"5min":0.84599999999999997,"15min":0.84599999999999997},"last":0.66700000000000004}]},{"osd":6,"last update":"Tue Sep 17 08:36:22 2024","interfaces":[{"interface":"back","average":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.92200000000000004,"5min":0.92200000000000004,"15min":0.92200000000000004},"last":0.65600000000000003},{"interface":"front","average":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.876,"5min":0.876,"15min":0.876},"last":0.59599999999999997}]},{"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.621}]}]},{"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":"Tue Sep 17 08:36:26 2024","interfaces":[{"interface":"back","average":{"1min":0.35199999999999998,"5min":0.373,"15min":0.377},"min":{"1min":0.20999999999999999,"5min":0.20999999999999999,"15min":0.20999999999999999},"max":{"1min":0.58099999999999996,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.27300000000000002},{"interface":"front","average":{"1min":0.38500000000000001,"5min":0.39700000000000002,"15min":0.39900000000000002},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.38}]},{"osd":1,"last update":"Tue Sep 17 08:36:26 2024","interfaces":[{"interface":"back","average":{"1min":0.38800000000000001,"5min":0.39200000000000002,"15min":0.39300000000000002},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.33000000000000002},{"interface":"front","average":{"1min":0.375,"5min":0.39600000000000002,"15min":0.40000000000000002},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.50700000000000001,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.37}]},{"osd":2,"last update":"Tue Sep 17 08:36:26 2024","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.41799999999999998,"15min":0.41999999999999998},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.309},{"interface":"front","average":{"1min":0.38,"5min":0.40000000000000002,"15min":0.40400000000000003},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.55900000000000005,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.34499999999999997}]},{"osd":4,"last update":"Tue Sep 17 08:35:44 2024","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.65400000000000003},{"interface":"front","average":{"1min":1.532,"5min":1.532,"15min":1.532},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":19.486000000000001,"5min":19.486000000000001,"15min":19.486000000000001},"last":0.76400000000000001}]},{"osd":5,"last update":"Tue Sep 17 08:36:03 2024","interfaces":[{"interface":"back","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.58599999999999997},{"interface":"front","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.74199999999999999}]},{"osd":6,"last update":"Tue Sep 17 08:36:22 2024","interfaces":[{"interface":"back","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.628},{"interface":"front","average":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"min":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"last":0.73299999999999998}]},{"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.72399999999999998}]}]},{"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":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,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 17 08:35:43 2024","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.46300000000000002}]},{"osd":1,"last update":"Tue Sep 17 08:35:43 2024","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.53000000000000003},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.63}]},{"osd":2,"last update":"Tue Sep 17 08:35:43 2024","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.67200000000000004},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.55300000000000005}]},{"osd":3,"last update":"Tue Sep 17 08:35:43 2024","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.59499999999999997},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.57899999999999996}]},{"osd":5,"last update":"Tue Sep 17 08:36:04 2024","interfaces":[{"interface":"back","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.61599999999999999},{"interface":"front","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.69999999999999996}]},{"osd":6,"last update":"Tue Sep 17 08:36:21 2024","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.71599999999999997},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.65500000000000003}]},{"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.73099999999999998}]}]},{"osd":5,"up_from":37,"seq":158913789974,"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":"Tue Sep 17 08:36:05 2024","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.47499999999999998},{"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.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.58699999999999997}]},{"osd":1,"last update":"Tue Sep 17 08:36:05 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.54600000000000004},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.55400000000000005}]},{"osd":2,"last update":"Tue Sep 17 08:36:05 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.56599999999999995},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.57499999999999996}]},{"osd":3,"last update":"Tue Sep 17 08:36:05 2024","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.53000000000000003},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.51600000000000001}]},{"osd":4,"last update":"Tue Sep 17 08:36:05 2024","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.40799999999999997}]},{"osd":6,"last update":"Tue Sep 17 08:36:22 2024","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.86599999999999999,"5min":0.86599999999999999,"15min":0.86599999999999999},"last":0.501}]},{"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}]}]}],"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-09-17T08:36:38.180 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-17T08:36:38.180 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-17T08:36:38.180 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-17T08:36:38.180 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph health --format=json 2024-09-17T08:36:38.389 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/mon.smithi089/config 2024-09-17T08:36:38.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:36.971560+0000 mgr.smithi089.ernzbc (mgr.14162) 230 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:38.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:36.971560+0000 mgr.smithi089.ernzbc (mgr.14162) 230 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:39.543 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:37.510077+0000 mgr.smithi089.ernzbc (mgr.14162) 231 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:36:39.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:37.510077+0000 mgr.smithi089.ernzbc (mgr.14162) 231 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:36:40.165 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T08:36:40.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:40 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:38.972014+0000 mgr.smithi089.ernzbc (mgr.14162) 232 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:40.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:40 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:40.165406+0000 mon.smithi089 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.89:0/1389064143' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-17T08:36:40.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:40 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:38.972014+0000 mgr.smithi089.ernzbc (mgr.14162) 232 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:40.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:40 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:40.165406+0000 mon.smithi089 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.89:0/1389064143' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-17T08:36:40.735 INFO:teuthology.orchestra.run.smithi089.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-17T08:36:40.735 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-17T08:36:40.735 INFO:tasks.cephadm:Setup complete, yielding 2024-09-17T08:36:40.736 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T08:36:40.745 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi089.front.sepia.ceph.com 2024-09-17T08:36:40.746 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- bash -c 'ceph orch status' 2024-09-17T08:36:41.272 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:41.016559+0000 mon.smithi089 (mon.0) 531 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:36:41.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:41.016559+0000 mon.smithi089 (mon.0) 531 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:36:42.346 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:40.972430+0000 mgr.smithi089.ernzbc (mgr.14162) 233 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:42.346 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:41.243132+0000 mon.smithi089 (mon.0) 532 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:36:42.548 INFO:teuthology.orchestra.run.smithi089.stdout:Backend: cephadm 2024-09-17T08:36:42.548 INFO:teuthology.orchestra.run.smithi089.stdout:Available: Yes 2024-09-17T08:36:42.548 INFO:teuthology.orchestra.run.smithi089.stdout:Paused: No 2024-09-17T08:36:42.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:40.972430+0000 mgr.smithi089.ernzbc (mgr.14162) 233 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:42.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:41.243132+0000 mon.smithi089 (mon.0) 532 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:36:43.217 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- bash -c 'ceph orch ps' 2024-09-17T08:36:44.504 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:42.548566+0000 mgr.smithi089.ernzbc (mgr.14162) 234 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:36:44.504 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:42.972751+0000 mgr.smithi089.ernzbc (mgr.14162) 235 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:44.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:44 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:42.548566+0000 mgr.smithi089.ernzbc (mgr.14162) 234 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:36:44.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:44 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:42.972751+0000 mgr.smithi089.ernzbc (mgr.14162) 235 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:45.004 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST STATUS REFRESHED AGE PORTS VERSION IMAGE ID CONTAINER ID 2024-09-17T08:36:45.005 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 running (3m) 85s ago 5m *:9093 *:9094 0.20.0 0881eb8f169f 3b700e187bd8 2024-09-17T08:36:45.005 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (5m) 85s ago 5m - 16.2.0 24ecd6d5f14c 86364fbbe3dd 2024-09-17T08:36:45.005 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (4m) 67s ago 4m - 16.2.0 24ecd6d5f14c c38435e94451 2024-09-17T08:36:45.005 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 running (3m) 85s ago 4m *:3000 6.7.4 557c83e11646 2ae2b04f05ee 2024-09-17T08:36:45.005 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 running (6m) 85s ago 6m *:9283 16.2.0 24ecd6d5f14c c35c6a435f28 2024-09-17T08:36:45.005 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 running (4m) 67s ago 4m *:8443 *:9283 16.2.0 24ecd6d5f14c 1be882d2932a 2024-09-17T08:36:45.005 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (6m) 85s ago 6m - 16.2.0 24ecd6d5f14c 5b5bfe3c39d2 2024-09-17T08:36:45.005 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (4m) 67s ago 4m - 16.2.0 24ecd6d5f14c b73d1c15d884 2024-09-17T08:36:45.005 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 running (4m) 85s ago 4m *:9100 0.18.1 e5a616e4b9cf 5d5794dcc827 2024-09-17T08:36:45.005 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 running (3m) 67s ago 3m *:9100 0.18.1 e5a616e4b9cf 96cc16ecae89 2024-09-17T08:36:45.005 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (3m) 85s ago 3m - 16.2.0 24ecd6d5f14c ac2da40952c1 2024-09-17T08:36:45.005 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (3m) 85s ago 3m - 16.2.0 24ecd6d5f14c 393455ed3cc2 2024-09-17T08:36:45.006 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (2m) 85s ago 2m - 16.2.0 24ecd6d5f14c efc5a17c7a8f 2024-09-17T08:36:45.006 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (2m) 85s ago 2m - 16.2.0 24ecd6d5f14c aa8afc36736b 2024-09-17T08:36:45.006 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (2m) 67s ago 2m - 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:36:45.006 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (109s) 67s ago 109s - 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:36:45.006 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (89s) 67s ago 89s - 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:36:45.006 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (70s) 67s ago 69s - 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:36:45.006 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 running (3m) 85s ago 4m *:9095 2.18.1 de242295e225 251bc3a8e51b 2024-09-17T08:36:45.586 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:44.973035+0000 mgr.smithi089.ernzbc (mgr.14162) 236 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:45.586 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:44.998973+0000 mgr.smithi089.ernzbc (mgr.14162) 237 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:36:45.609 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- bash -c 'ceph orch ls' 2024-09-17T08:36:45.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:44.973035+0000 mgr.smithi089.ernzbc (mgr.14162) 236 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:45.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:44.998973+0000 mgr.smithi089.ernzbc (mgr.14162) 237 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:36:47.417 INFO:teuthology.orchestra.run.smithi089.stdout:NAME RUNNING REFRESHED AGE PLACEMENT IMAGE ID 2024-09-17T08:36:47.417 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager 1/1 87s ago 5m count:1 0881eb8f169f 2024-09-17T08:36:47.417 INFO:teuthology.orchestra.run.smithi089.stdout:crash 2/2 87s ago 6m * 24ecd6d5f14c 2024-09-17T08:36:47.417 INFO:teuthology.orchestra.run.smithi089.stdout:grafana 1/1 87s ago 5m count:1 557c83e11646 2024-09-17T08:36:47.417 INFO:teuthology.orchestra.run.smithi089.stdout:mgr 2/2 87s ago 6m count:2 24ecd6d5f14c 2024-09-17T08:36:47.417 INFO:teuthology.orchestra.run.smithi089.stdout:mon 2/2 87s ago 5m smithi089:172.21.15.89=smithi089;smithi133:172.21.15.133=smithi133;count:2 24ecd6d5f14c 2024-09-17T08:36:47.417 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter 2/2 87s ago 5m * e5a616e4b9cf 2024-09-17T08:36:47.417 INFO:teuthology.orchestra.run.smithi089.stdout:osd.None 7/0 87s ago - 24ecd6d5f14c 2024-09-17T08:36:47.417 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus 1/1 87s ago 5m count:1 de242295e225 2024-09-17T08:36:48.059 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- bash -c 'ceph orch host ls' 2024-09-17T08:36:48.159 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:48 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:46.973371+0000 mgr.smithi089.ernzbc (mgr.14162) 238 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:48.378 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:48 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:46.973371+0000 mgr.smithi089.ernzbc (mgr.14162) 238 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:49.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:49 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:47.412397+0000 mgr.smithi089.ernzbc (mgr.14162) 239 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:36:49.274 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:49 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:47.412397+0000 mgr.smithi089.ernzbc (mgr.14162) 239 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:36:49.872 INFO:teuthology.orchestra.run.smithi089.stdout:HOST ADDR LABELS STATUS 2024-09-17T08:36:49.873 INFO:teuthology.orchestra.run.smithi089.stdout:smithi089 smithi089 2024-09-17T08:36:49.873 INFO:teuthology.orchestra.run.smithi089.stdout:smithi133 smithi133 2024-09-17T08:36:50.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:50 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:48.973759+0000 mgr.smithi089.ernzbc (mgr.14162) 240 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:50.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:50 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:48.973759+0000 mgr.smithi089.ernzbc (mgr.14162) 240 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:50.437 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- bash -c 'ceph orch device ls' 2024-09-17T08:36:51.346 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:51 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:49.872432+0000 mgr.smithi089.ernzbc (mgr.14162) 241 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:36:51.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:51 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:49.872432+0000 mgr.smithi089.ernzbc (mgr.14162) 241 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:36:52.276 INFO:teuthology.orchestra.run.smithi089.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2024-09-17T08:36:52.276 INFO:teuthology.orchestra.run.smithi089.stdout:smithi089 /dev/nvme0n1 ssd PHFT62040126400BGN 400G Unknown N/A N/A No 2024-09-17T08:36:52.277 INFO:teuthology.orchestra.run.smithi089.stdout:smithi133 /dev/nvme0n1 ssd PHFT620401AQ400BGN 400G Unknown N/A N/A No 2024-09-17T08:36:52.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:52 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:50.974256+0000 mgr.smithi089.ernzbc (mgr.14162) 242 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:52.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:52 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:50.974256+0000 mgr.smithi089.ernzbc (mgr.14162) 242 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:52.824 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-17T08:36:52.836 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi089.front.sepia.ceph.com 2024-09-17T08:36:52.836 DEBUG:teuthology.orchestra.run.smithi089:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-09-17T08:36:52.861 INFO:teuthology.orchestra.run.smithi089.stderr:+ systemctl stop nfs-server 2024-09-17T08:36:52.869 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi133.front.sepia.ceph.com 2024-09-17T08:36:52.869 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-09-17T08:36:52.903 INFO:teuthology.orchestra.run.smithi133.stderr:+ systemctl stop nfs-server 2024-09-17T08:36:52.912 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T08:36:52.920 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi089.front.sepia.ceph.com 2024-09-17T08:36:52.920 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- bash -c 'ceph fs volume create foofs' 2024-09-17T08:36:54.408 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:54 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:52.276088+0000 mgr.smithi089.ernzbc (mgr.14162) 243 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:36:54.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:54 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:52.974626+0000 mgr.smithi089.ernzbc (mgr.14162) 244 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:54.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:52.276088+0000 mgr.smithi089.ernzbc (mgr.14162) 243 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:36:54.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:52.974626+0000 mgr.smithi089.ernzbc (mgr.14162) 244 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:55.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:54.793085+0000 mon.smithi089 (mon.0) 533 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-09-17T08:36:55.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:55 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:54.793085+0000 mon.smithi089 (mon.0) 533 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-09-17T08:36:56.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:56 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:54.792597+0000 mgr.smithi089.ernzbc (mgr.14162) 245 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:36:56.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:56 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:54.974900+0000 mgr.smithi089.ernzbc (mgr.14162) 246 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:56.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:56 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:55.161769+0000 mon.smithi089 (mon.0) 534 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-17T08:36:56.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:56 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:55.161809+0000 mon.smithi089 (mon.0) 535 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-17T08:36:56.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:56 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:55.162621+0000 mon.smithi089 (mon.0) 536 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-09-17T08:36:56.558 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:56 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:54.792597+0000 mgr.smithi089.ernzbc (mgr.14162) 245 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:36:56.558 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:56 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:54.974900+0000 mgr.smithi089.ernzbc (mgr.14162) 246 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:56.558 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:56 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:55.161769+0000 mon.smithi089 (mon.0) 534 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-17T08:36:56.558 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:56 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:55.161809+0000 mon.smithi089 (mon.0) 535 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-17T08:36:56.558 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:56 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:55.162621+0000 mon.smithi089 (mon.0) 536 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-09-17T08:36:56.558 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:56 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:36:56.171+0000 7f45733bd700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T08:36:56.805 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-17T08:36:56.814 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2024-09-17T08:36:56.814 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T08:36:57.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:56.170086+0000 mon.smithi089 (mon.0) 537 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-17T08:36:57.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:56.170260+0000 mon.smithi089 (mon.0) 538 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-17T08:36:57.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:56.171753+0000 mon.smithi089 (mon.0) 539 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-09-17T08:36:57.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:56.172591+0000 mon.smithi089 (mon.0) 540 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T08:36:57.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:56.172618+0000 mon.smithi089 (mon.0) 541 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-17T08:36:57.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:56.180628+0000 mon.smithi089 (mon.0) 542 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-17T08:36:57.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:56.181492+0000 mon.smithi089 (mon.0) 543 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-17T08:36:57.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:56.181581+0000 mon.smithi089 (mon.0) 544 : cluster [DBG] fsmap foofs:0 2024-09-17T08:36:57.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:36:56.183740+0000 mgr.smithi089.ernzbc (mgr.14162) 247 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-09-17T08:36:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:56.190194+0000 mon.smithi089 (mon.0) 545 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:36:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:56.191137+0000 mon.smithi089 (mon.0) 546 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:36:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:56.200083+0000 mon.smithi089 (mon.0) 547 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:36:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:56.208571+0000 mon.smithi089 (mon.0) 548 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:36:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:56.209460+0000 mon.smithi089 (mon.0) 549 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi089.xuhpot", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-17T08:36:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:56.213146+0000 mon.smithi089 (mon.0) 550 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi089.xuhpot", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T08:36:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:56.213907+0000 mon.smithi089 (mon.0) 551 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:36:57.540 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:56.170086+0000 mon.smithi089 (mon.0) 537 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-17T08:36:57.540 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:56.170260+0000 mon.smithi089 (mon.0) 538 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-17T08:36:57.540 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:56.171753+0000 mon.smithi089 (mon.0) 539 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-09-17T08:36:57.540 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:56.172591+0000 mon.smithi089 (mon.0) 540 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T08:36:57.540 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:56.172618+0000 mon.smithi089 (mon.0) 541 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-17T08:36:57.541 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:56.180628+0000 mon.smithi089 (mon.0) 542 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-17T08:36:57.541 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:56.181492+0000 mon.smithi089 (mon.0) 543 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-17T08:36:57.541 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:56.181581+0000 mon.smithi089 (mon.0) 544 : cluster [DBG] fsmap foofs:0 2024-09-17T08:36:57.541 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:36:56.183740+0000 mgr.smithi089.ernzbc (mgr.14162) 247 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-09-17T08:36:57.541 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:56.190194+0000 mon.smithi089 (mon.0) 545 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:36:57.541 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:56.191137+0000 mon.smithi089 (mon.0) 546 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:36:57.541 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:56.200083+0000 mon.smithi089 (mon.0) 547 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:36:57.541 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:56.208571+0000 mon.smithi089 (mon.0) 548 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:36:57.541 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:56.209460+0000 mon.smithi089 (mon.0) 549 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi089.xuhpot", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-17T08:36:57.541 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:56.213146+0000 mon.smithi089 (mon.0) 550 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi089.xuhpot", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T08:36:57.541 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:56.213907+0000 mon.smithi089 (mon.0) 551 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:36:58.471 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:58 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:36:56.214576+0000 mgr.smithi089.ernzbc (mgr.14162) 248 : cephadm [INF] Deploying daemon mds.foofs.smithi089.xuhpot on smithi089 2024-09-17T08:36:58.471 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:58 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:56.975238+0000 mgr.smithi089.ernzbc (mgr.14162) 249 : cluster [DBG] pgmap v217: 65 pgs: 8 creating+peering, 1 active+clean, 56 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:58.471 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:58 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:57.181838+0000 mon.smithi089 (mon.0) 552 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-17T08:36:58.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:58 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:36:56.214576+0000 mgr.smithi089.ernzbc (mgr.14162) 248 : cephadm [INF] Deploying daemon mds.foofs.smithi089.xuhpot on smithi089 2024-09-17T08:36:58.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:58 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:56.975238+0000 mgr.smithi089.ernzbc (mgr.14162) 249 : cluster [DBG] pgmap v217: 65 pgs: 8 creating+peering, 1 active+clean, 56 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:36:58.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:58 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:57.181838+0000 mon.smithi089 (mon.0) 552 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-17T08:36:59.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:36:59 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:58.184212+0000 mon.smithi089 (mon.0) 553 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-17T08:36:59.648 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T08:36:59.648 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"container_image_id": "0881eb8f169f5556a292b4e2c01d683172b12830a62a9225a98a8e206bb734f0", "container_image_name": "docker.io/prom/alertmanager:v0.20.0", "created": "2024-09-17T08:30:59.376830Z", "last_refresh": "2024-09-17T08:35:19.469031Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "24ecd6d5f14c2268c5d2c666aa151456949cf76c6747d873c6fcf41f6f672d15", "container_image_name": "quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000", "created": "2024-09-17T08:30:47.290159Z", "last_refresh": "2024-09-17T08:35:19.469090Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-09-17T08:30:56.451159Z", "last_refresh": "2024-09-17T08:35:19.469149Z", "running": 1, "size": 1}}, {"events": ["2024-09-17T08:36:56.190443Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "24ecd6d5f14c2268c5d2c666aa151456949cf76c6747d873c6fcf41f6f672d15", "container_image_name": "mix", "created": "2024-09-17T08:30:45.816449Z", "last_refresh": "2024-09-17T08:35:19.468963Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:31:31.620079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "24ecd6d5f14c2268c5d2c666aa151456949cf76c6747d873c6fcf41f6f672d15", "container_image_name": "mix", "created": "2024-09-17T08:31:31.617148Z", "last_refresh": "2024-09-17T08:35:19.468818Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_id": "e5a616e4b9cf68dfcad7782b78e118be4310022e874d52da85c55923fb615f87", "container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-09-17T08:30:57.699142Z", "last_refresh": "2024-09-17T08:35:19.469225Z", "running": 2, "size": 2}}, {"placement": {"hosts": ["smithi089"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "24ecd6d5f14c2268c5d2c666aa151456949cf76c6747d873c6fcf41f6f672d15", "container_image_name": "quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000", "last_refresh": "2024-09-17T08:35:19.469332Z", "running": 7, "size": 0}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"container_image_id": "de242295e2257c37c8cadfd962369228f8f10b2d48a44259b65fef44ad4f6490", "container_image_name": "docker.io/prom/prometheus:v2.18.1", "created": "2024-09-17T08:30:55.112673Z", "last_refresh": "2024-09-17T08:35:19.469278Z", "running": 1, "size": 1}}] 2024-09-17T08:36:59.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:36:59 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:58.184212+0000 mon.smithi089 (mon.0) 553 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-17T08:37:00.312 INFO:tasks.cephadm:mds.foofs has 0/2 2024-09-17T08:37:00.517 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:00 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:36:58.975631+0000 mgr.smithi089.ernzbc (mgr.14162) 250 : cluster [DBG] pgmap v220: 65 pgs: 19 active+clean, 22 creating+peering, 24 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:37:00.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:00 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:36:58.975631+0000 mgr.smithi089.ernzbc (mgr.14162) 250 : cluster [DBG] pgmap v220: 65 pgs: 19 active+clean, 22 creating+peering, 24 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:37:01.314 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T08:37:01.606 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:01 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:36:59.644879+0000 mgr.smithi089.ernzbc (mgr.14162) 251 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:37:01.606 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:01 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:00.562956+0000 mon.smithi089 (mon.0) 554 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:01.606 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:01 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:00.563669+0000 mon.smithi089 (mon.0) 555 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi133.enpevq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-17T08:37:01.606 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:01 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:00.566635+0000 mon.smithi089 (mon.0) 556 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi133.enpevq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T08:37:01.607 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:01 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:00.567178+0000 mon.smithi089 (mon.0) 557 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:01.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:01 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:36:59.644879+0000 mgr.smithi089.ernzbc (mgr.14162) 251 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:37:01.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:01 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:00.562956+0000 mon.smithi089 (mon.0) 554 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:01.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:01 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:00.563669+0000 mon.smithi089 (mon.0) 555 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi133.enpevq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-17T08:37:01.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:01 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:00.566635+0000 mon.smithi089 (mon.0) 556 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi133.enpevq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T08:37:01.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:01 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:00.567178+0000 mon.smithi089 (mon.0) 557 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:02.444 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:37:00.567605+0000 mgr.smithi089.ernzbc (mgr.14162) 252 : cephadm [INF] Deploying daemon mds.foofs.smithi133.enpevq on smithi133 2024-09-17T08:37:02.444 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:00.976018+0000 mgr.smithi089.ernzbc (mgr.14162) 253 : cluster [DBG] pgmap v221: 65 pgs: 41 active+clean, 19 creating+peering, 5 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:37:02.444 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:01.190806+0000 mon.smithi089 (mon.0) 558 : cluster [DBG] mds.? [v2:172.21.15.89:6834/1589338332,v1:172.21.15.89:6835/1589338332] up:boot 2024-09-17T08:37:02.444 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:01.190863+0000 mon.smithi089 (mon.0) 559 : cluster [INF] daemon mds.foofs.smithi089.xuhpot assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-17T08:37:02.444 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:01.190921+0000 mon.smithi089 (mon.0) 560 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-17T08:37:02.444 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:01.190951+0000 mon.smithi089 (mon.0) 561 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-17T08:37:02.444 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:01.190973+0000 mon.smithi089 (mon.0) 562 : cluster [INF] Cluster is now healthy 2024-09-17T08:37:02.444 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:01.191233+0000 mon.smithi089 (mon.0) 563 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-09-17T08:37:02.444 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:01.191370+0000 mon.smithi089 (mon.0) 564 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi089.xuhpot"}]: dispatch 2024-09-17T08:37:02.444 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:01.195003+0000 mon.smithi089 (mon.0) 565 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi089.xuhpot=up:creating} 2024-09-17T08:37:02.444 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:01.203632+0000 mon.smithi089 (mon.0) 566 : cluster [INF] daemon mds.foofs.smithi089.xuhpot is now active in filesystem foofs as rank 0 2024-09-17T08:37:02.540 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:37:00.567605+0000 mgr.smithi089.ernzbc (mgr.14162) 252 : cephadm [INF] Deploying daemon mds.foofs.smithi133.enpevq on smithi133 2024-09-17T08:37:02.540 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:00.976018+0000 mgr.smithi089.ernzbc (mgr.14162) 253 : cluster [DBG] pgmap v221: 65 pgs: 41 active+clean, 19 creating+peering, 5 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:37:02.540 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:01.190806+0000 mon.smithi089 (mon.0) 558 : cluster [DBG] mds.? [v2:172.21.15.89:6834/1589338332,v1:172.21.15.89:6835/1589338332] up:boot 2024-09-17T08:37:02.540 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:01.190863+0000 mon.smithi089 (mon.0) 559 : cluster [INF] daemon mds.foofs.smithi089.xuhpot assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-17T08:37:02.541 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:01.190921+0000 mon.smithi089 (mon.0) 560 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-17T08:37:02.541 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:01.190951+0000 mon.smithi089 (mon.0) 561 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-17T08:37:02.541 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:01.190973+0000 mon.smithi089 (mon.0) 562 : cluster [INF] Cluster is now healthy 2024-09-17T08:37:02.541 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:01.191233+0000 mon.smithi089 (mon.0) 563 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-09-17T08:37:02.541 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:01.191370+0000 mon.smithi089 (mon.0) 564 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi089.xuhpot"}]: dispatch 2024-09-17T08:37:02.541 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:01.195003+0000 mon.smithi089 (mon.0) 565 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi089.xuhpot=up:creating} 2024-09-17T08:37:02.541 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:01.203632+0000 mon.smithi089 (mon.0) 566 : cluster [INF] daemon mds.foofs.smithi089.xuhpot is now active in filesystem foofs as rank 0 2024-09-17T08:37:03.199 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T08:37:03.199 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"container_image_id": "0881eb8f169f5556a292b4e2c01d683172b12830a62a9225a98a8e206bb734f0", "container_image_name": "docker.io/prom/alertmanager:v0.20.0", "created": "2024-09-17T08:30:59.376830Z", "last_refresh": "2024-09-17T08:35:19.469031Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "24ecd6d5f14c2268c5d2c666aa151456949cf76c6747d873c6fcf41f6f672d15", "container_image_name": "quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000", "created": "2024-09-17T08:30:47.290159Z", "last_refresh": "2024-09-17T08:35:19.469090Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-09-17T08:30:56.451159Z", "last_refresh": "2024-09-17T08:35:19.469149Z", "running": 1, "size": 1}}, {"events": ["2024-09-17T08:36:56.190443Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-17T08:36:56.183764Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "24ecd6d5f14c2268c5d2c666aa151456949cf76c6747d873c6fcf41f6f672d15", "container_image_name": "mix", "created": "2024-09-17T08:30:45.816449Z", "last_refresh": "2024-09-17T08:35:19.468963Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:31:31.620079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "24ecd6d5f14c2268c5d2c666aa151456949cf76c6747d873c6fcf41f6f672d15", "container_image_name": "mix", "created": "2024-09-17T08:31:31.617148Z", "last_refresh": "2024-09-17T08:35:19.468818Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_id": "e5a616e4b9cf68dfcad7782b78e118be4310022e874d52da85c55923fb615f87", "container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-09-17T08:30:57.699142Z", "last_refresh": "2024-09-17T08:35:19.469225Z", "running": 2, "size": 2}}, {"placement": {"hosts": ["smithi089"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "24ecd6d5f14c2268c5d2c666aa151456949cf76c6747d873c6fcf41f6f672d15", "container_image_name": "quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000", "last_refresh": "2024-09-17T08:35:19.469332Z", "running": 7, "size": 0}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"container_image_id": "de242295e2257c37c8cadfd962369228f8f10b2d48a44259b65fef44ad4f6490", "container_image_name": "docker.io/prom/prometheus:v2.18.1", "created": "2024-09-17T08:30:55.112673Z", "last_refresh": "2024-09-17T08:35:19.469278Z", "running": 1, "size": 1}}] 2024-09-17T08:37:03.514 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:02.198196+0000 mon.smithi089 (mon.0) 567 : cluster [DBG] mds.? [v2:172.21.15.89:6834/1589338332,v1:172.21.15.89:6835/1589338332] up:active 2024-09-17T08:37:03.515 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:02.198232+0000 mon.smithi089 (mon.0) 568 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi089.xuhpot=up:active} 2024-09-17T08:37:03.515 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:02.976423+0000 mgr.smithi089.ernzbc (mgr.14162) 254 : cluster [DBG] pgmap v222: 65 pgs: 65 active+clean; 2.1 KiB data, 44 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:37:03.515 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:02.997533+0000 mon.smithi089 (mon.0) 569 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:03.515 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:02.998266+0000 mon.smithi089 (mon.0) 570 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:37:03.529 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:02.198196+0000 mon.smithi089 (mon.0) 567 : cluster [DBG] mds.? [v2:172.21.15.89:6834/1589338332,v1:172.21.15.89:6835/1589338332] up:active 2024-09-17T08:37:03.529 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:02.198232+0000 mon.smithi089 (mon.0) 568 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi089.xuhpot=up:active} 2024-09-17T08:37:03.529 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:02.976423+0000 mgr.smithi089.ernzbc (mgr.14162) 254 : cluster [DBG] pgmap v222: 65 pgs: 65 active+clean; 2.1 KiB data, 44 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:37:03.529 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:02.997533+0000 mon.smithi089 (mon.0) 569 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:03.529 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:02.998266+0000 mon.smithi089 (mon.0) 570 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:37:03.844 INFO:tasks.cephadm:mds.foofs has 2/2 2024-09-17T08:37:03.845 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T08:37:03.854 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi089.front.sepia.ceph.com 2024-09-17T08:37:03.854 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2024-09-17T08:37:04.250 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:04 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:03.196048+0000 mgr.smithi089.ernzbc (mgr.14162) 255 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:37:04.250 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:04 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:03.199953+0000 mon.smithi089 (mon.0) 571 : cluster [DBG] mds.? [v2:172.21.15.133:6832/651280120,v1:172.21.15.133:6833/651280120] up:boot 2024-09-17T08:37:04.250 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:04 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:03.200347+0000 mon.smithi089 (mon.0) 572 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi089.xuhpot=up:active} 1 up:standby 2024-09-17T08:37:04.250 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:04 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:03.200477+0000 mon.smithi089 (mon.0) 573 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi133.enpevq"}]: dispatch 2024-09-17T08:37:04.250 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:04 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:03.204333+0000 mon.smithi089 (mon.0) 574 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi089.xuhpot=up:active} 1 up:standby 2024-09-17T08:37:04.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:04 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:03.196048+0000 mgr.smithi089.ernzbc (mgr.14162) 255 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:37:04.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:04 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:03.199953+0000 mon.smithi089 (mon.0) 571 : cluster [DBG] mds.? [v2:172.21.15.133:6832/651280120,v1:172.21.15.133:6833/651280120] up:boot 2024-09-17T08:37:04.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:04 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:03.200347+0000 mon.smithi089 (mon.0) 572 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi089.xuhpot=up:active} 1 up:standby 2024-09-17T08:37:04.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:04 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:03.200477+0000 mon.smithi089 (mon.0) 573 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi133.enpevq"}]: dispatch 2024-09-17T08:37:04.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:04 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:03.204333+0000 mon.smithi089 (mon.0) 574 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi089.xuhpot=up:active} 1 up:standby 2024-09-17T08:37:06.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:04.889530+0000 mon.smithi089 (mon.0) 575 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:06.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:04.976789+0000 mgr.smithi089.ernzbc (mgr.14162) 256 : cluster [DBG] pgmap v223: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 10 op/s 2024-09-17T08:37:06.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:04.889530+0000 mon.smithi089 (mon.0) 575 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:06.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:04.976789+0000 mgr.smithi089.ernzbc (mgr.14162) 256 : cluster [DBG] pgmap v223: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 10 op/s 2024-09-17T08:37:06.342 INFO:teuthology.orchestra.run.smithi089.stderr:Invalid command: missing required parameter clusterid() 2024-09-17T08:37:06.342 INFO:teuthology.orchestra.run.smithi089.stderr:nfs cluster create [] : Create an NFS Cluster 2024-09-17T08:37:06.342 INFO:teuthology.orchestra.run.smithi089.stderr:Error EINVAL: invalid command 2024-09-17T08:37:07.326 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:06.678703+0000 mon.smithi089 (mon.0) 576 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-09-17T08:37:07.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:06.678703+0000 mon.smithi089 (mon.0) 576 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-09-17T08:37:08.020 INFO:teuthology.orchestra.run.smithi089.stdout:NFS Cluster Created Successfully 2024-09-17T08:37:08.055 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:06.677702+0000 mgr.smithi089.ernzbc (mgr.14162) 257 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "type": "cephfs", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:37:08.055 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:06.977170+0000 mgr.smithi089.ernzbc (mgr.14162) 258 : cluster [DBG] pgmap v224: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 767 B/s wr, 5 op/s 2024-09-17T08:37:08.055 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:06.989623+0000 mon.smithi089 (mon.0) 577 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-09-17T08:37:08.055 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:06.989664+0000 mon.smithi089 (mon.0) 578 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-17T08:37:08.056 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:06.994397+0000 mon.smithi089 (mon.0) 579 : cluster [DBG] mds.? [v2:172.21.15.133:6832/651280120,v1:172.21.15.133:6833/651280120] up:standby 2024-09-17T08:37:08.056 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:06.994467+0000 mon.smithi089 (mon.0) 580 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi089.xuhpot=up:active} 1 up:standby 2024-09-17T08:37:08.056 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:06.996570+0000 mon.smithi089 (mon.0) 581 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-09-17T08:37:08.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:06.677702+0000 mgr.smithi089.ernzbc (mgr.14162) 257 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "type": "cephfs", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:37:08.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:06.977170+0000 mgr.smithi089.ernzbc (mgr.14162) 258 : cluster [DBG] pgmap v224: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 767 B/s wr, 5 op/s 2024-09-17T08:37:08.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:06.989623+0000 mon.smithi089 (mon.0) 577 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-09-17T08:37:08.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:06.989664+0000 mon.smithi089 (mon.0) 578 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-17T08:37:08.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:06.994397+0000 mon.smithi089 (mon.0) 579 : cluster [DBG] mds.? [v2:172.21.15.133:6832/651280120,v1:172.21.15.133:6833/651280120] up:standby 2024-09-17T08:37:08.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:06.994467+0000 mon.smithi089 (mon.0) 580 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi089.xuhpot=up:active} 1 up:standby 2024-09-17T08:37:08.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:06.996570+0000 mon.smithi089 (mon.0) 581 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-09-17T08:37:08.875 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-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-09-17T08:37:09.159 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:08 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:08.002260+0000 mon.smithi089 (mon.0) 582 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-09-17T08:37:09.167 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:08 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:08.002447+0000 mon.smithi089 (mon.0) 583 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-17T08:37:09.167 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:08 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:37:08.017313+0000 mgr.smithi089.ernzbc (mgr.14162) 259 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-09-17T08:37:09.167 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:08 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:08.020239+0000 mon.smithi089 (mon.0) 584 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:09.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:08 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:08.002260+0000 mon.smithi089 (mon.0) 582 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-09-17T08:37:09.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:08 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:08.002447+0000 mon.smithi089 (mon.0) 583 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-17T08:37:09.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:08 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:37:08.017313+0000 mgr.smithi089.ernzbc (mgr.14162) 259 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-09-17T08:37:09.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:08 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:08.020239+0000 mon.smithi089 (mon.0) 584 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:10.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:08.977540+0000 mgr.smithi089.ernzbc (mgr.14162) 260 : cluster [DBG] pgmap v227: 97 pgs: 8 creating+peering, 15 unknown, 74 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 3 op/s 2024-09-17T08:37:10.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:09.004477+0000 mon.smithi089 (mon.0) 585 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-17T08:37:10.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:10 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:08.977540+0000 mgr.smithi089.ernzbc (mgr.14162) 260 : cluster [DBG] pgmap v227: 97 pgs: 8 creating+peering, 15 unknown, 74 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 3 op/s 2024-09-17T08:37:10.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:10 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:09.004477+0000 mon.smithi089 (mon.0) 585 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-17T08:37:11.159 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:10.231473+0000 mon.smithi089 (mon.0) 586 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/trash_purge_schedule"}]: dispatch 2024-09-17T08:37:11.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:10.232861+0000 mon.smithi089 (mon.0) 587 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:37:11.341 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:37:11.341 INFO:teuthology.orchestra.run.smithi089.stdout: "bind": "/fake", 2024-09-17T08:37:11.341 INFO:teuthology.orchestra.run.smithi089.stdout: "fs": "foofs", 2024-09-17T08:37:11.341 INFO:teuthology.orchestra.run.smithi089.stdout: "path": "/", 2024-09-17T08:37:11.341 INFO:teuthology.orchestra.run.smithi089.stdout: "cluster": "foo", 2024-09-17T08:37:11.341 INFO:teuthology.orchestra.run.smithi089.stdout: "mode": "RW" 2024-09-17T08:37:11.341 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:37:11.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:10.231473+0000 mon.smithi089 (mon.0) 586 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/trash_purge_schedule"}]: dispatch 2024-09-17T08:37:11.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:10.232861+0000 mon.smithi089 (mon.0) 587 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:37:11.962 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2024-09-17T08:37:12.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:10.978181+0000 mgr.smithi089.ernzbc (mgr.14162) 261 : cluster [DBG] pgmap v229: 97 pgs: 8 creating+peering, 2 unknown, 87 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-17T08:37:12.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:11.144913+0000 mon.smithi089 (mon.0) 588 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:12.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:11.150406+0000 mon.smithi089 (mon.0) 589 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:12.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:37:11.152370+0000 mgr.smithi089.ernzbc (mgr.14162) 262 : cephadm [INF] Checking pool "nfs-ganesha" exists for service nfs.foo 2024-09-17T08:37:12.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:37:11.158151+0000 mgr.smithi089.ernzbc (mgr.14162) 263 : cephadm [INF] Creating key for client.nfs.foo.smithi133 2024-09-17T08:37:12.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:11.158389+0000 mon.smithi089 (mon.0) 590 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi133", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-09-17T08:37:12.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:11.163725+0000 mon.smithi089 (mon.0) 591 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi133", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-09-17T08:37:12.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:37:11.165255+0000 mgr.smithi089.ernzbc (mgr.14162) 264 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-17T08:37:12.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:37:11.165351+0000 mgr.smithi089.ernzbc (mgr.14162) 265 : cephadm [INF] Creating key for client.nfs.foo.smithi133-rgw 2024-09-17T08:37:12.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:11.165591+0000 mon.smithi089 (mon.0) 592 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi133-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T08:37:12.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:11.170797+0000 mon.smithi089 (mon.0) 593 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi133-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-17T08:37:12.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:11.173401+0000 mon.smithi089 (mon.0) 594 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:12.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:37:11.174435+0000 mgr.smithi089.ernzbc (mgr.14162) 266 : cephadm [INF] Deploying daemon nfs.foo.smithi133 on smithi133 2024-09-17T08:37:12.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:11.330993+0000 mon.smithi089 (mon.0) 595 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 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-09-17T08:37:12.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:11.336646+0000 mon.smithi089 (mon.0) 596 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 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-09-17T08:37:12.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:10.978181+0000 mgr.smithi089.ernzbc (mgr.14162) 261 : cluster [DBG] pgmap v229: 97 pgs: 8 creating+peering, 2 unknown, 87 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-17T08:37:12.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:11.144913+0000 mon.smithi089 (mon.0) 588 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:12.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:11.150406+0000 mon.smithi089 (mon.0) 589 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:12.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:37:11.152370+0000 mgr.smithi089.ernzbc (mgr.14162) 262 : cephadm [INF] Checking pool "nfs-ganesha" exists for service nfs.foo 2024-09-17T08:37:12.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:37:11.158151+0000 mgr.smithi089.ernzbc (mgr.14162) 263 : cephadm [INF] Creating key for client.nfs.foo.smithi133 2024-09-17T08:37:12.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:11.158389+0000 mon.smithi089 (mon.0) 590 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi133", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-09-17T08:37:12.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:11.163725+0000 mon.smithi089 (mon.0) 591 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi133", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-09-17T08:37:12.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:37:11.165255+0000 mgr.smithi089.ernzbc (mgr.14162) 264 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-17T08:37:12.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:37:11.165351+0000 mgr.smithi089.ernzbc (mgr.14162) 265 : cephadm [INF] Creating key for client.nfs.foo.smithi133-rgw 2024-09-17T08:37:12.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:11.165591+0000 mon.smithi089 (mon.0) 592 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi133-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T08:37:12.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:11.170797+0000 mon.smithi089 (mon.0) 593 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi133-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-17T08:37:12.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:11.173401+0000 mon.smithi089 (mon.0) 594 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:12.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:37:11.174435+0000 mgr.smithi089.ernzbc (mgr.14162) 266 : cephadm [INF] Deploying daemon nfs.foo.smithi133 on smithi133 2024-09-17T08:37:12.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:11.330993+0000 mon.smithi089 (mon.0) 595 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 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-09-17T08:37:12.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:11.336646+0000 mon.smithi089 (mon.0) 596 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 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-09-17T08:37:13.309 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:11.312663+0000 mgr.smithi089.ernzbc (mgr.14162) 267 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:37:13.309 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:12.175774+0000 mon.smithi089 (mon.0) 597 : cluster [DBG] mgrmap e19: smithi089.ernzbc(active, since 6m), standbys: smithi133.ejject 2024-09-17T08:37:13.435 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:11.312663+0000 mgr.smithi089.ernzbc (mgr.14162) 267 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:37:13.435 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:12.175774+0000 mon.smithi089 (mon.0) 597 : cluster [DBG] mgrmap e19: smithi089.ernzbc(active, since 6m), standbys: smithi133.ejject 2024-09-17T08:37:14.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:14 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:12.978639+0000 mgr.smithi089.ernzbc (mgr.14162) 268 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 2.6 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-09-17T08:37:14.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:14 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:12.978639+0000 mgr.smithi089.ernzbc (mgr.14162) 268 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 2.6 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-09-17T08:37:15.309 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:13.869480+0000 mgr.smithi089.ernzbc (mgr.14162) 269 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:37:15.309 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:14.711442+0000 mon.smithi089 (mon.0) 598 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:15.309 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:14.712358+0000 mon.smithi089 (mon.0) 599 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi089", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-09-17T08:37:15.309 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:14.717122+0000 mon.smithi089 (mon.0) 600 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi089", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-09-17T08:37:15.309 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:14.718397+0000 mon.smithi089 (mon.0) 601 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi089-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T08:37:15.309 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:14.723123+0000 mon.smithi089 (mon.0) 602 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi089-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-17T08:37:15.309 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:14.724020+0000 mon.smithi089 (mon.0) 603 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:15.437 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:13.869480+0000 mgr.smithi089.ernzbc (mgr.14162) 269 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:37:15.437 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:14.711442+0000 mon.smithi089 (mon.0) 598 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:15.437 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:14.712358+0000 mon.smithi089 (mon.0) 599 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi089", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-09-17T08:37:15.437 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:14.717122+0000 mon.smithi089 (mon.0) 600 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi089", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-09-17T08:37:15.437 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:14.718397+0000 mon.smithi089 (mon.0) 601 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi089-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T08:37:15.437 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:14.723123+0000 mon.smithi089 (mon.0) 602 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi089-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-17T08:37:15.437 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:14.724020+0000 mon.smithi089 (mon.0) 603 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:37:16.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:37:14.712067+0000 mgr.smithi089.ernzbc (mgr.14162) 270 : cephadm [INF] Creating key for client.nfs.foo.smithi089 2024-09-17T08:37:16.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:37:14.718111+0000 mgr.smithi089.ernzbc (mgr.14162) 271 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-17T08:37:16.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:37:14.718177+0000 mgr.smithi089.ernzbc (mgr.14162) 272 : cephadm [INF] Creating key for client.nfs.foo.smithi089-rgw 2024-09-17T08:37:16.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:37:14.724644+0000 mgr.smithi089.ernzbc (mgr.14162) 273 : cephadm [INF] Deploying daemon nfs.foo.smithi089 on smithi089 2024-09-17T08:37:16.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:14.979061+0000 mgr.smithi089.ernzbc (mgr.14162) 274 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 2.6 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 128 B/s wr, 0 op/s 2024-09-17T08:37:16.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:15.174233+0000 mgr.smithi089.ernzbc (mgr.14162) 275 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:37:16.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:37:14.712067+0000 mgr.smithi089.ernzbc (mgr.14162) 270 : cephadm [INF] Creating key for client.nfs.foo.smithi089 2024-09-17T08:37:16.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:37:14.718111+0000 mgr.smithi089.ernzbc (mgr.14162) 271 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-17T08:37:16.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:37:14.718177+0000 mgr.smithi089.ernzbc (mgr.14162) 272 : cephadm [INF] Creating key for client.nfs.foo.smithi089-rgw 2024-09-17T08:37:16.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:37:14.724644+0000 mgr.smithi089.ernzbc (mgr.14162) 273 : cephadm [INF] Deploying daemon nfs.foo.smithi089 on smithi089 2024-09-17T08:37:16.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:14.979061+0000 mgr.smithi089.ernzbc (mgr.14162) 274 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 2.6 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 128 B/s wr, 0 op/s 2024-09-17T08:37:16.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:15.174233+0000 mgr.smithi089.ernzbc (mgr.14162) 275 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:37:18.452 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:18 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:16.496160+0000 mgr.smithi089.ernzbc (mgr.14162) 276 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:37:18.452 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:18 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:16.979671+0000 mgr.smithi089.ernzbc (mgr.14162) 277 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-09-17T08:37:18.623 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:18 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:16.496160+0000 mgr.smithi089.ernzbc (mgr.14162) 276 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:37:18.623 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:18 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:16.979671+0000 mgr.smithi089.ernzbc (mgr.14162) 277 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-09-17T08:37:19.118 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo 2/2 - 11s count:2 2024-09-17T08:37:19.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:17.793539+0000 mgr.smithi089.ernzbc (mgr.14162) 278 : audit [DBG] from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:37:19.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:18.735452+0000 mon.smithi089 (mon.0) 604 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:19.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:18.736114+0000 mon.smithi089 (mon.0) 605 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:37:19.666 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:17.793539+0000 mgr.smithi089.ernzbc (mgr.14162) 278 : audit [DBG] from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:37:19.666 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:18.735452+0000 mon.smithi089 (mon.0) 604 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:19.667 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:18.736114+0000 mon.smithi089 (mon.0) 605 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:37:19.788 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-17T08:37:19.802 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi089.front.sepia.ceph.com 2024-09-17T08:37:19.803 DEBUG:teuthology.orchestra.run.smithi089:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-09-17T08:37:19.829 INFO:teuthology.orchestra.run.smithi089.stderr:+ mkdir /mnt/foo 2024-09-17T08:37:19.841 DEBUG:teuthology.orchestra.run.smithi089:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2024-09-17T08:37:19.905 INFO:teuthology.orchestra.run.smithi089.stderr:++ hostname 2024-09-17T08:37:19.905 INFO:teuthology.orchestra.run.smithi089.stderr:+ mount -t nfs smithi089:/fake /mnt/foo -o sync 2024-09-17T08:37:20.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:20 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:18.980123+0000 mgr.smithi089.ernzbc (mgr.14162) 279 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 2 op/s 2024-09-17T08:37:20.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:20 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:19.101884+0000 mgr.smithi089.ernzbc (mgr.14162) 280 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:37:20.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:18.980123+0000 mgr.smithi089.ernzbc (mgr.14162) 279 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 2 op/s 2024-09-17T08:37:20.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:19.101884+0000 mgr.smithi089.ernzbc (mgr.14162) 280 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:37:20.643 DEBUG:teuthology.orchestra.run.smithi089:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-09-17T08:37:20.708 INFO:teuthology.orchestra.run.smithi089.stderr:+ echo test 2024-09-17T08:37:20.717 DEBUG:teuthology.orchestra.run.smithi089:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-09-17T08:37:20.783 INFO:teuthology.orchestra.run.smithi089.stderr:+ sync 2024-09-17T08:37:21.083 INFO:teuthology.run_tasks:Running task parallel... 2024-09-17T08:37:21.092 INFO:teuthology.task.parallel:starting parallel... 2024-09-17T08:37:21.093 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-09-17T08:37:21.093 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-09-17T08:37:21.094 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi089.front.sepia.ceph.com 2024-09-17T08:37:21.094 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -e sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-09-17T08:37:21.094 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-09-17T08:37:21.094 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-09-17T08:37:21.095 INFO:teuthology.task.exec:Executing custom commands... 2024-09-17T08:37:21.095 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi089.front.sepia.ceph.com 2024-09-17T08:37:21.096 DEBUG:teuthology.orchestra.run.smithi089:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2024-09-17T08:37:21.188 INFO:teuthology.orchestra.run.smithi089.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-09-17T08:37:21.188 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T08:37:21.188 INFO:teuthology.orchestra.run.smithi089.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2024-09-17T08:37:21.189 INFO:teuthology.orchestra.run.smithi089.stdout:4 of 5 processes prepared for launch 0 sec 2024-09-17T08:37:21.289 INFO:teuthology.orchestra.run.smithi089.stdout:5 of 5 processes prepared for launch 0 sec 2024-09-17T08:37:21.290 INFO:teuthology.orchestra.run.smithi089.stdout:releasing clients 2024-09-17T08:37:22.290 INFO:teuthology.orchestra.run.smithi089.stdout: 5 325 58.99 MB/sec warmup 1 sec latency 8.459 ms 2024-09-17T08:37:22.525 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:20.980627+0000 mgr.smithi089.ernzbc (mgr.14162) 281 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 3.3 KiB/s rd, 1.7 KiB/s wr, 5 op/s 2024-09-17T08:37:22.525 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:21.311247+0000 mon.smithi089 (mon.0) 606 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:22.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:20.980627+0000 mgr.smithi089.ernzbc (mgr.14162) 281 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 3.3 KiB/s rd, 1.7 KiB/s wr, 5 op/s 2024-09-17T08:37:22.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:21.311247+0000 mon.smithi089 (mon.0) 606 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:23.289 INFO:teuthology.orchestra.run.smithi089.stdout: 5 711 53.04 MB/sec warmup 2 sec latency 11.992 ms 2024-09-17T08:37:24.290 INFO:teuthology.orchestra.run.smithi089.stdout: 5 2030 44.27 MB/sec warmup 3 sec latency 9.088 ms 2024-09-17T08:37:24.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:22.981203+0000 mgr.smithi089.ernzbc (mgr.14162) 282 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 24 MiB data, 76 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.1 MiB/s wr, 130 op/s 2024-09-17T08:37:24.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:23.393984+0000 mon.smithi089 (mon.0) 607 : audit [INF] from='client.? 172.21.15.89:0/3905105247' entity='client.admin' 2024-09-17T08:37:24.487 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -e sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-09-17T08:37:24.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:22.981203+0000 mgr.smithi089.ernzbc (mgr.14162) 282 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 24 MiB data, 76 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.1 MiB/s wr, 130 op/s 2024-09-17T08:37:24.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:23.393984+0000 mon.smithi089 (mon.0) 607 : audit [INF] from='client.? 172.21.15.89:0/3905105247' entity='client.admin' 2024-09-17T08:37:25.290 INFO:teuthology.orchestra.run.smithi089.stdout: 5 3488 46.57 MB/sec warmup 4 sec latency 8.965 ms 2024-09-17T08:37:26.290 INFO:teuthology.orchestra.run.smithi089.stdout: 5 4536 41.15 MB/sec warmup 5 sec latency 11.172 ms 2024-09-17T08:37:26.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:24.981620+0000 mgr.smithi089.ernzbc (mgr.14162) 283 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 44 MiB data, 188 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 3.8 MiB/s wr, 165 op/s 2024-09-17T08:37:26.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:24.981620+0000 mgr.smithi089.ernzbc (mgr.14162) 283 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 44 MiB data, 188 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 3.8 MiB/s wr, 165 op/s 2024-09-17T08:37:27.290 INFO:teuthology.orchestra.run.smithi089.stdout: 5 5898 38.95 MB/sec warmup 6 sec latency 94.194 ms 2024-09-17T08:37:27.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:26.982135+0000 mgr.smithi089.ernzbc (mgr.14162) 284 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 86 MiB data, 337 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 7.8 MiB/s wr, 382 op/s 2024-09-17T08:37:27.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:26.982135+0000 mgr.smithi089.ernzbc (mgr.14162) 284 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 86 MiB data, 337 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 7.8 MiB/s wr, 382 op/s 2024-09-17T08:37:28.290 INFO:teuthology.orchestra.run.smithi089.stdout: 5 6962 39.80 MB/sec warmup 7 sec latency 19.054 ms 2024-09-17T08:37:29.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:28.140464+0000 mon.smithi089 (mon.0) 608 : audit [INF] from='client.? ' entity='client.admin' 2024-09-17T08:37:29.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:28.828571+0000 mon.smithi089 (mon.0) 609 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:29.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:28.833018+0000 mon.smithi089 (mon.0) 610 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:29.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:28.837247+0000 mon.smithi089 (mon.0) 611 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:37:29.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:28.842793+0000 mon.smithi089 (mon.0) 612 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:29.290 INFO:teuthology.orchestra.run.smithi089.stdout: 5 8080 37.70 MB/sec warmup 8 sec latency 18.116 ms 2024-09-17T08:37:29.355 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:28.140464+0000 mon.smithi089 (mon.0) 608 : audit [INF] from='client.? ' entity='client.admin' 2024-09-17T08:37:29.355 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:28.828571+0000 mon.smithi089 (mon.0) 609 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:29.355 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:28.833018+0000 mon.smithi089 (mon.0) 610 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:29.355 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:28.837247+0000 mon.smithi089 (mon.0) 611 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:37:29.355 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:28.842793+0000 mon.smithi089 (mon.0) 612 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:29.389 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -e sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -- bash -c 'ceph config set global log_to_journald false --force' 2024-09-17T08:37:30.290 INFO:teuthology.orchestra.run.smithi089.stdout: 5 9439 36.53 MB/sec warmup 9 sec latency 16.258 ms 2024-09-17T08:37:30.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:28.982669+0000 mgr.smithi089.ernzbc (mgr.14162) 285 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 139 MiB data, 613 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 14 MiB/s wr, 864 op/s 2024-09-17T08:37:30.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:28.982669+0000 mgr.smithi089.ernzbc (mgr.14162) 285 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 139 MiB data, 613 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 14 MiB/s wr, 864 op/s 2024-09-17T08:37:31.290 INFO:teuthology.orchestra.run.smithi089.stdout: 5 10783 38.59 MB/sec warmup 10 sec latency 23.944 ms 2024-09-17T08:37:32.290 INFO:teuthology.orchestra.run.smithi089.stdout: 5 11616 36.07 MB/sec warmup 11 sec latency 24.319 ms 2024-09-17T08:37:32.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:32 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:30.983150+0000 mgr.smithi089.ernzbc (mgr.14162) 286 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 148 MiB data, 659 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 16 MiB/s wr, 1.03k op/s 2024-09-17T08:37:32.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:32 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:32.065275+0000 mon.smithi089 (mon.0) 613 : audit [INF] from='client.? ' entity='client.admin' 2024-09-17T08:37:32.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:32 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:32.070538+0000 mon.smithi089 (mon.0) 614 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:37:32.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:32 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:32.076819+0000 mon.smithi089 (mon.0) 615 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:32.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:32 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:30.983150+0000 mgr.smithi089.ernzbc (mgr.14162) 286 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 148 MiB data, 659 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 16 MiB/s wr, 1.03k op/s 2024-09-17T08:37:32.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:32 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:32.065275+0000 mon.smithi089 (mon.0) 613 : audit [INF] from='client.? ' entity='client.admin' 2024-09-17T08:37:32.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:32 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:32.070538+0000 mon.smithi089 (mon.0) 614 : audit [DBG] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:37:32.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:32 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:32.076819+0000 mon.smithi089 (mon.0) 615 : audit [INF] from='mgr.14162 172.21.15.89:0/2612703682' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:33.290 INFO:teuthology.orchestra.run.smithi089.stdout: 5 13019 35.49 MB/sec warmup 12 sec latency 71.462 ms 2024-09-17T08:37:33.624 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -e sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -- bash -c 'ceph mgr module enable nfs --force' 2024-09-17T08:37:34.290 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:34 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:32.983583+0000 mgr.smithi089.ernzbc (mgr.14162) 287 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 166 MiB data, 748 MiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 21 MiB/s wr, 1.49k op/s 2024-09-17T08:37:34.291 INFO:teuthology.orchestra.run.smithi089.stdout: 5 14286 36.99 MB/sec warmup 13 sec latency 16.397 ms 2024-09-17T08:37:34.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:34 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:32.983583+0000 mgr.smithi089.ernzbc (mgr.14162) 287 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 166 MiB data, 748 MiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 21 MiB/s wr, 1.49k op/s 2024-09-17T08:37:35.291 INFO:teuthology.orchestra.run.smithi089.stdout: 5 15084 35.05 MB/sec warmup 14 sec latency 19.276 ms 2024-09-17T08:37:36.290 INFO:teuthology.orchestra.run.smithi089.stdout: 5 16241 34.35 MB/sec warmup 15 sec latency 19.679 ms 2024-09-17T08:37:36.435 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:36 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:34.984058+0000 mgr.smithi089.ernzbc (mgr.14162) 288 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 165 MiB data, 780 MiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 20 MiB/s wr, 1.43k op/s 2024-09-17T08:37:36.435 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:36 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:35.980359+0000 mon.smithi089 (mon.0) 616 : audit [INF] from='client.? 172.21.15.89:0/2552977894' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-09-17T08:37:36.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:36 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:34.984058+0000 mgr.smithi089.ernzbc (mgr.14162) 288 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 165 MiB data, 780 MiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 20 MiB/s wr, 1.43k op/s 2024-09-17T08:37:36.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:36 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:35.980359+0000 mon.smithi089 (mon.0) 616 : audit [INF] from='client.? 172.21.15.89:0/2552977894' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-09-17T08:37:36.875 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -e sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-09-17T08:37:37.290 INFO:teuthology.orchestra.run.smithi089.stdout: 5 17450 34.78 MB/sec warmup 16 sec latency 22.369 ms 2024-09-17T08:37:37.462 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:36.182365+0000 mon.smithi089 (mon.0) 617 : audit [INF] from='client.? 172.21.15.89:0/2552977894' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-09-17T08:37:37.462 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:36.182506+0000 mon.smithi089 (mon.0) 618 : cluster [DBG] mgrmap e20: smithi089.ernzbc(active, since 6m), standbys: smithi133.ejject 2024-09-17T08:37:37.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:36.182365+0000 mon.smithi089 (mon.0) 617 : audit [INF] from='client.? 172.21.15.89:0/2552977894' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-09-17T08:37:37.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:36.182506+0000 mon.smithi089 (mon.0) 618 : cluster [DBG] mgrmap e20: smithi089.ernzbc(active, since 6m), standbys: smithi133.ejject 2024-09-17T08:37:38.290 INFO:teuthology.orchestra.run.smithi089.stdout: 5 18443 34.36 MB/sec warmup 17 sec latency 19.692 ms 2024-09-17T08:37:39.290 INFO:teuthology.orchestra.run.smithi089.stdout: 5 19281 33.65 MB/sec warmup 18 sec latency 40.079 ms 2024-09-17T08:37:40.291 INFO:teuthology.orchestra.run.smithi089.stdout: 5 20336 32.85 MB/sec warmup 19 sec latency 20.839 ms 2024-09-17T08:37:41.291 INFO:teuthology.orchestra.run.smithi089.stdout: 5 21464 33.66 MB/sec warmup 20 sec latency 21.464 ms 2024-09-17T08:37:42.291 INFO:teuthology.orchestra.run.smithi089.stdout: 5 22242 32.54 MB/sec warmup 21 sec latency 14.813 ms 2024-09-17T08:37:42.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:42.569486+0000 mon.smithi089 (mon.0) 619 : cluster [DBG] Standby manager daemon smithi133.ejject restarted 2024-09-17T08:37:42.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:42.569632+0000 mon.smithi089 (mon.0) 620 : cluster [DBG] Standby manager daemon smithi133.ejject started 2024-09-17T08:37:42.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:42.570776+0000 mon.smithi133 (mon.1) 18 : audit [DBG] from='mgr.? 172.21.15.133:0/296579300' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi133.ejject/crt"}]: dispatch 2024-09-17T08:37:42.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:42.571178+0000 mon.smithi133 (mon.1) 19 : audit [DBG] from='mgr.? 172.21.15.133:0/296579300' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T08:37:42.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:42.573517+0000 mon.smithi133 (mon.1) 20 : audit [DBG] from='mgr.? 172.21.15.133:0/296579300' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi133.ejject/key"}]: dispatch 2024-09-17T08:37:42.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:42.574495+0000 mon.smithi133 (mon.1) 21 : audit [DBG] from='mgr.? 172.21.15.133:0/296579300' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T08:37:42.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:42.569486+0000 mon.smithi089 (mon.0) 619 : cluster [DBG] Standby manager daemon smithi133.ejject restarted 2024-09-17T08:37:42.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:42.569632+0000 mon.smithi089 (mon.0) 620 : cluster [DBG] Standby manager daemon smithi133.ejject started 2024-09-17T08:37:42.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:42.570776+0000 mon.smithi133 (mon.1) 18 : audit [DBG] from='mgr.? 172.21.15.133:0/296579300' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi133.ejject/crt"}]: dispatch 2024-09-17T08:37:42.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:42.571178+0000 mon.smithi133 (mon.1) 19 : audit [DBG] from='mgr.? 172.21.15.133:0/296579300' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T08:37:42.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:42.573517+0000 mon.smithi133 (mon.1) 20 : audit [DBG] from='mgr.? 172.21.15.133:0/296579300' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi133.ejject/key"}]: dispatch 2024-09-17T08:37:42.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:42.574495+0000 mon.smithi133 (mon.1) 21 : audit [DBG] from='mgr.? 172.21.15.133:0/296579300' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T08:37:43.291 INFO:teuthology.orchestra.run.smithi089.stdout: 5 23330 32.15 MB/sec warmup 22 sec latency 31.713 ms 2024-09-17T08:37:43.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:42.627748+0000 mon.smithi089 (mon.0) 621 : cluster [DBG] mgrmap e21: smithi089.ernzbc(active, since 6m), standbys: smithi133.ejject 2024-09-17T08:37:43.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:42.627748+0000 mon.smithi089 (mon.0) 621 : cluster [DBG] mgrmap e21: smithi089.ernzbc(active, since 6m), standbys: smithi133.ejject 2024-09-17T08:37:44.291 INFO:teuthology.orchestra.run.smithi089.stdout: 5 24597 32.65 MB/sec warmup 23 sec latency 42.973 ms 2024-09-17T08:37:44.881 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:43.862516+0000 mon.smithi089 (mon.0) 622 : cluster [INF] Active manager daemon smithi089.ernzbc restarted 2024-09-17T08:37:44.881 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:43.863221+0000 mon.smithi089 (mon.0) 623 : cluster [INF] Activating manager daemon smithi089.ernzbc 2024-09-17T08:37:44.881 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:43.867606+0000 mon.smithi089 (mon.0) 624 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-17T08:37:44.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:44 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:43.862516+0000 mon.smithi089 (mon.0) 622 : cluster [INF] Active manager daemon smithi089.ernzbc restarted 2024-09-17T08:37:44.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:44 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:43.863221+0000 mon.smithi089 (mon.0) 623 : cluster [INF] Activating manager daemon smithi089.ernzbc 2024-09-17T08:37:44.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:44 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:43.867606+0000 mon.smithi089 (mon.0) 624 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-17T08:37:45.291 INFO:teuthology.orchestra.run.smithi089.stdout: 5 25513 32.31 MB/sec warmup 24 sec latency 18.330 ms 2024-09-17T08:37:45.657 INFO:teuthology.orchestra.run.smithi089.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 2024-09-17T08:37:45.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:44.641285+0000 mon.smithi089 (mon.0) 625 : cluster [DBG] mgrmap e22: smithi089.ernzbc(active, starting, since 0.778166s), standbys: smithi133.ejject 2024-09-17T08:37:45.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:44.642680+0000 mon.smithi089 (mon.0) 626 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-09-17T08:37:45.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:44.642868+0000 mon.smithi089 (mon.0) 627 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-09-17T08:37:45.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:44.643819+0000 mon.smithi089 (mon.0) 628 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi089.xuhpot"}]: dispatch 2024-09-17T08:37:45.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:44.644118+0000 mon.smithi089 (mon.0) 629 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi133.enpevq"}]: dispatch 2024-09-17T08:37:45.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:44.644788+0000 mon.smithi089 (mon.0) 630 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr metadata", "who": "smithi089.ernzbc", "id": "smithi089.ernzbc"}]: dispatch 2024-09-17T08:37:45.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:44.645061+0000 mon.smithi089 (mon.0) 631 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr metadata", "who": "smithi133.ejject", "id": "smithi133.ejject"}]: dispatch 2024-09-17T08:37:45.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:44.645959+0000 mon.smithi089 (mon.0) 632 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:37:45.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:44.646252+0000 mon.smithi089 (mon.0) 633 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:37:45.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:44.646611+0000 mon.smithi089 (mon.0) 634 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:37:45.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:44.646935+0000 mon.smithi089 (mon.0) 635 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:37:45.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:44.647215+0000 mon.smithi089 (mon.0) 636 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:37:45.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:44.647486+0000 mon.smithi089 (mon.0) 637 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:37:45.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:44.647808+0000 mon.smithi089 (mon.0) 638 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:37:45.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:44.648080+0000 mon.smithi089 (mon.0) 639 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:37:45.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:44.648428+0000 mon.smithi089 (mon.0) 640 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T08:37:45.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:44.648771+0000 mon.smithi089 (mon.0) 641 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T08:37:45.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:44.649446+0000 mon.smithi089 (mon.0) 642 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T08:37:45.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:44.652836+0000 mon.smithi089 (mon.0) 643 : cluster [INF] Manager daemon smithi089.ernzbc is now available 2024-09-17T08:37:45.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:44.805330+0000 mon.smithi089 (mon.0) 644 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:37:45.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:44.807635+0000 mon.smithi089 (mon.0) 645 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:37:45.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:44.849736+0000 mon.smithi089 (mon.0) 646 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:37:45.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:44.861318+0000 mon.smithi089 (mon.0) 647 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/trash_purge_schedule"}]: dispatch 2024-09-17T08:37:45.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:44.641285+0000 mon.smithi089 (mon.0) 625 : cluster [DBG] mgrmap e22: smithi089.ernzbc(active, starting, since 0.778166s), standbys: smithi133.ejject 2024-09-17T08:37:45.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:44.642680+0000 mon.smithi089 (mon.0) 626 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-09-17T08:37:45.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:44.642868+0000 mon.smithi089 (mon.0) 627 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-09-17T08:37:45.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:44.643819+0000 mon.smithi089 (mon.0) 628 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi089.xuhpot"}]: dispatch 2024-09-17T08:37:45.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:44.644118+0000 mon.smithi089 (mon.0) 629 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi133.enpevq"}]: dispatch 2024-09-17T08:37:45.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:44.644788+0000 mon.smithi089 (mon.0) 630 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr metadata", "who": "smithi089.ernzbc", "id": "smithi089.ernzbc"}]: dispatch 2024-09-17T08:37:45.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:44.645061+0000 mon.smithi089 (mon.0) 631 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr metadata", "who": "smithi133.ejject", "id": "smithi133.ejject"}]: dispatch 2024-09-17T08:37:45.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:44.645959+0000 mon.smithi089 (mon.0) 632 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:37:45.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:44.646252+0000 mon.smithi089 (mon.0) 633 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:37:45.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:44.646611+0000 mon.smithi089 (mon.0) 634 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:37:45.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:44.646935+0000 mon.smithi089 (mon.0) 635 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:37:45.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:44.647215+0000 mon.smithi089 (mon.0) 636 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:37:45.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:44.647486+0000 mon.smithi089 (mon.0) 637 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:37:45.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:44.647808+0000 mon.smithi089 (mon.0) 638 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:37:45.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:44.648080+0000 mon.smithi089 (mon.0) 639 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:37:45.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:44.648428+0000 mon.smithi089 (mon.0) 640 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T08:37:45.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:44.648771+0000 mon.smithi089 (mon.0) 641 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T08:37:45.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:44.649446+0000 mon.smithi089 (mon.0) 642 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T08:37:45.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:44.652836+0000 mon.smithi089 (mon.0) 643 : cluster [INF] Manager daemon smithi089.ernzbc is now available 2024-09-17T08:37:45.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:44.805330+0000 mon.smithi089 (mon.0) 644 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:37:45.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:44.807635+0000 mon.smithi089 (mon.0) 645 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:37:45.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:44.849736+0000 mon.smithi089 (mon.0) 646 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:37:45.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:44.861318+0000 mon.smithi089 (mon.0) 647 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/trash_purge_schedule"}]: dispatch 2024-09-17T08:37:46.291 INFO:teuthology.orchestra.run.smithi089.stdout: 5 26551 32.03 MB/sec warmup 25 sec latency 17.837 ms 2024-09-17T08:37:46.507 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-09-17T08:37:46.509 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi089.front.sepia.ceph.com 2024-09-17T08:37:46.509 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -e sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -- 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-09-17T08:37:46.889 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:46 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:45.645830+0000 mon.smithi089 (mon.0) 648 : cluster [DBG] mgrmap e23: smithi089.ernzbc(active, since 1.78271s), standbys: smithi133.ejject 2024-09-17T08:37:46.889 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:46 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:37:45.649086+0000 mgr.smithi089.ernzbc (mgr.14596) 2 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 2024-09-17T08:37:46.889 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:46 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:45.651661+0000 mgr.smithi089.ernzbc (mgr.14596) 3 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 201 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2024-09-17T08:37:46.889 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:46 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:45.655750+0000 mon.smithi089 (mon.0) 649 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:46.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:46 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:45.645830+0000 mon.smithi089 (mon.0) 648 : cluster [DBG] mgrmap e23: smithi089.ernzbc(active, since 1.78271s), standbys: smithi133.ejject 2024-09-17T08:37:46.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:46 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:37:45.649086+0000 mgr.smithi089.ernzbc (mgr.14596) 2 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 2024-09-17T08:37:46.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:46 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:45.651661+0000 mgr.smithi089.ernzbc (mgr.14596) 3 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 201 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2024-09-17T08:37:46.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:46 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:45.655750+0000 mon.smithi089 (mon.0) 649 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:47.291 INFO:teuthology.orchestra.run.smithi089.stdout: 5 27892 32.19 MB/sec warmup 26 sec latency 13.617 ms 2024-09-17T08:37:47.881 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:46.647007+0000 mgr.smithi089.ernzbc (mgr.14596) 4 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 201 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2024-09-17T08:37:47.881 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:46.665562+0000 mon.smithi089 (mon.0) 650 : cluster [DBG] mgrmap e24: smithi089.ernzbc(active, since 2s), standbys: smithi133.ejject 2024-09-17T08:37:47.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:46.647007+0000 mgr.smithi089.ernzbc (mgr.14596) 4 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 201 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2024-09-17T08:37:47.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:46.665562+0000 mon.smithi089 (mon.0) 650 : cluster [DBG] mgrmap e24: smithi089.ernzbc(active, since 2s), standbys: smithi133.ejject 2024-09-17T08:37:48.291 INFO:teuthology.orchestra.run.smithi089.stdout: 5 28869 32.22 MB/sec warmup 27 sec latency 21.048 ms 2024-09-17T08:37:49.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:49 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:48.152977+0000 mon.smithi089 (mon.0) 651 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:49.291 INFO:teuthology.orchestra.run.smithi089.stdout: 5 29869 31.77 MB/sec warmup 28 sec latency 19.938 ms 2024-09-17T08:37:49.403 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:49 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:48.152977+0000 mon.smithi089 (mon.0) 651 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:50.291 INFO:teuthology.orchestra.run.smithi089.stdout: 5 30962 31.44 MB/sec warmup 29 sec latency 18.714 ms 2024-09-17T08:37:50.350 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:37:50.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:50 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:48.647365+0000 mgr.smithi089.ernzbc (mgr.14596) 5 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 201 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2024-09-17T08:37:50.482 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:50 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:48.647365+0000 mgr.smithi089.ernzbc (mgr.14596) 5 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 201 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2024-09-17T08:37:51.254 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST STATUS REFRESHED AGE PORTS VERSION IMAGE ID CONTAINER ID 2024-09-17T08:37:51.254 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 running (4m) 22s ago 6m *:9093 *:9094 0.20.0 0881eb8f169f 3b700e187bd8 2024-09-17T08:37:51.255 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (6m) 22s ago 6m - 16.2.0 24ecd6d5f14c 86364fbbe3dd 2024-09-17T08:37:51.255 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (5m) 3s ago 5m - 16.2.0 24ecd6d5f14c c38435e94451 2024-09-17T08:37:51.255 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 running (4m) 22s ago 5m *:3000 6.7.4 557c83e11646 2ae2b04f05ee 2024-09-17T08:37:51.255 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (51s) 22s ago 50s - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:37:51.255 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (48s) 3s ago 48s - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:37:51.255 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 running (7m) 22s ago 7m *:9283 16.2.0 24ecd6d5f14c c35c6a435f28 2024-09-17T08:37:51.255 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 running (5m) 3s ago 5m *:8443 *:9283 16.2.0 24ecd6d5f14c 1be882d2932a 2024-09-17T08:37:51.255 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (7m) 22s ago 7m - 16.2.0 24ecd6d5f14c 5b5bfe3c39d2 2024-09-17T08:37:51.255 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (5m) 3s ago 5m - 16.2.0 24ecd6d5f14c b73d1c15d884 2024-09-17T08:37:51.255 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.smithi089 smithi089 running (32s) 22s ago 32s *:2049 3.5 24ecd6d5f14c 1823ce7584dc 2024-09-17T08:37:51.255 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.smithi133 smithi133 running (37s) 3s ago 36s *:2049 3.5 24ecd6d5f14c 3a183de21081 2024-09-17T08:37:51.255 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 running (5m) 22s ago 5m *:9100 0.18.1 e5a616e4b9cf 5d5794dcc827 2024-09-17T08:37:51.255 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 running (4m) 3s ago 4m *:9100 0.18.1 e5a616e4b9cf 96cc16ecae89 2024-09-17T08:37:51.255 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (4m) 22s ago 4m - 16.2.0 24ecd6d5f14c ac2da40952c1 2024-09-17T08:37:51.256 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (4m) 22s ago 4m - 16.2.0 24ecd6d5f14c 393455ed3cc2 2024-09-17T08:37:51.256 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (3m) 22s ago 3m - 16.2.0 24ecd6d5f14c efc5a17c7a8f 2024-09-17T08:37:51.256 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (3m) 22s ago 3m - 16.2.0 24ecd6d5f14c aa8afc36736b 2024-09-17T08:37:51.256 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (3m) 3s ago 3m - 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:37:51.256 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (2m) 3s ago 2m - 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:37:51.256 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (2m) 3s ago 2m - 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:37:51.256 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (2m) 3s ago 2m - 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:37:51.256 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 running (4m) 22s ago 5m *:9095 2.18.1 de242295e225 251bc3a8e51b 2024-09-17T08:37:51.291 INFO:teuthology.orchestra.run.smithi089.stdout: 5 31963 31.76 MB/sec warmup 30 sec latency 23.083 ms 2024-09-17T08:37:51.748 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:37:51.748 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:37:51.748 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:37:51.749 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:37:51.749 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:37:51.749 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:37:51.749 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:37:51.749 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:37:51.749 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 8 2024-09-17T08:37:51.749 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:37:51.749 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:37:51.749 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:37:51.749 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:37:51.749 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:37:51.749 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 14 2024-09-17T08:37:51.749 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:37:51.749 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:37:52.233 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:37:52.233 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9", 2024-09-17T08:37:52.233 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:37:52.233 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [], 2024-09-17T08:37:52.234 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "", 2024-09-17T08:37:52.234 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "" 2024-09-17T08:37:52.234 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:37:52.291 INFO:teuthology.orchestra.run.smithi089.stdout: 5 32739 31.23 MB/sec warmup 31 sec latency 12.720 ms 2024-09-17T08:37:52.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:52 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:50.323251+0000 mgr.smithi089.ernzbc (mgr.14596) 6 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:37:52.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:52 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:50.647867+0000 mgr.smithi089.ernzbc (mgr.14596) 7 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 201 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.1 MiB/s wr, 444 op/s 2024-09-17T08:37:52.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:52 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:50.761818+0000 mgr.smithi089.ernzbc (mgr.14596) 8 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:37:52.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:52 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:51.237326+0000 mgr.smithi089.ernzbc (mgr.14596) 9 : audit [DBG] from='client.24383 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:37:52.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:52 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:51.748830+0000 mon.smithi089 (mon.0) 652 : audit [DBG] from='client.? 172.21.15.89:0/874700158' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:37:52.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:52 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:50.323251+0000 mgr.smithi089.ernzbc (mgr.14596) 6 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:37:52.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:52 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:50.647867+0000 mgr.smithi089.ernzbc (mgr.14596) 7 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 201 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.1 MiB/s wr, 444 op/s 2024-09-17T08:37:52.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:52 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:50.761818+0000 mgr.smithi089.ernzbc (mgr.14596) 8 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:37:52.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:52 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:51.237326+0000 mgr.smithi089.ernzbc (mgr.14596) 9 : audit [DBG] from='client.24383 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:37:52.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:52 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:51.748830+0000 mon.smithi089 (mon.0) 652 : audit [DBG] from='client.? 172.21.15.89:0/874700158' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:37:52.822 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_OK 2024-09-17T08:37:53.291 INFO:teuthology.orchestra.run.smithi089.stdout: 5 33724 31.01 MB/sec warmup 32 sec latency 18.141 ms 2024-09-17T08:37:53.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:52.233335+0000 mgr.smithi089.ernzbc (mgr.14596) 10 : audit [DBG] from='client.24391 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:37:53.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:52.822344+0000 mon.smithi089 (mon.0) 653 : audit [DBG] from='client.? 172.21.15.89:0/2074168807' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:37:53.659 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:52.233335+0000 mgr.smithi089.ernzbc (mgr.14596) 10 : audit [DBG] from='client.24391 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:37:53.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:52.822344+0000 mon.smithi089 (mon.0) 653 : audit [DBG] from='client.? 172.21.15.89:0/2074168807' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:37:54.291 INFO:teuthology.orchestra.run.smithi089.stdout: 5 34846 30.94 MB/sec warmup 33 sec latency 97.778 ms 2024-09-17T08:37:54.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:52.648757+0000 mgr.smithi089.ernzbc (mgr.14596) 11 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 209 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.04k op/s 2024-09-17T08:37:54.659 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:54 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:52.648757+0000 mgr.smithi089.ernzbc (mgr.14596) 11 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 209 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.04k op/s 2024-09-17T08:37:55.291 INFO:teuthology.orchestra.run.smithi089.stdout: 5 36048 31.23 MB/sec warmup 34 sec latency 44.034 ms 2024-09-17T08:37:56.291 INFO:teuthology.orchestra.run.smithi089.stdout: 5 36987 30.89 MB/sec warmup 35 sec latency 18.256 ms 2024-09-17T08:37:56.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:56 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:54.651465+0000 mgr.smithi089.ernzbc (mgr.14596) 12 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 209 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 8.3 MiB/s wr, 806 op/s 2024-09-17T08:37:56.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:56 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:55.358918+0000 mon.smithi089 (mon.0) 654 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:56.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:56 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:37:55.655645+0000 mon.smithi089 (mon.0) 655 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:56.659 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:56 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:54.651465+0000 mgr.smithi089.ernzbc (mgr.14596) 12 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 209 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 8.3 MiB/s wr, 806 op/s 2024-09-17T08:37:56.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:56 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:55.358918+0000 mon.smithi089 (mon.0) 654 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:56.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:56 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:37:55.655645+0000 mon.smithi089 (mon.0) 655 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' 2024-09-17T08:37:57.293 INFO:teuthology.orchestra.run.smithi089.stdout: 5 37986 30.57 MB/sec warmup 36 sec latency 31.307 ms 2024-09-17T08:37:57.659 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:37:55.659271+0000 mgr.smithi089.ernzbc (mgr.14596) 13 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 2024-09-17T08:37:57.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:37:55.659271+0000 mgr.smithi089.ernzbc (mgr.14596) 13 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 2024-09-17T08:37:58.291 INFO:teuthology.orchestra.run.smithi089.stdout: 5 38758 30.64 MB/sec warmup 37 sec latency 37.128 ms 2024-09-17T08:37:58.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:37:58 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:56.652164+0000 mgr.smithi089.ernzbc (mgr.14596) 14 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 234 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 14 MiB/s wr, 1.28k op/s 2024-09-17T08:37:58.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:37:58 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:56.652164+0000 mgr.smithi089.ernzbc (mgr.14596) 14 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 234 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 14 MiB/s wr, 1.28k op/s 2024-09-17T08:37:59.291 INFO:teuthology.orchestra.run.smithi089.stdout: 5 39490 30.43 MB/sec warmup 38 sec latency 29.102 ms 2024-09-17T08:38:00.292 INFO:teuthology.orchestra.run.smithi089.stdout: 5 40100 29.90 MB/sec warmup 39 sec latency 27.502 ms 2024-09-17T08:38:00.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:00 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:37:58.652565+0000 mgr.smithi089.ernzbc (mgr.14596) 15 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 234 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.17k op/s 2024-09-17T08:38:00.659 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:00 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:37:58.652565+0000 mgr.smithi089.ernzbc (mgr.14596) 15 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 234 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.17k op/s 2024-09-17T08:38:01.291 INFO:teuthology.orchestra.run.smithi089.stdout: 5 41053 29.64 MB/sec warmup 40 sec latency 28.247 ms 2024-09-17T08:38:02.293 INFO:teuthology.orchestra.run.smithi089.stdout: 5 41910 29.54 MB/sec warmup 41 sec latency 24.891 ms 2024-09-17T08:38:02.659 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:00.653495+0000 mgr.smithi089.ernzbc (mgr.14596) 16 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 246 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 17 MiB/s wr, 1.62k op/s 2024-09-17T08:38:02.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:00.653495+0000 mgr.smithi089.ernzbc (mgr.14596) 16 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 246 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 17 MiB/s wr, 1.62k op/s 2024-09-17T08:38:03.292 INFO:teuthology.orchestra.run.smithi089.stdout: 5 42786 29.73 MB/sec warmup 42 sec latency 21.606 ms 2024-09-17T08:38:04.293 INFO:teuthology.orchestra.run.smithi089.stdout: 5 43493 29.22 MB/sec warmup 43 sec latency 21.762 ms 2024-09-17T08:38:04.659 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:04 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:02.654106+0000 mgr.smithi089.ernzbc (mgr.14596) 17 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 246 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 15 MiB/s wr, 1.44k op/s 2024-09-17T08:38:04.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:04 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:02.654106+0000 mgr.smithi089.ernzbc (mgr.14596) 17 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 246 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 15 MiB/s wr, 1.44k op/s 2024-09-17T08:38:05.293 INFO:teuthology.orchestra.run.smithi089.stdout: 5 44563 29.12 MB/sec warmup 44 sec latency 22.820 ms 2024-09-17T08:38:06.293 INFO:teuthology.orchestra.run.smithi089.stdout: 5 45794 29.38 MB/sec warmup 45 sec latency 34.281 ms 2024-09-17T08:38:06.461 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:04.654508+0000 mgr.smithi089.ernzbc (mgr.14596) 18 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 246 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 11 MiB/s wr, 1.02k op/s 2024-09-17T08:38:06.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:04.654508+0000 mgr.smithi089.ernzbc (mgr.14596) 18 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 246 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 11 MiB/s wr, 1.02k op/s 2024-09-17T08:38:07.293 INFO:teuthology.orchestra.run.smithi089.stdout: 5 46526 29.28 MB/sec warmup 46 sec latency 43.302 ms 2024-09-17T08:38:08.293 INFO:teuthology.orchestra.run.smithi089.stdout: 5 47177 28.86 MB/sec warmup 47 sec latency 29.554 ms 2024-09-17T08:38:08.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:08 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:06.655356+0000 mgr.smithi089.ernzbc (mgr.14596) 19 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 260 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 16 MiB/s wr, 1.52k op/s 2024-09-17T08:38:08.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:08 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:06.655356+0000 mgr.smithi089.ernzbc (mgr.14596) 19 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 260 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 16 MiB/s wr, 1.52k op/s 2024-09-17T08:38:09.293 INFO:teuthology.orchestra.run.smithi089.stdout: 5 48007 28.67 MB/sec warmup 48 sec latency 22.698 ms 2024-09-17T08:38:10.293 INFO:teuthology.orchestra.run.smithi089.stdout: 5 49214 28.81 MB/sec warmup 49 sec latency 41.411 ms 2024-09-17T08:38:10.659 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:08.655751+0000 mgr.smithi089.ernzbc (mgr.14596) 20 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 260 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 9.8 MiB/s wr, 947 op/s 2024-09-17T08:38:10.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:10 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:08.655751+0000 mgr.smithi089.ernzbc (mgr.14596) 20 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 260 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 9.8 MiB/s wr, 947 op/s 2024-09-17T08:38:11.293 INFO:teuthology.orchestra.run.smithi089.stdout: 5 50149 28.87 MB/sec warmup 50 sec latency 30.863 ms 2024-09-17T08:38:12.294 INFO:teuthology.orchestra.run.smithi089.stdout: 5 51117 28.67 MB/sec warmup 51 sec latency 20.272 ms 2024-09-17T08:38:12.659 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:10.656963+0000 mgr.smithi089.ernzbc (mgr.14596) 21 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 271 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 16 MiB/s wr, 1.46k op/s 2024-09-17T08:38:12.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:10.656963+0000 mgr.smithi089.ernzbc (mgr.14596) 21 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 271 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 16 MiB/s wr, 1.46k op/s 2024-09-17T08:38:13.294 INFO:teuthology.orchestra.run.smithi089.stdout: 5 52223 28.55 MB/sec warmup 52 sec latency 18.078 ms 2024-09-17T08:38:14.294 INFO:teuthology.orchestra.run.smithi089.stdout: 5 53157 28.75 MB/sec warmup 53 sec latency 26.564 ms 2024-09-17T08:38:14.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:14 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:12.657301+0000 mgr.smithi089.ernzbc (mgr.14596) 22 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 271 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.02k op/s 2024-09-17T08:38:14.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:14 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:12.657301+0000 mgr.smithi089.ernzbc (mgr.14596) 22 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 271 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.02k op/s 2024-09-17T08:38:15.294 INFO:teuthology.orchestra.run.smithi089.stdout: 5 53927 28.55 MB/sec warmup 54 sec latency 27.468 ms 2024-09-17T08:38:16.294 INFO:teuthology.orchestra.run.smithi089.stdout: 5 54760 28.35 MB/sec warmup 55 sec latency 16.424 ms 2024-09-17T08:38:16.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:14.657685+0000 mgr.smithi089.ernzbc (mgr.14596) 23 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 271 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.02k op/s 2024-09-17T08:38:16.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:14.657685+0000 mgr.smithi089.ernzbc (mgr.14596) 23 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 271 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.02k op/s 2024-09-17T08:38:17.294 INFO:teuthology.orchestra.run.smithi089.stdout: 5 55553 28.16 MB/sec warmup 56 sec latency 74.213 ms 2024-09-17T08:38:18.296 INFO:teuthology.orchestra.run.smithi089.stdout: 5 56376 28.15 MB/sec warmup 57 sec latency 26.831 ms 2024-09-17T08:38:18.477 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:18 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:16.658301+0000 mgr.smithi089.ernzbc (mgr.14596) 24 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 289 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 16 MiB/s wr, 1.54k op/s 2024-09-17T08:38:18.543 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:18 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:16.658301+0000 mgr.smithi089.ernzbc (mgr.14596) 24 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 289 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 16 MiB/s wr, 1.54k op/s 2024-09-17T08:38:19.296 INFO:teuthology.orchestra.run.smithi089.stdout: 5 57098 28.13 MB/sec warmup 58 sec latency 22.377 ms 2024-09-17T08:38:20.296 INFO:teuthology.orchestra.run.smithi089.stdout: 5 57682 27.84 MB/sec warmup 59 sec latency 23.750 ms 2024-09-17T08:38:20.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:20 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:18.658673+0000 mgr.smithi089.ernzbc (mgr.14596) 25 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 289 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.04k op/s 2024-09-17T08:38:20.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:18.658673+0000 mgr.smithi089.ernzbc (mgr.14596) 25 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 289 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.04k op/s 2024-09-17T08:38:21.296 INFO:teuthology.orchestra.run.smithi089.stdout: 5 58359 27.59 MB/sec warmup 60 sec latency 36.106 ms 2024-09-17T08:38:22.296 INFO:teuthology.orchestra.run.smithi089.stdout: 5 59111 27.42 MB/sec warmup 61 sec latency 28.481 ms 2024-09-17T08:38:22.494 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:20.659362+0000 mgr.smithi089.ernzbc (mgr.14596) 26 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 300 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 16 MiB/s wr, 1.46k op/s 2024-09-17T08:38:22.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:20.659362+0000 mgr.smithi089.ernzbc (mgr.14596) 26 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 300 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 16 MiB/s wr, 1.46k op/s 2024-09-17T08:38:23.209 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:38:23.296 INFO:teuthology.orchestra.run.smithi089.stdout: 5 59778 27.33 MB/sec warmup 62 sec latency 22.742 ms 2024-09-17T08:38:24.120 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST STATUS REFRESHED AGE PORTS VERSION IMAGE ID CONTAINER ID 2024-09-17T08:38:24.121 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 running (5m) 28s ago 6m *:9093 *:9094 0.20.0 0881eb8f169f 3b700e187bd8 2024-09-17T08:38:24.121 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (6m) 28s ago 6m - 16.2.0 24ecd6d5f14c 86364fbbe3dd 2024-09-17T08:38:24.121 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (5m) 35s ago 5m - 16.2.0 24ecd6d5f14c c38435e94451 2024-09-17T08:38:24.121 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 running (5m) 28s ago 6m *:3000 6.7.4 557c83e11646 2ae2b04f05ee 2024-09-17T08:38:24.121 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (84s) 28s ago 83s - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:38:24.121 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (81s) 35s ago 81s - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:38:24.121 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 running (8m) 28s ago 8m *:9283 16.2.0 24ecd6d5f14c c35c6a435f28 2024-09-17T08:38:24.121 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 running (5m) 35s ago 5m *:8443 *:9283 16.2.0 24ecd6d5f14c 1be882d2932a 2024-09-17T08:38:24.121 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (8m) 28s ago 8m - 16.2.0 24ecd6d5f14c 5b5bfe3c39d2 2024-09-17T08:38:24.121 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (5m) 35s ago 5m - 16.2.0 24ecd6d5f14c b73d1c15d884 2024-09-17T08:38:24.121 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.smithi089 smithi089 running (65s) 28s ago 65s *:2049 3.5 24ecd6d5f14c 1823ce7584dc 2024-09-17T08:38:24.121 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.smithi133 smithi133 running (69s) 35s ago 69s *:2049 3.5 24ecd6d5f14c 3a183de21081 2024-09-17T08:38:24.121 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 running (6m) 28s ago 6m *:9100 0.18.1 e5a616e4b9cf 5d5794dcc827 2024-09-17T08:38:24.122 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 running (5m) 35s ago 5m *:9100 0.18.1 e5a616e4b9cf 96cc16ecae89 2024-09-17T08:38:24.122 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (5m) 28s ago 5m - 16.2.0 24ecd6d5f14c ac2da40952c1 2024-09-17T08:38:24.122 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (4m) 28s ago 4m - 16.2.0 24ecd6d5f14c 393455ed3cc2 2024-09-17T08:38:24.122 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (4m) 28s ago 4m - 16.2.0 24ecd6d5f14c efc5a17c7a8f 2024-09-17T08:38:24.122 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (4m) 28s ago 4m - 16.2.0 24ecd6d5f14c aa8afc36736b 2024-09-17T08:38:24.122 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (3m) 35s ago 3m - 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:38:24.122 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (3m) 35s ago 3m - 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:38:24.122 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (3m) 35s ago 3m - 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:38:24.122 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (2m) 35s ago 2m - 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:38:24.122 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 running (4m) 28s ago 6m *:9095 2.18.1 de242295e225 251bc3a8e51b 2024-09-17T08:38:24.296 INFO:teuthology.orchestra.run.smithi089.stdout: 5 60778 27.45 MB/sec warmup 63 sec latency 215.959 ms 2024-09-17T08:38:24.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:22.659694+0000 mgr.smithi089.ernzbc (mgr.14596) 27 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 300 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 9.9 MiB/s wr, 942 op/s 2024-09-17T08:38:24.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:38:23.195212+0000 mgr.smithi089.ernzbc (mgr.14596) 28 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:38:24.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:38:23.650339+0000 mon.smithi089 (mon.0) 656 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' 2024-09-17T08:38:24.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:38:23.652313+0000 mon.smithi089 (mon.0) 657 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:38:24.615 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:38:24.615 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:38:24.616 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:38:24.616 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:38:24.616 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:38:24.616 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:38:24.616 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:38:24.616 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:38:24.616 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 8 2024-09-17T08:38:24.616 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:38:24.616 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:38:24.616 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:38:24.616 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:38:24.616 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:38:24.617 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 14 2024-09-17T08:38:24.617 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:38:24.617 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:38:24.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:22.659694+0000 mgr.smithi089.ernzbc (mgr.14596) 27 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 300 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 9.9 MiB/s wr, 942 op/s 2024-09-17T08:38:24.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:38:23.195212+0000 mgr.smithi089.ernzbc (mgr.14596) 28 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:38:24.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:38:23.650339+0000 mon.smithi089 (mon.0) 656 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' 2024-09-17T08:38:24.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:38:23.652313+0000 mon.smithi089 (mon.0) 657 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:38:25.022 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:38:25.022 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:38:25.023 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:38:25.023 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [], 2024-09-17T08:38:25.023 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "0/23 ceph daemons upgraded", 2024-09-17T08:38:25.023 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 image on host smithi133" 2024-09-17T08:38:25.023 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:38:25.297 INFO:teuthology.orchestra.run.smithi089.stdout: 5 61424 27.19 MB/sec warmup 64 sec latency 20.480 ms 2024-09-17T08:38:25.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:38:23.650802+0000 mgr.smithi089.ernzbc (mgr.14596) 29 : cephadm [INF] Upgrade: Target is version 18.2.4-855-g19e2a2be (unknown) 2024-09-17T08:38:25.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:38:23.651107+0000 mgr.smithi089.ernzbc (mgr.14596) 30 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9'] 2024-09-17T08:38:25.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:38:23.653534+0000 mgr.smithi089.ernzbc (mgr.14596) 31 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi089.ernzbc) 2024-09-17T08:38:25.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:38:23.664665+0000 mgr.smithi089.ernzbc (mgr.14596) 32 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:38:25.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:38:23.918191+0000 mgr.smithi089.ernzbc (mgr.14596) 33 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 on smithi133 2024-09-17T08:38:25.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:38:24.108963+0000 mgr.smithi089.ernzbc (mgr.14596) 34 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:38:25.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:38:24.616132+0000 mon.smithi089 (mon.0) 658 : audit [DBG] from='client.? 172.21.15.89:0/3660424313' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:38:25.503 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_OK 2024-09-17T08:38:25.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:38:23.650802+0000 mgr.smithi089.ernzbc (mgr.14596) 29 : cephadm [INF] Upgrade: Target is version 18.2.4-855-g19e2a2be (unknown) 2024-09-17T08:38:25.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:38:23.651107+0000 mgr.smithi089.ernzbc (mgr.14596) 30 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9'] 2024-09-17T08:38:25.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:38:23.653534+0000 mgr.smithi089.ernzbc (mgr.14596) 31 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi089.ernzbc) 2024-09-17T08:38:25.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:38:23.664665+0000 mgr.smithi089.ernzbc (mgr.14596) 32 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:38:25.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:38:23.918191+0000 mgr.smithi089.ernzbc (mgr.14596) 33 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 on smithi133 2024-09-17T08:38:25.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:38:24.108963+0000 mgr.smithi089.ernzbc (mgr.14596) 34 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:38:25.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:38:24.616132+0000 mon.smithi089 (mon.0) 658 : audit [DBG] from='client.? 172.21.15.89:0/3660424313' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:38:26.297 INFO:teuthology.orchestra.run.smithi089.stdout: 5 62023 26.95 MB/sec warmup 65 sec latency 30.076 ms 2024-09-17T08:38:26.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:24.659998+0000 mgr.smithi089.ernzbc (mgr.14596) 35 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 300 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 9.9 MiB/s wr, 942 op/s 2024-09-17T08:38:26.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:38:25.022913+0000 mgr.smithi089.ernzbc (mgr.14596) 36 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:38:26.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:38:25.503611+0000 mon.smithi089 (mon.0) 659 : audit [DBG] from='client.? 172.21.15.89:0/783341721' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:38:26.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:24.659998+0000 mgr.smithi089.ernzbc (mgr.14596) 35 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 300 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 9.9 MiB/s wr, 942 op/s 2024-09-17T08:38:26.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:38:25.022913+0000 mgr.smithi089.ernzbc (mgr.14596) 36 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:38:26.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:38:25.503611+0000 mon.smithi089 (mon.0) 659 : audit [DBG] from='client.? 172.21.15.89:0/783341721' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:38:27.297 INFO:teuthology.orchestra.run.smithi089.stdout: 5 63055 27.03 MB/sec warmup 66 sec latency 17.719 ms 2024-09-17T08:38:28.297 INFO:teuthology.orchestra.run.smithi089.stdout: 5 63876 27.04 MB/sec warmup 67 sec latency 24.509 ms 2024-09-17T08:38:28.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:28 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:26.660636+0000 mgr.smithi089.ernzbc (mgr.14596) 37 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 303 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 14 MiB/s wr, 1.37k op/s 2024-09-17T08:38:28.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:28 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:26.660636+0000 mgr.smithi089.ernzbc (mgr.14596) 37 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 303 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 14 MiB/s wr, 1.37k op/s 2024-09-17T08:38:29.297 INFO:teuthology.orchestra.run.smithi089.stdout: 5 64561 26.88 MB/sec warmup 68 sec latency 28.410 ms 2024-09-17T08:38:30.297 INFO:teuthology.orchestra.run.smithi089.stdout: 5 65316 26.74 MB/sec warmup 69 sec latency 24.800 ms 2024-09-17T08:38:30.659 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:28.661011+0000 mgr.smithi089.ernzbc (mgr.14596) 38 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 303 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 8.7 MiB/s wr, 846 op/s 2024-09-17T08:38:30.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:28.661011+0000 mgr.smithi089.ernzbc (mgr.14596) 38 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 303 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 8.7 MiB/s wr, 846 op/s 2024-09-17T08:38:31.297 INFO:teuthology.orchestra.run.smithi089.stdout: 5 65955 26.55 MB/sec warmup 70 sec latency 68.614 ms 2024-09-17T08:38:32.297 INFO:teuthology.orchestra.run.smithi089.stdout: 5 66815 26.54 MB/sec warmup 71 sec latency 22.226 ms 2024-09-17T08:38:32.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:32 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:30.661589+0000 mgr.smithi089.ernzbc (mgr.14596) 39 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 312 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 13 MiB/s wr, 1.31k op/s 2024-09-17T08:38:32.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:32 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:30.661589+0000 mgr.smithi089.ernzbc (mgr.14596) 39 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 312 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 13 MiB/s wr, 1.31k op/s 2024-09-17T08:38:33.297 INFO:teuthology.orchestra.run.smithi089.stdout: 5 67551 26.56 MB/sec warmup 72 sec latency 21.006 ms 2024-09-17T08:38:34.297 INFO:teuthology.orchestra.run.smithi089.stdout: 5 68096 26.35 MB/sec warmup 73 sec latency 136.524 ms 2024-09-17T08:38:34.659 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:34 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:32.661962+0000 mgr.smithi089.ernzbc (mgr.14596) 40 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 312 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 8.9 MiB/s wr, 893 op/s 2024-09-17T08:38:34.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:34 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:32.661962+0000 mgr.smithi089.ernzbc (mgr.14596) 40 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 312 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 8.9 MiB/s wr, 893 op/s 2024-09-17T08:38:35.297 INFO:teuthology.orchestra.run.smithi089.stdout: 5 68662 26.15 MB/sec warmup 74 sec latency 33.940 ms 2024-09-17T08:38:36.297 INFO:teuthology.orchestra.run.smithi089.stdout: 5 69449 26.03 MB/sec warmup 75 sec latency 80.178 ms 2024-09-17T08:38:36.659 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:36 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:34.662271+0000 mgr.smithi089.ernzbc (mgr.14596) 41 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 312 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 8.9 MiB/s wr, 893 op/s 2024-09-17T08:38:36.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:36 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:34.662271+0000 mgr.smithi089.ernzbc (mgr.14596) 41 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 312 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 8.9 MiB/s wr, 893 op/s 2024-09-17T08:38:37.297 INFO:teuthology.orchestra.run.smithi089.stdout: 5 70254 26.03 MB/sec warmup 76 sec latency 15.463 ms 2024-09-17T08:38:38.297 INFO:teuthology.orchestra.run.smithi089.stdout: 5 70906 25.96 MB/sec warmup 77 sec latency 25.425 ms 2024-09-17T08:38:38.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:36.662899+0000 mgr.smithi089.ernzbc (mgr.14596) 42 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 324 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 13 MiB/s wr, 1.32k op/s 2024-09-17T08:38:38.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:36.662899+0000 mgr.smithi089.ernzbc (mgr.14596) 42 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 324 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 13 MiB/s wr, 1.32k op/s 2024-09-17T08:38:39.297 INFO:teuthology.orchestra.run.smithi089.stdout: 5 71409 25.82 MB/sec warmup 78 sec latency 33.292 ms 2024-09-17T08:38:40.297 INFO:teuthology.orchestra.run.smithi089.stdout: 5 71804 25.61 MB/sec warmup 79 sec latency 37.526 ms 2024-09-17T08:38:40.659 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:40 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:38.663268+0000 mgr.smithi089.ernzbc (mgr.14596) 43 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 324 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 8.6 MiB/s wr, 896 op/s 2024-09-17T08:38:40.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:40 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:38.663268+0000 mgr.smithi089.ernzbc (mgr.14596) 43 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 324 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 8.6 MiB/s wr, 896 op/s 2024-09-17T08:38:41.298 INFO:teuthology.orchestra.run.smithi089.stdout: 5 72170 25.35 MB/sec warmup 80 sec latency 67.332 ms 2024-09-17T08:38:42.297 INFO:teuthology.orchestra.run.smithi089.stdout: 5 72891 25.26 MB/sec warmup 81 sec latency 39.946 ms 2024-09-17T08:38:42.659 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:40.663722+0000 mgr.smithi089.ernzbc (mgr.14596) 44 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 12 MiB/s wr, 1.26k op/s 2024-09-17T08:38:42.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:40.663722+0000 mgr.smithi089.ernzbc (mgr.14596) 44 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 12 MiB/s wr, 1.26k op/s 2024-09-17T08:38:43.298 INFO:teuthology.orchestra.run.smithi089.stdout: 5 73568 25.19 MB/sec warmup 82 sec latency 29.057 ms 2024-09-17T08:38:44.297 INFO:teuthology.orchestra.run.smithi089.stdout: 5 74456 25.23 MB/sec warmup 83 sec latency 36.836 ms 2024-09-17T08:38:44.659 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:42.664036+0000 mgr.smithi089.ernzbc (mgr.14596) 45 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.9 MiB/s wr, 790 op/s 2024-09-17T08:38:44.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:44 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:42.664036+0000 mgr.smithi089.ernzbc (mgr.14596) 45 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.9 MiB/s wr, 790 op/s 2024-09-17T08:38:45.297 INFO:teuthology.orchestra.run.smithi089.stdout: 5 75282 25.21 MB/sec warmup 84 sec latency 21.274 ms 2024-09-17T08:38:45.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:38:44.665279+0000 mon.smithi089 (mon.0) 660 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-17T08:38:45.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:38:44.665523+0000 mon.smithi089 (mon.0) 661 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-17T08:38:45.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:38:44.665845+0000 mon.smithi089 (mon.0) 662 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-17T08:38:45.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:38:44.666132+0000 mon.smithi089 (mon.0) 663 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-17T08:38:45.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:38:44.866833+0000 mon.smithi089 (mon.0) 664 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:38:45.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:38:44.867094+0000 mon.smithi089 (mon.0) 665 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/trash_purge_schedule"}]: dispatch 2024-09-17T08:38:45.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:38:44.665279+0000 mon.smithi089 (mon.0) 660 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-17T08:38:45.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:38:44.665523+0000 mon.smithi089 (mon.0) 661 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-17T08:38:45.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:38:44.665845+0000 mon.smithi089 (mon.0) 662 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-17T08:38:45.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:38:44.666132+0000 mon.smithi089 (mon.0) 663 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-17T08:38:45.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:38:44.866833+0000 mon.smithi089 (mon.0) 664 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:38:45.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:38:44.867094+0000 mon.smithi089 (mon.0) 665 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/trash_purge_schedule"}]: dispatch 2024-09-17T08:38:46.297 INFO:teuthology.orchestra.run.smithi089.stdout: 5 75964 25.07 MB/sec warmup 85 sec latency 31.415 ms 2024-09-17T08:38:46.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:46 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:44.664565+0000 mgr.smithi089.ernzbc (mgr.14596) 46 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.9 MiB/s wr, 790 op/s 2024-09-17T08:38:46.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:46 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:38:45.261416+0000 mon.smithi089 (mon.0) 666 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]': finished 2024-09-17T08:38:46.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:46 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:38:45.261567+0000 mon.smithi089 (mon.0) 667 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]': finished 2024-09-17T08:38:46.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:46 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:38:45.261670+0000 mon.smithi089 (mon.0) 668 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]': finished 2024-09-17T08:38:46.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:46 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:38:45.261758+0000 mon.smithi089 (mon.0) 669 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]': finished 2024-09-17T08:38:46.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:46 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:45.261834+0000 mon.smithi089 (mon.0) 670 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-17T08:38:46.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:46 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:38:45.263310+0000 mon.smithi089 (mon.0) 671 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-09-17T08:38:46.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:46 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:38:45.265905+0000 mon.smithi089 (mon.0) 672 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-09-17T08:38:46.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:46 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:44.664565+0000 mgr.smithi089.ernzbc (mgr.14596) 46 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.9 MiB/s wr, 790 op/s 2024-09-17T08:38:46.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:46 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:38:45.261416+0000 mon.smithi089 (mon.0) 666 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]': finished 2024-09-17T08:38:46.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:46 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:38:45.261567+0000 mon.smithi089 (mon.0) 667 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]': finished 2024-09-17T08:38:46.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:46 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:38:45.261670+0000 mon.smithi089 (mon.0) 668 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]': finished 2024-09-17T08:38:46.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:46 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:38:45.261758+0000 mon.smithi089 (mon.0) 669 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]': finished 2024-09-17T08:38:46.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:46 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:45.261834+0000 mon.smithi089 (mon.0) 670 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-17T08:38:46.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:46 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:38:45.263310+0000 mon.smithi089 (mon.0) 671 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-09-17T08:38:46.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:46 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:38:45.265905+0000 mon.smithi089 (mon.0) 672 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-09-17T08:38:47.297 INFO:teuthology.orchestra.run.smithi089.stdout: 5 76480 24.92 MB/sec warmup 86 sec latency 34.516 ms 2024-09-17T08:38:47.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:38:46.268338+0000 mon.smithi089 (mon.0) 673 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-09-17T08:38:47.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:46.268469+0000 mon.smithi089 (mon.0) 674 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-17T08:38:47.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:38:46.268338+0000 mon.smithi089 (mon.0) 673 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-09-17T08:38:47.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:46.268469+0000 mon.smithi089 (mon.0) 674 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-17T08:38:48.297 INFO:teuthology.orchestra.run.smithi089.stdout: 5 76895 24.72 MB/sec warmup 87 sec latency 24.328 ms 2024-09-17T08:38:48.577 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:48 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:46.664986+0000 mgr.smithi089.ernzbc (mgr.14596) 47 : cluster [DBG] pgmap v36: 97 pgs: 3 peering, 94 active+clean; 329 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.17k op/s 2024-09-17T08:38:48.577 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:48 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:47.262906+0000 mon.smithi089 (mon.0) 675 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs peering (PG_AVAILABILITY) 2024-09-17T08:38:48.577 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:48 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:47.271533+0000 mon.smithi089 (mon.0) 676 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-17T08:38:48.659 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:48 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:46.664986+0000 mgr.smithi089.ernzbc (mgr.14596) 47 : cluster [DBG] pgmap v36: 97 pgs: 3 peering, 94 active+clean; 329 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.17k op/s 2024-09-17T08:38:48.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:48 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:47.262906+0000 mon.smithi089 (mon.0) 675 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs peering (PG_AVAILABILITY) 2024-09-17T08:38:48.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:48 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:47.271533+0000 mon.smithi089 (mon.0) 676 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-17T08:38:49.297 INFO:teuthology.orchestra.run.smithi089.stdout: 5 77381 24.66 MB/sec warmup 88 sec latency 56.021 ms 2024-09-17T08:38:49.659 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:49 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:48.276612+0000 mon.smithi089 (mon.0) 677 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-17T08:38:49.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:49 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:48.665292+0000 mgr.smithi089.ernzbc (mgr.14596) 48 : cluster [DBG] pgmap v39: 97 pgs: 3 peering, 94 active+clean; 329 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 13 MiB/s wr, 1.26k op/s 2024-09-17T08:38:49.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:49 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:48.276612+0000 mon.smithi089 (mon.0) 677 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-17T08:38:49.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:49 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:48.665292+0000 mgr.smithi089.ernzbc (mgr.14596) 48 : cluster [DBG] pgmap v39: 97 pgs: 3 peering, 94 active+clean; 329 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 13 MiB/s wr, 1.26k op/s 2024-09-17T08:38:50.297 INFO:teuthology.orchestra.run.smithi089.stdout: 5 77939 24.59 MB/sec warmup 89 sec latency 31.524 ms 2024-09-17T08:38:50.534 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:50 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:49.282756+0000 mon.smithi089 (mon.0) 678 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-17T08:38:50.659 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:50 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:49.282756+0000 mon.smithi089 (mon.0) 678 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-17T08:38:51.297 INFO:teuthology.orchestra.run.smithi089.stdout: 5 78363 24.46 MB/sec warmup 90 sec latency 74.061 ms 2024-09-17T08:38:51.628 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:51 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:50.665738+0000 mgr.smithi089.ernzbc (mgr.14596) 49 : cluster [DBG] pgmap v41: 97 pgs: 96 active+clean, 1 active+clean+wait; 320 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.5 MiB/s wr, 811 op/s; 1.8 MiB/s, 2 keys/s, 1 objects/s recovering 2024-09-17T08:38:51.659 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:51 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:50.665738+0000 mgr.smithi089.ernzbc (mgr.14596) 49 : cluster [DBG] pgmap v41: 97 pgs: 96 active+clean, 1 active+clean+wait; 320 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.5 MiB/s wr, 811 op/s; 1.8 MiB/s, 2 keys/s, 1 objects/s recovering 2024-09-17T08:38:52.297 INFO:teuthology.orchestra.run.smithi089.stdout: 5 79211 24.38 MB/sec warmup 91 sec latency 17.996 ms 2024-09-17T08:38:52.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:52 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:51.280944+0000 mon.smithi089 (mon.0) 679 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs peering) 2024-09-17T08:38:52.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:52 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:51.280982+0000 mon.smithi089 (mon.0) 680 : cluster [INF] Cluster is now healthy 2024-09-17T08:38:52.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:52 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:38:51.294293+0000 mgr.smithi089.ernzbc (mgr.14596) 50 : cephadm [INF] Upgrade: Updating mgr.smithi133.ejject 2024-09-17T08:38:52.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:52 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:38:51.299852+0000 mon.smithi089 (mon.0) 681 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' 2024-09-17T08:38:52.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:52 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:38:51.300978+0000 mon.smithi089 (mon.0) 682 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi133.ejject", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:38:52.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:52 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:38:51.302026+0000 mon.smithi089 (mon.0) 683 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T08:38:52.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:52 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:38:51.303146+0000 mon.smithi089 (mon.0) 684 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:38:52.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:52 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:38:51.304154+0000 mgr.smithi089.ernzbc (mgr.14596) 51 : cephadm [INF] Deploying daemon mgr.smithi133.ejject on smithi133 2024-09-17T08:38:52.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:52 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:51.280944+0000 mon.smithi089 (mon.0) 679 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs peering) 2024-09-17T08:38:52.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:52 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:51.280982+0000 mon.smithi089 (mon.0) 680 : cluster [INF] Cluster is now healthy 2024-09-17T08:38:52.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:52 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:38:51.294293+0000 mgr.smithi089.ernzbc (mgr.14596) 50 : cephadm [INF] Upgrade: Updating mgr.smithi133.ejject 2024-09-17T08:38:52.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:52 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:38:51.299852+0000 mon.smithi089 (mon.0) 681 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' 2024-09-17T08:38:52.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:52 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:38:51.300978+0000 mon.smithi089 (mon.0) 682 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi133.ejject", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:38:52.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:52 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:38:51.302026+0000 mon.smithi089 (mon.0) 683 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T08:38:52.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:52 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:38:51.303146+0000 mon.smithi089 (mon.0) 684 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:38:52.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:52 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:38:51.304154+0000 mgr.smithi089.ernzbc (mgr.14596) 51 : cephadm [INF] Deploying daemon mgr.smithi133.ejject on smithi133 2024-09-17T08:38:53.298 INFO:teuthology.orchestra.run.smithi089.stdout: 5 79817 24.24 MB/sec warmup 92 sec latency 29.454 ms 2024-09-17T08:38:53.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:52.666088+0000 mgr.smithi089.ernzbc (mgr.14596) 52 : cluster [DBG] pgmap v42: 97 pgs: 96 active+clean, 1 active+clean+wait; 320 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.2 MiB/s wr, 595 op/s; 1.3 MiB/s, 1 keys/s, 1 objects/s recovering 2024-09-17T08:38:53.659 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:52.666088+0000 mgr.smithi089.ernzbc (mgr.14596) 52 : cluster [DBG] pgmap v42: 97 pgs: 96 active+clean, 1 active+clean+wait; 320 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.2 MiB/s wr, 595 op/s; 1.3 MiB/s, 1 keys/s, 1 objects/s recovering 2024-09-17T08:38:54.297 INFO:teuthology.orchestra.run.smithi089.stdout: 5 80410 24.15 MB/sec warmup 93 sec latency 31.582 ms 2024-09-17T08:38:55.298 INFO:teuthology.orchestra.run.smithi089.stdout: 5 81305 24.24 MB/sec warmup 94 sec latency 29.764 ms 2024-09-17T08:38:55.958 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:38:56.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:54.666454+0000 mgr.smithi089.ernzbc (mgr.14596) 53 : cluster [DBG] pgmap v43: 97 pgs: 96 active+clean, 1 active+clean+wait; 320 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.0 MiB/s wr, 483 op/s; 1.1 MiB/s, 1 keys/s, 0 objects/s recovering 2024-09-17T08:38:56.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:38:54.834639+0000 mon.smithi089 (mon.0) 685 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' 2024-09-17T08:38:56.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:55 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:54.666454+0000 mgr.smithi089.ernzbc (mgr.14596) 53 : cluster [DBG] pgmap v43: 97 pgs: 96 active+clean, 1 active+clean+wait; 320 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.0 MiB/s wr, 483 op/s; 1.1 MiB/s, 1 keys/s, 0 objects/s recovering 2024-09-17T08:38:56.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:55 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:38:54.834639+0000 mon.smithi089 (mon.0) 685 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' 2024-09-17T08:38:56.298 INFO:teuthology.orchestra.run.smithi089.stdout: 5 82125 24.22 MB/sec warmup 95 sec latency 18.740 ms 2024-09-17T08:38:56.891 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST STATUS REFRESHED AGE PORTS VERSION IMAGE ID CONTAINER ID 2024-09-17T08:38:56.891 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 running (5m) 61s ago 7m *:9093 *:9094 0.20.0 0881eb8f169f 3b700e187bd8 2024-09-17T08:38:56.891 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (7m) 61s ago 7m - 16.2.0 24ecd6d5f14c 86364fbbe3dd 2024-09-17T08:38:56.891 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (6m) 68s ago 6m - 16.2.0 24ecd6d5f14c c38435e94451 2024-09-17T08:38:56.891 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 running (5m) 61s ago 7m *:3000 6.7.4 557c83e11646 2ae2b04f05ee 2024-09-17T08:38:56.891 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (117s) 61s ago 116s - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:38:56.891 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (114s) 68s ago 113s - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:38:56.891 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 running (8m) 61s ago 8m *:9283 16.2.0 24ecd6d5f14c c35c6a435f28 2024-09-17T08:38:56.891 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 running (6m) 68s ago 6m *:8443 *:9283 16.2.0 24ecd6d5f14c 1be882d2932a 2024-09-17T08:38:56.891 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (8m) 61s ago 8m - 16.2.0 24ecd6d5f14c 5b5bfe3c39d2 2024-09-17T08:38:56.891 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (6m) 68s ago 6m - 16.2.0 24ecd6d5f14c b73d1c15d884 2024-09-17T08:38:56.891 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.smithi089 smithi089 running (98s) 61s ago 98s *:2049 3.5 24ecd6d5f14c 1823ce7584dc 2024-09-17T08:38:56.892 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.smithi133 smithi133 running (102s) 68s ago 102s *:2049 3.5 24ecd6d5f14c 3a183de21081 2024-09-17T08:38:56.892 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 running (6m) 61s ago 6m *:9100 0.18.1 e5a616e4b9cf 5d5794dcc827 2024-09-17T08:38:56.892 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 running (6m) 68s ago 6m *:9100 0.18.1 e5a616e4b9cf 96cc16ecae89 2024-09-17T08:38:56.892 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (5m) 61s ago 5m - 16.2.0 24ecd6d5f14c ac2da40952c1 2024-09-17T08:38:56.892 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (5m) 61s ago 5m - 16.2.0 24ecd6d5f14c 393455ed3cc2 2024-09-17T08:38:56.892 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (5m) 61s ago 4m - 16.2.0 24ecd6d5f14c efc5a17c7a8f 2024-09-17T08:38:56.892 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (4m) 61s ago 4m - 16.2.0 24ecd6d5f14c aa8afc36736b 2024-09-17T08:38:56.892 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (4m) 68s ago 4m - 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:38:56.892 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (4m) 68s ago 4m - 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:38:56.892 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (3m) 68s ago 3m - 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:38:56.892 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (3m) 68s ago 3m - 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:38:56.892 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 running (5m) 61s ago 6m *:9095 2.18.1 de242295e225 251bc3a8e51b 2024-09-17T08:38:57.133 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:56 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:38:55.941003+0000 mgr.smithi089.ernzbc (mgr.14596) 54 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:38:57.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:56 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:38:55.941003+0000 mgr.smithi089.ernzbc (mgr.14596) 54 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:38:57.298 INFO:teuthology.orchestra.run.smithi089.stdout: 5 83057 24.20 MB/sec warmup 96 sec latency 19.817 ms 2024-09-17T08:38:57.412 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:38:57.413 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:38:57.413 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:38:57.413 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:38:57.413 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:38:57.413 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:38:57.413 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:38:57.413 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:38:57.413 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 8 2024-09-17T08:38:57.413 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:38:57.413 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:38:57.413 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:38:57.413 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:38:57.414 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:38:57.414 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 14 2024-09-17T08:38:57.414 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:38:57.414 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:38:57.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:38:56.409425+0000 mgr.smithi089.ernzbc (mgr.14596) 55 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:38:57.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:56.667207+0000 mgr.smithi089.ernzbc (mgr.14596) 56 : cluster [DBG] pgmap v44: 97 pgs: 1 active+clean+wait, 96 active+clean; 325 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.03k op/s; 976 KiB/s, 1 keys/s, 0 objects/s recovering 2024-09-17T08:38:57.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:38:56.877853+0000 mgr.smithi089.ernzbc (mgr.14596) 57 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:38:57.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:38:57.413355+0000 mon.smithi089 (mon.0) 686 : audit [DBG] from='client.? 172.21.15.89:0/1975653910' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:38:57.901 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:38:57.901 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:38:57.901 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:38:57.902 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [], 2024-09-17T08:38:57.902 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "0/23 ceph daemons upgraded", 2024-09-17T08:38:57.902 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "Currently upgrading mgr daemons" 2024-09-17T08:38:57.902 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:38:58.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:38:56.409425+0000 mgr.smithi089.ernzbc (mgr.14596) 55 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:38:58.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:56.667207+0000 mgr.smithi089.ernzbc (mgr.14596) 56 : cluster [DBG] pgmap v44: 97 pgs: 1 active+clean+wait, 96 active+clean; 325 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.03k op/s; 976 KiB/s, 1 keys/s, 0 objects/s recovering 2024-09-17T08:38:58.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:38:56.877853+0000 mgr.smithi089.ernzbc (mgr.14596) 57 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:38:58.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:38:57.413355+0000 mon.smithi089 (mon.0) 686 : audit [DBG] from='client.? 172.21.15.89:0/1975653910' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:38:58.298 INFO:teuthology.orchestra.run.smithi089.stdout: 5 83826 24.11 MB/sec warmup 97 sec latency 26.739 ms 2024-09-17T08:38:58.465 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_OK 2024-09-17T08:38:58.845 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:58 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:38:57.901479+0000 mgr.smithi089.ernzbc (mgr.14596) 58 : audit [DBG] from='client.24435 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:38:59.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:38:58 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:38:58.465179+0000 mon.smithi089 (mon.0) 687 : audit [DBG] from='client.? 172.21.15.89:0/1194493075' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:38:59.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:58 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:38:57.901479+0000 mgr.smithi089.ernzbc (mgr.14596) 58 : audit [DBG] from='client.24435 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:38:59.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:38:58 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:38:58.465179+0000 mon.smithi089 (mon.0) 687 : audit [DBG] from='client.? 172.21.15.89:0/1194493075' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:38:59.298 INFO:teuthology.orchestra.run.smithi089.stdout: 5 84475 24.09 MB/sec warmup 98 sec latency 39.743 ms 2024-09-17T08:39:00.298 INFO:teuthology.orchestra.run.smithi089.stdout: 5 85003 24.03 MB/sec warmup 99 sec latency 32.542 ms 2024-09-17T08:39:00.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:00 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:38:58.667581+0000 mgr.smithi089.ernzbc (mgr.14596) 59 : cluster [DBG] pgmap v45: 97 pgs: 1 active+clean+wait, 96 active+clean; 325 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.9 MiB/s wr, 861 op/s; 819 KiB/s, 0 keys/s, 0 objects/s recovering 2024-09-17T08:39:00.659 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:00 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:38:58.667581+0000 mgr.smithi089.ernzbc (mgr.14596) 59 : cluster [DBG] pgmap v45: 97 pgs: 1 active+clean+wait, 96 active+clean; 325 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.9 MiB/s wr, 861 op/s; 819 KiB/s, 0 keys/s, 0 objects/s recovering 2024-09-17T08:39:01.298 INFO:teuthology.orchestra.run.smithi089.stdout: 5 85368 23.91 MB/sec warmup 100 sec latency 90.693 ms 2024-09-17T08:39:02.250 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:00.668035+0000 mgr.smithi089.ernzbc (mgr.14596) 60 : cluster [DBG] pgmap v46: 97 pgs: 1 active+clean+wait, 96 active+clean; 323 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.19k op/s; 720 KiB/s, 0 keys/s, 0 objects/s recovering 2024-09-17T08:39:02.250 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:01.249153+0000 mon.smithi089 (mon.0) 688 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' 2024-09-17T08:39:02.250 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:01.249876+0000 mon.smithi089 (mon.0) 689 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:39:02.298 INFO:teuthology.orchestra.run.smithi089.stdout: 5 85707 23.73 MB/sec warmup 101 sec latency 36.044 ms 2024-09-17T08:39:02.659 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:00.668035+0000 mgr.smithi089.ernzbc (mgr.14596) 60 : cluster [DBG] pgmap v46: 97 pgs: 1 active+clean+wait, 96 active+clean; 323 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.19k op/s; 720 KiB/s, 0 keys/s, 0 objects/s recovering 2024-09-17T08:39:02.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:01.249153+0000 mon.smithi089 (mon.0) 688 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' 2024-09-17T08:39:02.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:01.249876+0000 mon.smithi089 (mon.0) 689 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:39:03.298 INFO:teuthology.orchestra.run.smithi089.stdout: 5 86150 23.61 MB/sec warmup 102 sec latency 38.225 ms 2024-09-17T08:39:04.298 INFO:teuthology.orchestra.run.smithi089.stdout: 5 86630 23.49 MB/sec warmup 103 sec latency 39.370 ms 2024-09-17T08:39:04.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:04 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:02.668312+0000 mgr.smithi089.ernzbc (mgr.14596) 61 : cluster [DBG] pgmap v47: 97 pgs: 1 active+clean+wait, 96 active+clean; 323 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.4 MiB/s wr, 828 op/s 2024-09-17T08:39:04.659 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:04 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:02.668312+0000 mgr.smithi089.ernzbc (mgr.14596) 61 : cluster [DBG] pgmap v47: 97 pgs: 1 active+clean+wait, 96 active+clean; 323 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.4 MiB/s wr, 828 op/s 2024-09-17T08:39:05.298 INFO:teuthology.orchestra.run.smithi089.stdout: 5 87250 23.39 MB/sec warmup 104 sec latency 42.104 ms 2024-09-17T08:39:06.298 INFO:teuthology.orchestra.run.smithi089.stdout: 5 87856 23.36 MB/sec warmup 105 sec latency 47.870 ms 2024-09-17T08:39:06.397 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:04.668678+0000 mgr.smithi089.ernzbc (mgr.14596) 62 : cluster [DBG] pgmap v48: 97 pgs: 1 active+clean+wait, 96 active+clean; 323 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.4 MiB/s wr, 828 op/s 2024-09-17T08:39:06.397 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:05.405789+0000 mon.smithi089 (mon.0) 690 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' 2024-09-17T08:39:06.397 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:05.660871+0000 mon.smithi089 (mon.0) 691 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' 2024-09-17T08:39:06.397 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:05.665499+0000 mon.smithi089 (mon.0) 692 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:39:06.397 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:05.669716+0000 mon.smithi089 (mon.0) 693 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr fail", "who": "smithi089.ernzbc"}]: dispatch 2024-09-17T08:39:06.397 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:05.673758+0000 mon.smithi089 (mon.0) 694 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-17T08:39:06.397 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:05.886688+0000 mon.smithi089 (mon.0) 695 : cluster [DBG] Standby manager daemon smithi089.ernzbc started 2024-09-17T08:39:06.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:04.668678+0000 mgr.smithi089.ernzbc (mgr.14596) 62 : cluster [DBG] pgmap v48: 97 pgs: 1 active+clean+wait, 96 active+clean; 323 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.4 MiB/s wr, 828 op/s 2024-09-17T08:39:06.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:05.405789+0000 mon.smithi089 (mon.0) 690 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' 2024-09-17T08:39:06.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:05.660871+0000 mon.smithi089 (mon.0) 691 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' 2024-09-17T08:39:06.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:05.665499+0000 mon.smithi089 (mon.0) 692 : audit [DBG] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:39:06.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:05.669716+0000 mon.smithi089 (mon.0) 693 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr fail", "who": "smithi089.ernzbc"}]: dispatch 2024-09-17T08:39:06.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:05.673758+0000 mon.smithi089 (mon.0) 694 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-17T08:39:06.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:05.886688+0000 mon.smithi089 (mon.0) 695 : cluster [DBG] Standby manager daemon smithi089.ernzbc started 2024-09-17T08:39:07.298 INFO:teuthology.orchestra.run.smithi089.stdout: 5 88729 23.38 MB/sec warmup 106 sec latency 19.190 ms 2024-09-17T08:39:07.527 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:05.666569+0000 mgr.smithi089.ernzbc (mgr.14596) 63 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi089.ernzbc) 2024-09-17T08:39:07.527 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:05.669465+0000 mgr.smithi089.ernzbc (mgr.14596) 64 : cephadm [INF] Failing over to other MGR 2024-09-17T08:39:07.528 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:06.667150+0000 mon.smithi089 (mon.0) 696 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "mgr fail", "who": "smithi089.ernzbc"}]': finished 2024-09-17T08:39:07.528 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:06.667277+0000 mon.smithi089 (mon.0) 697 : cluster [DBG] mgrmap e25: smithi133.ejject(active, starting, since 0.996971s), standbys: smithi089.ernzbc 2024-09-17T08:39:07.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:05.666569+0000 mgr.smithi089.ernzbc (mgr.14596) 63 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi089.ernzbc) 2024-09-17T08:39:07.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:05.669465+0000 mgr.smithi089.ernzbc (mgr.14596) 64 : cephadm [INF] Failing over to other MGR 2024-09-17T08:39:07.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:06.667150+0000 mon.smithi089 (mon.0) 696 : audit [INF] from='mgr.14596 172.21.15.89:0/1540480008' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "mgr fail", "who": "smithi089.ernzbc"}]': finished 2024-09-17T08:39:07.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:06.667277+0000 mon.smithi089 (mon.0) 697 : cluster [DBG] mgrmap e25: smithi133.ejject(active, starting, since 0.996971s), standbys: smithi089.ernzbc 2024-09-17T08:39:08.298 INFO:teuthology.orchestra.run.smithi089.stdout: 5 89427 23.36 MB/sec warmup 107 sec latency 23.867 ms 2024-09-17T08:39:08.535 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:08 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:07.421540+0000 mon.smithi089 (mon.0) 698 : cluster [INF] Active manager daemon smithi133.ejject restarted 2024-09-17T08:39:08.535 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:08 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:07.422398+0000 mon.smithi089 (mon.0) 699 : cluster [INF] Activating manager daemon smithi133.ejject 2024-09-17T08:39:08.535 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:08 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:07.425926+0000 mon.smithi133 (mon.1) 22 : audit [DBG] from='mgr.? 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi133.ejject/crt"}]: dispatch 2024-09-17T08:39:08.535 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:08 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:07.427823+0000 mon.smithi089 (mon.0) 700 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-17T08:39:08.535 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:08 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:07.428463+0000 mon.smithi133 (mon.1) 23 : audit [DBG] from='mgr.? 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T08:39:08.535 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:08 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:07.429375+0000 mon.smithi133 (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi133.ejject/key"}]: dispatch 2024-09-17T08:39:08.535 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:08 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:07.429632+0000 mon.smithi133 (mon.1) 25 : audit [DBG] from='mgr.? 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T08:39:08.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:08 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:07.421540+0000 mon.smithi089 (mon.0) 698 : cluster [INF] Active manager daemon smithi133.ejject restarted 2024-09-17T08:39:08.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:08 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:07.422398+0000 mon.smithi089 (mon.0) 699 : cluster [INF] Activating manager daemon smithi133.ejject 2024-09-17T08:39:08.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:08 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:07.425926+0000 mon.smithi133 (mon.1) 22 : audit [DBG] from='mgr.? 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi133.ejject/crt"}]: dispatch 2024-09-17T08:39:08.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:08 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:07.427823+0000 mon.smithi089 (mon.0) 700 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-17T08:39:08.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:08 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:07.428463+0000 mon.smithi133 (mon.1) 23 : audit [DBG] from='mgr.? 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T08:39:08.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:08 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:07.429375+0000 mon.smithi133 (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi133.ejject/key"}]: dispatch 2024-09-17T08:39:08.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:08 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:07.429632+0000 mon.smithi133 (mon.1) 25 : audit [DBG] from='mgr.? 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T08:39:09.298 INFO:teuthology.orchestra.run.smithi089.stdout: 5 89968 23.24 MB/sec warmup 108 sec latency 25.998 ms 2024-09-17T08:39:09.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:08.267122+0000 mon.smithi133 (mon.1) 26 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-09-17T08:39:09.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:08.267286+0000 mon.smithi133 (mon.1) 27 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-09-17T08:39:09.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:08.267924+0000 mon.smithi133 (mon.1) 28 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi089.xuhpot"}]: dispatch 2024-09-17T08:39:09.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:08.267997+0000 mon.smithi133 (mon.1) 29 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi133.enpevq"}]: dispatch 2024-09-17T08:39:09.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:08.268324+0000 mon.smithi133 (mon.1) 30 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "mgr metadata", "who": "smithi133.ejject", "id": "smithi133.ejject"}]: dispatch 2024-09-17T08:39:09.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:08.268404+0000 mon.smithi133 (mon.1) 31 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "mgr metadata", "who": "smithi089.ernzbc", "id": "smithi089.ernzbc"}]: dispatch 2024-09-17T08:39:09.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:08.268556+0000 mon.smithi133 (mon.1) 32 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:39:09.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:08.268643+0000 mon.smithi133 (mon.1) 33 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:39:09.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:08.268718+0000 mon.smithi133 (mon.1) 34 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:39:09.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:08.268793+0000 mon.smithi133 (mon.1) 35 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:39:09.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:08.268867+0000 mon.smithi133 (mon.1) 36 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:39:09.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:08.268958+0000 mon.smithi133 (mon.1) 37 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:39:09.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:08.269035+0000 mon.smithi133 (mon.1) 38 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:39:09.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:08.269113+0000 mon.smithi133 (mon.1) 39 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:39:09.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:08.269408+0000 mon.smithi089 (mon.0) 701 : cluster [DBG] mgrmap e26: smithi133.ejject(active, starting, since 0.847329s), standbys: smithi089.ernzbc 2024-09-17T08:39:09.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:08.271241+0000 mon.smithi133 (mon.1) 40 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T08:39:09.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:08.271461+0000 mon.smithi133 (mon.1) 41 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T08:39:09.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:08.271926+0000 mon.smithi133 (mon.1) 42 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T08:39:09.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:08.624044+0000 mon.smithi089 (mon.0) 702 : cluster [INF] Manager daemon smithi133.ejject is now available 2024-09-17T08:39:09.663 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:08.633187+0000 mgr.smithi133.ejject (mgr.24441) 1 : cephadm [INF] inventory: adjusted host smithi089 addr 'smithi089' -> '172.21.15.89' 2024-09-17T08:39:09.663 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:08.637936+0000 mon.smithi089 (mon.0) 703 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:09.663 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:08.647508+0000 mon.smithi089 (mon.0) 704 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:09.663 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:08.647947+0000 mgr.smithi133.ejject (mgr.24441) 2 : cephadm [INF] Queued nfs.foo for migration 2024-09-17T08:39:09.663 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:08.651372+0000 mon.smithi133 (mon.1) 43 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:39:09.663 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:08.675544+0000 mon.smithi089 (mon.0) 705 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:09.663 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:08.681403+0000 mon.smithi133 (mon.1) 44 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:39:09.663 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:08.692250+0000 mon.smithi133 (mon.1) 45 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi133.ejject/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:39:09.663 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:08.692802+0000 mon.smithi089 (mon.0) 706 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi133.ejject/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:39:09.663 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:08.721561+0000 mon.smithi133 (mon.1) 46 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi133.ejject/trash_purge_schedule"}]: dispatch 2024-09-17T08:39:09.663 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:08.722507+0000 mon.smithi089 (mon.0) 707 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi133.ejject/trash_purge_schedule"}]: dispatch 2024-09-17T08:39:09.663 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:08.726479+0000 mon.smithi089 (mon.0) 708 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:09.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:08.267122+0000 mon.smithi133 (mon.1) 26 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-09-17T08:39:09.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:08.267286+0000 mon.smithi133 (mon.1) 27 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-09-17T08:39:09.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:08.267924+0000 mon.smithi133 (mon.1) 28 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi089.xuhpot"}]: dispatch 2024-09-17T08:39:09.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:08.267997+0000 mon.smithi133 (mon.1) 29 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi133.enpevq"}]: dispatch 2024-09-17T08:39:09.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:08.268324+0000 mon.smithi133 (mon.1) 30 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "mgr metadata", "who": "smithi133.ejject", "id": "smithi133.ejject"}]: dispatch 2024-09-17T08:39:09.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:08.268404+0000 mon.smithi133 (mon.1) 31 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "mgr metadata", "who": "smithi089.ernzbc", "id": "smithi089.ernzbc"}]: dispatch 2024-09-17T08:39:09.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:08.268556+0000 mon.smithi133 (mon.1) 32 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:39:09.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:08.268643+0000 mon.smithi133 (mon.1) 33 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:39:09.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:08.268718+0000 mon.smithi133 (mon.1) 34 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:39:09.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:08.268793+0000 mon.smithi133 (mon.1) 35 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:39:09.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:08.268867+0000 mon.smithi133 (mon.1) 36 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:39:09.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:08.268958+0000 mon.smithi133 (mon.1) 37 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:39:09.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:08.269035+0000 mon.smithi133 (mon.1) 38 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:39:09.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:08.269113+0000 mon.smithi133 (mon.1) 39 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:39:09.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:08.269408+0000 mon.smithi089 (mon.0) 701 : cluster [DBG] mgrmap e26: smithi133.ejject(active, starting, since 0.847329s), standbys: smithi089.ernzbc 2024-09-17T08:39:09.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:08.271241+0000 mon.smithi133 (mon.1) 40 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T08:39:09.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:08.271461+0000 mon.smithi133 (mon.1) 41 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T08:39:09.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:08.271926+0000 mon.smithi133 (mon.1) 42 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T08:39:09.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:08.624044+0000 mon.smithi089 (mon.0) 702 : cluster [INF] Manager daemon smithi133.ejject is now available 2024-09-17T08:39:09.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:08.633187+0000 mgr.smithi133.ejject (mgr.24441) 1 : cephadm [INF] inventory: adjusted host smithi089 addr 'smithi089' -> '172.21.15.89' 2024-09-17T08:39:09.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:08.637936+0000 mon.smithi089 (mon.0) 703 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:09.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:08.647508+0000 mon.smithi089 (mon.0) 704 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:09.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:08.647947+0000 mgr.smithi133.ejject (mgr.24441) 2 : cephadm [INF] Queued nfs.foo for migration 2024-09-17T08:39:09.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:08.651372+0000 mon.smithi133 (mon.1) 43 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:39:09.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:08.675544+0000 mon.smithi089 (mon.0) 705 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:09.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:08.681403+0000 mon.smithi133 (mon.1) 44 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:39:09.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:08.692250+0000 mon.smithi133 (mon.1) 45 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi133.ejject/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:39:09.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:08.692802+0000 mon.smithi089 (mon.0) 706 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi133.ejject/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:39:09.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:08.721561+0000 mon.smithi133 (mon.1) 46 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi133.ejject/trash_purge_schedule"}]: dispatch 2024-09-17T08:39:09.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:08.722507+0000 mon.smithi089 (mon.0) 707 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi133.ejject/trash_purge_schedule"}]: dispatch 2024-09-17T08:39:09.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:08.726479+0000 mon.smithi089 (mon.0) 708 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:10.298 INFO:teuthology.orchestra.run.smithi089.stdout: 5 90720 23.18 MB/sec warmup 109 sec latency 31.683 ms 2024-09-17T08:39:10.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:09.151013+0000 mgr.smithi133.ejject (mgr.24441) 3 : cephadm [INF] Deploying cephadm binary to smithi133 2024-09-17T08:39:10.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:09.185034+0000 mgr.smithi133.ejject (mgr.24441) 4 : cephadm [INF] Deploying cephadm binary to smithi089 2024-09-17T08:39:10.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:09.281056+0000 mon.smithi089 (mon.0) 709 : cluster [DBG] mgrmap e27: smithi133.ejject(active, since 1.85897s), standbys: smithi089.ernzbc 2024-09-17T08:39:10.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:09.297135+0000 mgr.smithi133.ejject (mgr.24441) 5 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 334 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-17T08:39:10.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:09.972577+0000 mon.smithi089 (mon.0) 710 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:10.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:09.978959+0000 mon.smithi089 (mon.0) 711 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:10.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:10 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:09.151013+0000 mgr.smithi133.ejject (mgr.24441) 3 : cephadm [INF] Deploying cephadm binary to smithi133 2024-09-17T08:39:10.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:10 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:09.185034+0000 mgr.smithi133.ejject (mgr.24441) 4 : cephadm [INF] Deploying cephadm binary to smithi089 2024-09-17T08:39:10.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:10 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:09.281056+0000 mon.smithi089 (mon.0) 709 : cluster [DBG] mgrmap e27: smithi133.ejject(active, since 1.85897s), standbys: smithi089.ernzbc 2024-09-17T08:39:10.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:10 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:09.297135+0000 mgr.smithi133.ejject (mgr.24441) 5 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 334 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-17T08:39:10.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:10 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:09.972577+0000 mon.smithi089 (mon.0) 710 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:10.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:10 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:09.978959+0000 mon.smithi089 (mon.0) 711 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:11.299 INFO:teuthology.orchestra.run.smithi089.stdout: 5 91418 23.17 MB/sec warmup 110 sec latency 26.488 ms 2024-09-17T08:39:11.656 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:10.270942+0000 mgr.smithi133.ejject (mgr.24441) 6 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 334 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-17T08:39:11.657 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:10.285571+0000 mon.smithi089 (mon.0) 712 : cluster [DBG] mgrmap e28: smithi133.ejject(active, since 2s), standbys: smithi089.ernzbc 2024-09-17T08:39:11.657 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:10.660456+0000 mon.smithi133 (mon.1) 47 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T08:39:11.657 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:10.661087+0000 mon.smithi089 (mon.0) 713 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T08:39:11.657 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:11.096241+0000 mgr.smithi133.ejject (mgr.24441) 7 : cephadm [INF] [17/Sep/2024:08:39:11] ENGINE Bus STARTING 2024-09-17T08:39:11.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:10.270942+0000 mgr.smithi133.ejject (mgr.24441) 6 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 334 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-17T08:39:11.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:10.285571+0000 mon.smithi089 (mon.0) 712 : cluster [DBG] mgrmap e28: smithi133.ejject(active, since 2s), standbys: smithi089.ernzbc 2024-09-17T08:39:11.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:10.660456+0000 mon.smithi133 (mon.1) 47 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T08:39:11.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:10.661087+0000 mon.smithi089 (mon.0) 713 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T08:39:11.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:11.096241+0000 mgr.smithi133.ejject (mgr.24441) 7 : cephadm [INF] [17/Sep/2024:08:39:11] ENGINE Bus STARTING 2024-09-17T08:39:12.298 INFO:teuthology.orchestra.run.smithi089.stdout: 5 92200 23.18 MB/sec warmup 111 sec latency 31.463 ms 2024-09-17T08:39:12.320 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:11.217993+0000 mgr.smithi133.ejject (mgr.24441) 8 : cephadm [INF] [17/Sep/2024:08:39:11] ENGINE Serving on https://172.21.15.133:7150 2024-09-17T08:39:12.320 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:11.221186+0000 mgr.smithi133.ejject (mgr.24441) 9 : cephadm [ERR] [17/Sep/2024:08:39:11] ENGINE Error in HTTPServer.serve 2024-09-17T08:39:12.320 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: Traceback (most recent call last): 2024-09-17T08:39:12.320 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T08:39:12.320 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: self._connections.run(self.expiration_interval) 2024-09-17T08:39:12.320 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T08:39:12.320 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: self._run(expiration_interval) 2024-09-17T08:39:12.321 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T08:39:12.321 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T08:39:12.321 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T08:39:12.321 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T08:39:12.321 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T08:39:12.321 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: s = self.context.wrap_socket( 2024-09-17T08:39:12.321 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T08:39:12.321 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: return self.sslsocket_class._create( 2024-09-17T08:39:12.321 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T08:39:12.321 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: self.do_handshake() 2024-09-17T08:39:12.321 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T08:39:12.321 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: self._sslobj.do_handshake() 2024-09-17T08:39:12.321 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T08:39:12.321 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: 2024-09-17T08:39:12.322 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:11.289424+0000 mon.smithi089 (mon.0) 714 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T08:39:12.322 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:11.289506+0000 mon.smithi089 (mon.0) 715 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-17T08:39:12.322 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:11.290605+0000 mon.smithi133 (mon.1) 48 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T08:39:12.322 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:11.291347+0000 mon.smithi089 (mon.0) 716 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T08:39:12.322 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:11.319488+0000 mgr.smithi133.ejject (mgr.24441) 10 : cephadm [INF] [17/Sep/2024:08:39:11] ENGINE Serving on http://172.21.15.133:8765 2024-09-17T08:39:12.322 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:11.319650+0000 mgr.smithi133.ejject (mgr.24441) 11 : cephadm [INF] [17/Sep/2024:08:39:11] ENGINE Bus STARTED 2024-09-17T08:39:12.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:11.217993+0000 mgr.smithi133.ejject (mgr.24441) 8 : cephadm [INF] [17/Sep/2024:08:39:11] ENGINE Serving on https://172.21.15.133:7150 2024-09-17T08:39:12.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:11.221186+0000 mgr.smithi133.ejject (mgr.24441) 9 : cephadm [ERR] [17/Sep/2024:08:39:11] ENGINE Error in HTTPServer.serve 2024-09-17T08:39:12.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: Traceback (most recent call last): 2024-09-17T08:39:12.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T08:39:12.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: self._connections.run(self.expiration_interval) 2024-09-17T08:39:12.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T08:39:12.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: self._run(expiration_interval) 2024-09-17T08:39:12.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T08:39:12.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T08:39:12.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T08:39:12.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T08:39:12.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T08:39:12.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: s = self.context.wrap_socket( 2024-09-17T08:39:12.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T08:39:12.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: return self.sslsocket_class._create( 2024-09-17T08:39:12.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T08:39:12.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: self.do_handshake() 2024-09-17T08:39:12.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T08:39:12.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: self._sslobj.do_handshake() 2024-09-17T08:39:12.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T08:39:12.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: 2024-09-17T08:39:12.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:11.289424+0000 mon.smithi089 (mon.0) 714 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T08:39:12.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:11.289506+0000 mon.smithi089 (mon.0) 715 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-17T08:39:12.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:11.290605+0000 mon.smithi133 (mon.1) 48 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T08:39:12.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:11.291347+0000 mon.smithi089 (mon.0) 716 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T08:39:12.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:11.319488+0000 mgr.smithi133.ejject (mgr.24441) 10 : cephadm [INF] [17/Sep/2024:08:39:11] ENGINE Serving on http://172.21.15.133:8765 2024-09-17T08:39:12.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:11.319650+0000 mgr.smithi133.ejject (mgr.24441) 11 : cephadm [INF] [17/Sep/2024:08:39:11] ENGINE Bus STARTED 2024-09-17T08:39:13.291 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:12.271344+0000 mgr.smithi133.ejject (mgr.24441) 12 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 334 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-17T08:39:13.292 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:12.293231+0000 mon.smithi089 (mon.0) 717 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T08:39:13.292 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:12.293304+0000 mon.smithi089 (mon.0) 718 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-09-17T08:39:13.292 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:13.174264+0000 mon.smithi089 (mon.0) 719 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:13.298 INFO:teuthology.orchestra.run.smithi089.stdout: 5 92747 23.11 MB/sec warmup 112 sec latency 20.416 ms 2024-09-17T08:39:13.508 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:12.271344+0000 mgr.smithi133.ejject (mgr.24441) 12 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 334 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-17T08:39:13.508 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:12.293231+0000 mon.smithi089 (mon.0) 717 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T08:39:13.509 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:12.293304+0000 mon.smithi089 (mon.0) 718 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-09-17T08:39:13.509 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:13.174264+0000 mon.smithi089 (mon.0) 719 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:14.298 INFO:teuthology.orchestra.run.smithi089.stdout: 5 93201 22.99 MB/sec warmup 113 sec latency 24.903 ms 2024-09-17T08:39:15.298 INFO:teuthology.orchestra.run.smithi089.stdout: 5 93639 22.87 MB/sec warmup 114 sec latency 38.842 ms 2024-09-17T08:39:15.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:14.271769+0000 mgr.smithi133.ejject (mgr.24441) 13 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 334 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-17T08:39:15.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:14.302289+0000 mon.smithi089 (mon.0) 720 : cluster [DBG] mgrmap e29: smithi133.ejject(active, since 6s), standbys: smithi089.ernzbc 2024-09-17T08:39:15.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:14.342432+0000 mon.smithi089 (mon.0) 721 : cluster [DBG] Standby manager daemon smithi089.ernzbc restarted 2024-09-17T08:39:15.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:14.342576+0000 mon.smithi089 (mon.0) 722 : cluster [DBG] Standby manager daemon smithi089.ernzbc started 2024-09-17T08:39:15.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:14.346188+0000 mon.smithi089 (mon.0) 723 : audit [DBG] from='mgr.? 172.21.15.89:0/1311239094' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi089.ernzbc/crt"}]: dispatch 2024-09-17T08:39:15.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:14.349423+0000 mon.smithi089 (mon.0) 724 : audit [DBG] from='mgr.? 172.21.15.89:0/1311239094' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T08:39:15.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:14.351599+0000 mon.smithi089 (mon.0) 725 : audit [DBG] from='mgr.? 172.21.15.89:0/1311239094' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi089.ernzbc/key"}]: dispatch 2024-09-17T08:39:15.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:14.352203+0000 mon.smithi089 (mon.0) 726 : audit [DBG] from='mgr.? 172.21.15.89:0/1311239094' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T08:39:15.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:14.922884+0000 mon.smithi089 (mon.0) 727 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:15.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:14.930667+0000 mon.smithi089 (mon.0) 728 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:15.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:14.271769+0000 mgr.smithi133.ejject (mgr.24441) 13 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 334 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-17T08:39:15.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:14.302289+0000 mon.smithi089 (mon.0) 720 : cluster [DBG] mgrmap e29: smithi133.ejject(active, since 6s), standbys: smithi089.ernzbc 2024-09-17T08:39:15.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:14.342432+0000 mon.smithi089 (mon.0) 721 : cluster [DBG] Standby manager daemon smithi089.ernzbc restarted 2024-09-17T08:39:15.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:14.342576+0000 mon.smithi089 (mon.0) 722 : cluster [DBG] Standby manager daemon smithi089.ernzbc started 2024-09-17T08:39:15.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:14.346188+0000 mon.smithi089 (mon.0) 723 : audit [DBG] from='mgr.? 172.21.15.89:0/1311239094' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi089.ernzbc/crt"}]: dispatch 2024-09-17T08:39:15.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:14.349423+0000 mon.smithi089 (mon.0) 724 : audit [DBG] from='mgr.? 172.21.15.89:0/1311239094' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T08:39:15.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:14.351599+0000 mon.smithi089 (mon.0) 725 : audit [DBG] from='mgr.? 172.21.15.89:0/1311239094' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi089.ernzbc/key"}]: dispatch 2024-09-17T08:39:15.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:14.352203+0000 mon.smithi089 (mon.0) 726 : audit [DBG] from='mgr.? 172.21.15.89:0/1311239094' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T08:39:15.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:14.922884+0000 mon.smithi089 (mon.0) 727 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:15.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:14.930667+0000 mon.smithi089 (mon.0) 728 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:16.298 INFO:teuthology.orchestra.run.smithi089.stdout: 5 94092 22.77 MB/sec warmup 115 sec latency 55.811 ms 2024-09-17T08:39:16.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:15.306040+0000 mon.smithi089 (mon.0) 729 : cluster [DBG] mgrmap e30: smithi133.ejject(active, since 7s), standbys: smithi089.ernzbc 2024-09-17T08:39:16.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:15.491876+0000 mon.smithi089 (mon.0) 730 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:16.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:15.498191+0000 mon.smithi089 (mon.0) 731 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:16.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:16.085417+0000 mon.smithi089 (mon.0) 732 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:16.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:15.306040+0000 mon.smithi089 (mon.0) 729 : cluster [DBG] mgrmap e30: smithi133.ejject(active, since 7s), standbys: smithi089.ernzbc 2024-09-17T08:39:16.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:15.491876+0000 mon.smithi089 (mon.0) 730 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:16.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:15.498191+0000 mon.smithi089 (mon.0) 731 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:16.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:16.085417+0000 mon.smithi089 (mon.0) 732 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:17.298 INFO:teuthology.orchestra.run.smithi089.stdout: 5 94452 22.63 MB/sec warmup 116 sec latency 60.837 ms 2024-09-17T08:39:18.299 INFO:teuthology.orchestra.run.smithi089.stdout: 5 94785 22.53 MB/sec warmup 117 sec latency 217.332 ms 2024-09-17T08:39:18.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:18 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:16.272383+0000 mgr.smithi133.ejject (mgr.24441) 14 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 337 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 6.9 MiB/s wr, 672 op/s 2024-09-17T08:39:18.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:18 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:17.620602+0000 mon.smithi089 (mon.0) 733 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:18.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:18 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:17.628687+0000 mon.smithi089 (mon.0) 734 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:18.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:18 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:18.055636+0000 mon.smithi089 (mon.0) 735 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T08:39:19.299 INFO:teuthology.orchestra.run.smithi089.stdout: 5 95118 22.43 MB/sec warmup 118 sec latency 513.520 ms 2024-09-17T08:39:19.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:16.272383+0000 mgr.smithi133.ejject (mgr.24441) 14 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 337 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 6.9 MiB/s wr, 672 op/s 2024-09-17T08:39:19.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:17.620602+0000 mon.smithi089 (mon.0) 733 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:19.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:17.628687+0000 mon.smithi089 (mon.0) 734 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:19.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:18.055636+0000 mon.smithi089 (mon.0) 735 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T08:39:19.762 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:18.055849+0000 mon.smithi133 (mon.1) 49 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-09-17T08:39:19.762 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:18.056011+0000 mon.smithi133 (mon.1) 50 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-09-17T08:39:19.762 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:18.272775+0000 mgr.smithi133.ejject (mgr.24441) 15 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 337 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 6.0 MiB/s wr, 586 op/s 2024-09-17T08:39:19.763 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:18.594722+0000 mon.smithi089 (mon.0) 736 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T08:39:19.763 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:18.596821+0000 mon.smithi133 (mon.1) 51 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T08:39:19.763 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:19.243061+0000 mon.smithi133 (mon.1) 52 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T08:39:19.763 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:19.247568+0000 mon.smithi133 (mon.1) 53 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-09-17T08:39:19.763 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:19.247755+0000 mon.smithi133 (mon.1) 54 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-09-17T08:39:19.763 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:19.249888+0000 mon.smithi089 (mon.0) 737 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:19.763 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:19.262915+0000 mon.smithi089 (mon.0) 738 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:19.882 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:18.055849+0000 mon.smithi133 (mon.1) 49 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-09-17T08:39:19.882 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:18.056011+0000 mon.smithi133 (mon.1) 50 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-09-17T08:39:19.882 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:18.272775+0000 mgr.smithi133.ejject (mgr.24441) 15 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 337 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 6.0 MiB/s wr, 586 op/s 2024-09-17T08:39:19.882 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:18.594722+0000 mon.smithi089 (mon.0) 736 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T08:39:19.882 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:18.596821+0000 mon.smithi133 (mon.1) 51 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T08:39:19.882 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:19.243061+0000 mon.smithi133 (mon.1) 52 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T08:39:19.882 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:19.247568+0000 mon.smithi133 (mon.1) 53 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-09-17T08:39:19.882 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:19.247755+0000 mon.smithi133 (mon.1) 54 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-09-17T08:39:19.883 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:19.249888+0000 mon.smithi089 (mon.0) 737 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:19.883 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:19.262915+0000 mon.smithi089 (mon.0) 738 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:20.299 INFO:teuthology.orchestra.run.smithi089.stdout: 5 95846 22.46 MB/sec warmup 119 sec latency 36.493 ms 2024-09-17T08:39:21.102 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:20 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:19.798226+0000 mon.smithi089 (mon.0) 739 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:21.103 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:20 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:19.805353+0000 mon.smithi089 (mon.0) 740 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:19.798226+0000 mon.smithi089 (mon.0) 739 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:19.805353+0000 mon.smithi089 (mon.0) 740 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:21.986 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:21 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:20.273276+0000 mgr.smithi133.ejject (mgr.24441) 16 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 325 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 8.2 MiB/s wr, 833 op/s 2024-09-17T08:39:22.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:20.273276+0000 mgr.smithi133.ejject (mgr.24441) 16 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 325 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 8.2 MiB/s wr, 833 op/s 2024-09-17T08:39:22.299 INFO:teuthology.orchestra.run.smithi089.stdout: 5 96998 8.70 MB/sec execute 1 sec latency 32.815 ms 2024-09-17T08:39:23.299 INFO:teuthology.orchestra.run.smithi089.stdout: 5 97973 17.06 MB/sec execute 2 sec latency 50.027 ms 2024-09-17T08:39:24.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:23 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:22.273588+0000 mgr.smithi133.ejject (mgr.24441) 17 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 325 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 7.4 MiB/s wr, 749 op/s 2024-09-17T08:39:24.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:23 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:23.680117+0000 mon.smithi133 (mon.1) 55 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:39:24.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:22.273588+0000 mgr.smithi133.ejject (mgr.24441) 17 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 325 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 7.4 MiB/s wr, 749 op/s 2024-09-17T08:39:24.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:23.680117+0000 mon.smithi133 (mon.1) 55 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:39:24.299 INFO:teuthology.orchestra.run.smithi089.stdout: 5 98654 18.00 MB/sec execute 3 sec latency 252.489 ms 2024-09-17T08:39:25.299 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99363 19.89 MB/sec execute 4 sec latency 252.660 ms 2024-09-17T08:39:25.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:24.000038+0000 mon.smithi089 (mon.0) 741 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:25.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:24.007518+0000 mon.smithi089 (mon.0) 742 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:25.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:24.014039+0000 mon.smithi089 (mon.0) 743 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:25.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:24.040423+0000 mon.smithi133 (mon.1) 56 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T08:39:25.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:24.040869+0000 mon.smithi089 (mon.0) 744 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T08:39:25.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:24.000038+0000 mon.smithi089 (mon.0) 741 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:25.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:24.007518+0000 mon.smithi089 (mon.0) 742 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:25.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:24.014039+0000 mon.smithi089 (mon.0) 743 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:25.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:24.040423+0000 mon.smithi133 (mon.1) 56 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T08:39:25.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:24.040869+0000 mon.smithi089 (mon.0) 744 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T08:39:26.299 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99847 18.89 MB/sec execute 5 sec latency 35.845 ms 2024-09-17T08:39:26.375 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:24.273931+0000 mgr.smithi133.ejject (mgr.24441) 18 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 325 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 6.2 MiB/s wr, 625 op/s 2024-09-17T08:39:26.376 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:25.018657+0000 mon.smithi089 (mon.0) 745 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-09-17T08:39:26.376 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:25.018801+0000 mon.smithi089 (mon.0) 746 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-09-17T08:39:26.376 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:25.021647+0000 mon.smithi133 (mon.1) 57 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-09-17T08:39:26.376 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:25.023125+0000 mon.smithi089 (mon.0) 747 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-09-17T08:39:26.398 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:24.273931+0000 mgr.smithi133.ejject (mgr.24441) 18 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 325 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 6.2 MiB/s wr, 625 op/s 2024-09-17T08:39:26.399 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:25.018657+0000 mon.smithi089 (mon.0) 745 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-09-17T08:39:26.399 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:25.018801+0000 mon.smithi089 (mon.0) 746 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-09-17T08:39:26.399 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:25.021647+0000 mon.smithi133 (mon.1) 57 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-09-17T08:39:26.399 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:25.023125+0000 mon.smithi089 (mon.0) 747 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-09-17T08:39:27.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:26.023650+0000 mon.smithi089 (mon.0) 748 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-17T08:39:27.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:26.023763+0000 mon.smithi089 (mon.0) 749 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-17T08:39:27.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:26.024712+0000 mgr.smithi133.ejject (mgr.24441) 19 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-09-17T08:39:27.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:26.060952+0000 mgr.smithi133.ejject (mgr.24441) 20 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-09-17T08:39:27.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:26.061038+0000 mgr.smithi133.ejject (mgr.24441) 21 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.smithi089', 'nfs.foo.smithi133'] 2024-09-17T08:39:27.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:26.061087+0000 mgr.smithi133.ejject (mgr.24441) 22 : cephadm [INF] Remove daemons nfs.foo.smithi089 nfs.foo.smithi133 2024-09-17T08:39:27.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:26.061359+0000 mgr.smithi133.ejject (mgr.24441) 23 : cephadm [INF] Removing daemon nfs.foo.smithi089 from smithi089 -- ports [2049] 2024-09-17T08:39:27.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:26.061698+0000 mgr.smithi133.ejject (mgr.24441) 24 : cephadm [INF] Removing daemon nfs.foo.smithi133 from smithi133 -- ports [2049] 2024-09-17T08:39:27.282 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:26.023650+0000 mon.smithi089 (mon.0) 748 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-17T08:39:27.282 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:26.023763+0000 mon.smithi089 (mon.0) 749 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-17T08:39:27.282 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:26.024712+0000 mgr.smithi133.ejject (mgr.24441) 19 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-09-17T08:39:27.282 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:26.060952+0000 mgr.smithi133.ejject (mgr.24441) 20 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-09-17T08:39:27.282 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:26.061038+0000 mgr.smithi133.ejject (mgr.24441) 21 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.smithi089', 'nfs.foo.smithi133'] 2024-09-17T08:39:27.283 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:26.061087+0000 mgr.smithi133.ejject (mgr.24441) 22 : cephadm [INF] Remove daemons nfs.foo.smithi089 nfs.foo.smithi133 2024-09-17T08:39:27.283 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:26.061359+0000 mgr.smithi133.ejject (mgr.24441) 23 : cephadm [INF] Removing daemon nfs.foo.smithi089 from smithi089 -- ports [2049] 2024-09-17T08:39:27.283 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:26.061698+0000 mgr.smithi133.ejject (mgr.24441) 24 : cephadm [INF] Removing daemon nfs.foo.smithi133 from smithi133 -- ports [2049] 2024-09-17T08:39:27.299 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 15.92 MB/sec execute 6 sec latency 752.235 ms 2024-09-17T08:39:28.299 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 13.65 MB/sec execute 7 sec latency 1752.288 ms 2024-09-17T08:39:28.331 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:28 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:26.274279+0000 mgr.smithi133.ejject (mgr.24441) 25 : cluster [DBG] pgmap v16: 129 pgs: 32 unknown, 97 active+clean; 329 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 9.7 MiB/s wr, 994 op/s 2024-09-17T08:39:28.331 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:28 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:27.031116+0000 mon.smithi089 (mon.0) 750 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-17T08:39:28.381 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:28 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:26.274279+0000 mgr.smithi133.ejject (mgr.24441) 25 : cluster [DBG] pgmap v16: 129 pgs: 32 unknown, 97 active+clean; 329 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 9.7 MiB/s wr, 994 op/s 2024-09-17T08:39:28.381 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:28 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:27.031116+0000 mon.smithi089 (mon.0) 750 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-17T08:39:28.826 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:39:29.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:28.042074+0000 mon.smithi089 (mon.0) 751 : cluster [DBG] mgrmap e31: smithi133.ejject(active, since 20s), standbys: smithi089.ernzbc 2024-09-17T08:39:29.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:28.615488+0000 mon.smithi133 (mon.1) 58 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi133"}]: dispatch 2024-09-17T08:39:29.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:28.615904+0000 mon.smithi089 (mon.0) 752 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi133"}]: dispatch 2024-09-17T08:39:29.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:28.618962+0000 mon.smithi089 (mon.0) 753 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi133"}]': finished 2024-09-17T08:39:29.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:28.619673+0000 mon.smithi133 (mon.1) 59 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi133-rgw"}]: dispatch 2024-09-17T08:39:29.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:28.620008+0000 mon.smithi089 (mon.0) 754 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi133-rgw"}]: dispatch 2024-09-17T08:39:29.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:28.622444+0000 mon.smithi089 (mon.0) 755 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi133-rgw"}]': finished 2024-09-17T08:39:29.258 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:28.042074+0000 mon.smithi089 (mon.0) 751 : cluster [DBG] mgrmap e31: smithi133.ejject(active, since 20s), standbys: smithi089.ernzbc 2024-09-17T08:39:29.258 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:28.615488+0000 mon.smithi133 (mon.1) 58 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi133"}]: dispatch 2024-09-17T08:39:29.258 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:28.615904+0000 mon.smithi089 (mon.0) 752 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi133"}]: dispatch 2024-09-17T08:39:29.258 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:28.618962+0000 mon.smithi089 (mon.0) 753 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi133"}]': finished 2024-09-17T08:39:29.258 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:28.619673+0000 mon.smithi133 (mon.1) 59 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi133-rgw"}]: dispatch 2024-09-17T08:39:29.258 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:28.620008+0000 mon.smithi089 (mon.0) 754 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi133-rgw"}]: dispatch 2024-09-17T08:39:29.259 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:28.622444+0000 mon.smithi089 (mon.0) 755 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi133-rgw"}]': finished 2024-09-17T08:39:29.299 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 11.94 MB/sec execute 8 sec latency 2752.318 ms 2024-09-17T08:39:29.482 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:39:29.482 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 running (6m) 11s ago 7m 18.9M - 0.20.0 0881eb8f169f 3b700e187bd8 2024-09-17T08:39:29.482 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (7m) 11s ago 7m 6409k - 16.2.0 24ecd6d5f14c 86364fbbe3dd 2024-09-17T08:39:29.482 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (7m) 14s ago 7m 6405k - 16.2.0 24ecd6d5f14c c38435e94451 2024-09-17T08:39:29.482 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 running (6m) 11s ago 7m 36.8M - 6.7.4 557c83e11646 2ae2b04f05ee 2024-09-17T08:39:29.482 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (2m) 11s ago 2m 40.6M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:39:29.482 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (2m) 14s ago 2m 13.1M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:39:29.483 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:9283 running (9m) 11s ago 9m 180M - 16.2.0 24ecd6d5f14c c35c6a435f28 2024-09-17T08:39:29.483 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283 running (28s) 14s ago 6m 466M - 18.2.4-855-g19e2a2be 980a0bfcd684 ee4a59ce156c 2024-09-17T08:39:29.483 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (9m) 11s ago 9m 57.8M 2048M 16.2.0 24ecd6d5f14c 5b5bfe3c39d2 2024-09-17T08:39:29.483 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (6m) 14s ago 6m 50.4M 2048M 16.2.0 24ecd6d5f14c b73d1c15d884 2024-09-17T08:39:29.483 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.smithi089 smithi089 *:2049 running (2m) 11s ago 2m 241M - 3.5 24ecd6d5f14c 1823ce7584dc 2024-09-17T08:39:29.483 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 running (7m) 11s ago 7m 17.2M - 0.18.1 e5a616e4b9cf 5d5794dcc827 2024-09-17T08:39:29.483 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (6m) 14s ago 6m 15.2M - 0.18.1 e5a616e4b9cf 96cc16ecae89 2024-09-17T08:39:29.483 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (6m) 11s ago 6m 367M 4096M 16.2.0 24ecd6d5f14c ac2da40952c1 2024-09-17T08:39:29.483 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (5m) 11s ago 5m 283M 4096M 16.2.0 24ecd6d5f14c 393455ed3cc2 2024-09-17T08:39:29.483 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (5m) 11s ago 5m 219M 4096M 16.2.0 24ecd6d5f14c efc5a17c7a8f 2024-09-17T08:39:29.483 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (5m) 11s ago 5m 322M 4096M 16.2.0 24ecd6d5f14c aa8afc36736b 2024-09-17T08:39:29.483 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (4m) 14s ago 4m 353M 4096M 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:39:29.483 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (4m) 14s ago 4m 367M 4096M 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:39:29.484 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (4m) 14s ago 4m 295M 4096M 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:39:29.484 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (3m) 14s ago 3m 450M 4096M 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:39:29.484 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 running (6m) 11s ago 7m 40.5M - 2.18.1 de242295e225 251bc3a8e51b 2024-09-17T08:39:29.882 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:39:29.883 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:39:29.883 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:39:29.883 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:39:29.883 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:39:29.883 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 1, 2024-09-17T08:39:29.883 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:39:29.883 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:39:29.883 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:39:29.883 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 8 2024-09-17T08:39:29.883 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:39:29.883 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:39:29.883 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:39:29.883 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:39:29.884 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:39:29.884 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 13, 2024-09-17T08:39:29.884 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:39:29.884 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:39:29.884 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:39:30.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:28.274785+0000 mgr.smithi133.ejject (mgr.24441) 26 : cluster [DBG] pgmap v18: 129 pgs: 32 unknown, 97 active+clean; 329 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.7 MiB/s wr, 859 op/s 2024-09-17T08:39:30.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:28.615181+0000 mgr.smithi133.ejject (mgr.24441) 27 : cephadm [INF] Removing key for client.nfs.foo.smithi133 2024-09-17T08:39:30.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:28.619512+0000 mgr.smithi133.ejject (mgr.24441) 28 : cephadm [INF] Removing key for client.nfs.foo.smithi133-rgw 2024-09-17T08:39:30.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:28.813377+0000 mgr.smithi133.ejject (mgr.24441) 29 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:39:30.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.514093+0000 mon.smithi133 (mon.1) 60 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi089"}]: dispatch 2024-09-17T08:39:30.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.514521+0000 mon.smithi089 (mon.0) 756 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi089"}]: dispatch 2024-09-17T08:39:30.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.517967+0000 mon.smithi089 (mon.0) 757 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi089"}]': finished 2024-09-17T08:39:30.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.519062+0000 mon.smithi133 (mon.1) 61 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi089-rgw"}]: dispatch 2024-09-17T08:39:30.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.519388+0000 mon.smithi089 (mon.0) 758 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi089-rgw"}]: dispatch 2024-09-17T08:39:30.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.522373+0000 mon.smithi089 (mon.0) 759 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi089-rgw"}]': finished 2024-09-17T08:39:30.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.526438+0000 mon.smithi089 (mon.0) 760 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:30.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.527297+0000 mon.smithi133 (mon.1) 62 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-09-17T08:39:30.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.551478+0000 mon.smithi133 (mon.1) 63 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' 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-09-17T08:39:30.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.551889+0000 mon.smithi089 (mon.0) 761 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 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-09-17T08:39:30.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.555247+0000 mon.smithi089 (mon.0) 762 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 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-09-17T08:39:30.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.564163+0000 mon.smithi089 (mon.0) 763 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:30.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.571761+0000 mon.smithi089 (mon.0) 764 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:30.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.576717+0000 mon.smithi089 (mon.0) 765 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:30.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.585525+0000 mon.smithi089 (mon.0) 766 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:30.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.593095+0000 mon.smithi089 (mon.0) 767 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:30.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.603554+0000 mon.smithi089 (mon.0) 768 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:30.163 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.604366+0000 mon.smithi133 (mon.1) 64 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi089.vfqtvj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-17T08:39:30.163 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.604712+0000 mon.smithi089 (mon.0) 769 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi089.vfqtvj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-17T08:39:30.163 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.607491+0000 mon.smithi089 (mon.0) 770 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi089.vfqtvj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-17T08:39:30.163 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.608426+0000 mon.smithi133 (mon.1) 65 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-17T08:39:30.163 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.608741+0000 mon.smithi089 (mon.0) 771 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-17T08:39:30.163 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.611466+0000 mon.smithi089 (mon.0) 772 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-17T08:39:30.163 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.612684+0000 mon.smithi133 (mon.1) 66 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:39:30.163 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.652617+0000 mon.smithi133 (mon.1) 67 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-17T08:39:30.163 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.652965+0000 mon.smithi089 (mon.0) 773 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-17T08:39:30.163 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.655810+0000 mon.smithi089 (mon.0) 774 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-17T08:39:30.163 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.702008+0000 mon.smithi133 (mon.1) 68 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi089.vfqtvj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T08:39:30.164 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.702404+0000 mon.smithi089 (mon.0) 775 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi089.vfqtvj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T08:39:30.164 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.705754+0000 mon.smithi089 (mon.0) 776 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi089.vfqtvj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-17T08:39:30.164 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.711759+0000 mon.smithi133 (mon.1) 69 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:39:30.164 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.882740+0000 mon.smithi089 (mon.0) 777 : audit [DBG] from='client.? 172.21.15.89:0/2334389652' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:39:30.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:28.274785+0000 mgr.smithi133.ejject (mgr.24441) 26 : cluster [DBG] pgmap v18: 129 pgs: 32 unknown, 97 active+clean; 329 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.7 MiB/s wr, 859 op/s 2024-09-17T08:39:30.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:28.615181+0000 mgr.smithi133.ejject (mgr.24441) 27 : cephadm [INF] Removing key for client.nfs.foo.smithi133 2024-09-17T08:39:30.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:28.619512+0000 mgr.smithi133.ejject (mgr.24441) 28 : cephadm [INF] Removing key for client.nfs.foo.smithi133-rgw 2024-09-17T08:39:30.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:28.813377+0000 mgr.smithi133.ejject (mgr.24441) 29 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:39:30.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.514093+0000 mon.smithi133 (mon.1) 60 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi089"}]: dispatch 2024-09-17T08:39:30.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.514521+0000 mon.smithi089 (mon.0) 756 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi089"}]: dispatch 2024-09-17T08:39:30.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.517967+0000 mon.smithi089 (mon.0) 757 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi089"}]': finished 2024-09-17T08:39:30.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.519062+0000 mon.smithi133 (mon.1) 61 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi089-rgw"}]: dispatch 2024-09-17T08:39:30.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.519388+0000 mon.smithi089 (mon.0) 758 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi089-rgw"}]: dispatch 2024-09-17T08:39:30.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.522373+0000 mon.smithi089 (mon.0) 759 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi089-rgw"}]': finished 2024-09-17T08:39:30.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.526438+0000 mon.smithi089 (mon.0) 760 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:30.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.527297+0000 mon.smithi133 (mon.1) 62 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-09-17T08:39:30.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.551478+0000 mon.smithi133 (mon.1) 63 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' 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-09-17T08:39:30.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.551889+0000 mon.smithi089 (mon.0) 761 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 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-09-17T08:39:30.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.555247+0000 mon.smithi089 (mon.0) 762 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 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-09-17T08:39:30.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.564163+0000 mon.smithi089 (mon.0) 763 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:30.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.571761+0000 mon.smithi089 (mon.0) 764 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:30.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.576717+0000 mon.smithi089 (mon.0) 765 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:30.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.585525+0000 mon.smithi089 (mon.0) 766 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:30.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.593095+0000 mon.smithi089 (mon.0) 767 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:30.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.603554+0000 mon.smithi089 (mon.0) 768 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:30.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.604366+0000 mon.smithi133 (mon.1) 64 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi089.vfqtvj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-17T08:39:30.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.604712+0000 mon.smithi089 (mon.0) 769 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi089.vfqtvj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-17T08:39:30.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.607491+0000 mon.smithi089 (mon.0) 770 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi089.vfqtvj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-17T08:39:30.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.608426+0000 mon.smithi133 (mon.1) 65 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-17T08:39:30.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.608741+0000 mon.smithi089 (mon.0) 771 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-17T08:39:30.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.611466+0000 mon.smithi089 (mon.0) 772 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-17T08:39:30.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.612684+0000 mon.smithi133 (mon.1) 66 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:39:30.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.652617+0000 mon.smithi133 (mon.1) 67 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-17T08:39:30.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.652965+0000 mon.smithi089 (mon.0) 773 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-17T08:39:30.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.655810+0000 mon.smithi089 (mon.0) 774 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-17T08:39:30.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.702008+0000 mon.smithi133 (mon.1) 68 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi089.vfqtvj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T08:39:30.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.702404+0000 mon.smithi089 (mon.0) 775 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi089.vfqtvj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T08:39:30.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.705754+0000 mon.smithi089 (mon.0) 776 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi089.vfqtvj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-17T08:39:30.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.711759+0000 mon.smithi133 (mon.1) 69 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:39:30.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.882740+0000 mon.smithi089 (mon.0) 777 : audit [DBG] from='client.? 172.21.15.89:0/2334389652' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:39:30.219 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:39:30.220 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:39:30.220 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:39:30.220 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:39:30.220 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [], 2024-09-17T08:39:30.220 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "1/21 daemons upgraded", 2024-09-17T08:39:30.220 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "", 2024-09-17T08:39:30.220 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:39:30.220 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:39:30.299 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 10.61 MB/sec execute 9 sec latency 3752.354 ms 2024-09-17T08:39:30.612 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_OK 2024-09-17T08:39:31.299 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 9.55 MB/sec execute 10 sec latency 4752.394 ms 2024-09-17T08:39:31.378 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.139593+0000 mgr.smithi133.ejject (mgr.24441) 30 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:39:31.378 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.473027+0000 mgr.smithi133.ejject (mgr.24441) 31 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:39:31.378 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:29.513777+0000 mgr.smithi133.ejject (mgr.24441) 32 : cephadm [INF] Removing key for client.nfs.foo.smithi089 2024-09-17T08:39:31.378 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:29.518813+0000 mgr.smithi133.ejject (mgr.24441) 33 : cephadm [INF] Removing key for client.nfs.foo.smithi089-rgw 2024-09-17T08:39:31.378 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:29.527848+0000 mgr.smithi133.ejject (mgr.24441) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-09-17T08:39:31.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:29.560254+0000 mgr.smithi133.ejject (mgr.24441) 35 : cephadm [INF] Done migrating nfs.foo 2024-09-17T08:39:31.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:29.560320+0000 mgr.smithi133.ejject (mgr.24441) 36 : cephadm [INF] Done migrating all NFS services 2024-09-17T08:39:31.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:29.604144+0000 mgr.smithi133.ejject (mgr.24441) 37 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi089.vfqtvj 2024-09-17T08:39:31.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:29.608241+0000 mgr.smithi133.ejject (mgr.24441) 38 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-17T08:39:31.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:29.701568+0000 mgr.smithi133.ejject (mgr.24441) 39 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-17T08:39:31.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:29.701665+0000 mgr.smithi133.ejject (mgr.24441) 40 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi089.vfqtvj-rgw 2024-09-17T08:39:31.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:29.706577+0000 mgr.smithi133.ejject (mgr.24441) 41 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi089.vfqtvj's ganesha conf is defaulting to empty 2024-09-17T08:39:31.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:29.712919+0000 mgr.smithi133.ejject (mgr.24441) 42 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi089.vfqtvj on smithi089 2024-09-17T08:39:31.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:30.612767+0000 mon.smithi089 (mon.0) 778 : audit [DBG] from='client.? 172.21.15.89:0/1589711839' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:39:31.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.139593+0000 mgr.smithi133.ejject (mgr.24441) 30 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:39:31.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.473027+0000 mgr.smithi133.ejject (mgr.24441) 31 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:39:31.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:29.513777+0000 mgr.smithi133.ejject (mgr.24441) 32 : cephadm [INF] Removing key for client.nfs.foo.smithi089 2024-09-17T08:39:31.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:29.518813+0000 mgr.smithi133.ejject (mgr.24441) 33 : cephadm [INF] Removing key for client.nfs.foo.smithi089-rgw 2024-09-17T08:39:31.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:29.527848+0000 mgr.smithi133.ejject (mgr.24441) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-09-17T08:39:31.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:29.560254+0000 mgr.smithi133.ejject (mgr.24441) 35 : cephadm [INF] Done migrating nfs.foo 2024-09-17T08:39:31.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:29.560320+0000 mgr.smithi133.ejject (mgr.24441) 36 : cephadm [INF] Done migrating all NFS services 2024-09-17T08:39:31.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:29.604144+0000 mgr.smithi133.ejject (mgr.24441) 37 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi089.vfqtvj 2024-09-17T08:39:31.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:29.608241+0000 mgr.smithi133.ejject (mgr.24441) 38 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-17T08:39:31.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:29.701568+0000 mgr.smithi133.ejject (mgr.24441) 39 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-17T08:39:31.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:29.701665+0000 mgr.smithi133.ejject (mgr.24441) 40 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi089.vfqtvj-rgw 2024-09-17T08:39:31.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:29.706577+0000 mgr.smithi133.ejject (mgr.24441) 41 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi089.vfqtvj's ganesha conf is defaulting to empty 2024-09-17T08:39:31.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:29.712919+0000 mgr.smithi133.ejject (mgr.24441) 42 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi089.vfqtvj on smithi089 2024-09-17T08:39:31.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:30.612767+0000 mon.smithi089 (mon.0) 778 : audit [DBG] from='client.? 172.21.15.89:0/1589711839' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:39:32.301 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 8.68 MB/sec execute 11 sec latency 5752.767 ms 2024-09-17T08:39:32.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:32 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:30.219625+0000 mgr.smithi133.ejject (mgr.24441) 43 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:39:32.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:32 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:30.275443+0000 mgr.smithi133.ejject (mgr.24441) 44 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 21 KiB/s rd, 13 MiB/s wr, 1.18k op/s 2024-09-17T08:39:32.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:32 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:30.219625+0000 mgr.smithi133.ejject (mgr.24441) 43 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:39:32.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:32 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:30.275443+0000 mgr.smithi133.ejject (mgr.24441) 44 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 21 KiB/s rd, 13 MiB/s wr, 1.18k op/s 2024-09-17T08:39:33.299 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 7.96 MB/sec execute 12 sec latency 6752.862 ms 2024-09-17T08:39:33.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:32.056343+0000 mon.smithi089 (mon.0) 779 : cluster [DBG] mgrmap e32: smithi133.ejject(active, since 24s), standbys: smithi089.ernzbc 2024-09-17T08:39:33.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:32.172318+0000 mon.smithi089 (mon.0) 780 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:33.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:32.178140+0000 mon.smithi089 (mon.0) 781 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:33.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:32.186839+0000 mon.smithi089 (mon.0) 782 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:33.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:32.187961+0000 mon.smithi133 (mon.1) 70 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi133.rxitgh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-17T08:39:33.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:32.188290+0000 mon.smithi089 (mon.0) 783 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi133.rxitgh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-17T08:39:33.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:32.192999+0000 mon.smithi089 (mon.0) 784 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi133.rxitgh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-17T08:39:33.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:32.194363+0000 mon.smithi133 (mon.1) 71 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-17T08:39:33.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:32.194708+0000 mon.smithi089 (mon.0) 785 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-17T08:39:33.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:32.199444+0000 mon.smithi089 (mon.0) 786 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-17T08:39:33.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:32.201037+0000 mon.smithi133 (mon.1) 72 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:39:33.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:32.056343+0000 mon.smithi089 (mon.0) 779 : cluster [DBG] mgrmap e32: smithi133.ejject(active, since 24s), standbys: smithi089.ernzbc 2024-09-17T08:39:33.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:32.172318+0000 mon.smithi089 (mon.0) 780 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:33.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:32.178140+0000 mon.smithi089 (mon.0) 781 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:33.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:32.186839+0000 mon.smithi089 (mon.0) 782 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:33.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:32.187961+0000 mon.smithi133 (mon.1) 70 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi133.rxitgh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-17T08:39:33.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:32.188290+0000 mon.smithi089 (mon.0) 783 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi133.rxitgh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-17T08:39:33.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:32.192999+0000 mon.smithi089 (mon.0) 784 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi133.rxitgh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-17T08:39:33.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:32.194363+0000 mon.smithi133 (mon.1) 71 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-17T08:39:33.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:32.194708+0000 mon.smithi089 (mon.0) 785 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-17T08:39:33.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:32.199444+0000 mon.smithi089 (mon.0) 786 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-17T08:39:33.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:32.201037+0000 mon.smithi133 (mon.1) 72 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:39:34.300 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 7.35 MB/sec execute 13 sec latency 7752.993 ms 2024-09-17T08:39:34.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:34 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:32.187716+0000 mgr.smithi133.ejject (mgr.24441) 45 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi133.rxitgh 2024-09-17T08:39:34.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:34 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:32.194120+0000 mgr.smithi133.ejject (mgr.24441) 46 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-17T08:39:34.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:34 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:32.275979+0000 mgr.smithi133.ejject (mgr.24441) 47 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 3.2 MiB/s wr, 262 op/s 2024-09-17T08:39:34.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:34 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:32.187716+0000 mgr.smithi133.ejject (mgr.24441) 45 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi133.rxitgh 2024-09-17T08:39:34.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:34 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:32.194120+0000 mgr.smithi133.ejject (mgr.24441) 46 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-17T08:39:34.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:34 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:32.275979+0000 mgr.smithi133.ejject (mgr.24441) 47 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 3.2 MiB/s wr, 262 op/s 2024-09-17T08:39:35.300 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 6.82 MB/sec execute 14 sec latency 8753.085 ms 2024-09-17T08:39:36.300 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 6.37 MB/sec execute 15 sec latency 9753.206 ms 2024-09-17T08:39:36.329 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:36 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:34.276339+0000 mgr.smithi133.ejject (mgr.24441) 48 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 2.8 MiB/s wr, 230 op/s 2024-09-17T08:39:36.329 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:36 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:35.076109+0000 mon.smithi133 (mon.1) 73 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-17T08:39:36.329 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:36 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:35.076618+0000 mon.smithi089 (mon.0) 787 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-17T08:39:36.329 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:36 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:35.080557+0000 mon.smithi089 (mon.0) 788 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-17T08:39:36.329 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:36 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:35.133799+0000 mon.smithi133 (mon.1) 74 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi133.rxitgh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T08:39:36.329 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:36 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:35.134360+0000 mon.smithi089 (mon.0) 789 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi133.rxitgh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T08:39:36.329 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:36 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:35.138057+0000 mon.smithi089 (mon.0) 790 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi133.rxitgh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-17T08:39:36.329 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:36 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:35.139242+0000 mon.smithi133 (mon.1) 75 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:39:36.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:36 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:34.276339+0000 mgr.smithi133.ejject (mgr.24441) 48 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 2.8 MiB/s wr, 230 op/s 2024-09-17T08:39:36.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:36 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:35.076109+0000 mon.smithi133 (mon.1) 73 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-17T08:39:36.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:36 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:35.076618+0000 mon.smithi089 (mon.0) 787 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-17T08:39:36.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:36 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:35.080557+0000 mon.smithi089 (mon.0) 788 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-17T08:39:36.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:36 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:35.133799+0000 mon.smithi133 (mon.1) 74 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi133.rxitgh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T08:39:36.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:36 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:35.134360+0000 mon.smithi089 (mon.0) 789 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi133.rxitgh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T08:39:36.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:36 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:35.138057+0000 mon.smithi089 (mon.0) 790 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi133.rxitgh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-17T08:39:36.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:36 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:35.139242+0000 mon.smithi133 (mon.1) 75 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:39:37.300 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 5.97 MB/sec execute 16 sec latency 10753.278 ms 2024-09-17T08:39:37.322 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:35.133382+0000 mgr.smithi133.ejject (mgr.24441) 49 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-17T08:39:37.323 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:35.133475+0000 mgr.smithi133.ejject (mgr.24441) 50 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi133.rxitgh-rgw 2024-09-17T08:39:37.323 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:35.138723+0000 mgr.smithi133.ejject (mgr.24441) 51 : cephadm [WRN] Bind address in nfs.foo.1.0.smithi133.rxitgh's ganesha conf is defaulting to empty 2024-09-17T08:39:37.323 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:35.140291+0000 mgr.smithi133.ejject (mgr.24441) 52 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi133.rxitgh on smithi133 2024-09-17T08:39:37.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:35.133382+0000 mgr.smithi133.ejject (mgr.24441) 49 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-17T08:39:37.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:35.133475+0000 mgr.smithi133.ejject (mgr.24441) 50 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi133.rxitgh-rgw 2024-09-17T08:39:37.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:35.138723+0000 mgr.smithi133.ejject (mgr.24441) 51 : cephadm [WRN] Bind address in nfs.foo.1.0.smithi133.rxitgh's ganesha conf is defaulting to empty 2024-09-17T08:39:37.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:35.140291+0000 mgr.smithi133.ejject (mgr.24441) 52 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi133.rxitgh on smithi133 2024-09-17T08:39:38.300 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 5.62 MB/sec execute 17 sec latency 11753.307 ms 2024-09-17T08:39:38.348 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:36.277102+0000 mgr.smithi133.ejject (mgr.24441) 53 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 2.4 MiB/s wr, 195 op/s 2024-09-17T08:39:38.349 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:37.553435+0000 mon.smithi089 (mon.0) 791 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:38.349 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:37.558549+0000 mon.smithi089 (mon.0) 792 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:38.349 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:37.562918+0000 mon.smithi089 (mon.0) 793 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:38.349 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:37.567788+0000 mon.smithi089 (mon.0) 794 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:38.349 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:37.641076+0000 mon.smithi133 (mon.1) 76 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:39:38.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:36.277102+0000 mgr.smithi133.ejject (mgr.24441) 53 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 2.4 MiB/s wr, 195 op/s 2024-09-17T08:39:38.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:37.553435+0000 mon.smithi089 (mon.0) 791 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:38.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:37.558549+0000 mon.smithi089 (mon.0) 792 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:38.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:37.562918+0000 mon.smithi089 (mon.0) 793 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:38.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:37.567788+0000 mon.smithi089 (mon.0) 794 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:38.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:37.641076+0000 mon.smithi133 (mon.1) 76 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:39:39.300 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 5.31 MB/sec execute 18 sec latency 12753.350 ms 2024-09-17T08:39:39.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:38.277499+0000 mgr.smithi133.ejject (mgr.24441) 54 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 2.1 MiB/s wr, 173 op/s 2024-09-17T08:39:39.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:38.669905+0000 mon.smithi089 (mon.0) 795 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:39.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:38.680492+0000 mon.smithi133 (mon.1) 77 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:39:39.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:38.277499+0000 mgr.smithi133.ejject (mgr.24441) 54 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 2.1 MiB/s wr, 173 op/s 2024-09-17T08:39:39.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:38.669905+0000 mon.smithi089 (mon.0) 795 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:39.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:38.680492+0000 mon.smithi133 (mon.1) 77 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:39:40.300 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 5.03 MB/sec execute 19 sec latency 13753.442 ms 2024-09-17T08:39:41.300 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 4.78 MB/sec execute 20 sec latency 14753.535 ms 2024-09-17T08:39:41.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:40.278104+0000 mgr.smithi133.ejject (mgr.24441) 55 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 2.0 MiB/s wr, 165 op/s 2024-09-17T08:39:42.056 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:40.278104+0000 mgr.smithi133.ejject (mgr.24441) 55 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 2.0 MiB/s wr, 165 op/s 2024-09-17T08:39:42.301 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 4.55 MB/sec execute 21 sec latency 15753.627 ms 2024-09-17T08:39:43.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:41.803552+0000 mon.smithi089 (mon.0) 796 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:43.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:41.808800+0000 mon.smithi089 (mon.0) 797 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:43.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:41.803552+0000 mon.smithi089 (mon.0) 796 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:43.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:41.808800+0000 mon.smithi089 (mon.0) 797 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:43.300 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 4.34 MB/sec execute 22 sec latency 16753.665 ms 2024-09-17T08:39:44.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:42.278407+0000 mgr.smithi133.ejject (mgr.24441) 56 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 2.7 KiB/s rd, 54 KiB/s wr, 7 op/s 2024-09-17T08:39:44.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:42.278407+0000 mgr.smithi133.ejject (mgr.24441) 56 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 2.7 KiB/s rd, 54 KiB/s wr, 7 op/s 2024-09-17T08:39:44.300 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 4.15 MB/sec execute 23 sec latency 17753.696 ms 2024-09-17T08:39:45.300 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 3.98 MB/sec execute 24 sec latency 18753.724 ms 2024-09-17T08:39:45.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:43.974776+0000 mon.smithi089 (mon.0) 798 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:45.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:43.981400+0000 mon.smithi089 (mon.0) 799 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:45.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:43.983813+0000 mon.smithi133 (mon.1) 78 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:39:45.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:43.984716+0000 mon.smithi133 (mon.1) 79 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:39:45.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:43.985496+0000 mgr.smithi133.ejject (mgr.24441) 57 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:39:45.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:43.991518+0000 mon.smithi089 (mon.0) 800 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:45.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:44.000585+0000 mon.smithi089 (mon.0) 801 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:45.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:44.081222+0000 mon.smithi089 (mon.0) 802 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:45.415 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:44.087341+0000 mon.smithi089 (mon.0) 803 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:45.415 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:44.092835+0000 mon.smithi089 (mon.0) 804 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:45.415 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:44.098153+0000 mon.smithi089 (mon.0) 805 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:45.415 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:44.099650+0000 mgr.smithi133.ejject (mgr.24441) 58 : cephadm [INF] Reconfiguring alertmanager.smithi089 (dependencies changed)... 2024-09-17T08:39:45.415 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:39:44.106902+0000 mgr.smithi133.ejject (mgr.24441) 59 : cephadm [INF] Reconfiguring daemon alertmanager.smithi089 on smithi089 2024-09-17T08:39:45.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:44 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:43.974776+0000 mon.smithi089 (mon.0) 798 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:45.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:44 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:43.981400+0000 mon.smithi089 (mon.0) 799 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:45.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:44 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:43.983813+0000 mon.smithi133 (mon.1) 78 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:39:45.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:44 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:43.984716+0000 mon.smithi133 (mon.1) 79 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:39:45.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:44 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:43.985496+0000 mgr.smithi133.ejject (mgr.24441) 57 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:39:45.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:44 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:43.991518+0000 mon.smithi089 (mon.0) 800 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:45.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:44 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:44.000585+0000 mon.smithi089 (mon.0) 801 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:45.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:44 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:44.081222+0000 mon.smithi089 (mon.0) 802 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:45.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:44 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:44.087341+0000 mon.smithi089 (mon.0) 803 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:45.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:44 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:44.092835+0000 mon.smithi089 (mon.0) 804 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:45.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:44 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:44.098153+0000 mon.smithi089 (mon.0) 805 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:39:45.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:44 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:44.099650+0000 mgr.smithi133.ejject (mgr.24441) 58 : cephadm [INF] Reconfiguring alertmanager.smithi089 (dependencies changed)... 2024-09-17T08:39:45.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:44 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:39:44.106902+0000 mgr.smithi133.ejject (mgr.24441) 59 : cephadm [INF] Reconfiguring daemon alertmanager.smithi089 on smithi089 2024-09-17T08:39:46.300 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 3.82 MB/sec execute 25 sec latency 19753.755 ms 2024-09-17T08:39:46.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:46 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:44.278865+0000 mgr.smithi133.ejject (mgr.24441) 60 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 2.7 KiB/s rd, 54 KiB/s wr, 7 op/s 2024-09-17T08:39:46.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:46 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:44.278865+0000 mgr.smithi133.ejject (mgr.24441) 60 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 2.7 KiB/s rd, 54 KiB/s wr, 7 op/s 2024-09-17T08:39:47.301 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 3.67 MB/sec execute 26 sec latency 20753.783 ms 2024-09-17T08:39:48.300 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 3.54 MB/sec execute 27 sec latency 21753.822 ms 2024-09-17T08:39:48.334 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:48 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:46.279569+0000 mgr.smithi133.ejject (mgr.24441) 61 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 3.0 KiB/s rd, 55 KiB/s wr, 7 op/s 2024-09-17T08:39:48.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:48 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:46.279569+0000 mgr.smithi133.ejject (mgr.24441) 61 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 3.0 KiB/s rd, 55 KiB/s wr, 7 op/s 2024-09-17T08:39:49.301 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 3.41 MB/sec execute 28 sec latency 22753.881 ms 2024-09-17T08:39:50.301 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 3.29 MB/sec execute 29 sec latency 23753.942 ms 2024-09-17T08:39:50.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:50 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:48.280073+0000 mgr.smithi133.ejject (mgr.24441) 62 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.8 KiB/s wr, 3 op/s 2024-09-17T08:39:50.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:50 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:48.280073+0000 mgr.smithi133.ejject (mgr.24441) 62 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.8 KiB/s wr, 3 op/s 2024-09-17T08:39:51.301 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 3.18 MB/sec execute 30 sec latency 24754.054 ms 2024-09-17T08:39:52.301 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 3.08 MB/sec execute 31 sec latency 25754.141 ms 2024-09-17T08:39:52.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:52 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:50.280673+0000 mgr.smithi133.ejject (mgr.24441) 63 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.8 KiB/s wr, 3 op/s 2024-09-17T08:39:52.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:52 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:50.280673+0000 mgr.smithi133.ejject (mgr.24441) 63 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.8 KiB/s wr, 3 op/s 2024-09-17T08:39:53.301 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 2.98 MB/sec execute 32 sec latency 26754.221 ms 2024-09-17T08:39:54.301 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 2.89 MB/sec execute 33 sec latency 27754.297 ms 2024-09-17T08:39:54.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:54 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:52.281129+0000 mgr.smithi133.ejject (mgr.24441) 64 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 853 B/s wr, 0 op/s 2024-09-17T08:39:54.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:54 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:39:53.680618+0000 mon.smithi133 (mon.1) 80 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:39:54.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:52.281129+0000 mgr.smithi133.ejject (mgr.24441) 64 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 853 B/s wr, 0 op/s 2024-09-17T08:39:54.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:39:53.680618+0000 mon.smithi133 (mon.1) 80 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:39:55.301 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 2.81 MB/sec execute 34 sec latency 28754.403 ms 2024-09-17T08:39:56.301 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 2.73 MB/sec execute 35 sec latency 29754.501 ms 2024-09-17T08:39:56.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:56 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:54.281577+0000 mgr.smithi133.ejject (mgr.24441) 65 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 853 B/s wr, 0 op/s 2024-09-17T08:39:56.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:56 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:54.281577+0000 mgr.smithi133.ejject (mgr.24441) 65 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 853 B/s wr, 0 op/s 2024-09-17T08:39:57.301 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 2.65 MB/sec execute 36 sec latency 30754.556 ms 2024-09-17T08:39:58.301 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 2.58 MB/sec execute 37 sec latency 31754.677 ms 2024-09-17T08:39:58.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:39:58 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:56.282443+0000 mgr.smithi133.ejject (mgr.24441) 66 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 426 B/s rd, 853 B/s wr, 1 op/s 2024-09-17T08:39:58.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:39:58 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:56.282443+0000 mgr.smithi133.ejject (mgr.24441) 66 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 426 B/s rd, 853 B/s wr, 1 op/s 2024-09-17T08:39:59.301 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 2.51 MB/sec execute 38 sec latency 32754.719 ms 2024-09-17T08:40:00.301 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 2.45 MB/sec execute 39 sec latency 33754.837 ms 2024-09-17T08:40:00.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:00 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:39:58.282867+0000 mgr.smithi133.ejject (mgr.24441) 67 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:00.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:00 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:00.000168+0000 mon.smithi089 (mon.0) 806 : cluster [INF] overall HEALTH_OK 2024-09-17T08:40:00.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:00 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:39:58.282867+0000 mgr.smithi133.ejject (mgr.24441) 67 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:00.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:00 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:00.000168+0000 mon.smithi089 (mon.0) 806 : cluster [INF] overall HEALTH_OK 2024-09-17T08:40:00.957 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:40:01.302 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 2.39 MB/sec execute 40 sec latency 34754.908 ms 2024-09-17T08:40:01.583 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:40:01.583 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 running (6m) 17s ago 8m 18.9M - 0.20.0 0881eb8f169f 3b700e187bd8 2024-09-17T08:40:01.583 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (8m) 17s ago 8m 6409k - 16.2.0 24ecd6d5f14c 86364fbbe3dd 2024-09-17T08:40:01.583 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (7m) 19s ago 7m 6405k - 16.2.0 24ecd6d5f14c c38435e94451 2024-09-17T08:40:01.583 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 running (6m) 17s ago 8m 36.8M - 6.7.4 557c83e11646 2ae2b04f05ee 2024-09-17T08:40:01.583 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (3m) 17s ago 3m 40.7M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:40:01.583 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (2m) 19s ago 2m 13.2M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:40:01.584 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:9283 running (9m) 17s ago 9m 359M - 16.2.0 24ecd6d5f14c c35c6a435f28 2024-09-17T08:40:01.584 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283 running (61s) 19s ago 7m 485M - 18.2.4-855-g19e2a2be 980a0bfcd684 ee4a59ce156c 2024-09-17T08:40:01.584 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (9m) 17s ago 9m 54.0M 2048M 16.2.0 24ecd6d5f14c 5b5bfe3c39d2 2024-09-17T08:40:01.584 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (7m) 19s ago 7m 42.7M 2048M 16.2.0 24ecd6d5f14c b73d1c15d884 2024-09-17T08:40:01.584 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (29s) 17s ago 29s 51.9M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:40:01.584 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (24s) 19s ago 24s 14.8M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:40:01.584 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 running (7m) 17s ago 7m 17.2M - 0.18.1 e5a616e4b9cf 5d5794dcc827 2024-09-17T08:40:01.584 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (7m) 19s ago 7m 15.2M - 0.18.1 e5a616e4b9cf 96cc16ecae89 2024-09-17T08:40:01.584 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (6m) 17s ago 6m 386M 4096M 16.2.0 24ecd6d5f14c ac2da40952c1 2024-09-17T08:40:01.584 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (6m) 17s ago 6m 294M 4096M 16.2.0 24ecd6d5f14c 393455ed3cc2 2024-09-17T08:40:01.584 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (6m) 17s ago 6m 252M 4096M 16.2.0 24ecd6d5f14c efc5a17c7a8f 2024-09-17T08:40:01.584 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (5m) 17s ago 5m 356M 4096M 16.2.0 24ecd6d5f14c aa8afc36736b 2024-09-17T08:40:01.584 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (5m) 19s ago 5m 376M 4096M 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:40:01.585 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (5m) 19s ago 5m 395M 4096M 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:40:01.585 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (4m) 19s ago 4m 330M 4096M 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:40:01.585 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (4m) 19s ago 4m 487M 4096M 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:40:01.585 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 running (6m) 17s ago 7m 40.5M - 2.18.1 de242295e225 251bc3a8e51b 2024-09-17T08:40:01.957 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:40:01.958 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:40:01.958 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:40:01.958 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:40:01.958 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:40:01.958 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 1, 2024-09-17T08:40:01.958 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:40:01.958 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:40:01.958 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:40:01.958 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 8 2024-09-17T08:40:01.958 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:40:01.959 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:40:01.959 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:40:01.959 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:40:01.959 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:40:01.959 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 13, 2024-09-17T08:40:01.959 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:40:01.959 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:40:01.959 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:40:02.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:00.283589+0000 mgr.smithi133.ejject (mgr.24441) 68 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:02.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:40:00.943904+0000 mgr.smithi133.ejject (mgr.24441) 69 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:02.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:40:01.957994+0000 mon.smithi089 (mon.0) 807 : audit [DBG] from='client.? 172.21.15.89:0/1949486520' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:40:02.278 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:40:02.278 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:40:02.278 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:40:02.279 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:40:02.279 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [], 2024-09-17T08:40:02.279 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T08:40:02.279 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "", 2024-09-17T08:40:02.279 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:40:02.279 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:40:02.301 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 2.33 MB/sec execute 41 sec latency 35754.959 ms 2024-09-17T08:40:02.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:00.283589+0000 mgr.smithi133.ejject (mgr.24441) 68 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:02.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:40:00.943904+0000 mgr.smithi133.ejject (mgr.24441) 69 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:02.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:40:01.957994+0000 mon.smithi089 (mon.0) 807 : audit [DBG] from='client.? 172.21.15.89:0/1949486520' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:40:02.655 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_OK 2024-09-17T08:40:03.302 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 2.27 MB/sec execute 42 sec latency 36755.076 ms 2024-09-17T08:40:03.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:40:01.265149+0000 mgr.smithi133.ejject (mgr.24441) 70 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:03.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:40:01.574303+0000 mgr.smithi133.ejject (mgr.24441) 71 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:03.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:40:02.656466+0000 mon.smithi089 (mon.0) 808 : audit [DBG] from='client.? 172.21.15.89:0/1545202726' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:40:03.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:40:01.265149+0000 mgr.smithi133.ejject (mgr.24441) 70 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:03.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:40:01.574303+0000 mgr.smithi133.ejject (mgr.24441) 71 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:03.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:40:02.656466+0000 mon.smithi089 (mon.0) 808 : audit [DBG] from='client.? 172.21.15.89:0/1545202726' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:40:04.302 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 2.22 MB/sec execute 43 sec latency 37755.150 ms 2024-09-17T08:40:04.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:04 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:40:02.278533+0000 mgr.smithi133.ejject (mgr.24441) 72 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:04.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:04 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:02.284072+0000 mgr.smithi133.ejject (mgr.24441) 73 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:04.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:04 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:40:02.278533+0000 mgr.smithi133.ejject (mgr.24441) 72 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:04.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:04 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:02.284072+0000 mgr.smithi133.ejject (mgr.24441) 73 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:05.302 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 2.17 MB/sec execute 44 sec latency 38755.248 ms 2024-09-17T08:40:05.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:04.284609+0000 mgr.smithi133.ejject (mgr.24441) 74 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:05.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:04.284609+0000 mgr.smithi133.ejject (mgr.24441) 74 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:06.302 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 2.12 MB/sec execute 45 sec latency 39755.345 ms 2024-09-17T08:40:07.302 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 2.08 MB/sec execute 46 sec latency 40755.436 ms 2024-09-17T08:40:07.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:06.285333+0000 mgr.smithi133.ejject (mgr.24441) 75 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:40:07.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:06.285333+0000 mgr.smithi133.ejject (mgr.24441) 75 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:40:08.302 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 2.03 MB/sec execute 47 sec latency 41755.497 ms 2024-09-17T08:40:09.302 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.99 MB/sec execute 48 sec latency 42755.539 ms 2024-09-17T08:40:09.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:08.285870+0000 mgr.smithi133.ejject (mgr.24441) 76 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:09.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:40:08.680758+0000 mon.smithi133 (mon.1) 81 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:40:09.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:08.285870+0000 mgr.smithi133.ejject (mgr.24441) 76 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:09.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:40:08.680758+0000 mon.smithi133 (mon.1) 81 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:40:10.302 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.95 MB/sec execute 49 sec latency 43755.589 ms 2024-09-17T08:40:11.302 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.91 MB/sec execute 50 sec latency 44755.729 ms 2024-09-17T08:40:11.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:10.286632+0000 mgr.smithi133.ejject (mgr.24441) 77 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:11.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:10.429503+0000 mds.foofs.smithi089.xuhpot (mds.0) 1 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 34.107422 secs 2024-09-17T08:40:11.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:10.429515+0000 mds.foofs.smithi089.xuhpot (mds.0) 2 : cluster [WRN] slow request 34.107421 seconds old, received at 2024-09-17T08:39:36.322019+0000: client_request(client.14778:4 getattr pAsLsXsFs #0x100000046e1 2024-09-17T08:39:36.321976+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-17T08:40:11.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:10.286632+0000 mgr.smithi133.ejject (mgr.24441) 77 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:11.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:10.429503+0000 mds.foofs.smithi089.xuhpot (mds.0) 1 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 34.107422 secs 2024-09-17T08:40:11.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:10.429515+0000 mds.foofs.smithi089.xuhpot (mds.0) 2 : cluster [WRN] slow request 34.107421 seconds old, received at 2024-09-17T08:39:36.322019+0000: client_request(client.14778:4 getattr pAsLsXsFs #0x100000046e1 2024-09-17T08:39:36.321976+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-17T08:40:12.302 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.87 MB/sec execute 51 sec latency 45755.849 ms 2024-09-17T08:40:13.303 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.84 MB/sec execute 52 sec latency 46755.961 ms 2024-09-17T08:40:13.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:12.287092+0000 mgr.smithi133.ejject (mgr.24441) 78 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:13.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:12.287092+0000 mgr.smithi133.ejject (mgr.24441) 78 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:14.303 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.80 MB/sec execute 53 sec latency 47756.047 ms 2024-09-17T08:40:14.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:14 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:13.322253+0000 mon.smithi089 (mon.0) 809 : cluster [WRN] Health check failed: 1 MDSs report slow requests (MDS_SLOW_REQUEST) 2024-09-17T08:40:14.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:14 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:13.326213+0000 mon.smithi089 (mon.0) 810 : cluster [DBG] mds.? [v2:172.21.15.89:6834/1589338332,v1:172.21.15.89:6835/1589338332] up:active 2024-09-17T08:40:14.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:14 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:13.326266+0000 mon.smithi089 (mon.0) 811 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi089.xuhpot=up:active} 1 up:standby 2024-09-17T08:40:14.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:14 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:13.322253+0000 mon.smithi089 (mon.0) 809 : cluster [WRN] Health check failed: 1 MDSs report slow requests (MDS_SLOW_REQUEST) 2024-09-17T08:40:14.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:14 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:13.326213+0000 mon.smithi089 (mon.0) 810 : cluster [DBG] mds.? [v2:172.21.15.89:6834/1589338332,v1:172.21.15.89:6835/1589338332] up:active 2024-09-17T08:40:14.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:14 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:13.326266+0000 mon.smithi089 (mon.0) 811 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi089.xuhpot=up:active} 1 up:standby 2024-09-17T08:40:15.303 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.77 MB/sec execute 54 sec latency 48756.149 ms 2024-09-17T08:40:15.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:14.287672+0000 mgr.smithi133.ejject (mgr.24441) 79 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:15.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:14.287672+0000 mgr.smithi133.ejject (mgr.24441) 79 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:16.303 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.74 MB/sec execute 55 sec latency 49756.260 ms 2024-09-17T08:40:16.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:15.429580+0000 mds.foofs.smithi089.xuhpot (mds.0) 3 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 39.107526 secs 2024-09-17T08:40:16.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:15.429580+0000 mds.foofs.smithi089.xuhpot (mds.0) 3 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 39.107526 secs 2024-09-17T08:40:17.303 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.71 MB/sec execute 56 sec latency 50756.383 ms 2024-09-17T08:40:17.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:17 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:16.288432+0000 mgr.smithi133.ejject (mgr.24441) 80 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:40:17.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:16.288432+0000 mgr.smithi133.ejject (mgr.24441) 80 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:40:18.303 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.68 MB/sec execute 57 sec latency 51756.464 ms 2024-09-17T08:40:19.303 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.65 MB/sec execute 58 sec latency 52756.565 ms 2024-09-17T08:40:19.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:18.288813+0000 mgr.smithi133.ejject (mgr.24441) 81 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:19.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:18.288813+0000 mgr.smithi133.ejject (mgr.24441) 81 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:20.303 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.62 MB/sec execute 59 sec latency 53756.662 ms 2024-09-17T08:40:21.303 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.59 MB/sec execute 60 sec latency 54756.736 ms 2024-09-17T08:40:21.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:21 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:20.289574+0000 mgr.smithi133.ejject (mgr.24441) 82 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:21.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:21 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:20.429663+0000 mds.foofs.smithi089.xuhpot (mds.0) 4 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 44.107624 secs 2024-09-17T08:40:21.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:20.289574+0000 mgr.smithi133.ejject (mgr.24441) 82 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:21.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:20.429663+0000 mds.foofs.smithi089.xuhpot (mds.0) 4 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 44.107624 secs 2024-09-17T08:40:22.304 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.57 MB/sec execute 61 sec latency 55756.822 ms 2024-09-17T08:40:23.304 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.54 MB/sec execute 62 sec latency 56756.923 ms 2024-09-17T08:40:23.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:23 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:22.290005+0000 mgr.smithi133.ejject (mgr.24441) 83 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:23.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:22.290005+0000 mgr.smithi133.ejject (mgr.24441) 83 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:24.304 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.52 MB/sec execute 63 sec latency 57757.002 ms 2024-09-17T08:40:25.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:40:23.684651+0000 mon.smithi089 (mon.0) 812 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:40:25.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:40:23.685882+0000 mon.smithi133 (mon.1) 82 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:40:25.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:40:23.684651+0000 mon.smithi089 (mon.0) 812 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:40:25.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:40:23.685882+0000 mon.smithi133 (mon.1) 82 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:40:25.304 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.49 MB/sec execute 64 sec latency 58757.100 ms 2024-09-17T08:40:26.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:24.290692+0000 mgr.smithi133.ejject (mgr.24441) 84 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:26.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:25.429778+0000 mds.foofs.smithi089.xuhpot (mds.0) 5 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 49.107739 secs 2024-09-17T08:40:26.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:24.290692+0000 mgr.smithi133.ejject (mgr.24441) 84 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:26.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:25.429778+0000 mds.foofs.smithi089.xuhpot (mds.0) 5 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 49.107739 secs 2024-09-17T08:40:26.304 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.47 MB/sec execute 65 sec latency 59757.188 ms 2024-09-17T08:40:27.304 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.45 MB/sec execute 66 sec latency 60757.285 ms 2024-09-17T08:40:28.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:26.291356+0000 mgr.smithi133.ejject (mgr.24441) 85 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:40:28.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:26.291356+0000 mgr.smithi133.ejject (mgr.24441) 85 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:40:28.304 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.43 MB/sec execute 67 sec latency 61757.399 ms 2024-09-17T08:40:29.304 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.40 MB/sec execute 68 sec latency 62757.460 ms 2024-09-17T08:40:30.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:28.291777+0000 mgr.smithi133.ejject (mgr.24441) 86 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:30.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:28.291777+0000 mgr.smithi133.ejject (mgr.24441) 86 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:30.304 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.38 MB/sec execute 69 sec latency 63757.550 ms 2024-09-17T08:40:31.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:30.429902+0000 mds.foofs.smithi089.xuhpot (mds.0) 6 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 54.107845 secs 2024-09-17T08:40:31.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:30.429902+0000 mds.foofs.smithi089.xuhpot (mds.0) 6 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 54.107845 secs 2024-09-17T08:40:31.304 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.36 MB/sec execute 70 sec latency 64757.646 ms 2024-09-17T08:40:32.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:30.292691+0000 mgr.smithi133.ejject (mgr.24441) 87 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:32.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:30.292691+0000 mgr.smithi133.ejject (mgr.24441) 87 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:32.304 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.35 MB/sec execute 71 sec latency 65757.749 ms 2024-09-17T08:40:32.998 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:40:33.304 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.33 MB/sec execute 72 sec latency 66757.797 ms 2024-09-17T08:40:33.622 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:40:33.623 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 running (7m) 49s ago 8m 18.9M - 0.20.0 0881eb8f169f 3b700e187bd8 2024-09-17T08:40:33.623 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (8m) 49s ago 8m 6409k - 16.2.0 24ecd6d5f14c 86364fbbe3dd 2024-09-17T08:40:33.623 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (8m) 51s ago 8m 6405k - 16.2.0 24ecd6d5f14c c38435e94451 2024-09-17T08:40:33.623 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 running (7m) 49s ago 8m 36.8M - 6.7.4 557c83e11646 2ae2b04f05ee 2024-09-17T08:40:33.623 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (3m) 49s ago 3m 40.7M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:40:33.623 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (3m) 51s ago 3m 13.2M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:40:33.623 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:9283 running (10m) 49s ago 10m 359M - 16.2.0 24ecd6d5f14c c35c6a435f28 2024-09-17T08:40:33.623 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283 running (93s) 51s ago 8m 485M - 18.2.4-855-g19e2a2be 980a0bfcd684 ee4a59ce156c 2024-09-17T08:40:33.623 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (10m) 49s ago 10m 54.0M 2048M 16.2.0 24ecd6d5f14c 5b5bfe3c39d2 2024-09-17T08:40:33.623 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (7m) 51s ago 7m 42.7M 2048M 16.2.0 24ecd6d5f14c b73d1c15d884 2024-09-17T08:40:33.623 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (61s) 49s ago 61s 51.9M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:40:33.623 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (56s) 51s ago 56s 14.8M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:40:33.623 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 running (8m) 49s ago 8m 17.2M - 0.18.1 e5a616e4b9cf 5d5794dcc827 2024-09-17T08:40:33.624 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (7m) 51s ago 7m 15.2M - 0.18.1 e5a616e4b9cf 96cc16ecae89 2024-09-17T08:40:33.624 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (7m) 49s ago 7m 386M 4096M 16.2.0 24ecd6d5f14c ac2da40952c1 2024-09-17T08:40:33.624 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (7m) 49s ago 7m 294M 4096M 16.2.0 24ecd6d5f14c 393455ed3cc2 2024-09-17T08:40:33.624 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (6m) 49s ago 6m 252M 4096M 16.2.0 24ecd6d5f14c efc5a17c7a8f 2024-09-17T08:40:33.624 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (6m) 49s ago 6m 356M 4096M 16.2.0 24ecd6d5f14c aa8afc36736b 2024-09-17T08:40:33.624 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (5m) 51s ago 5m 376M 4096M 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:40:33.624 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (5m) 51s ago 5m 395M 4096M 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:40:33.624 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (5m) 51s ago 5m 330M 4096M 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:40:33.624 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (4m) 51s ago 4m 487M 4096M 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:40:33.624 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 running (7m) 49s ago 8m 40.5M - 2.18.1 de242295e225 251bc3a8e51b 2024-09-17T08:40:33.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:32.293201+0000 mgr.smithi133.ejject (mgr.24441) 88 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:33.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:40:32.985436+0000 mgr.smithi133.ejject (mgr.24441) 89 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:34.011 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:40:34.011 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:40:34.011 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:40:34.011 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:40:34.011 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:40:34.011 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 1, 2024-09-17T08:40:34.011 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:40:34.012 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:40:34.012 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:40:34.012 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 8 2024-09-17T08:40:34.012 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:40:34.012 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:40:34.012 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:40:34.012 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:40:34.012 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:40:34.012 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 13, 2024-09-17T08:40:34.012 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:40:34.012 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:40:34.012 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:40:34.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:32.293201+0000 mgr.smithi133.ejject (mgr.24441) 88 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:34.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:40:32.985436+0000 mgr.smithi133.ejject (mgr.24441) 89 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:34.304 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.31 MB/sec execute 73 sec latency 67757.857 ms 2024-09-17T08:40:34.330 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:40:34.330 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:40:34.330 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:40:34.330 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:40:34.330 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [], 2024-09-17T08:40:34.331 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T08:40:34.331 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "", 2024-09-17T08:40:34.331 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:40:34.331 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:40:34.705 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_WARN 1 MDSs report slow requests 2024-09-17T08:40:34.705 INFO:teuthology.orchestra.run.smithi089.stdout:[WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2024-09-17T08:40:34.705 INFO:teuthology.orchestra.run.smithi089.stdout: mds.foofs.smithi089.xuhpot(mds.0): 1 slow requests are blocked > 30 secs 2024-09-17T08:40:35.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:34 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:40:33.304681+0000 mgr.smithi133.ejject (mgr.24441) 90 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:35.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:34 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:40:33.613598+0000 mgr.smithi133.ejject (mgr.24441) 91 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:35.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:34 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:40:34.011200+0000 mon.smithi089 (mon.0) 813 : audit [DBG] from='client.? 172.21.15.89:0/2675342434' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:40:35.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:34 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:40:33.304681+0000 mgr.smithi133.ejject (mgr.24441) 90 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:35.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:34 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:40:33.613598+0000 mgr.smithi133.ejject (mgr.24441) 91 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:35.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:34 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:40:34.011200+0000 mon.smithi089 (mon.0) 813 : audit [DBG] from='client.? 172.21.15.89:0/2675342434' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:40:35.305 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.29 MB/sec execute 74 sec latency 68757.939 ms 2024-09-17T08:40:36.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:35 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:34.293667+0000 mgr.smithi133.ejject (mgr.24441) 92 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:36.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:35 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:40:34.330346+0000 mgr.smithi133.ejject (mgr.24441) 93 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:36.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:35 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:40:34.705831+0000 mon.smithi089 (mon.0) 814 : audit [DBG] from='client.? 172.21.15.89:0/1263272509' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:40:36.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:35 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:35.430015+0000 mds.foofs.smithi089.xuhpot (mds.0) 7 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 59.107963 secs 2024-09-17T08:40:36.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:35 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:34.293667+0000 mgr.smithi133.ejject (mgr.24441) 92 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:36.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:35 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:40:34.330346+0000 mgr.smithi133.ejject (mgr.24441) 93 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:36.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:35 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:40:34.705831+0000 mon.smithi089 (mon.0) 814 : audit [DBG] from='client.? 172.21.15.89:0/1263272509' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:40:36.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:35 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:35.430015+0000 mds.foofs.smithi089.xuhpot (mds.0) 7 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 59.107963 secs 2024-09-17T08:40:36.305 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.27 MB/sec execute 75 sec latency 69758.058 ms 2024-09-17T08:40:37.305 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.26 MB/sec execute 76 sec latency 70758.175 ms 2024-09-17T08:40:38.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:36.294411+0000 mgr.smithi133.ejject (mgr.24441) 94 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:40:38.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:36.294411+0000 mgr.smithi133.ejject (mgr.24441) 94 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:40:38.305 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.24 MB/sec execute 77 sec latency 71758.269 ms 2024-09-17T08:40:39.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:40:38.681261+0000 mon.smithi133 (mon.1) 83 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:40:39.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:40:38.681261+0000 mon.smithi133 (mon.1) 83 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:40:39.305 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.22 MB/sec execute 78 sec latency 72758.352 ms 2024-09-17T08:40:40.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:38.294873+0000 mgr.smithi133.ejject (mgr.24441) 95 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:40.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:38.294873+0000 mgr.smithi133.ejject (mgr.24441) 95 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:40.305 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.21 MB/sec execute 79 sec latency 73758.412 ms 2024-09-17T08:40:41.305 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.19 MB/sec execute 80 sec latency 74758.521 ms 2024-09-17T08:40:41.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:40.295734+0000 mgr.smithi133.ejject (mgr.24441) 96 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T08:40:41.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:40.327318+0000 mon.smithi089 (mon.0) 815 : cluster [DBG] mgrmap e33: smithi133.ejject(active, since 92s), standbys: smithi089.ernzbc 2024-09-17T08:40:41.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:40.430145+0000 mds.foofs.smithi089.xuhpot (mds.0) 8 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 64.108078 secs 2024-09-17T08:40:41.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:40.430154+0000 mds.foofs.smithi089.xuhpot (mds.0) 9 : cluster [WRN] slow request 64.108078 seconds old, received at 2024-09-17T08:39:36.322019+0000: client_request(client.14778:4 getattr pAsLsXsFs #0x100000046e1 2024-09-17T08:39:36.321976+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-17T08:40:41.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:40.430188+0000 mds.foofs.smithi089.xuhpot (mds.0) 10 : cluster [WRN] client.14570 isn't responding to mclientcaps(revoke), ino 0x100000046e1 pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 64.108113 seconds ago 2024-09-17T08:40:41.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:40.295734+0000 mgr.smithi133.ejject (mgr.24441) 96 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T08:40:41.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:40.327318+0000 mon.smithi089 (mon.0) 815 : cluster [DBG] mgrmap e33: smithi133.ejject(active, since 92s), standbys: smithi089.ernzbc 2024-09-17T08:40:41.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:40.430145+0000 mds.foofs.smithi089.xuhpot (mds.0) 8 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 64.108078 secs 2024-09-17T08:40:41.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:40.430154+0000 mds.foofs.smithi089.xuhpot (mds.0) 9 : cluster [WRN] slow request 64.108078 seconds old, received at 2024-09-17T08:39:36.322019+0000: client_request(client.14778:4 getattr pAsLsXsFs #0x100000046e1 2024-09-17T08:39:36.321976+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-17T08:40:41.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:40.430188+0000 mds.foofs.smithi089.xuhpot (mds.0) 10 : cluster [WRN] client.14570 isn't responding to mclientcaps(revoke), ino 0x100000046e1 pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 64.108113 seconds ago 2024-09-17T08:40:42.305 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.18 MB/sec execute 81 sec latency 75758.627 ms 2024-09-17T08:40:42.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:41.726673+0000 mon.smithi089 (mon.0) 816 : cluster [WRN] Health check failed: 1 clients failing to respond to capability release (MDS_CLIENT_LATE_RELEASE) 2024-09-17T08:40:42.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:41.730257+0000 mon.smithi089 (mon.0) 817 : cluster [DBG] mds.? [v2:172.21.15.89:6834/1589338332,v1:172.21.15.89:6835/1589338332] up:active 2024-09-17T08:40:42.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:41.730328+0000 mon.smithi089 (mon.0) 818 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi089.xuhpot=up:active} 1 up:standby 2024-09-17T08:40:42.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:41.726673+0000 mon.smithi089 (mon.0) 816 : cluster [WRN] Health check failed: 1 clients failing to respond to capability release (MDS_CLIENT_LATE_RELEASE) 2024-09-17T08:40:42.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:41.730257+0000 mon.smithi089 (mon.0) 817 : cluster [DBG] mds.? [v2:172.21.15.89:6834/1589338332,v1:172.21.15.89:6835/1589338332] up:active 2024-09-17T08:40:42.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:41.730328+0000 mon.smithi089 (mon.0) 818 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi089.xuhpot=up:active} 1 up:standby 2024-09-17T08:40:43.305 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.16 MB/sec execute 82 sec latency 76758.684 ms 2024-09-17T08:40:44.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:42.296147+0000 mgr.smithi133.ejject (mgr.24441) 97 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T08:40:44.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:42.296147+0000 mgr.smithi133.ejject (mgr.24441) 97 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T08:40:44.305 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.15 MB/sec execute 83 sec latency 77758.782 ms 2024-09-17T08:40:45.306 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.14 MB/sec execute 84 sec latency 78758.926 ms 2024-09-17T08:40:46.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:44.296829+0000 mgr.smithi133.ejject (mgr.24441) 98 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T08:40:46.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:45.430239+0000 mds.foofs.smithi089.xuhpot (mds.0) 11 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 69.108184 secs 2024-09-17T08:40:46.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:44.296829+0000 mgr.smithi133.ejject (mgr.24441) 98 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T08:40:46.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:45.430239+0000 mds.foofs.smithi089.xuhpot (mds.0) 11 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 69.108184 secs 2024-09-17T08:40:46.306 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.12 MB/sec execute 85 sec latency 79759.025 ms 2024-09-17T08:40:47.306 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.11 MB/sec execute 86 sec latency 80759.071 ms 2024-09-17T08:40:48.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:46.297688+0000 mgr.smithi133.ejject (mgr.24441) 99 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T08:40:48.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:46.297688+0000 mgr.smithi133.ejject (mgr.24441) 99 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T08:40:48.306 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.10 MB/sec execute 87 sec latency 81759.162 ms 2024-09-17T08:40:49.306 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.09 MB/sec execute 88 sec latency 82759.270 ms 2024-09-17T08:40:50.092 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:49 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:48.298273+0000 mgr.smithi133.ejject (mgr.24441) 100 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T08:40:50.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:49 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:48.298273+0000 mgr.smithi133.ejject (mgr.24441) 100 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T08:40:50.306 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.07 MB/sec execute 89 sec latency 83759.369 ms 2024-09-17T08:40:50.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:50 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:50.430351+0000 mds.foofs.smithi089.xuhpot (mds.0) 12 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 74.108298 secs 2024-09-17T08:40:51.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:50 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:50.430351+0000 mds.foofs.smithi089.xuhpot (mds.0) 12 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 74.108298 secs 2024-09-17T08:40:51.306 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.06 MB/sec execute 90 sec latency 84759.460 ms 2024-09-17T08:40:52.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:51 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:50.298932+0000 mgr.smithi133.ejject (mgr.24441) 101 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T08:40:52.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:51 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:50.298932+0000 mgr.smithi133.ejject (mgr.24441) 101 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T08:40:52.306 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.05 MB/sec execute 91 sec latency 85759.551 ms 2024-09-17T08:40:53.306 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.04 MB/sec execute 92 sec latency 86759.649 ms 2024-09-17T08:40:54.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:52.299478+0000 mgr.smithi133.ejject (mgr.24441) 102 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:54.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:40:53.685326+0000 mon.smithi089 (mon.0) 819 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:40:54.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:40:53.686769+0000 mon.smithi133 (mon.1) 84 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:40:54.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:52.299478+0000 mgr.smithi133.ejject (mgr.24441) 102 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:54.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:40:53.685326+0000 mon.smithi089 (mon.0) 819 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:40:54.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:40:53.686769+0000 mon.smithi133 (mon.1) 84 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:40:54.306 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.03 MB/sec execute 93 sec latency 87759.743 ms 2024-09-17T08:40:55.306 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.02 MB/sec execute 94 sec latency 88759.829 ms 2024-09-17T08:40:56.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:54.299883+0000 mgr.smithi133.ejject (mgr.24441) 103 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:56.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:55.430485+0000 mds.foofs.smithi089.xuhpot (mds.0) 13 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 79.108446 secs 2024-09-17T08:40:56.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:55 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:54.299883+0000 mgr.smithi133.ejject (mgr.24441) 103 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:40:56.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:55 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:55.430485+0000 mds.foofs.smithi089.xuhpot (mds.0) 13 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 79.108446 secs 2024-09-17T08:40:56.307 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 1.01 MB/sec execute 95 sec latency 89759.923 ms 2024-09-17T08:40:57.307 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.99 MB/sec execute 96 sec latency 90760.026 ms 2024-09-17T08:40:58.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:56.300607+0000 mgr.smithi133.ejject (mgr.24441) 104 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:40:58.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:56.300607+0000 mgr.smithi133.ejject (mgr.24441) 104 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:40:58.307 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.98 MB/sec execute 97 sec latency 91760.134 ms 2024-09-17T08:40:59.307 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.97 MB/sec execute 98 sec latency 92760.249 ms 2024-09-17T08:41:00.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:40:59 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:40:58.301261+0000 mgr.smithi133.ejject (mgr.24441) 105 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:00.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:40:59 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:40:58.301261+0000 mgr.smithi133.ejject (mgr.24441) 105 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:00.307 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.96 MB/sec execute 99 sec latency 93760.344 ms 2024-09-17T08:41:01.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:00 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:00.430635+0000 mds.foofs.smithi089.xuhpot (mds.0) 14 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 84.108582 secs 2024-09-17T08:41:01.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:00 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:00.430635+0000 mds.foofs.smithi089.xuhpot (mds.0) 14 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 84.108582 secs 2024-09-17T08:41:01.307 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.96 MB/sec execute 100 sec latency 94760.424 ms 2024-09-17T08:41:02.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:01 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:00.302010+0000 mgr.smithi133.ejject (mgr.24441) 106 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:02.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:01 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:00.302010+0000 mgr.smithi133.ejject (mgr.24441) 106 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:02.307 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.95 MB/sec execute 101 sec latency 95760.506 ms 2024-09-17T08:41:03.307 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.94 MB/sec execute 102 sec latency 96760.583 ms 2024-09-17T08:41:04.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:02.302620+0000 mgr.smithi133.ejject (mgr.24441) 107 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:04.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:02.302620+0000 mgr.smithi133.ejject (mgr.24441) 107 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:04.307 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.93 MB/sec execute 103 sec latency 97760.628 ms 2024-09-17T08:41:05.050 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:41:05.307 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.92 MB/sec execute 104 sec latency 98760.676 ms 2024-09-17T08:41:05.674 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:41:05.674 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 running (7m) 81s ago 9m 18.9M - 0.20.0 0881eb8f169f 3b700e187bd8 2024-09-17T08:41:05.674 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (9m) 81s ago 9m 6409k - 16.2.0 24ecd6d5f14c 86364fbbe3dd 2024-09-17T08:41:05.674 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (8m) 83s ago 8m 6405k - 16.2.0 24ecd6d5f14c c38435e94451 2024-09-17T08:41:05.674 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 running (7m) 81s ago 9m 36.8M - 6.7.4 557c83e11646 2ae2b04f05ee 2024-09-17T08:41:05.674 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (4m) 81s ago 4m 40.7M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:41:05.674 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (4m) 83s ago 4m 13.2M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:41:05.674 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:9283 running (10m) 81s ago 10m 359M - 16.2.0 24ecd6d5f14c c35c6a435f28 2024-09-17T08:41:05.675 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283 running (2m) 83s ago 8m 485M - 18.2.4-855-g19e2a2be 980a0bfcd684 ee4a59ce156c 2024-09-17T08:41:05.675 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (10m) 81s ago 10m 54.0M 2048M 16.2.0 24ecd6d5f14c 5b5bfe3c39d2 2024-09-17T08:41:05.675 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (8m) 83s ago 8m 42.7M 2048M 16.2.0 24ecd6d5f14c b73d1c15d884 2024-09-17T08:41:05.675 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (93s) 81s ago 93s 51.9M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:41:05.675 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (88s) 83s ago 88s 14.8M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:41:05.675 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 running (9m) 81s ago 9m 17.2M - 0.18.1 e5a616e4b9cf 5d5794dcc827 2024-09-17T08:41:05.675 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (8m) 83s ago 8m 15.2M - 0.18.1 e5a616e4b9cf 96cc16ecae89 2024-09-17T08:41:05.675 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (8m) 81s ago 8m 386M 4096M 16.2.0 24ecd6d5f14c ac2da40952c1 2024-09-17T08:41:05.675 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (7m) 81s ago 7m 294M 4096M 16.2.0 24ecd6d5f14c 393455ed3cc2 2024-09-17T08:41:05.676 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (7m) 81s ago 7m 252M 4096M 16.2.0 24ecd6d5f14c efc5a17c7a8f 2024-09-17T08:41:05.676 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (6m) 81s ago 6m 356M 4096M 16.2.0 24ecd6d5f14c aa8afc36736b 2024-09-17T08:41:05.676 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (6m) 83s ago 6m 376M 4096M 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:41:05.676 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (6m) 83s ago 6m 395M 4096M 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:41:05.676 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (5m) 83s ago 5m 330M 4096M 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:41:05.676 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (5m) 83s ago 5m 487M 4096M 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:41:05.676 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 running (7m) 81s ago 8m 40.5M - 2.18.1 de242295e225 251bc3a8e51b 2024-09-17T08:41:06.053 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:41:06.053 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:41:06.053 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:41:06.053 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:41:06.053 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:41:06.053 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 1, 2024-09-17T08:41:06.053 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:41:06.053 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:41:06.054 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:41:06.054 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 8 2024-09-17T08:41:06.054 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:41:06.054 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:41:06.054 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:41:06.054 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:41:06.054 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:41:06.054 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 13, 2024-09-17T08:41:06.054 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:41:06.054 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:41:06.054 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:41:06.055 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:04.303187+0000 mgr.smithi133.ejject (mgr.24441) 108 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:06.055 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:41:05.037052+0000 mgr.smithi133.ejject (mgr.24441) 109 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:41:06.055 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:05.430706+0000 mds.foofs.smithi089.xuhpot (mds.0) 15 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 89.108666 secs 2024-09-17T08:41:06.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:04.303187+0000 mgr.smithi133.ejject (mgr.24441) 108 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:06.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:41:05.037052+0000 mgr.smithi133.ejject (mgr.24441) 109 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:41:06.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:05.430706+0000 mds.foofs.smithi089.xuhpot (mds.0) 15 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 89.108666 secs 2024-09-17T08:41:06.307 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.91 MB/sec execute 105 sec latency 99760.732 ms 2024-09-17T08:41:06.372 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:41:06.372 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:41:06.372 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:41:06.372 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:41:06.372 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [], 2024-09-17T08:41:06.372 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T08:41:06.373 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "", 2024-09-17T08:41:06.373 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:41:06.373 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:41:06.751 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_WARN 1 clients failing to respond to capability release; 1 MDSs report slow requests 2024-09-17T08:41:06.752 INFO:teuthology.orchestra.run.smithi089.stdout:[WRN] MDS_CLIENT_LATE_RELEASE: 1 clients failing to respond to capability release 2024-09-17T08:41:06.752 INFO:teuthology.orchestra.run.smithi089.stdout: mds.foofs.smithi089.xuhpot(mds.0): Client smithi089:foo1 failing to respond to capability release client_id: 14570 2024-09-17T08:41:06.752 INFO:teuthology.orchestra.run.smithi089.stdout:[WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2024-09-17T08:41:06.752 INFO:teuthology.orchestra.run.smithi089.stdout: mds.foofs.smithi089.xuhpot(mds.0): 1 slow requests are blocked > 30 secs 2024-09-17T08:41:07.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:41:05.358792+0000 mgr.smithi133.ejject (mgr.24441) 110 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:41:07.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:41:05.665022+0000 mgr.smithi133.ejject (mgr.24441) 111 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:41:07.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:41:06.053102+0000 mon.smithi089 (mon.0) 820 : audit [DBG] from='client.? 172.21.15.89:0/2432733545' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:41:07.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:41:06.751820+0000 mon.smithi089 (mon.0) 821 : audit [DBG] from='client.? 172.21.15.89:0/338805614' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:41:07.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:41:05.358792+0000 mgr.smithi133.ejject (mgr.24441) 110 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:41:07.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:41:05.665022+0000 mgr.smithi133.ejject (mgr.24441) 111 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:41:07.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:41:06.053102+0000 mon.smithi089 (mon.0) 820 : audit [DBG] from='client.? 172.21.15.89:0/2432733545' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:41:07.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:41:06.751820+0000 mon.smithi089 (mon.0) 821 : audit [DBG] from='client.? 172.21.15.89:0/338805614' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:41:07.307 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.90 MB/sec execute 106 sec latency 100760.828 ms 2024-09-17T08:41:08.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:06.304007+0000 mgr.smithi133.ejject (mgr.24441) 112 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:41:08.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:41:06.371970+0000 mgr.smithi133.ejject (mgr.24441) 113 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:41:08.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:06.304007+0000 mgr.smithi133.ejject (mgr.24441) 112 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:41:08.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:41:06.371970+0000 mgr.smithi133.ejject (mgr.24441) 113 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:41:08.308 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.89 MB/sec execute 107 sec latency 101760.908 ms 2024-09-17T08:41:09.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:08 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:41:08.686458+0000 mon.smithi133 (mon.1) 85 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:41:09.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:08 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:41:08.686458+0000 mon.smithi133 (mon.1) 85 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:41:09.308 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.88 MB/sec execute 108 sec latency 102760.986 ms 2024-09-17T08:41:10.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:08.304422+0000 mgr.smithi133.ejject (mgr.24441) 114 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:10.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:08.304422+0000 mgr.smithi133.ejject (mgr.24441) 114 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:10.308 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.88 MB/sec execute 109 sec latency 103761.081 ms 2024-09-17T08:41:11.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:10.430833+0000 mds.foofs.smithi089.xuhpot (mds.0) 16 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 94.108779 secs 2024-09-17T08:41:11.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:10 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:10.430833+0000 mds.foofs.smithi089.xuhpot (mds.0) 16 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 94.108779 secs 2024-09-17T08:41:11.308 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.87 MB/sec execute 110 sec latency 104761.189 ms 2024-09-17T08:41:12.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:10.305301+0000 mgr.smithi133.ejject (mgr.24441) 115 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:12.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:10.305301+0000 mgr.smithi133.ejject (mgr.24441) 115 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:12.308 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.86 MB/sec execute 111 sec latency 105761.254 ms 2024-09-17T08:41:13.308 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.85 MB/sec execute 112 sec latency 106761.345 ms 2024-09-17T08:41:14.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:12.305976+0000 mgr.smithi133.ejject (mgr.24441) 116 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:14.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:12.305976+0000 mgr.smithi133.ejject (mgr.24441) 116 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:14.308 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.85 MB/sec execute 113 sec latency 107761.435 ms 2024-09-17T08:41:15.308 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.84 MB/sec execute 114 sec latency 108761.518 ms 2024-09-17T08:41:16.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:14.306544+0000 mgr.smithi133.ejject (mgr.24441) 117 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:41:16.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:15.430986+0000 mds.foofs.smithi089.xuhpot (mds.0) 17 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 99.108894 secs 2024-09-17T08:41:16.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:14.306544+0000 mgr.smithi133.ejject (mgr.24441) 117 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:41:16.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:15.430986+0000 mds.foofs.smithi089.xuhpot (mds.0) 17 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 99.108894 secs 2024-09-17T08:41:16.308 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.83 MB/sec execute 115 sec latency 109761.630 ms 2024-09-17T08:41:17.308 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.82 MB/sec execute 116 sec latency 110761.718 ms 2024-09-17T08:41:18.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:17 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:16.307078+0000 mgr.smithi133.ejject (mgr.24441) 118 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:41:18.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:16.307078+0000 mgr.smithi133.ejject (mgr.24441) 118 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:41:18.309 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.82 MB/sec execute 117 sec latency 111761.762 ms 2024-09-17T08:41:19.309 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.81 MB/sec execute 118 sec latency 112761.876 ms 2024-09-17T08:41:20.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:18.307502+0000 mgr.smithi133.ejject (mgr.24441) 119 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:20.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:18.307502+0000 mgr.smithi133.ejject (mgr.24441) 119 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:20.309 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.80 MB/sec execute 119 sec latency 113761.943 ms 2024-09-17T08:41:21.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:20 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:20.430989+0000 mds.foofs.smithi089.xuhpot (mds.0) 18 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 104.108936 secs 2024-09-17T08:41:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:20.430989+0000 mds.foofs.smithi089.xuhpot (mds.0) 18 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 104.108936 secs 2024-09-17T08:41:21.309 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.80 MB/sec execute 120 sec latency 114762.019 ms 2024-09-17T08:41:22.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:21 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:20.308219+0000 mgr.smithi133.ejject (mgr.24441) 120 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:22.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:20.308219+0000 mgr.smithi133.ejject (mgr.24441) 120 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:22.309 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.79 MB/sec execute 121 sec latency 115762.064 ms 2024-09-17T08:41:23.309 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.78 MB/sec execute 122 sec latency 116762.197 ms 2024-09-17T08:41:24.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:23 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:22.308661+0000 mgr.smithi133.ejject (mgr.24441) 121 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:24.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:23 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:41:23.686726+0000 mon.smithi133 (mon.1) 86 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:41:24.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:22.308661+0000 mgr.smithi133.ejject (mgr.24441) 121 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:24.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:41:23.686726+0000 mon.smithi133 (mon.1) 86 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:41:24.309 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.78 MB/sec execute 123 sec latency 117762.254 ms 2024-09-17T08:41:25.309 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.77 MB/sec execute 124 sec latency 118762.333 ms 2024-09-17T08:41:26.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:24.309270+0000 mgr.smithi133.ejject (mgr.24441) 122 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:41:26.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:25.431048+0000 mds.foofs.smithi089.xuhpot (mds.0) 19 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 109.108995 secs 2024-09-17T08:41:26.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:24.309270+0000 mgr.smithi133.ejject (mgr.24441) 122 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:41:26.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:25.431048+0000 mds.foofs.smithi089.xuhpot (mds.0) 19 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 109.108995 secs 2024-09-17T08:41:26.309 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.76 MB/sec execute 125 sec latency 119762.384 ms 2024-09-17T08:41:27.309 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.76 MB/sec execute 126 sec latency 120762.467 ms 2024-09-17T08:41:28.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:26.309719+0000 mgr.smithi133.ejject (mgr.24441) 123 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:28.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:26.309719+0000 mgr.smithi133.ejject (mgr.24441) 123 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:28.309 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.75 MB/sec execute 127 sec latency 121762.599 ms 2024-09-17T08:41:29.309 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.75 MB/sec execute 128 sec latency 122762.670 ms 2024-09-17T08:41:30.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:28.310178+0000 mgr.smithi133.ejject (mgr.24441) 124 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:30.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:28.310178+0000 mgr.smithi133.ejject (mgr.24441) 124 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:30.309 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.74 MB/sec execute 129 sec latency 123762.758 ms 2024-09-17T08:41:31.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:30.431155+0000 mds.foofs.smithi089.xuhpot (mds.0) 20 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 114.109099 secs 2024-09-17T08:41:31.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:30.431155+0000 mds.foofs.smithi089.xuhpot (mds.0) 20 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 114.109099 secs 2024-09-17T08:41:31.309 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.73 MB/sec execute 130 sec latency 124762.857 ms 2024-09-17T08:41:32.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:30.311107+0000 mgr.smithi133.ejject (mgr.24441) 125 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:32.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:30.311107+0000 mgr.smithi133.ejject (mgr.24441) 125 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:32.310 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.73 MB/sec execute 131 sec latency 125762.969 ms 2024-09-17T08:41:33.310 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.72 MB/sec execute 132 sec latency 126763.082 ms 2024-09-17T08:41:34.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:32.311676+0000 mgr.smithi133.ejject (mgr.24441) 126 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:34.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:32.311676+0000 mgr.smithi133.ejject (mgr.24441) 126 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:34.310 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.72 MB/sec execute 133 sec latency 127763.175 ms 2024-09-17T08:41:35.310 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.71 MB/sec execute 134 sec latency 128763.262 ms 2024-09-17T08:41:36.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:35 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:34.312366+0000 mgr.smithi133.ejject (mgr.24441) 127 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:41:36.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:35 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:35.431227+0000 mds.foofs.smithi089.xuhpot (mds.0) 21 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 119.109188 secs 2024-09-17T08:41:36.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:35 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:34.312366+0000 mgr.smithi133.ejject (mgr.24441) 127 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:41:36.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:35 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:35.431227+0000 mds.foofs.smithi089.xuhpot (mds.0) 21 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 119.109188 secs 2024-09-17T08:41:36.310 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.71 MB/sec execute 135 sec latency 129763.354 ms 2024-09-17T08:41:37.094 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:41:37.310 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.70 MB/sec execute 136 sec latency 130763.418 ms 2024-09-17T08:41:37.719 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:41:37.719 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 running (8m) 113s ago 9m 18.9M - 0.20.0 0881eb8f169f 3b700e187bd8 2024-09-17T08:41:37.719 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (9m) 113s ago 9m 6409k - 16.2.0 24ecd6d5f14c 86364fbbe3dd 2024-09-17T08:41:37.719 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (9m) 115s ago 9m 6405k - 16.2.0 24ecd6d5f14c c38435e94451 2024-09-17T08:41:37.719 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 running (8m) 113s ago 9m 36.8M - 6.7.4 557c83e11646 2ae2b04f05ee 2024-09-17T08:41:37.719 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (4m) 113s ago 4m 40.7M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:41:37.719 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (4m) 115s ago 4m 13.2M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:41:37.719 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:9283 running (11m) 113s ago 11m 359M - 16.2.0 24ecd6d5f14c c35c6a435f28 2024-09-17T08:41:37.720 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283 running (2m) 115s ago 9m 485M - 18.2.4-855-g19e2a2be 980a0bfcd684 ee4a59ce156c 2024-09-17T08:41:37.720 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (11m) 113s ago 11m 54.0M 2048M 16.2.0 24ecd6d5f14c 5b5bfe3c39d2 2024-09-17T08:41:37.720 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (9m) 115s ago 9m 42.7M 2048M 16.2.0 24ecd6d5f14c b73d1c15d884 2024-09-17T08:41:37.720 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (2m) 113s ago 2m 51.9M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:41:37.720 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (2m) 115s ago 2m 14.8M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:41:37.720 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 running (9m) 113s ago 9m 17.2M - 0.18.1 e5a616e4b9cf 5d5794dcc827 2024-09-17T08:41:37.720 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (8m) 115s ago 8m 15.2M - 0.18.1 e5a616e4b9cf 96cc16ecae89 2024-09-17T08:41:37.720 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (8m) 113s ago 8m 386M 4096M 16.2.0 24ecd6d5f14c ac2da40952c1 2024-09-17T08:41:37.720 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (8m) 113s ago 8m 294M 4096M 16.2.0 24ecd6d5f14c 393455ed3cc2 2024-09-17T08:41:37.720 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (7m) 113s ago 7m 252M 4096M 16.2.0 24ecd6d5f14c efc5a17c7a8f 2024-09-17T08:41:37.720 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (7m) 113s ago 7m 356M 4096M 16.2.0 24ecd6d5f14c aa8afc36736b 2024-09-17T08:41:37.720 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (7m) 115s ago 7m 376M 4096M 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:41:37.720 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (6m) 115s ago 6m 395M 4096M 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:41:37.721 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (6m) 115s ago 6m 330M 4096M 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:41:37.721 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (6m) 115s ago 6m 487M 4096M 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:41:37.721 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 running (8m) 113s ago 9m 40.5M - 2.18.1 de242295e225 251bc3a8e51b 2024-09-17T08:41:38.093 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:41:38.093 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:41:38.093 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:41:38.093 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:41:38.093 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:41:38.093 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 1, 2024-09-17T08:41:38.093 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:41:38.093 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:41:38.093 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:41:38.093 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 8 2024-09-17T08:41:38.094 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:41:38.094 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:41:38.094 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:41:38.094 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:41:38.094 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:41:38.094 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 13, 2024-09-17T08:41:38.094 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:41:38.094 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:41:38.094 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:41:38.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:36.312845+0000 mgr.smithi133.ejject (mgr.24441) 128 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:38.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:41:37.081633+0000 mgr.smithi133.ejject (mgr.24441) 129 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:41:38.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:36.312845+0000 mgr.smithi133.ejject (mgr.24441) 128 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:38.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:41:37.081633+0000 mgr.smithi133.ejject (mgr.24441) 129 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:41:38.310 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.70 MB/sec execute 137 sec latency 131763.451 ms 2024-09-17T08:41:38.408 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:41:38.408 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:41:38.408 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:41:38.408 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:41:38.409 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [], 2024-09-17T08:41:38.409 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T08:41:38.409 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "", 2024-09-17T08:41:38.409 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:41:38.409 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:41:38.779 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_WARN 1 clients failing to respond to capability release; 1 MDSs report slow requests 2024-09-17T08:41:38.780 INFO:teuthology.orchestra.run.smithi089.stdout:[WRN] MDS_CLIENT_LATE_RELEASE: 1 clients failing to respond to capability release 2024-09-17T08:41:38.780 INFO:teuthology.orchestra.run.smithi089.stdout: mds.foofs.smithi089.xuhpot(mds.0): Client smithi089:foo1 failing to respond to capability release client_id: 14570 2024-09-17T08:41:38.780 INFO:teuthology.orchestra.run.smithi089.stdout:[WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2024-09-17T08:41:38.780 INFO:teuthology.orchestra.run.smithi089.stdout: mds.foofs.smithi089.xuhpot(mds.0): 1 slow requests are blocked > 30 secs 2024-09-17T08:41:39.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:41:37.403222+0000 mgr.smithi133.ejject (mgr.24441) 130 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:41:39.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:41:37.710236+0000 mgr.smithi133.ejject (mgr.24441) 131 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:41:39.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:41:38.093010+0000 mon.smithi089 (mon.0) 822 : audit [DBG] from='client.? 172.21.15.89:0/3495673629' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:41:39.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:41:38.687023+0000 mon.smithi133 (mon.1) 87 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:41:39.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:41:38.779909+0000 mon.smithi089 (mon.0) 823 : audit [DBG] from='client.? 172.21.15.89:0/4154917600' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:41:39.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:41:37.403222+0000 mgr.smithi133.ejject (mgr.24441) 130 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:41:39.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:41:37.710236+0000 mgr.smithi133.ejject (mgr.24441) 131 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:41:39.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:41:38.093010+0000 mon.smithi089 (mon.0) 822 : audit [DBG] from='client.? 172.21.15.89:0/3495673629' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:41:39.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:41:38.687023+0000 mon.smithi133 (mon.1) 87 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:41:39.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:41:38.779909+0000 mon.smithi089 (mon.0) 823 : audit [DBG] from='client.? 172.21.15.89:0/4154917600' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:41:39.310 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.69 MB/sec execute 138 sec latency 132763.532 ms 2024-09-17T08:41:40.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:38.313399+0000 mgr.smithi133.ejject (mgr.24441) 132 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:40.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:41:38.408389+0000 mgr.smithi133.ejject (mgr.24441) 133 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:41:40.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:38.313399+0000 mgr.smithi133.ejject (mgr.24441) 132 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:40.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:41:38.408389+0000 mgr.smithi133.ejject (mgr.24441) 133 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:41:40.311 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.69 MB/sec execute 139 sec latency 133763.643 ms 2024-09-17T08:41:41.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:40 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:40.431352+0000 mds.foofs.smithi089.xuhpot (mds.0) 22 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 124.109305 secs 2024-09-17T08:41:41.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:40 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:40.431356+0000 mds.foofs.smithi089.xuhpot (mds.0) 23 : cluster [WRN] slow request 124.109304 seconds old, received at 2024-09-17T08:39:36.322019+0000: client_request(client.14778:4 getattr pAsLsXsFs #0x100000046e1 2024-09-17T08:39:36.321976+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-17T08:41:41.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:40 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:40.431402+0000 mds.foofs.smithi089.xuhpot (mds.0) 24 : cluster [WRN] client.14570 isn't responding to mclientcaps(revoke), ino 0x100000046e1 pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 124.109308 seconds ago 2024-09-17T08:41:41.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:40 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:40.431352+0000 mds.foofs.smithi089.xuhpot (mds.0) 22 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 124.109305 secs 2024-09-17T08:41:41.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:40 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:40.431356+0000 mds.foofs.smithi089.xuhpot (mds.0) 23 : cluster [WRN] slow request 124.109304 seconds old, received at 2024-09-17T08:39:36.322019+0000: client_request(client.14778:4 getattr pAsLsXsFs #0x100000046e1 2024-09-17T08:39:36.321976+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-17T08:41:41.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:40 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:40.431402+0000 mds.foofs.smithi089.xuhpot (mds.0) 24 : cluster [WRN] client.14570 isn't responding to mclientcaps(revoke), ino 0x100000046e1 pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 124.109308 seconds ago 2024-09-17T08:41:41.311 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.68 MB/sec execute 140 sec latency 134763.758 ms 2024-09-17T08:41:42.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:40.314128+0000 mgr.smithi133.ejject (mgr.24441) 134 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:42.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:40.314128+0000 mgr.smithi133.ejject (mgr.24441) 134 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:42.311 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.68 MB/sec execute 141 sec latency 135763.893 ms 2024-09-17T08:41:43.311 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.67 MB/sec execute 142 sec latency 136764.008 ms 2024-09-17T08:41:44.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:42.314534+0000 mgr.smithi133.ejject (mgr.24441) 135 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:44.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:42.314534+0000 mgr.smithi133.ejject (mgr.24441) 135 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:44.311 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.67 MB/sec execute 143 sec latency 137764.125 ms 2024-09-17T08:41:45.311 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.66 MB/sec execute 144 sec latency 138764.240 ms 2024-09-17T08:41:46.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:44.315411+0000 mgr.smithi133.ejject (mgr.24441) 136 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:41:46.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:45.431487+0000 mds.foofs.smithi089.xuhpot (mds.0) 25 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 129.109428 secs 2024-09-17T08:41:46.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:44.315411+0000 mgr.smithi133.ejject (mgr.24441) 136 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:41:46.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:45.431487+0000 mds.foofs.smithi089.xuhpot (mds.0) 25 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 129.109428 secs 2024-09-17T08:41:46.311 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.66 MB/sec execute 145 sec latency 139764.344 ms 2024-09-17T08:41:47.311 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.65 MB/sec execute 146 sec latency 140764.392 ms 2024-09-17T08:41:48.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:46.316033+0000 mgr.smithi133.ejject (mgr.24441) 137 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:48.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:46.316033+0000 mgr.smithi133.ejject (mgr.24441) 137 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:48.311 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.65 MB/sec execute 147 sec latency 141764.462 ms 2024-09-17T08:41:49.311 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.65 MB/sec execute 148 sec latency 142764.571 ms 2024-09-17T08:41:50.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:49 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:48.316574+0000 mgr.smithi133.ejject (mgr.24441) 138 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:50.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:49 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:48.316574+0000 mgr.smithi133.ejject (mgr.24441) 138 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:50.311 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.64 MB/sec execute 149 sec latency 143764.665 ms 2024-09-17T08:41:51.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:50 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:50.431612+0000 mds.foofs.smithi089.xuhpot (mds.0) 26 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 134.109559 secs 2024-09-17T08:41:51.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:50 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:50.431612+0000 mds.foofs.smithi089.xuhpot (mds.0) 26 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 134.109559 secs 2024-09-17T08:41:51.311 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.64 MB/sec execute 150 sec latency 144764.702 ms 2024-09-17T08:41:52.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:51 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:50.317326+0000 mgr.smithi133.ejject (mgr.24441) 139 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:52.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:51 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:50.317326+0000 mgr.smithi133.ejject (mgr.24441) 139 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:52.311 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.63 MB/sec execute 151 sec latency 145764.747 ms 2024-09-17T08:41:53.312 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.63 MB/sec execute 152 sec latency 146764.850 ms 2024-09-17T08:41:53.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:52.317800+0000 mgr.smithi133.ejject (mgr.24441) 140 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:53.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:41:52.426497+0000 mon.smithi089 (mon.0) 824 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:41:53.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:41:52.432416+0000 mon.smithi089 (mon.0) 825 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:41:53.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:41:52.436699+0000 mgr.smithi133.ejject (mgr.24441) 141 : cephadm [INF] Reconfiguring grafana.smithi089 (dependencies changed)... 2024-09-17T08:41:53.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:41:52.445123+0000 mgr.smithi133.ejject (mgr.24441) 142 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-17T08:41:53.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:41:52.542011+0000 mon.smithi089 (mon.0) 826 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:41:53.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:41:52.546069+0000 mon.smithi089 (mon.0) 827 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:41:53.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:41:52.550756+0000 mon.smithi133 (mon.1) 88 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-17T08:41:53.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:41:52.551178+0000 mgr.smithi133.ejject (mgr.24441) 143 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-17T08:41:53.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:41:52.552993+0000 mgr.smithi133.ejject (mgr.24441) 144 : cephadm [INF] Reconfiguring daemon grafana.smithi089 on smithi089 2024-09-17T08:41:53.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:52.317800+0000 mgr.smithi133.ejject (mgr.24441) 140 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:53.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:41:52.426497+0000 mon.smithi089 (mon.0) 824 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:41:53.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:41:52.432416+0000 mon.smithi089 (mon.0) 825 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:41:53.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:41:52.436699+0000 mgr.smithi133.ejject (mgr.24441) 141 : cephadm [INF] Reconfiguring grafana.smithi089 (dependencies changed)... 2024-09-17T08:41:53.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:41:52.445123+0000 mgr.smithi133.ejject (mgr.24441) 142 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-17T08:41:53.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:41:52.542011+0000 mon.smithi089 (mon.0) 826 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:41:53.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:41:52.546069+0000 mon.smithi089 (mon.0) 827 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:41:53.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:41:52.550756+0000 mon.smithi133 (mon.1) 88 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-17T08:41:53.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:41:52.551178+0000 mgr.smithi133.ejject (mgr.24441) 143 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-17T08:41:53.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:41:52.552993+0000 mgr.smithi133.ejject (mgr.24441) 144 : cephadm [INF] Reconfiguring daemon grafana.smithi089 on smithi089 2024-09-17T08:41:54.312 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.62 MB/sec execute 153 sec latency 147764.896 ms 2024-09-17T08:41:54.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:54 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:41:53.687368+0000 mon.smithi133 (mon.1) 89 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:41:54.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:41:53.687368+0000 mon.smithi133 (mon.1) 89 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:41:55.312 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.62 MB/sec execute 154 sec latency 148764.928 ms 2024-09-17T08:41:55.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:54.318612+0000 mgr.smithi133.ejject (mgr.24441) 145 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:41:55.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:55 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:54.318612+0000 mgr.smithi133.ejject (mgr.24441) 145 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:41:56.312 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.62 MB/sec execute 155 sec latency 149764.960 ms 2024-09-17T08:41:56.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:56 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:55.431663+0000 mds.foofs.smithi089.xuhpot (mds.0) 27 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 139.109617 secs 2024-09-17T08:41:56.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:56 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:55.431663+0000 mds.foofs.smithi089.xuhpot (mds.0) 27 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 139.109617 secs 2024-09-17T08:41:57.312 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.61 MB/sec execute 156 sec latency 150764.991 ms 2024-09-17T08:41:57.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:56.319169+0000 mgr.smithi133.ejject (mgr.24441) 146 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:57.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:56.319169+0000 mgr.smithi133.ejject (mgr.24441) 146 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:58.312 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.61 MB/sec execute 157 sec latency 151765.019 ms 2024-09-17T08:41:59.312 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.60 MB/sec execute 158 sec latency 152765.128 ms 2024-09-17T08:41:59.785 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:41:59 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:41:58.319602+0000 mgr.smithi133.ejject (mgr.24441) 147 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:41:59.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:41:59 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:41:58.319602+0000 mgr.smithi133.ejject (mgr.24441) 147 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:00.312 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.60 MB/sec execute 159 sec latency 153765.209 ms 2024-09-17T08:42:01.312 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.60 MB/sec execute 160 sec latency 154765.521 ms 2024-09-17T08:42:01.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:01 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:00.320428+0000 mgr.smithi133.ejject (mgr.24441) 148 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:01.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:01 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:00.431735+0000 mds.foofs.smithi089.xuhpot (mds.0) 28 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 144.109699 secs 2024-09-17T08:42:01.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:01 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:00.320428+0000 mgr.smithi133.ejject (mgr.24441) 148 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:01.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:01 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:00.431735+0000 mds.foofs.smithi089.xuhpot (mds.0) 28 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 144.109699 secs 2024-09-17T08:42:02.312 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.59 MB/sec execute 161 sec latency 155765.605 ms 2024-09-17T08:42:03.313 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.59 MB/sec execute 162 sec latency 156765.728 ms 2024-09-17T08:42:03.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:02.320924+0000 mgr.smithi133.ejject (mgr.24441) 149 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:03.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:02.320924+0000 mgr.smithi133.ejject (mgr.24441) 149 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:04.312 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.59 MB/sec execute 163 sec latency 157765.792 ms 2024-09-17T08:42:05.313 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.58 MB/sec execute 164 sec latency 158765.906 ms 2024-09-17T08:42:05.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:04.321742+0000 mgr.smithi133.ejject (mgr.24441) 150 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:42:05.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:04.321742+0000 mgr.smithi133.ejject (mgr.24441) 150 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:42:06.313 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.58 MB/sec execute 165 sec latency 159766.027 ms 2024-09-17T08:42:06.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:05.431869+0000 mds.foofs.smithi089.xuhpot (mds.0) 29 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 149.109831 secs 2024-09-17T08:42:06.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:05.431869+0000 mds.foofs.smithi089.xuhpot (mds.0) 29 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 149.109831 secs 2024-09-17T08:42:07.313 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.58 MB/sec execute 166 sec latency 160766.127 ms 2024-09-17T08:42:07.811 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:06.322428+0000 mgr.smithi133.ejject (mgr.24441) 151 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:07.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:06.322428+0000 mgr.smithi133.ejject (mgr.24441) 151 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:08.313 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.57 MB/sec execute 167 sec latency 161766.213 ms 2024-09-17T08:42:09.121 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:42:09.313 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.57 MB/sec execute 168 sec latency 162766.242 ms 2024-09-17T08:42:09.738 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:42:09.739 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 starting - - - - 2024-09-17T08:42:09.739 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (10m) 2m ago 10m 6409k - 16.2.0 24ecd6d5f14c 86364fbbe3dd 2024-09-17T08:42:09.739 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (9m) 2m ago 9m 6405k - 16.2.0 24ecd6d5f14c c38435e94451 2024-09-17T08:42:09.739 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 running (8m) 2m ago 10m 36.8M - 6.7.4 557c83e11646 2ae2b04f05ee 2024-09-17T08:42:09.739 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (5m) 2m ago 5m 40.7M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:42:09.739 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (5m) 2m ago 5m 13.2M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:42:09.739 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:9283 running (11m) 2m ago 11m 359M - 16.2.0 24ecd6d5f14c c35c6a435f28 2024-09-17T08:42:09.739 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283 running (3m) 2m ago 9m 485M - 18.2.4-855-g19e2a2be 980a0bfcd684 ee4a59ce156c 2024-09-17T08:42:09.739 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (11m) 2m ago 11m 54.0M 2048M 16.2.0 24ecd6d5f14c 5b5bfe3c39d2 2024-09-17T08:42:09.739 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (9m) 2m ago 9m 42.7M 2048M 16.2.0 24ecd6d5f14c b73d1c15d884 2024-09-17T08:42:09.739 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (2m) 2m ago 2m 51.9M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:42:09.739 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (2m) 2m ago 2m 14.8M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:42:09.739 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 running (10m) 2m ago 10m 17.2M - 0.18.1 e5a616e4b9cf 5d5794dcc827 2024-09-17T08:42:09.740 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (9m) 2m ago 9m 15.2M - 0.18.1 e5a616e4b9cf 96cc16ecae89 2024-09-17T08:42:09.740 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (9m) 2m ago 9m 386M 4096M 16.2.0 24ecd6d5f14c ac2da40952c1 2024-09-17T08:42:09.740 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (8m) 2m ago 8m 294M 4096M 16.2.0 24ecd6d5f14c 393455ed3cc2 2024-09-17T08:42:09.740 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (8m) 2m ago 8m 252M 4096M 16.2.0 24ecd6d5f14c efc5a17c7a8f 2024-09-17T08:42:09.740 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (7m) 2m ago 7m 356M 4096M 16.2.0 24ecd6d5f14c aa8afc36736b 2024-09-17T08:42:09.740 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (7m) 2m ago 7m 376M 4096M 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:42:09.740 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (7m) 2m ago 7m 395M 4096M 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:42:09.740 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (6m) 2m ago 6m 330M 4096M 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:42:09.740 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (6m) 2m ago 6m 487M 4096M 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:42:09.740 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 running (8m) 2m ago 9m 40.5M - 2.18.1 de242295e225 251bc3a8e51b 2024-09-17T08:42:09.740 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:08.322963+0000 mgr.smithi133.ejject (mgr.24441) 152 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:09.741 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:42:08.687552+0000 mon.smithi133 (mon.1) 90 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:42:09.741 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:42:09.108559+0000 mgr.smithi133.ejject (mgr.24441) 153 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:09.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:08.322963+0000 mgr.smithi133.ejject (mgr.24441) 152 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:09.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:42:08.687552+0000 mon.smithi133 (mon.1) 90 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:42:09.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:42:09.108559+0000 mgr.smithi133.ejject (mgr.24441) 153 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:10.110 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:42:10.110 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:42:10.110 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:42:10.110 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:42:10.110 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:42:10.110 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 1, 2024-09-17T08:42:10.110 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:42:10.110 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:42:10.110 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:42:10.111 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 8 2024-09-17T08:42:10.111 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:42:10.111 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:42:10.111 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:42:10.111 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:42:10.111 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:42:10.111 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 13, 2024-09-17T08:42:10.111 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:42:10.111 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:42:10.111 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:42:10.313 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.57 MB/sec execute 169 sec latency 163766.300 ms 2024-09-17T08:42:10.426 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:42:10.426 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:42:10.426 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:42:10.426 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:42:10.426 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [], 2024-09-17T08:42:10.426 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T08:42:10.426 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "", 2024-09-17T08:42:10.426 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:42:10.427 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:42:10.801 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_WARN 1 clients failing to respond to capability release; 1 MDSs report slow requests 2024-09-17T08:42:10.801 INFO:teuthology.orchestra.run.smithi089.stdout:[WRN] MDS_CLIENT_LATE_RELEASE: 1 clients failing to respond to capability release 2024-09-17T08:42:10.801 INFO:teuthology.orchestra.run.smithi089.stdout: mds.foofs.smithi089.xuhpot(mds.0): Client smithi089:foo1 failing to respond to capability release client_id: 14570 2024-09-17T08:42:10.801 INFO:teuthology.orchestra.run.smithi089.stdout:[WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2024-09-17T08:42:10.801 INFO:teuthology.orchestra.run.smithi089.stdout: mds.foofs.smithi089.xuhpot(mds.0): 1 slow requests are blocked > 30 secs 2024-09-17T08:42:10.802 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:42:09.427772+0000 mgr.smithi133.ejject (mgr.24441) 154 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:10.802 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:42:09.729960+0000 mgr.smithi133.ejject (mgr.24441) 155 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:10.802 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:42:10.110248+0000 mon.smithi089 (mon.0) 828 : audit [DBG] from='client.? 172.21.15.89:0/81142256' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:42:10.802 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:10.431953+0000 mds.foofs.smithi089.xuhpot (mds.0) 30 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 154.109891 secs 2024-09-17T08:42:10.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:10 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:42:09.427772+0000 mgr.smithi133.ejject (mgr.24441) 154 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:10.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:10 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:42:09.729960+0000 mgr.smithi133.ejject (mgr.24441) 155 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:10.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:10 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:42:10.110248+0000 mon.smithi089 (mon.0) 828 : audit [DBG] from='client.? 172.21.15.89:0/81142256' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:42:10.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:10 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:10.431953+0000 mds.foofs.smithi089.xuhpot (mds.0) 30 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 154.109891 secs 2024-09-17T08:42:11.313 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.56 MB/sec execute 170 sec latency 164766.439 ms 2024-09-17T08:42:11.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:10.323634+0000 mgr.smithi133.ejject (mgr.24441) 156 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:11.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:42:10.426159+0000 mgr.smithi133.ejject (mgr.24441) 157 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:11.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:42:10.801602+0000 mon.smithi089 (mon.0) 829 : audit [DBG] from='client.? 172.21.15.89:0/214076322' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:42:11.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:10.323634+0000 mgr.smithi133.ejject (mgr.24441) 156 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:11.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:42:10.426159+0000 mgr.smithi133.ejject (mgr.24441) 157 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:11.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:42:10.801602+0000 mon.smithi089 (mon.0) 829 : audit [DBG] from='client.? 172.21.15.89:0/214076322' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:42:12.313 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.56 MB/sec execute 171 sec latency 165766.537 ms 2024-09-17T08:42:13.313 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.56 MB/sec execute 172 sec latency 166766.597 ms 2024-09-17T08:42:13.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:12.324095+0000 mgr.smithi133.ejject (mgr.24441) 158 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:13.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:12.324095+0000 mgr.smithi133.ejject (mgr.24441) 158 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:14.313 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.55 MB/sec execute 173 sec latency 167766.715 ms 2024-09-17T08:42:15.314 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.55 MB/sec execute 174 sec latency 168766.842 ms 2024-09-17T08:42:15.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:14.324805+0000 mgr.smithi133.ejject (mgr.24441) 159 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:42:15.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:15.432089+0000 mds.foofs.smithi089.xuhpot (mds.0) 31 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 159.110050 secs 2024-09-17T08:42:15.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:14.324805+0000 mgr.smithi133.ejject (mgr.24441) 159 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:42:15.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:15.432089+0000 mds.foofs.smithi089.xuhpot (mds.0) 31 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 159.110050 secs 2024-09-17T08:42:16.314 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.55 MB/sec execute 175 sec latency 169766.985 ms 2024-09-17T08:42:17.314 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.54 MB/sec execute 176 sec latency 170767.091 ms 2024-09-17T08:42:17.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:17 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:16.325364+0000 mgr.smithi133.ejject (mgr.24441) 160 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:17.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:16.325364+0000 mgr.smithi133.ejject (mgr.24441) 160 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:18.314 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.54 MB/sec execute 177 sec latency 171767.205 ms 2024-09-17T08:42:19.314 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.54 MB/sec execute 178 sec latency 172767.292 ms 2024-09-17T08:42:19.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:18.325937+0000 mgr.smithi133.ejject (mgr.24441) 161 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:19.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:18.325937+0000 mgr.smithi133.ejject (mgr.24441) 161 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:20.314 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.53 MB/sec execute 179 sec latency 173767.377 ms 2024-09-17T08:42:20.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:20 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:20.432179+0000 mds.foofs.smithi089.xuhpot (mds.0) 32 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 164.110126 secs 2024-09-17T08:42:20.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:20.432179+0000 mds.foofs.smithi089.xuhpot (mds.0) 32 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 164.110126 secs 2024-09-17T08:42:21.314 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.53 MB/sec execute 180 sec latency 174767.467 ms 2024-09-17T08:42:21.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:21 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:20.326732+0000 mgr.smithi133.ejject (mgr.24441) 162 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:21.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:20.326732+0000 mgr.smithi133.ejject (mgr.24441) 162 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:22.314 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.53 MB/sec execute 181 sec latency 175767.558 ms 2024-09-17T08:42:23.314 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.52 MB/sec execute 182 sec latency 176767.656 ms 2024-09-17T08:42:23.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:23 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:22.327269+0000 mgr.smithi133.ejject (mgr.24441) 163 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:23.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:22.327269+0000 mgr.smithi133.ejject (mgr.24441) 163 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:24.314 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.52 MB/sec execute 183 sec latency 177767.771 ms 2024-09-17T08:42:24.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:42:23.687943+0000 mon.smithi133 (mon.1) 91 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:42:24.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:42:23.687943+0000 mon.smithi133 (mon.1) 91 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:42:25.315 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.52 MB/sec execute 184 sec latency 178767.886 ms 2024-09-17T08:42:25.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:24.328090+0000 mgr.smithi133.ejject (mgr.24441) 164 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:42:25.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:25.432248+0000 mds.foofs.smithi089.xuhpot (mds.0) 33 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 169.110196 secs 2024-09-17T08:42:25.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:24.328090+0000 mgr.smithi133.ejject (mgr.24441) 164 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:42:25.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:25.432248+0000 mds.foofs.smithi089.xuhpot (mds.0) 33 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 169.110196 secs 2024-09-17T08:42:26.315 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.52 MB/sec execute 185 sec latency 179767.986 ms 2024-09-17T08:42:27.315 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.51 MB/sec execute 186 sec latency 180768.081 ms 2024-09-17T08:42:27.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:26.328583+0000 mgr.smithi133.ejject (mgr.24441) 165 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:27.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:26.328583+0000 mgr.smithi133.ejject (mgr.24441) 165 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:28.315 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.51 MB/sec execute 187 sec latency 181768.166 ms 2024-09-17T08:42:29.315 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.51 MB/sec execute 188 sec latency 182768.294 ms 2024-09-17T08:42:29.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:28.329095+0000 mgr.smithi133.ejject (mgr.24441) 166 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:29.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:28.329095+0000 mgr.smithi133.ejject (mgr.24441) 166 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:30.315 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.51 MB/sec execute 189 sec latency 183768.399 ms 2024-09-17T08:42:30.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:30.432297+0000 mds.foofs.smithi089.xuhpot (mds.0) 34 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 174.110258 secs 2024-09-17T08:42:30.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:30.432297+0000 mds.foofs.smithi089.xuhpot (mds.0) 34 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 174.110258 secs 2024-09-17T08:42:31.315 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.50 MB/sec execute 190 sec latency 184768.480 ms 2024-09-17T08:42:31.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:30.329974+0000 mgr.smithi133.ejject (mgr.24441) 167 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:31.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:30.329974+0000 mgr.smithi133.ejject (mgr.24441) 167 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:32.315 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.50 MB/sec execute 191 sec latency 185768.593 ms 2024-09-17T08:42:33.316 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.50 MB/sec execute 192 sec latency 186768.679 ms 2024-09-17T08:42:33.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:32.330383+0000 mgr.smithi133.ejject (mgr.24441) 168 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:33.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:32.330383+0000 mgr.smithi133.ejject (mgr.24441) 168 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:34.315 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.49 MB/sec execute 193 sec latency 187768.796 ms 2024-09-17T08:42:35.316 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.49 MB/sec execute 194 sec latency 188768.905 ms 2024-09-17T08:42:35.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:35 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:34.331226+0000 mgr.smithi133.ejject (mgr.24441) 169 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:42:35.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:35 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:35.432382+0000 mds.foofs.smithi089.xuhpot (mds.0) 35 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 179.110329 secs 2024-09-17T08:42:35.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:35 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:34.331226+0000 mgr.smithi133.ejject (mgr.24441) 169 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:42:35.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:35 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:35.432382+0000 mds.foofs.smithi089.xuhpot (mds.0) 35 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 179.110329 secs 2024-09-17T08:42:36.316 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.49 MB/sec execute 195 sec latency 189769.002 ms 2024-09-17T08:42:37.316 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.49 MB/sec execute 196 sec latency 190769.151 ms 2024-09-17T08:42:37.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:36.331655+0000 mgr.smithi133.ejject (mgr.24441) 170 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:37.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:36.331655+0000 mgr.smithi133.ejject (mgr.24441) 170 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:38.316 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.48 MB/sec execute 197 sec latency 191769.276 ms 2024-09-17T08:42:39.316 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.48 MB/sec execute 198 sec latency 192769.367 ms 2024-09-17T08:42:39.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:38.332173+0000 mgr.smithi133.ejject (mgr.24441) 171 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:39.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:42:38.688152+0000 mon.smithi133 (mon.1) 92 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:42:39.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:38.332173+0000 mgr.smithi133.ejject (mgr.24441) 171 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:39.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:42:38.688152+0000 mon.smithi133 (mon.1) 92 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:42:40.316 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.48 MB/sec execute 199 sec latency 193769.485 ms 2024-09-17T08:42:40.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:40 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:40.432519+0000 mds.foofs.smithi089.xuhpot (mds.0) 36 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 184.110460 secs 2024-09-17T08:42:40.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:40 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:40.432519+0000 mds.foofs.smithi089.xuhpot (mds.0) 36 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 184.110460 secs 2024-09-17T08:42:41.145 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:42:41.316 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.48 MB/sec execute 200 sec latency 194769.535 ms 2024-09-17T08:42:41.769 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:42:41.769 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 starting - - - - 2024-09-17T08:42:41.770 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (11m) 2m ago 11m 6409k - 16.2.0 24ecd6d5f14c 86364fbbe3dd 2024-09-17T08:42:41.770 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (10m) 2m ago 10m 6405k - 16.2.0 24ecd6d5f14c c38435e94451 2024-09-17T08:42:41.770 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 running (9m) 2m ago 10m 36.8M - 6.7.4 557c83e11646 2ae2b04f05ee 2024-09-17T08:42:41.770 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (5m) 2m ago 5m 40.7M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:42:41.770 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (5m) 2m ago 5m 13.2M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:42:41.770 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:9283 running (12m) 2m ago 12m 359M - 16.2.0 24ecd6d5f14c c35c6a435f28 2024-09-17T08:42:41.770 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283 running (3m) 2m ago 10m 485M - 18.2.4-855-g19e2a2be 980a0bfcd684 ee4a59ce156c 2024-09-17T08:42:41.770 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (12m) 2m ago 12m 54.0M 2048M 16.2.0 24ecd6d5f14c 5b5bfe3c39d2 2024-09-17T08:42:41.770 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (10m) 2m ago 10m 42.7M 2048M 16.2.0 24ecd6d5f14c b73d1c15d884 2024-09-17T08:42:41.770 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (3m) 2m ago 3m 51.9M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:42:41.770 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (3m) 2m ago 3m 14.8M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:42:41.770 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 running (10m) 2m ago 10m 17.2M - 0.18.1 e5a616e4b9cf 5d5794dcc827 2024-09-17T08:42:41.770 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (9m) 2m ago 9m 15.2M - 0.18.1 e5a616e4b9cf 96cc16ecae89 2024-09-17T08:42:41.771 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (9m) 2m ago 9m 386M 4096M 16.2.0 24ecd6d5f14c ac2da40952c1 2024-09-17T08:42:41.771 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (9m) 2m ago 9m 294M 4096M 16.2.0 24ecd6d5f14c 393455ed3cc2 2024-09-17T08:42:41.771 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (8m) 2m ago 8m 252M 4096M 16.2.0 24ecd6d5f14c efc5a17c7a8f 2024-09-17T08:42:41.771 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (8m) 2m ago 8m 356M 4096M 16.2.0 24ecd6d5f14c aa8afc36736b 2024-09-17T08:42:41.771 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (8m) 2m ago 8m 376M 4096M 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:42:41.771 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (7m) 2m ago 7m 395M 4096M 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:42:41.771 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (7m) 2m ago 7m 330M 4096M 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:42:41.771 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (7m) 2m ago 7m 487M 4096M 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:42:41.771 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 running (9m) 2m ago 10m 40.5M - 2.18.1 de242295e225 251bc3a8e51b 2024-09-17T08:42:41.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:40.332982+0000 mgr.smithi133.ejject (mgr.24441) 172 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:42.015 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:42:41.132939+0000 mgr.smithi133.ejject (mgr.24441) 173 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:42.015 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:40.332982+0000 mgr.smithi133.ejject (mgr.24441) 172 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:42.015 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:42:41.132939+0000 mgr.smithi133.ejject (mgr.24441) 173 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:42.142 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:42:42.142 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:42:42.142 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:42:42.142 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:42:42.142 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:42:42.142 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 1, 2024-09-17T08:42:42.142 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:42:42.142 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:42:42.142 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:42:42.142 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 8 2024-09-17T08:42:42.143 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:42:42.143 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:42:42.143 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:42:42.143 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:42:42.143 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:42:42.143 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 13, 2024-09-17T08:42:42.143 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:42:42.143 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:42:42.143 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:42:42.316 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.48 MB/sec execute 201 sec latency 195769.593 ms 2024-09-17T08:42:42.459 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:42:42.459 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:42:42.460 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:42:42.460 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:42:42.460 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [], 2024-09-17T08:42:42.460 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T08:42:42.460 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "", 2024-09-17T08:42:42.460 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:42:42.460 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:42:42.836 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_WARN 1 clients failing to respond to capability release; 1 MDSs report slow requests 2024-09-17T08:42:42.836 INFO:teuthology.orchestra.run.smithi089.stdout:[WRN] MDS_CLIENT_LATE_RELEASE: 1 clients failing to respond to capability release 2024-09-17T08:42:42.836 INFO:teuthology.orchestra.run.smithi089.stdout: mds.foofs.smithi089.xuhpot(mds.0): Client smithi089:foo1 failing to respond to capability release client_id: 14570 2024-09-17T08:42:42.836 INFO:teuthology.orchestra.run.smithi089.stdout:[WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2024-09-17T08:42:42.837 INFO:teuthology.orchestra.run.smithi089.stdout: mds.foofs.smithi089.xuhpot(mds.0): 1 slow requests are blocked > 30 secs 2024-09-17T08:42:42.837 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:42:41.452963+0000 mgr.smithi133.ejject (mgr.24441) 174 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:42.837 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:42:41.760598+0000 mgr.smithi133.ejject (mgr.24441) 175 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:42.837 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:42:42.141965+0000 mon.smithi089 (mon.0) 830 : audit [DBG] from='client.? 172.21.15.89:0/3531963858' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:42:42.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:42:41.452963+0000 mgr.smithi133.ejject (mgr.24441) 174 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:42.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:42:41.760598+0000 mgr.smithi133.ejject (mgr.24441) 175 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:42.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:42:42.141965+0000 mon.smithi089 (mon.0) 830 : audit [DBG] from='client.? 172.21.15.89:0/3531963858' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:42:43.316 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.47 MB/sec execute 202 sec latency 196769.699 ms 2024-09-17T08:42:43.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:42.333498+0000 mgr.smithi133.ejject (mgr.24441) 176 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:43.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:42:42.459393+0000 mgr.smithi133.ejject (mgr.24441) 177 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:43.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:42:42.836604+0000 mon.smithi089 (mon.0) 831 : audit [DBG] from='client.? 172.21.15.89:0/459832494' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:42:43.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:42.333498+0000 mgr.smithi133.ejject (mgr.24441) 176 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:43.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:42:42.459393+0000 mgr.smithi133.ejject (mgr.24441) 177 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:43.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:42:42.836604+0000 mon.smithi089 (mon.0) 831 : audit [DBG] from='client.? 172.21.15.89:0/459832494' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:42:44.316 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.47 MB/sec execute 203 sec latency 197769.757 ms 2024-09-17T08:42:45.317 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.47 MB/sec execute 204 sec latency 198769.863 ms 2024-09-17T08:42:45.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:44.334360+0000 mgr.smithi133.ejject (mgr.24441) 178 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:42:45.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:45.432592+0000 mds.foofs.smithi089.xuhpot (mds.0) 37 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 189.110551 secs 2024-09-17T08:42:45.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:44.334360+0000 mgr.smithi133.ejject (mgr.24441) 178 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:42:45.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:45.432592+0000 mds.foofs.smithi089.xuhpot (mds.0) 37 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 189.110551 secs 2024-09-17T08:42:46.317 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.47 MB/sec execute 205 sec latency 199769.947 ms 2024-09-17T08:42:47.317 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.46 MB/sec execute 206 sec latency 200770.053 ms 2024-09-17T08:42:47.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:46.334784+0000 mgr.smithi133.ejject (mgr.24441) 179 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:47.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:46.334784+0000 mgr.smithi133.ejject (mgr.24441) 179 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:48.317 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.46 MB/sec execute 207 sec latency 201770.176 ms 2024-09-17T08:42:49.317 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.46 MB/sec execute 208 sec latency 202770.242 ms 2024-09-17T08:42:49.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:49 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:48.335182+0000 mgr.smithi133.ejject (mgr.24441) 180 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:49.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:49 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:48.335182+0000 mgr.smithi133.ejject (mgr.24441) 180 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:50.317 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.46 MB/sec execute 209 sec latency 203770.378 ms 2024-09-17T08:42:50.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:50 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:50.432749+0000 mds.foofs.smithi089.xuhpot (mds.0) 38 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 194.110691 secs 2024-09-17T08:42:50.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:50 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:50.432749+0000 mds.foofs.smithi089.xuhpot (mds.0) 38 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 194.110691 secs 2024-09-17T08:42:51.317 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.45 MB/sec execute 210 sec latency 204770.499 ms 2024-09-17T08:42:51.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:51 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:50.335983+0000 mgr.smithi133.ejject (mgr.24441) 181 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:51.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:51 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:50.335983+0000 mgr.smithi133.ejject (mgr.24441) 181 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:52.317 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.45 MB/sec execute 211 sec latency 205770.573 ms 2024-09-17T08:42:53.317 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.45 MB/sec execute 212 sec latency 206770.652 ms 2024-09-17T08:42:53.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:52.336504+0000 mgr.smithi133.ejject (mgr.24441) 182 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:53.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:52.336504+0000 mgr.smithi133.ejject (mgr.24441) 182 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:54.318 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.45 MB/sec execute 213 sec latency 207770.783 ms 2024-09-17T08:42:54.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:54 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:42:53.688595+0000 mon.smithi133 (mon.1) 93 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:42:54.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:42:53.688595+0000 mon.smithi133 (mon.1) 93 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:42:55.318 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.45 MB/sec execute 214 sec latency 208770.881 ms 2024-09-17T08:42:55.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:54.337352+0000 mgr.smithi133.ejject (mgr.24441) 183 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:42:55.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:55.432879+0000 mds.foofs.smithi089.xuhpot (mds.0) 39 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 199.110823 secs 2024-09-17T08:42:55.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:55 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:54.337352+0000 mgr.smithi133.ejject (mgr.24441) 183 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:42:55.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:55 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:55.432879+0000 mds.foofs.smithi089.xuhpot (mds.0) 39 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 199.110823 secs 2024-09-17T08:42:56.318 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.44 MB/sec execute 215 sec latency 209770.993 ms 2024-09-17T08:42:57.318 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.44 MB/sec execute 216 sec latency 210771.092 ms 2024-09-17T08:42:57.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:56.337864+0000 mgr.smithi133.ejject (mgr.24441) 184 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:57.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:56.337864+0000 mgr.smithi133.ejject (mgr.24441) 184 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:58.318 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.44 MB/sec execute 217 sec latency 211771.208 ms 2024-09-17T08:42:59.318 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.44 MB/sec execute 218 sec latency 212771.286 ms 2024-09-17T08:42:59.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:42:59 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:42:58.338354+0000 mgr.smithi133.ejject (mgr.24441) 185 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:42:59.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:42:59 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:42:58.338354+0000 mgr.smithi133.ejject (mgr.24441) 185 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:00.318 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.44 MB/sec execute 219 sec latency 213771.323 ms 2024-09-17T08:43:00.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:00 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:00.433017+0000 mds.foofs.smithi089.xuhpot (mds.0) 40 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 204.110972 secs 2024-09-17T08:43:00.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:00 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:00.433017+0000 mds.foofs.smithi089.xuhpot (mds.0) 40 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 204.110972 secs 2024-09-17T08:43:01.318 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.43 MB/sec execute 220 sec latency 214771.426 ms 2024-09-17T08:43:01.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:01 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:00.339087+0000 mgr.smithi133.ejject (mgr.24441) 186 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:01.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:01 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:00.339087+0000 mgr.smithi133.ejject (mgr.24441) 186 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:02.318 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.43 MB/sec execute 221 sec latency 215771.538 ms 2024-09-17T08:43:03.318 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.43 MB/sec execute 222 sec latency 216771.631 ms 2024-09-17T08:43:03.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:02.339497+0000 mgr.smithi133.ejject (mgr.24441) 187 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:03.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:02.339497+0000 mgr.smithi133.ejject (mgr.24441) 187 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:04.318 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.43 MB/sec execute 223 sec latency 217771.763 ms 2024-09-17T08:43:05.319 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.43 MB/sec execute 224 sec latency 218771.889 ms 2024-09-17T08:43:05.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:04.340296+0000 mgr.smithi133.ejject (mgr.24441) 188 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:43:05.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:05.433142+0000 mds.foofs.smithi089.xuhpot (mds.0) 41 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 209.111088 secs 2024-09-17T08:43:05.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:04.340296+0000 mgr.smithi133.ejject (mgr.24441) 188 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:43:05.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:05.433142+0000 mds.foofs.smithi089.xuhpot (mds.0) 41 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 209.111088 secs 2024-09-17T08:43:06.319 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.42 MB/sec execute 225 sec latency 219771.980 ms 2024-09-17T08:43:07.319 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.42 MB/sec execute 226 sec latency 220772.078 ms 2024-09-17T08:43:07.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:06.340682+0000 mgr.smithi133.ejject (mgr.24441) 189 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:07.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:06.340682+0000 mgr.smithi133.ejject (mgr.24441) 189 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:08.319 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.42 MB/sec execute 227 sec latency 221772.193 ms 2024-09-17T08:43:09.319 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.42 MB/sec execute 228 sec latency 222772.272 ms 2024-09-17T08:43:09.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:08.341206+0000 mgr.smithi133.ejject (mgr.24441) 190 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:09.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:43:08.688872+0000 mon.smithi133 (mon.1) 94 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:43:09.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:08.341206+0000 mgr.smithi133.ejject (mgr.24441) 190 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:09.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:43:08.688872+0000 mon.smithi133 (mon.1) 94 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:43:10.319 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.42 MB/sec execute 229 sec latency 223772.338 ms 2024-09-17T08:43:10.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:10.433252+0000 mds.foofs.smithi089.xuhpot (mds.0) 42 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 214.111193 secs 2024-09-17T08:43:10.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:10 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:10.433252+0000 mds.foofs.smithi089.xuhpot (mds.0) 42 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 214.111193 secs 2024-09-17T08:43:11.319 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.42 MB/sec execute 230 sec latency 224772.417 ms 2024-09-17T08:43:11.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:10.342169+0000 mgr.smithi133.ejject (mgr.24441) 191 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:11.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:10.342169+0000 mgr.smithi133.ejject (mgr.24441) 191 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:12.319 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.41 MB/sec execute 231 sec latency 225772.488 ms 2024-09-17T08:43:13.182 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:43:13.319 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.41 MB/sec execute 232 sec latency 226772.545 ms 2024-09-17T08:43:13.804 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:43:13.804 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 starting - - - - 2024-09-17T08:43:13.804 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (11m) 3m ago 11m 6409k - 16.2.0 24ecd6d5f14c 86364fbbe3dd 2024-09-17T08:43:13.804 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (10m) 3m ago 10m 6405k - 16.2.0 24ecd6d5f14c c38435e94451 2024-09-17T08:43:13.804 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 running (9m) 3m ago 11m 36.8M - 6.7.4 557c83e11646 2ae2b04f05ee 2024-09-17T08:43:13.804 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (6m) 3m ago 6m 40.7M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:43:13.805 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (6m) 3m ago 6m 13.2M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:43:13.805 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:9283 running (12m) 3m ago 12m 359M - 16.2.0 24ecd6d5f14c c35c6a435f28 2024-09-17T08:43:13.805 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283 running (4m) 3m ago 10m 485M - 18.2.4-855-g19e2a2be 980a0bfcd684 ee4a59ce156c 2024-09-17T08:43:13.805 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (12m) 3m ago 13m 54.0M 2048M 16.2.0 24ecd6d5f14c 5b5bfe3c39d2 2024-09-17T08:43:13.805 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (10m) 3m ago 10m 42.7M 2048M 16.2.0 24ecd6d5f14c b73d1c15d884 2024-09-17T08:43:13.805 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (3m) 3m ago 3m 51.9M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:43:13.805 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (3m) 3m ago 3m 14.8M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:43:13.805 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 running (11m) 3m ago 11m 17.2M - 0.18.1 e5a616e4b9cf 5d5794dcc827 2024-09-17T08:43:13.805 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (10m) 3m ago 10m 15.2M - 0.18.1 e5a616e4b9cf 96cc16ecae89 2024-09-17T08:43:13.805 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (10m) 3m ago 10m 386M 4096M 16.2.0 24ecd6d5f14c ac2da40952c1 2024-09-17T08:43:13.805 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (9m) 3m ago 9m 294M 4096M 16.2.0 24ecd6d5f14c 393455ed3cc2 2024-09-17T08:43:13.805 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (9m) 3m ago 9m 252M 4096M 16.2.0 24ecd6d5f14c efc5a17c7a8f 2024-09-17T08:43:13.805 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (8m) 3m ago 8m 356M 4096M 16.2.0 24ecd6d5f14c aa8afc36736b 2024-09-17T08:43:13.806 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (8m) 3m ago 8m 376M 4096M 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:43:13.806 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (8m) 3m ago 8m 395M 4096M 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:43:13.806 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (7m) 3m ago 7m 330M 4096M 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:43:13.806 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (7m) 3m ago 7m 487M 4096M 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:43:13.806 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 running (9m) 3m ago 10m 40.5M - 2.18.1 de242295e225 251bc3a8e51b 2024-09-17T08:43:13.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:12.342632+0000 mgr.smithi133.ejject (mgr.24441) 192 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:13.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:12.342632+0000 mgr.smithi133.ejject (mgr.24441) 192 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:14.179 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:43:14.179 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:43:14.179 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:43:14.179 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:43:14.179 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:43:14.179 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 1, 2024-09-17T08:43:14.179 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:43:14.179 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:43:14.179 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:43:14.179 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 8 2024-09-17T08:43:14.180 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:43:14.180 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:43:14.180 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:43:14.180 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:43:14.180 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:43:14.180 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 13, 2024-09-17T08:43:14.180 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:43:14.180 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:43:14.180 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:43:14.319 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.41 MB/sec execute 233 sec latency 227772.598 ms 2024-09-17T08:43:14.498 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:43:14.498 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:43:14.498 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:43:14.498 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:43:14.498 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [], 2024-09-17T08:43:14.498 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T08:43:14.498 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "", 2024-09-17T08:43:14.498 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:43:14.498 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:43:14.873 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_WARN 1 clients failing to respond to capability release; 1 MDSs report slow requests 2024-09-17T08:43:14.873 INFO:teuthology.orchestra.run.smithi089.stdout:[WRN] MDS_CLIENT_LATE_RELEASE: 1 clients failing to respond to capability release 2024-09-17T08:43:14.874 INFO:teuthology.orchestra.run.smithi089.stdout: mds.foofs.smithi089.xuhpot(mds.0): Client smithi089:foo1 failing to respond to capability release client_id: 14570 2024-09-17T08:43:14.874 INFO:teuthology.orchestra.run.smithi089.stdout:[WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2024-09-17T08:43:14.874 INFO:teuthology.orchestra.run.smithi089.stdout: mds.foofs.smithi089.xuhpot(mds.0): 1 slow requests are blocked > 30 secs 2024-09-17T08:43:14.874 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:14 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:43:13.169465+0000 mgr.smithi133.ejject (mgr.24441) 193 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:43:14.874 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:14 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:43:13.489923+0000 mgr.smithi133.ejject (mgr.24441) 194 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:43:14.874 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:14 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:43:13.795499+0000 mgr.smithi133.ejject (mgr.24441) 195 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:43:14.874 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:14 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:43:14.179163+0000 mon.smithi089 (mon.0) 832 : audit [DBG] from='client.? 172.21.15.89:0/1909998717' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:43:14.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:14 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:43:13.169465+0000 mgr.smithi133.ejject (mgr.24441) 193 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:43:14.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:14 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:43:13.489923+0000 mgr.smithi133.ejject (mgr.24441) 194 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:43:14.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:14 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:43:13.795499+0000 mgr.smithi133.ejject (mgr.24441) 195 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:43:14.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:14 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:43:14.179163+0000 mon.smithi089 (mon.0) 832 : audit [DBG] from='client.? 172.21.15.89:0/1909998717' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:43:15.319 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.41 MB/sec execute 234 sec latency 228772.676 ms 2024-09-17T08:43:15.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:14.343450+0000 mgr.smithi133.ejject (mgr.24441) 196 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:43:15.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:43:14.497791+0000 mgr.smithi133.ejject (mgr.24441) 197 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:43:15.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:43:14.873820+0000 mon.smithi089 (mon.0) 833 : audit [DBG] from='client.? 172.21.15.89:0/1301543136' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:43:15.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:15.433379+0000 mds.foofs.smithi089.xuhpot (mds.0) 43 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 219.111323 secs 2024-09-17T08:43:15.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:14.343450+0000 mgr.smithi133.ejject (mgr.24441) 196 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:43:15.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:43:14.497791+0000 mgr.smithi133.ejject (mgr.24441) 197 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:43:15.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:43:14.873820+0000 mon.smithi089 (mon.0) 833 : audit [DBG] from='client.? 172.21.15.89:0/1301543136' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:43:15.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:15.433379+0000 mds.foofs.smithi089.xuhpot (mds.0) 43 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 219.111323 secs 2024-09-17T08:43:16.319 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.41 MB/sec execute 235 sec latency 229772.778 ms 2024-09-17T08:43:17.320 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.40 MB/sec execute 236 sec latency 230772.900 ms 2024-09-17T08:43:17.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:17 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:16.343863+0000 mgr.smithi133.ejject (mgr.24441) 198 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:17.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:16.343863+0000 mgr.smithi133.ejject (mgr.24441) 198 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:18.320 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.40 MB/sec execute 237 sec latency 231772.987 ms 2024-09-17T08:43:19.320 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.40 MB/sec execute 238 sec latency 232773.092 ms 2024-09-17T08:43:19.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:18.344385+0000 mgr.smithi133.ejject (mgr.24441) 199 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:19.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:18.344385+0000 mgr.smithi133.ejject (mgr.24441) 199 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:20.320 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.40 MB/sec execute 239 sec latency 233773.200 ms 2024-09-17T08:43:20.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:20 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:20.433453+0000 mds.foofs.smithi089.xuhpot (mds.0) 44 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 224.111409 secs 2024-09-17T08:43:20.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:20.433453+0000 mds.foofs.smithi089.xuhpot (mds.0) 44 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 224.111409 secs 2024-09-17T08:43:21.320 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.40 MB/sec execute 240 sec latency 234773.273 ms 2024-09-17T08:43:21.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:21 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:20.345311+0000 mgr.smithi133.ejject (mgr.24441) 200 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:21.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:20.345311+0000 mgr.smithi133.ejject (mgr.24441) 200 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:22.320 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.40 MB/sec execute 241 sec latency 235773.319 ms 2024-09-17T08:43:23.320 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.39 MB/sec execute 242 sec latency 236773.397 ms 2024-09-17T08:43:23.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:23 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:22.345783+0000 mgr.smithi133.ejject (mgr.24441) 201 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:23.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:22.345783+0000 mgr.smithi133.ejject (mgr.24441) 201 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:24.320 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.39 MB/sec execute 243 sec latency 237773.468 ms 2024-09-17T08:43:24.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:43:23.689112+0000 mon.smithi133 (mon.1) 95 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:43:24.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:43:23.689112+0000 mon.smithi133 (mon.1) 95 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:43:25.320 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.39 MB/sec execute 244 sec latency 238773.556 ms 2024-09-17T08:43:25.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:24.346505+0000 mgr.smithi133.ejject (mgr.24441) 202 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:43:25.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:25.433550+0000 mds.foofs.smithi089.xuhpot (mds.0) 45 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 229.111508 secs 2024-09-17T08:43:25.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:24.346505+0000 mgr.smithi133.ejject (mgr.24441) 202 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:43:25.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:25.433550+0000 mds.foofs.smithi089.xuhpot (mds.0) 45 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 229.111508 secs 2024-09-17T08:43:26.320 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.39 MB/sec execute 245 sec latency 239773.644 ms 2024-09-17T08:43:27.321 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.39 MB/sec execute 246 sec latency 240773.713 ms 2024-09-17T08:43:27.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:26.347042+0000 mgr.smithi133.ejject (mgr.24441) 203 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:27.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:26.347042+0000 mgr.smithi133.ejject (mgr.24441) 203 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:28.321 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.39 MB/sec execute 247 sec latency 241773.785 ms 2024-09-17T08:43:29.321 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.39 MB/sec execute 248 sec latency 242773.891 ms 2024-09-17T08:43:29.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:28.347475+0000 mgr.smithi133.ejject (mgr.24441) 204 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:29.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:28.347475+0000 mgr.smithi133.ejject (mgr.24441) 204 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:30.321 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.38 MB/sec execute 249 sec latency 243773.997 ms 2024-09-17T08:43:30.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:30.433611+0000 mds.foofs.smithi089.xuhpot (mds.0) 46 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 234.111555 secs 2024-09-17T08:43:31.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:30.433611+0000 mds.foofs.smithi089.xuhpot (mds.0) 46 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 234.111555 secs 2024-09-17T08:43:31.321 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.38 MB/sec execute 250 sec latency 244774.093 ms 2024-09-17T08:43:31.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:30.348382+0000 mgr.smithi133.ejject (mgr.24441) 205 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:32.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:30.348382+0000 mgr.smithi133.ejject (mgr.24441) 205 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:32.321 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.38 MB/sec execute 251 sec latency 245774.240 ms 2024-09-17T08:43:33.321 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.38 MB/sec execute 252 sec latency 246774.362 ms 2024-09-17T08:43:33.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:32.348834+0000 mgr.smithi133.ejject (mgr.24441) 206 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:34.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:32.348834+0000 mgr.smithi133.ejject (mgr.24441) 206 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:34.321 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.38 MB/sec execute 253 sec latency 247774.453 ms 2024-09-17T08:43:35.322 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.38 MB/sec execute 254 sec latency 248774.532 ms 2024-09-17T08:43:35.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:35 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:34.349594+0000 mgr.smithi133.ejject (mgr.24441) 207 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:43:35.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:35 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:35.433747+0000 mds.foofs.smithi089.xuhpot (mds.0) 47 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 239.111693 secs 2024-09-17T08:43:36.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:35 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:34.349594+0000 mgr.smithi133.ejject (mgr.24441) 207 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:43:36.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:35 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:35.433747+0000 mds.foofs.smithi089.xuhpot (mds.0) 47 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 239.111693 secs 2024-09-17T08:43:36.322 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.37 MB/sec execute 255 sec latency 249774.609 ms 2024-09-17T08:43:37.321 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.37 MB/sec execute 256 sec latency 250774.687 ms 2024-09-17T08:43:37.962 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:36.350059+0000 mgr.smithi133.ejject (mgr.24441) 208 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:38.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:36.350059+0000 mgr.smithi133.ejject (mgr.24441) 208 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:38.321 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.37 MB/sec execute 257 sec latency 251774.765 ms 2024-09-17T08:43:39.322 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.37 MB/sec execute 258 sec latency 252774.879 ms 2024-09-17T08:43:40.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:38.350466+0000 mgr.smithi133.ejject (mgr.24441) 209 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:40.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:43:38.689388+0000 mon.smithi133 (mon.1) 96 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:43:40.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:38.350466+0000 mgr.smithi133.ejject (mgr.24441) 209 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:40.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:43:38.689388+0000 mon.smithi133 (mon.1) 96 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:43:40.322 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.37 MB/sec execute 259 sec latency 253774.980 ms 2024-09-17T08:43:41.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:40 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:40.433897+0000 mds.foofs.smithi089.xuhpot (mds.0) 48 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 244.111822 secs 2024-09-17T08:43:41.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:40 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:40.433904+0000 mds.foofs.smithi089.xuhpot (mds.0) 49 : cluster [WRN] slow request 244.111821 seconds old, received at 2024-09-17T08:39:36.322019+0000: client_request(client.14778:4 getattr pAsLsXsFs #0x100000046e1 2024-09-17T08:39:36.321976+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-17T08:43:41.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:40 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:40.433973+0000 mds.foofs.smithi089.xuhpot (mds.0) 50 : cluster [WRN] client.14570 isn't responding to mclientcaps(revoke), ino 0x100000046e1 pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 244.111896 seconds ago 2024-09-17T08:43:41.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:40 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:40.433897+0000 mds.foofs.smithi089.xuhpot (mds.0) 48 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 244.111822 secs 2024-09-17T08:43:41.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:40 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:40.433904+0000 mds.foofs.smithi089.xuhpot (mds.0) 49 : cluster [WRN] slow request 244.111821 seconds old, received at 2024-09-17T08:39:36.322019+0000: client_request(client.14778:4 getattr pAsLsXsFs #0x100000046e1 2024-09-17T08:39:36.321976+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-17T08:43:41.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:40 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:40.433973+0000 mds.foofs.smithi089.xuhpot (mds.0) 50 : cluster [WRN] client.14570 isn't responding to mclientcaps(revoke), ino 0x100000046e1 pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 244.111896 seconds ago 2024-09-17T08:43:41.322 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.37 MB/sec execute 260 sec latency 254775.085 ms 2024-09-17T08:43:42.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:40.351230+0000 mgr.smithi133.ejject (mgr.24441) 210 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:42.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:40.351230+0000 mgr.smithi133.ejject (mgr.24441) 210 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:42.322 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.37 MB/sec execute 261 sec latency 255775.210 ms 2024-09-17T08:43:43.322 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.36 MB/sec execute 262 sec latency 256775.286 ms 2024-09-17T08:43:44.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:42.351661+0000 mgr.smithi133.ejject (mgr.24441) 211 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:44.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:42.351661+0000 mgr.smithi133.ejject (mgr.24441) 211 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:44.322 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.36 MB/sec execute 263 sec latency 257775.349 ms 2024-09-17T08:43:45.216 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:43:45.322 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.36 MB/sec execute 264 sec latency 258775.405 ms 2024-09-17T08:43:45.839 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:43:45.839 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 starting - - - - 2024-09-17T08:43:45.839 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (12m) 4m ago 12m 6409k - 16.2.0 24ecd6d5f14c 86364fbbe3dd 2024-09-17T08:43:45.839 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (11m) 4m ago 11m 6405k - 16.2.0 24ecd6d5f14c c38435e94451 2024-09-17T08:43:45.839 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 running (10m) 4m ago 11m 36.8M - 6.7.4 557c83e11646 2ae2b04f05ee 2024-09-17T08:43:45.839 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (6m) 4m ago 6m 40.7M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:43:45.840 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (6m) 4m ago 6m 13.2M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:43:45.840 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:9283 running (13m) 4m ago 13m 359M - 16.2.0 24ecd6d5f14c c35c6a435f28 2024-09-17T08:43:45.840 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283 running (4m) 4m ago 11m 485M - 18.2.4-855-g19e2a2be 980a0bfcd684 ee4a59ce156c 2024-09-17T08:43:45.840 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (13m) 4m ago 13m 54.0M 2048M 16.2.0 24ecd6d5f14c 5b5bfe3c39d2 2024-09-17T08:43:45.840 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (11m) 4m ago 11m 42.7M 2048M 16.2.0 24ecd6d5f14c b73d1c15d884 2024-09-17T08:43:45.840 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (4m) 4m ago 4m 51.9M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:43:45.840 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (4m) 4m ago 4m 14.8M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:43:45.840 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 running (11m) 4m ago 11m 17.2M - 0.18.1 e5a616e4b9cf 5d5794dcc827 2024-09-17T08:43:45.840 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (10m) 4m ago 10m 15.2M - 0.18.1 e5a616e4b9cf 96cc16ecae89 2024-09-17T08:43:45.840 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (10m) 4m ago 10m 386M 4096M 16.2.0 24ecd6d5f14c ac2da40952c1 2024-09-17T08:43:45.840 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (10m) 4m ago 10m 294M 4096M 16.2.0 24ecd6d5f14c 393455ed3cc2 2024-09-17T08:43:45.840 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (9m) 4m ago 9m 252M 4096M 16.2.0 24ecd6d5f14c efc5a17c7a8f 2024-09-17T08:43:45.841 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (9m) 4m ago 9m 356M 4096M 16.2.0 24ecd6d5f14c aa8afc36736b 2024-09-17T08:43:45.841 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (9m) 4m ago 9m 376M 4096M 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:43:45.841 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (8m) 4m ago 8m 395M 4096M 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:43:45.841 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (8m) 4m ago 8m 330M 4096M 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:43:45.841 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (8m) 4m ago 8m 487M 4096M 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:43:45.841 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 running (10m) 4m ago 11m 40.5M - 2.18.1 de242295e225 251bc3a8e51b 2024-09-17T08:43:46.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:44.352389+0000 mgr.smithi133.ejject (mgr.24441) 212 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:43:46.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:45.433969+0000 mds.foofs.smithi089.xuhpot (mds.0) 51 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 249.111903 secs 2024-09-17T08:43:46.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:44.352389+0000 mgr.smithi133.ejject (mgr.24441) 212 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:43:46.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:45.433969+0000 mds.foofs.smithi089.xuhpot (mds.0) 51 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 249.111903 secs 2024-09-17T08:43:46.214 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:43:46.215 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:43:46.215 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:43:46.215 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:43:46.215 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:43:46.215 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 1, 2024-09-17T08:43:46.215 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:43:46.215 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:43:46.215 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:43:46.215 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 8 2024-09-17T08:43:46.215 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:43:46.215 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:43:46.215 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:43:46.215 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:43:46.215 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:43:46.216 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 13, 2024-09-17T08:43:46.216 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:43:46.216 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:43:46.216 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:43:46.322 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.36 MB/sec execute 265 sec latency 259775.433 ms 2024-09-17T08:43:46.530 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:43:46.531 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:43:46.531 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:43:46.531 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:43:46.531 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [], 2024-09-17T08:43:46.531 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T08:43:46.531 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "", 2024-09-17T08:43:46.531 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:43:46.531 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:43:46.906 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_WARN 1 clients failing to respond to capability release; 1 MDSs report slow requests 2024-09-17T08:43:46.906 INFO:teuthology.orchestra.run.smithi089.stdout:[WRN] MDS_CLIENT_LATE_RELEASE: 1 clients failing to respond to capability release 2024-09-17T08:43:46.906 INFO:teuthology.orchestra.run.smithi089.stdout: mds.foofs.smithi089.xuhpot(mds.0): Client smithi089:foo1 failing to respond to capability release client_id: 14570 2024-09-17T08:43:46.906 INFO:teuthology.orchestra.run.smithi089.stdout:[WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2024-09-17T08:43:46.906 INFO:teuthology.orchestra.run.smithi089.stdout: mds.foofs.smithi089.xuhpot(mds.0): 1 slow requests are blocked > 30 secs 2024-09-17T08:43:46.907 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:46 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:43:45.203508+0000 mgr.smithi133.ejject (mgr.24441) 213 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:43:46.907 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:46 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:43:45.521317+0000 mgr.smithi133.ejject (mgr.24441) 214 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:43:46.907 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:46 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:43:45.830263+0000 mgr.smithi133.ejject (mgr.24441) 215 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:43:46.907 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:46 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:43:46.215044+0000 mon.smithi089 (mon.0) 834 : audit [DBG] from='client.? 172.21.15.89:0/135886907' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:43:47.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:46 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:43:45.203508+0000 mgr.smithi133.ejject (mgr.24441) 213 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:43:47.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:46 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:43:45.521317+0000 mgr.smithi133.ejject (mgr.24441) 214 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:43:47.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:46 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:43:45.830263+0000 mgr.smithi133.ejject (mgr.24441) 215 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:43:47.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:46 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:43:46.215044+0000 mon.smithi089 (mon.0) 834 : audit [DBG] from='client.? 172.21.15.89:0/135886907' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:43:47.322 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.36 MB/sec execute 266 sec latency 260775.488 ms 2024-09-17T08:43:48.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:46.352826+0000 mgr.smithi133.ejject (mgr.24441) 216 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:48.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:43:46.530536+0000 mgr.smithi133.ejject (mgr.24441) 217 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:43:48.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:43:46.906713+0000 mon.smithi089 (mon.0) 835 : audit [DBG] from='client.? 172.21.15.89:0/971290641' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:43:48.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:46.352826+0000 mgr.smithi133.ejject (mgr.24441) 216 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:48.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:43:46.530536+0000 mgr.smithi133.ejject (mgr.24441) 217 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:43:48.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:43:46.906713+0000 mon.smithi089 (mon.0) 835 : audit [DBG] from='client.? 172.21.15.89:0/971290641' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:43:48.322 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.36 MB/sec execute 267 sec latency 261775.560 ms 2024-09-17T08:43:49.322 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.36 MB/sec execute 268 sec latency 262775.658 ms 2024-09-17T08:43:50.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:49 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:48.353271+0000 mgr.smithi133.ejject (mgr.24441) 218 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:50.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:49 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:48.353271+0000 mgr.smithi133.ejject (mgr.24441) 218 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:50.322 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.36 MB/sec execute 269 sec latency 263775.752 ms 2024-09-17T08:43:51.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:50 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:50.434008+0000 mds.foofs.smithi089.xuhpot (mds.0) 52 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 254.111965 secs 2024-09-17T08:43:51.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:50 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:50.434008+0000 mds.foofs.smithi089.xuhpot (mds.0) 52 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 254.111965 secs 2024-09-17T08:43:51.323 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.35 MB/sec execute 270 sec latency 264775.799 ms 2024-09-17T08:43:52.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:51 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:50.353959+0000 mgr.smithi133.ejject (mgr.24441) 219 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:52.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:51 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:50.353959+0000 mgr.smithi133.ejject (mgr.24441) 219 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:52.323 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.35 MB/sec execute 271 sec latency 265775.846 ms 2024-09-17T08:43:53.323 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.35 MB/sec execute 272 sec latency 266775.920 ms 2024-09-17T08:43:54.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:52.354497+0000 mgr.smithi133.ejject (mgr.24441) 220 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:54.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:43:53.689599+0000 mon.smithi133 (mon.1) 97 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:43:54.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:52.354497+0000 mgr.smithi133.ejject (mgr.24441) 220 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:54.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:43:53.689599+0000 mon.smithi133 (mon.1) 97 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:43:54.323 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.35 MB/sec execute 273 sec latency 267776.013 ms 2024-09-17T08:43:55.323 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.35 MB/sec execute 274 sec latency 268776.120 ms 2024-09-17T08:43:56.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:54.355374+0000 mgr.smithi133.ejject (mgr.24441) 221 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:43:56.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:55.434119+0000 mds.foofs.smithi089.xuhpot (mds.0) 53 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 259.112078 secs 2024-09-17T08:43:56.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:55 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:54.355374+0000 mgr.smithi133.ejject (mgr.24441) 221 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:43:56.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:55 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:55.434119+0000 mds.foofs.smithi089.xuhpot (mds.0) 53 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 259.112078 secs 2024-09-17T08:43:56.323 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.35 MB/sec execute 275 sec latency 269776.204 ms 2024-09-17T08:43:57.323 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.35 MB/sec execute 276 sec latency 270776.279 ms 2024-09-17T08:43:58.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:56.355805+0000 mgr.smithi133.ejject (mgr.24441) 222 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:58.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:56.355805+0000 mgr.smithi133.ejject (mgr.24441) 222 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:43:58.323 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.34 MB/sec execute 277 sec latency 271776.391 ms 2024-09-17T08:43:59.323 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.34 MB/sec execute 278 sec latency 272776.481 ms 2024-09-17T08:44:00.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:43:59 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:43:58.356382+0000 mgr.smithi133.ejject (mgr.24441) 223 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:44:00.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:43:59 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:43:58.356382+0000 mgr.smithi133.ejject (mgr.24441) 223 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:44:00.323 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.34 MB/sec execute 279 sec latency 273776.536 ms 2024-09-17T08:44:01.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:00 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:00.434184+0000 mds.foofs.smithi089.xuhpot (mds.0) 54 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 264.112141 secs 2024-09-17T08:44:01.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:00 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:00.434184+0000 mds.foofs.smithi089.xuhpot (mds.0) 54 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 264.112141 secs 2024-09-17T08:44:01.323 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.34 MB/sec execute 280 sec latency 274776.586 ms 2024-09-17T08:44:02.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:01 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:00.357168+0000 mgr.smithi133.ejject (mgr.24441) 224 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:44:02.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:01 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:00.357168+0000 mgr.smithi133.ejject (mgr.24441) 224 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:44:02.324 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.34 MB/sec execute 281 sec latency 275776.615 ms 2024-09-17T08:44:03.323 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.34 MB/sec execute 282 sec latency 276776.662 ms 2024-09-17T08:44:04.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:02.357592+0000 mgr.smithi133.ejject (mgr.24441) 225 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:44:04.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:44:03.506592+0000 mon.smithi089 (mon.0) 836 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:44:04.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:44:03.513363+0000 mon.smithi089 (mon.0) 837 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:44:04.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:02.357592+0000 mgr.smithi133.ejject (mgr.24441) 225 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:44:04.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:44:03.506592+0000 mon.smithi089 (mon.0) 836 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:44:04.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:44:03.513363+0000 mon.smithi089 (mon.0) 837 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:44:04.324 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.34 MB/sec execute 283 sec latency 277776.766 ms 2024-09-17T08:44:05.103 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:04 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:44:03.514881+0000 mgr.smithi133.ejject (mgr.24441) 226 : cephadm [INF] Reconfiguring node-exporter.smithi089 (dependencies changed)... 2024-09-17T08:44:05.104 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:04 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:44:03.515269+0000 mgr.smithi133.ejject (mgr.24441) 227 : cephadm [INF] Reconfiguring daemon node-exporter.smithi089 on smithi089 2024-09-17T08:44:05.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:04 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:44:03.514881+0000 mgr.smithi133.ejject (mgr.24441) 226 : cephadm [INF] Reconfiguring node-exporter.smithi089 (dependencies changed)... 2024-09-17T08:44:05.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:04 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:44:03.515269+0000 mgr.smithi133.ejject (mgr.24441) 227 : cephadm [INF] Reconfiguring daemon node-exporter.smithi089 on smithi089 2024-09-17T08:44:05.323 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.34 MB/sec execute 284 sec latency 278776.828 ms 2024-09-17T08:44:06.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:04.358450+0000 mgr.smithi133.ejject (mgr.24441) 228 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:44:06.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:05.434262+0000 mds.foofs.smithi089.xuhpot (mds.0) 55 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 269.112202 secs 2024-09-17T08:44:06.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:04.358450+0000 mgr.smithi133.ejject (mgr.24441) 228 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:44:06.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:05.434262+0000 mds.foofs.smithi089.xuhpot (mds.0) 55 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 269.112202 secs 2024-09-17T08:44:06.324 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.34 MB/sec execute 285 sec latency 279776.893 ms 2024-09-17T08:44:07.324 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.33 MB/sec execute 286 sec latency 280776.977 ms 2024-09-17T08:44:08.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:06.358859+0000 mgr.smithi133.ejject (mgr.24441) 229 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:44:08.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:06.358859+0000 mgr.smithi133.ejject (mgr.24441) 229 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:44:08.324 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.33 MB/sec execute 287 sec latency 281777.072 ms 2024-09-17T08:44:09.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:08 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:44:08.689914+0000 mon.smithi133 (mon.1) 98 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:44:09.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:08 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:44:08.689914+0000 mon.smithi133 (mon.1) 98 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:44:09.324 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.33 MB/sec execute 288 sec latency 282777.204 ms 2024-09-17T08:44:10.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:08.359301+0000 mgr.smithi133.ejject (mgr.24441) 230 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:44:10.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:08.359301+0000 mgr.smithi133.ejject (mgr.24441) 230 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:44:10.324 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.33 MB/sec execute 289 sec latency 283777.285 ms 2024-09-17T08:44:11.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:10.434324+0000 mds.foofs.smithi089.xuhpot (mds.0) 56 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 274.112268 secs 2024-09-17T08:44:11.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:10 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:10.434324+0000 mds.foofs.smithi089.xuhpot (mds.0) 56 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 274.112268 secs 2024-09-17T08:44:11.324 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.33 MB/sec execute 290 sec latency 284777.411 ms 2024-09-17T08:44:12.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:10.360241+0000 mgr.smithi133.ejject (mgr.24441) 231 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:44:12.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:10.360241+0000 mgr.smithi133.ejject (mgr.24441) 231 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:44:12.324 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.33 MB/sec execute 291 sec latency 285777.523 ms 2024-09-17T08:44:13.324 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.33 MB/sec execute 292 sec latency 286777.581 ms 2024-09-17T08:44:14.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:12.360806+0000 mgr.smithi133.ejject (mgr.24441) 232 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:44:14.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:12.360806+0000 mgr.smithi133.ejject (mgr.24441) 232 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:44:14.324 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.33 MB/sec execute 293 sec latency 287777.645 ms 2024-09-17T08:44:15.324 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.32 MB/sec execute 294 sec latency 288777.724 ms 2024-09-17T08:44:15.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:14.361385+0000 mgr.smithi133.ejject (mgr.24441) 233 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:44:15.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:14.361385+0000 mgr.smithi133.ejject (mgr.24441) 233 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:44:16.325 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.32 MB/sec execute 295 sec latency 289777.835 ms 2024-09-17T08:44:16.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:15.434369+0000 mds.foofs.smithi089.xuhpot (mds.0) 57 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 279.112327 secs 2024-09-17T08:44:16.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:15.434369+0000 mds.foofs.smithi089.xuhpot (mds.0) 57 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 279.112327 secs 2024-09-17T08:44:17.253 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:44:17.325 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.32 MB/sec execute 296 sec latency 290777.902 ms 2024-09-17T08:44:17.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:17 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:16.361872+0000 mgr.smithi133.ejject (mgr.24441) 234 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:44:17.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:16.361872+0000 mgr.smithi133.ejject (mgr.24441) 234 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:44:17.871 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:44:17.872 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 starting - - - - 2024-09-17T08:44:17.872 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (12m) 4m ago 12m 6409k - 16.2.0 24ecd6d5f14c 86364fbbe3dd 2024-09-17T08:44:17.872 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (11m) 4m ago 11m 6405k - 16.2.0 24ecd6d5f14c c38435e94451 2024-09-17T08:44:17.872 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 starting - - - - 2024-09-17T08:44:17.872 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (7m) 4m ago 7m 40.7M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:44:17.872 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (7m) 4m ago 7m 13.2M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:44:17.872 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:9283 running (13m) 4m ago 13m 359M - 16.2.0 24ecd6d5f14c c35c6a435f28 2024-09-17T08:44:17.872 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283 running (5m) 4m ago 11m 485M - 18.2.4-855-g19e2a2be 980a0bfcd684 ee4a59ce156c 2024-09-17T08:44:17.872 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (13m) 4m ago 14m 54.0M 2048M 16.2.0 24ecd6d5f14c 5b5bfe3c39d2 2024-09-17T08:44:17.872 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (11m) 4m ago 11m 42.7M 2048M 16.2.0 24ecd6d5f14c b73d1c15d884 2024-09-17T08:44:17.872 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (4m) 4m ago 4m 51.9M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:44:17.873 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (4m) 4m ago 4m 14.8M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:44:17.873 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 running (12m) 4m ago 12m 17.2M - 0.18.1 e5a616e4b9cf 5d5794dcc827 2024-09-17T08:44:17.873 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (11m) 4m ago 11m 15.2M - 0.18.1 e5a616e4b9cf 96cc16ecae89 2024-09-17T08:44:17.873 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (11m) 4m ago 11m 386M 4096M 16.2.0 24ecd6d5f14c ac2da40952c1 2024-09-17T08:44:17.873 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (10m) 4m ago 10m 294M 4096M 16.2.0 24ecd6d5f14c 393455ed3cc2 2024-09-17T08:44:17.873 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (10m) 4m ago 10m 252M 4096M 16.2.0 24ecd6d5f14c efc5a17c7a8f 2024-09-17T08:44:17.873 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (9m) 4m ago 9m 356M 4096M 16.2.0 24ecd6d5f14c aa8afc36736b 2024-09-17T08:44:17.873 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (9m) 4m ago 9m 376M 4096M 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:44:17.873 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (9m) 4m ago 9m 395M 4096M 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:44:17.873 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (9m) 4m ago 9m 330M 4096M 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:44:17.873 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (8m) 4m ago 8m 487M 4096M 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:44:17.873 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 running (10m) 4m ago 12m 40.5M - 2.18.1 de242295e225 251bc3a8e51b 2024-09-17T08:44:18.249 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:44:18.249 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:44:18.249 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:44:18.249 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:44:18.250 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:44:18.250 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 1, 2024-09-17T08:44:18.250 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:44:18.250 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:44:18.250 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:44:18.250 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 8 2024-09-17T08:44:18.250 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:44:18.250 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:44:18.250 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:44:18.250 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:44:18.250 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:44:18.250 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 13, 2024-09-17T08:44:18.250 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:44:18.250 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:44:18.251 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:44:18.325 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.32 MB/sec execute 297 sec latency 291777.961 ms 2024-09-17T08:44:18.567 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:44:18.567 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:44:18.567 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:44:18.568 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:44:18.568 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [], 2024-09-17T08:44:18.568 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T08:44:18.568 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "", 2024-09-17T08:44:18.568 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:44:18.568 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:44:18.568 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:18 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:44:17.238871+0000 mgr.smithi133.ejject (mgr.24441) 235 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:44:18.568 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:18 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:44:17.555761+0000 mgr.smithi133.ejject (mgr.24441) 236 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:44:18.568 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:18 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:44:17.863312+0000 mgr.smithi133.ejject (mgr.24441) 237 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:44:18.568 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:18 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:44:18.249689+0000 mon.smithi089 (mon.0) 838 : audit [DBG] from='client.? 172.21.15.89:0/1155584942' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:44:18.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:18 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:44:17.238871+0000 mgr.smithi133.ejject (mgr.24441) 235 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:44:18.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:18 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:44:17.555761+0000 mgr.smithi133.ejject (mgr.24441) 236 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:44:18.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:18 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:44:17.863312+0000 mgr.smithi133.ejject (mgr.24441) 237 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:44:18.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:18 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:44:18.249689+0000 mon.smithi089 (mon.0) 838 : audit [DBG] from='client.? 172.21.15.89:0/1155584942' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:44:18.942 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_WARN 1 clients failing to respond to capability release; 1 MDSs report slow requests 2024-09-17T08:44:18.943 INFO:teuthology.orchestra.run.smithi089.stdout:[WRN] MDS_CLIENT_LATE_RELEASE: 1 clients failing to respond to capability release 2024-09-17T08:44:18.943 INFO:teuthology.orchestra.run.smithi089.stdout: mds.foofs.smithi089.xuhpot(mds.0): Client smithi089:foo1 failing to respond to capability release client_id: 14570 2024-09-17T08:44:18.943 INFO:teuthology.orchestra.run.smithi089.stdout:[WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2024-09-17T08:44:18.943 INFO:teuthology.orchestra.run.smithi089.stdout: mds.foofs.smithi089.xuhpot(mds.0): 1 slow requests are blocked > 30 secs 2024-09-17T08:44:19.325 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.32 MB/sec execute 298 sec latency 292778.077 ms 2024-09-17T08:44:19.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:18.362331+0000 mgr.smithi133.ejject (mgr.24441) 238 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:44:19.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:44:18.567167+0000 mgr.smithi133.ejject (mgr.24441) 239 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:44:19.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:44:18.943167+0000 mon.smithi089 (mon.0) 839 : audit [DBG] from='client.? 172.21.15.89:0/3551636176' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:44:19.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:18.362331+0000 mgr.smithi133.ejject (mgr.24441) 238 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:44:19.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:44:18.567167+0000 mgr.smithi133.ejject (mgr.24441) 239 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:44:19.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:44:18.943167+0000 mon.smithi089 (mon.0) 839 : audit [DBG] from='client.? 172.21.15.89:0/3551636176' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:44:20.325 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.32 MB/sec execute 299 sec latency 293778.158 ms 2024-09-17T08:44:21.325 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.32 MB/sec execute 300 sec latency 294778.260 ms 2024-09-17T08:44:21.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:21 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:20.363174+0000 mgr.smithi133.ejject (mgr.24441) 240 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:44:21.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:21 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:20.434431+0000 mds.foofs.smithi089.xuhpot (mds.0) 58 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 284.112386 secs 2024-09-17T08:44:21.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:21 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:20.434485+0000 mds.foofs.smithi089.xuhpot (mds.0) 59 : cluster [WRN] evicting unresponsive client smithi133:foo1 (24325), after 302.802 seconds 2024-09-17T08:44:21.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:21 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:20.434497+0000 mds.foofs.smithi089.xuhpot (mds.0) 60 : cluster [INF] Evicting (and blocklisting) client session 24325 (172.21.15.133:0/2350241528) 2024-09-17T08:44:21.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:21 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:44:20.434809+0000 mon.smithi089 (mon.0) 840 : audit [INF] from='mds.? [v2:172.21.15.89:6834/1589338332,v1:172.21.15.89:6835/1589338332]' entity='mds.foofs.smithi089.xuhpot' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.133:0/2350241528"}]: dispatch 2024-09-17T08:44:21.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:20.363174+0000 mgr.smithi133.ejject (mgr.24441) 240 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:44:21.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:20.434431+0000 mds.foofs.smithi089.xuhpot (mds.0) 58 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 284.112386 secs 2024-09-17T08:44:21.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:20.434485+0000 mds.foofs.smithi089.xuhpot (mds.0) 59 : cluster [WRN] evicting unresponsive client smithi133:foo1 (24325), after 302.802 seconds 2024-09-17T08:44:21.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:20.434497+0000 mds.foofs.smithi089.xuhpot (mds.0) 60 : cluster [INF] Evicting (and blocklisting) client session 24325 (172.21.15.133:0/2350241528) 2024-09-17T08:44:21.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:44:20.434809+0000 mon.smithi089 (mon.0) 840 : audit [INF] from='mds.? [v2:172.21.15.89:6834/1589338332,v1:172.21.15.89:6835/1589338332]' entity='mds.foofs.smithi089.xuhpot' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.133:0/2350241528"}]: dispatch 2024-09-17T08:44:22.325 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.32 MB/sec execute 301 sec latency 295778.325 ms 2024-09-17T08:44:22.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:44:21.389416+0000 mon.smithi089 (mon.0) 841 : audit [INF] from='mds.? [v2:172.21.15.89:6834/1589338332,v1:172.21.15.89:6835/1589338332]' entity='mds.foofs.smithi089.xuhpot' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.133:0/2350241528"}]': finished 2024-09-17T08:44:22.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:21.389474+0000 mon.smithi089 (mon.0) 842 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-09-17T08:44:22.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:44:21.389416+0000 mon.smithi089 (mon.0) 841 : audit [INF] from='mds.? [v2:172.21.15.89:6834/1589338332,v1:172.21.15.89:6835/1589338332]' entity='mds.foofs.smithi089.xuhpot' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.133:0/2350241528"}]': finished 2024-09-17T08:44:22.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:21.389474+0000 mon.smithi089 (mon.0) 842 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-09-17T08:44:23.325 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.32 MB/sec execute 302 sec latency 296778.440 ms 2024-09-17T08:44:23.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:23 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:22.363625+0000 mgr.smithi133.ejject (mgr.24441) 241 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T08:44:23.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:22.363625+0000 mgr.smithi133.ejject (mgr.24441) 241 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T08:44:24.325 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.32 MB/sec execute 303 sec latency 297778.526 ms 2024-09-17T08:44:24.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:44:23.690125+0000 mon.smithi133 (mon.1) 99 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:44:24.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:44:23.690125+0000 mon.smithi133 (mon.1) 99 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:44:25.325 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.31 MB/sec execute 304 sec latency 298778.651 ms 2024-09-17T08:44:25.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:24.364256+0000 mgr.smithi133.ejject (mgr.24441) 242 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-17T08:44:25.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:24.364256+0000 mgr.smithi133.ejject (mgr.24441) 242 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-17T08:44:26.325 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.31 MB/sec execute 305 sec latency 299778.743 ms 2024-09-17T08:44:26.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:25.434488+0000 mds.foofs.smithi089.xuhpot (mds.0) 61 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 289.112444 secs 2024-09-17T08:44:26.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:25.434488+0000 mds.foofs.smithi089.xuhpot (mds.0) 61 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 289.112444 secs 2024-09-17T08:44:27.326 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.31 MB/sec execute 306 sec latency 300778.823 ms 2024-09-17T08:44:27.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:26.364781+0000 mgr.smithi133.ejject (mgr.24441) 243 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-17T08:44:27.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:26.364781+0000 mgr.smithi133.ejject (mgr.24441) 243 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-17T08:44:28.326 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.31 MB/sec execute 307 sec latency 301778.910 ms 2024-09-17T08:44:29.326 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.31 MB/sec execute 308 sec latency 302779.010 ms 2024-09-17T08:44:29.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:28.365308+0000 mgr.smithi133.ejject (mgr.24441) 244 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-17T08:44:29.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:28.365308+0000 mgr.smithi133.ejject (mgr.24441) 244 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-17T08:44:30.326 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.31 MB/sec execute 309 sec latency 303779.112 ms 2024-09-17T08:44:31.326 INFO:teuthology.orchestra.run.smithi089.stdout: 5 99924 0.31 MB/sec execute 310 sec latency 304779.223 ms 2024-09-17T08:44:31.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:30.366202+0000 mgr.smithi133.ejject (mgr.24441) 245 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-17T08:44:31.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:30.434545+0000 mds.foofs.smithi089.xuhpot (mds.0) 62 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 294.112502 secs 2024-09-17T08:44:31.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:30.434574+0000 mds.foofs.smithi089.xuhpot (mds.0) 63 : cluster [WRN] evicting unresponsive client smithi089:foo1 (14570), after 311.721 seconds 2024-09-17T08:44:31.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:30.434585+0000 mds.foofs.smithi089.xuhpot (mds.0) 64 : cluster [INF] Evicting (and blocklisting) client session 14570 (172.21.15.89:0/4178780507) 2024-09-17T08:44:31.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:44:30.434868+0000 mon.smithi089 (mon.0) 843 : audit [INF] from='mds.? [v2:172.21.15.89:6834/1589338332,v1:172.21.15.89:6835/1589338332]' entity='mds.foofs.smithi089.xuhpot' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.89:0/4178780507"}]: dispatch 2024-09-17T08:44:31.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:30.366202+0000 mgr.smithi133.ejject (mgr.24441) 245 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-17T08:44:31.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:30.434545+0000 mds.foofs.smithi089.xuhpot (mds.0) 62 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 294.112502 secs 2024-09-17T08:44:31.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:30.434574+0000 mds.foofs.smithi089.xuhpot (mds.0) 63 : cluster [WRN] evicting unresponsive client smithi089:foo1 (14570), after 311.721 seconds 2024-09-17T08:44:31.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:30.434585+0000 mds.foofs.smithi089.xuhpot (mds.0) 64 : cluster [INF] Evicting (and blocklisting) client session 14570 (172.21.15.89:0/4178780507) 2024-09-17T08:44:31.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:44:30.434868+0000 mon.smithi089 (mon.0) 843 : audit [INF] from='mds.? [v2:172.21.15.89:6834/1589338332,v1:172.21.15.89:6835/1589338332]' entity='mds.foofs.smithi089.xuhpot' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.89:0/4178780507"}]: dispatch 2024-09-17T08:44:32.326 INFO:teuthology.orchestra.run.smithi089.stdout: 5 100321 0.33 MB/sec execute 311 sec latency 305034.750 ms 2024-09-17T08:44:32.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:32 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:44:31.424241+0000 mon.smithi089 (mon.0) 844 : audit [INF] from='mds.? [v2:172.21.15.89:6834/1589338332,v1:172.21.15.89:6835/1589338332]' entity='mds.foofs.smithi089.xuhpot' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.89:0/4178780507"}]': finished 2024-09-17T08:44:32.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:32 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:31.424331+0000 mon.smithi089 (mon.0) 845 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-09-17T08:44:32.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:32 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:44:31.424241+0000 mon.smithi089 (mon.0) 844 : audit [INF] from='mds.? [v2:172.21.15.89:6834/1589338332,v1:172.21.15.89:6835/1589338332]' entity='mds.foofs.smithi089.xuhpot' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.89:0/4178780507"}]': finished 2024-09-17T08:44:32.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:32 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:31.424331+0000 mon.smithi089 (mon.0) 845 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-09-17T08:44:33.326 INFO:teuthology.orchestra.run.smithi089.stdout: 5 100920 0.37 MB/sec execute 312 sec latency 26.453 ms 2024-09-17T08:44:33.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:32.366616+0000 mgr.smithi133.ejject (mgr.24441) 246 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-17T08:44:33.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:32.366616+0000 mgr.smithi133.ejject (mgr.24441) 246 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-17T08:44:34.326 INFO:teuthology.orchestra.run.smithi089.stdout: 5 101694 0.42 MB/sec execute 313 sec latency 41.736 ms 2024-09-17T08:44:35.326 INFO:teuthology.orchestra.run.smithi089.stdout: 5 102303 0.49 MB/sec execute 314 sec latency 30.669 ms 2024-09-17T08:44:35.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:35 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:34.367353+0000 mgr.smithi133.ejject (mgr.24441) 247 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 332 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 318 KiB/s rd, 2.1 MiB/s wr, 265 op/s 2024-09-17T08:44:35.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:35 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:34.367353+0000 mgr.smithi133.ejject (mgr.24441) 247 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 332 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 318 KiB/s rd, 2.1 MiB/s wr, 265 op/s 2024-09-17T08:44:36.326 INFO:teuthology.orchestra.run.smithi089.stdout: 5 102967 0.56 MB/sec execute 315 sec latency 31.316 ms 2024-09-17T08:44:37.326 INFO:teuthology.orchestra.run.smithi089.stdout: 5 103384 0.60 MB/sec execute 316 sec latency 28.474 ms 2024-09-17T08:44:37.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:36.367665+0000 mgr.smithi133.ejject (mgr.24441) 248 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 332 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 318 KiB/s rd, 2.1 MiB/s wr, 265 op/s 2024-09-17T08:44:37.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:37.220518+0000 mon.smithi089 (mon.0) 846 : cluster [INF] MDS health message cleared (mds.?): Client smithi089:foo1 failing to respond to capability release 2024-09-17T08:44:37.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:37.220545+0000 mon.smithi089 (mon.0) 847 : cluster [INF] MDS health message cleared (mds.?): 1 slow requests are blocked > 30 secs 2024-09-17T08:44:37.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:36.367665+0000 mgr.smithi133.ejject (mgr.24441) 248 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 332 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 318 KiB/s rd, 2.1 MiB/s wr, 265 op/s 2024-09-17T08:44:37.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:37.220518+0000 mon.smithi089 (mon.0) 846 : cluster [INF] MDS health message cleared (mds.?): Client smithi089:foo1 failing to respond to capability release 2024-09-17T08:44:37.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:37.220545+0000 mon.smithi089 (mon.0) 847 : cluster [INF] MDS health message cleared (mds.?): 1 slow requests are blocked > 30 secs 2024-09-17T08:44:38.326 INFO:teuthology.orchestra.run.smithi089.stdout: 5 103790 0.62 MB/sec execute 317 sec latency 46.121 ms 2024-09-17T08:44:38.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:37.371010+0000 mon.smithi089 (mon.0) 848 : cluster [INF] Health check cleared: MDS_CLIENT_LATE_RELEASE (was: 1 clients failing to respond to capability release) 2024-09-17T08:44:38.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:37.371044+0000 mon.smithi089 (mon.0) 849 : cluster [INF] Health check cleared: MDS_SLOW_REQUEST (was: 1 MDSs report slow requests) 2024-09-17T08:44:38.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:37.371066+0000 mon.smithi089 (mon.0) 850 : cluster [INF] Cluster is now healthy 2024-09-17T08:44:38.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:37.374923+0000 mon.smithi089 (mon.0) 851 : cluster [DBG] mds.? [v2:172.21.15.89:6834/1589338332,v1:172.21.15.89:6835/1589338332] up:active 2024-09-17T08:44:38.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:37.374987+0000 mon.smithi089 (mon.0) 852 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi089.xuhpot=up:active} 1 up:standby 2024-09-17T08:44:38.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:37.371010+0000 mon.smithi089 (mon.0) 848 : cluster [INF] Health check cleared: MDS_CLIENT_LATE_RELEASE (was: 1 clients failing to respond to capability release) 2024-09-17T08:44:38.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:37.371044+0000 mon.smithi089 (mon.0) 849 : cluster [INF] Health check cleared: MDS_SLOW_REQUEST (was: 1 MDSs report slow requests) 2024-09-17T08:44:38.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:37.371066+0000 mon.smithi089 (mon.0) 850 : cluster [INF] Cluster is now healthy 2024-09-17T08:44:38.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:37.374923+0000 mon.smithi089 (mon.0) 851 : cluster [DBG] mds.? [v2:172.21.15.89:6834/1589338332,v1:172.21.15.89:6835/1589338332] up:active 2024-09-17T08:44:38.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:37.374987+0000 mon.smithi089 (mon.0) 852 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi089.xuhpot=up:active} 1 up:standby 2024-09-17T08:44:39.326 INFO:teuthology.orchestra.run.smithi089.stdout: 5 104266 0.64 MB/sec execute 318 sec latency 46.064 ms 2024-09-17T08:44:40.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:38.368045+0000 mgr.smithi133.ejject (mgr.24441) 249 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 332 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 318 KiB/s rd, 2.1 MiB/s wr, 265 op/s 2024-09-17T08:44:40.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:44:38.694864+0000 mon.smithi089 (mon.0) 853 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:44:40.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:44:38.696464+0000 mon.smithi133 (mon.1) 100 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:44:40.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:38.368045+0000 mgr.smithi133.ejject (mgr.24441) 249 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 332 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 318 KiB/s rd, 2.1 MiB/s wr, 265 op/s 2024-09-17T08:44:40.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:44:38.694864+0000 mon.smithi089 (mon.0) 853 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:44:40.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:44:38.696464+0000 mon.smithi133 (mon.1) 100 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:44:40.326 INFO:teuthology.orchestra.run.smithi089.stdout: 5 104874 0.69 MB/sec execute 319 sec latency 30.804 ms 2024-09-17T08:44:41.326 INFO:teuthology.orchestra.run.smithi089.stdout: 5 105466 0.73 MB/sec execute 320 sec latency 35.856 ms 2024-09-17T08:44:42.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:40.368594+0000 mgr.smithi133.ejject (mgr.24441) 250 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 327 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 584 KiB/s rd, 6.2 MiB/s wr, 671 op/s 2024-09-17T08:44:42.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:40.368594+0000 mgr.smithi133.ejject (mgr.24441) 250 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 327 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 584 KiB/s rd, 6.2 MiB/s wr, 671 op/s 2024-09-17T08:44:42.326 INFO:teuthology.orchestra.run.smithi089.stdout: 5 105868 0.77 MB/sec execute 321 sec latency 31.164 ms 2024-09-17T08:44:43.326 INFO:teuthology.orchestra.run.smithi089.stdout: 5 106343 0.84 MB/sec execute 322 sec latency 34.940 ms 2024-09-17T08:44:44.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:42.368905+0000 mgr.smithi133.ejject (mgr.24441) 251 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 327 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 533 KiB/s rd, 5.7 MiB/s wr, 613 op/s 2024-09-17T08:44:44.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:42.368905+0000 mgr.smithi133.ejject (mgr.24441) 251 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 327 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 533 KiB/s rd, 5.7 MiB/s wr, 613 op/s 2024-09-17T08:44:44.326 INFO:teuthology.orchestra.run.smithi089.stdout: 5 106890 0.88 MB/sec execute 323 sec latency 45.477 ms 2024-09-17T08:44:45.327 INFO:teuthology.orchestra.run.smithi089.stdout: 5 107463 0.90 MB/sec execute 324 sec latency 34.429 ms 2024-09-17T08:44:45.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:44.369470+0000 mgr.smithi133.ejject (mgr.24441) 252 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 334 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 490 KiB/s rd, 8.6 MiB/s wr, 872 op/s 2024-09-17T08:44:45.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:44.369470+0000 mgr.smithi133.ejject (mgr.24441) 252 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 334 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 490 KiB/s rd, 8.6 MiB/s wr, 872 op/s 2024-09-17T08:44:46.327 INFO:teuthology.orchestra.run.smithi089.stdout: 5 107888 0.94 MB/sec execute 325 sec latency 34.692 ms 2024-09-17T08:44:47.327 INFO:teuthology.orchestra.run.smithi089.stdout: 5 108390 0.97 MB/sec execute 326 sec latency 46.484 ms 2024-09-17T08:44:47.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:46.369776+0000 mgr.smithi133.ejject (mgr.24441) 253 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 334 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 225 KiB/s rd, 6.8 MiB/s wr, 651 op/s 2024-09-17T08:44:47.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:46.369776+0000 mgr.smithi133.ejject (mgr.24441) 253 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 334 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 225 KiB/s rd, 6.8 MiB/s wr, 651 op/s 2024-09-17T08:44:48.327 INFO:teuthology.orchestra.run.smithi089.stdout: 5 109025 1.01 MB/sec execute 327 sec latency 36.544 ms 2024-09-17T08:44:49.327 INFO:teuthology.orchestra.run.smithi089.stdout: 5 109633 1.07 MB/sec execute 328 sec latency 26.631 ms 2024-09-17T08:44:49.445 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:44:49.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:49 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:48.370084+0000 mgr.smithi133.ejject (mgr.24441) 254 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 334 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 225 KiB/s rd, 6.8 MiB/s wr, 651 op/s 2024-09-17T08:44:49.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:49 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:48.370084+0000 mgr.smithi133.ejject (mgr.24441) 254 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 334 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 225 KiB/s rd, 6.8 MiB/s wr, 651 op/s 2024-09-17T08:44:50.327 INFO:teuthology.orchestra.run.smithi089.stdout: 5 110130 1.13 MB/sec execute 329 sec latency 36.178 ms 2024-09-17T08:44:50.406 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:44:50.406 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 starting - - - - 2024-09-17T08:44:50.407 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (13m) 5m ago 13m 6409k - 16.2.0 24ecd6d5f14c 86364fbbe3dd 2024-09-17T08:44:50.407 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (12m) 5m ago 12m 6405k - 16.2.0 24ecd6d5f14c c38435e94451 2024-09-17T08:44:50.407 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 starting - - - - 2024-09-17T08:44:50.407 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (7m) 5m ago 7m 40.7M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:44:50.407 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (7m) 5m ago 7m 13.2M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:44:50.407 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:9283 running (14m) 5m ago 14m 359M - 16.2.0 24ecd6d5f14c c35c6a435f28 2024-09-17T08:44:50.407 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283 running (5m) 5m ago 12m 485M - 18.2.4-855-g19e2a2be 980a0bfcd684 ee4a59ce156c 2024-09-17T08:44:50.407 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (14m) 5m ago 14m 54.0M 2048M 16.2.0 24ecd6d5f14c 5b5bfe3c39d2 2024-09-17T08:44:50.407 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (12m) 5m ago 12m 42.7M 2048M 16.2.0 24ecd6d5f14c b73d1c15d884 2024-09-17T08:44:50.407 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (5m) 5m ago 5m 51.9M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:44:50.407 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (5m) 5m ago 5m 14.8M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:44:50.407 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 running (12m) 5m ago 12m 17.2M - 0.18.1 e5a616e4b9cf 5d5794dcc827 2024-09-17T08:44:50.407 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (11m) 5m ago 11m 15.2M - 0.18.1 e5a616e4b9cf 96cc16ecae89 2024-09-17T08:44:50.408 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (11m) 5m ago 11m 386M 4096M 16.2.0 24ecd6d5f14c ac2da40952c1 2024-09-17T08:44:50.408 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (11m) 5m ago 11m 294M 4096M 16.2.0 24ecd6d5f14c 393455ed3cc2 2024-09-17T08:44:50.408 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (10m) 5m ago 10m 252M 4096M 16.2.0 24ecd6d5f14c efc5a17c7a8f 2024-09-17T08:44:50.408 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (10m) 5m ago 10m 356M 4096M 16.2.0 24ecd6d5f14c aa8afc36736b 2024-09-17T08:44:50.408 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (10m) 5m ago 10m 376M 4096M 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:44:50.408 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (9m) 5m ago 9m 395M 4096M 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:44:50.408 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (9m) 5m ago 9m 330M 4096M 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:44:50.408 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (9m) 5m ago 9m 487M 4096M 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:44:50.408 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 running (11m) 5m ago 12m 40.5M - 2.18.1 de242295e225 251bc3a8e51b 2024-09-17T08:44:50.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:50 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:44:49.427844+0000 mgr.smithi133.ejject (mgr.24441) 255 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:44:50.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:50 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:44:49.928477+0000 mgr.smithi133.ejject (mgr.24441) 256 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:44:50.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:50 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:44:49.427844+0000 mgr.smithi133.ejject (mgr.24441) 255 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:44:50.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:50 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:44:49.928477+0000 mgr.smithi133.ejject (mgr.24441) 256 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:44:50.995 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:44:50.996 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:44:50.996 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:44:50.996 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:44:50.996 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:44:50.996 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 1, 2024-09-17T08:44:50.996 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:44:50.996 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:44:50.996 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:44:50.996 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 8 2024-09-17T08:44:50.996 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:44:50.996 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:44:50.996 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:44:50.997 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:44:50.997 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:44:50.997 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 13, 2024-09-17T08:44:50.997 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:44:50.997 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:44:50.997 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:44:51.327 INFO:teuthology.orchestra.run.smithi089.stdout: 5 110453 1.16 MB/sec execute 330 sec latency 56.286 ms 2024-09-17T08:44:51.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:51 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:50.370642+0000 mgr.smithi133.ejject (mgr.24441) 257 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 328 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 230 KiB/s rd, 10 MiB/s wr, 986 op/s 2024-09-17T08:44:51.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:51 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:44:50.397299+0000 mgr.smithi133.ejject (mgr.24441) 258 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:44:51.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:51 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:44:50.995868+0000 mon.smithi133 (mon.1) 101 : audit [DBG] from='client.? 172.21.15.89:0/3049135736' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:44:51.445 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:44:51.445 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:44:51.445 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:44:51.445 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:44:51.445 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [], 2024-09-17T08:44:51.446 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T08:44:51.446 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "", 2024-09-17T08:44:51.446 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:44:51.446 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:44:51.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:51 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:50.370642+0000 mgr.smithi133.ejject (mgr.24441) 257 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 328 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 230 KiB/s rd, 10 MiB/s wr, 986 op/s 2024-09-17T08:44:51.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:51 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:44:50.397299+0000 mgr.smithi133.ejject (mgr.24441) 258 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:44:51.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:51 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:44:50.995868+0000 mon.smithi133 (mon.1) 101 : audit [DBG] from='client.? 172.21.15.89:0/3049135736' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:44:52.005 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_OK 2024-09-17T08:44:52.327 INFO:teuthology.orchestra.run.smithi089.stdout: 5 110820 1.17 MB/sec execute 331 sec latency 40.198 ms 2024-09-17T08:44:52.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:52 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:44:51.445485+0000 mgr.smithi133.ejject (mgr.24441) 259 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:44:52.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:52 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:44:52.005514+0000 mon.smithi089 (mon.0) 854 : audit [DBG] from='client.? 172.21.15.89:0/3692869817' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:44:52.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:52 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:44:51.445485+0000 mgr.smithi133.ejject (mgr.24441) 259 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:44:52.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:52 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:44:52.005514+0000 mon.smithi089 (mon.0) 854 : audit [DBG] from='client.? 172.21.15.89:0/3692869817' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:44:53.327 INFO:teuthology.orchestra.run.smithi089.stdout: 5 111229 1.18 MB/sec execute 332 sec latency 35.876 ms 2024-09-17T08:44:53.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:52.370950+0000 mgr.smithi133.ejject (mgr.24441) 260 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 328 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.5 MiB/s wr, 647 op/s 2024-09-17T08:44:53.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:52.370950+0000 mgr.smithi133.ejject (mgr.24441) 260 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 328 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.5 MiB/s wr, 647 op/s 2024-09-17T08:44:54.327 INFO:teuthology.orchestra.run.smithi089.stdout: 5 111606 1.21 MB/sec execute 333 sec latency 42.430 ms 2024-09-17T08:44:54.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:54 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:44:53.690414+0000 mon.smithi133 (mon.1) 102 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:44:54.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:44:53.690414+0000 mon.smithi133 (mon.1) 102 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:44:55.327 INFO:teuthology.orchestra.run.smithi089.stdout: 5 112476 1.26 MB/sec execute 334 sec latency 40.667 ms 2024-09-17T08:44:55.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:54.371517+0000 mgr.smithi133.ejject (mgr.24441) 261 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 9.1 MiB/s wr, 917 op/s 2024-09-17T08:44:55.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:55 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:54.371517+0000 mgr.smithi133.ejject (mgr.24441) 261 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 9.1 MiB/s wr, 917 op/s 2024-09-17T08:44:56.327 INFO:teuthology.orchestra.run.smithi089.stdout: 5 113435 1.37 MB/sec execute 335 sec latency 15.398 ms 2024-09-17T08:44:57.327 INFO:teuthology.orchestra.run.smithi089.stdout: 5 114399 1.44 MB/sec execute 336 sec latency 19.723 ms 2024-09-17T08:44:57.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:56.371851+0000 mgr.smithi133.ejject (mgr.24441) 262 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.7 MiB/s wr, 604 op/s 2024-09-17T08:44:57.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:56.371851+0000 mgr.smithi133.ejject (mgr.24441) 262 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.7 MiB/s wr, 604 op/s 2024-09-17T08:44:58.327 INFO:teuthology.orchestra.run.smithi089.stdout: 5 115040 1.47 MB/sec execute 337 sec latency 27.901 ms 2024-09-17T08:44:59.327 INFO:teuthology.orchestra.run.smithi089.stdout: 5 115712 1.52 MB/sec execute 338 sec latency 29.622 ms 2024-09-17T08:44:59.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:44:59 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:44:58.372170+0000 mgr.smithi133.ejject (mgr.24441) 263 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.7 MiB/s wr, 604 op/s 2024-09-17T08:44:59.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:44:59 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:44:58.372170+0000 mgr.smithi133.ejject (mgr.24441) 263 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 320 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.7 MiB/s wr, 604 op/s 2024-09-17T08:45:00.327 INFO:teuthology.orchestra.run.smithi089.stdout: 5 116124 1.54 MB/sec execute 339 sec latency 45.735 ms 2024-09-17T08:45:01.327 INFO:teuthology.orchestra.run.smithi089.stdout: 5 116440 1.57 MB/sec execute 340 sec latency 77.048 ms 2024-09-17T08:45:01.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:01 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:45:00.372905+0000 mgr.smithi133.ejject (mgr.24441) 264 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 333 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 10 MiB/s wr, 1.07k op/s 2024-09-17T08:45:01.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:01 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:45:00.372905+0000 mgr.smithi133.ejject (mgr.24441) 264 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 333 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 10 MiB/s wr, 1.07k op/s 2024-09-17T08:45:02.327 INFO:teuthology.orchestra.run.smithi089.stdout: 5 116839 1.61 MB/sec execute 341 sec latency 36.892 ms 2024-09-17T08:45:03.327 INFO:teuthology.orchestra.run.smithi089.stdout: 5 117260 1.64 MB/sec execute 342 sec latency 42.691 ms 2024-09-17T08:45:03.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:45:02.373256+0000 mgr.smithi133.ejject (mgr.24441) 265 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 333 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 7.3 MiB/s wr, 740 op/s 2024-09-17T08:45:03.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:45:02.373256+0000 mgr.smithi133.ejject (mgr.24441) 265 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 333 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 7.3 MiB/s wr, 740 op/s 2024-09-17T08:45:04.327 INFO:teuthology.orchestra.run.smithi089.stdout: 5 117560 1.67 MB/sec execute 343 sec latency 45.641 ms 2024-09-17T08:45:05.327 INFO:teuthology.orchestra.run.smithi089.stdout: 5 117940 1.68 MB/sec execute 344 sec latency 35.626 ms 2024-09-17T08:45:05.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:45:04.373793+0000 mgr.smithi133.ejject (mgr.24441) 266 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 329 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 10 MiB/s wr, 971 op/s 2024-09-17T08:45:05.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:45:04.373793+0000 mgr.smithi133.ejject (mgr.24441) 266 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 329 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 10 MiB/s wr, 971 op/s 2024-09-17T08:45:06.327 INFO:teuthology.orchestra.run.smithi089.stdout: 5 118382 1.69 MB/sec execute 345 sec latency 42.060 ms 2024-09-17T08:45:07.327 INFO:teuthology.orchestra.run.smithi089.stdout: 5 118801 1.72 MB/sec execute 346 sec latency 37.398 ms 2024-09-17T08:45:07.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:45:06.374125+0000 mgr.smithi133.ejject (mgr.24441) 267 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 329 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 7.5 MiB/s wr, 700 op/s 2024-09-17T08:45:07.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:45:06.374125+0000 mgr.smithi133.ejject (mgr.24441) 267 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 329 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 7.5 MiB/s wr, 700 op/s 2024-09-17T08:45:08.327 INFO:teuthology.orchestra.run.smithi089.stdout: 5 119419 1.76 MB/sec execute 347 sec latency 35.871 ms 2024-09-17T08:45:09.327 INFO:teuthology.orchestra.run.smithi089.stdout: 5 119943 1.80 MB/sec execute 348 sec latency 28.790 ms 2024-09-17T08:45:09.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:45:08.374421+0000 mgr.smithi133.ejject (mgr.24441) 268 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 329 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 7.5 MiB/s wr, 700 op/s 2024-09-17T08:45:09.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:45:08.690511+0000 mon.smithi133 (mon.1) 103 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:45:09.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:45:08.374421+0000 mgr.smithi133.ejject (mgr.24441) 268 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 329 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 7.5 MiB/s wr, 700 op/s 2024-09-17T08:45:09.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:45:08.690511+0000 mon.smithi133 (mon.1) 103 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:45:10.327 INFO:teuthology.orchestra.run.smithi089.stdout: 5 120384 1.84 MB/sec execute 349 sec latency 25.837 ms 2024-09-17T08:45:11.328 INFO:teuthology.orchestra.run.smithi089.stdout: 5 120933 1.90 MB/sec execute 350 sec latency 51.447 ms 2024-09-17T08:45:11.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:45:10.375038+0000 mgr.smithi133.ejject (mgr.24441) 269 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 323 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 9.8 MiB/s wr, 985 op/s 2024-09-17T08:45:11.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:45:10.375038+0000 mgr.smithi133.ejject (mgr.24441) 269 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 323 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 9.8 MiB/s wr, 985 op/s 2024-09-17T08:45:12.327 INFO:teuthology.orchestra.run.smithi089.stdout: 5 121459 1.92 MB/sec execute 351 sec latency 34.543 ms 2024-09-17T08:45:13.328 INFO:teuthology.orchestra.run.smithi089.stdout: 5 122462 1.98 MB/sec execute 352 sec latency 20.922 ms 2024-09-17T08:45:13.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:45:12.375349+0000 mgr.smithi133.ejject (mgr.24441) 270 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 323 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.1 MiB/s wr, 515 op/s 2024-09-17T08:45:13.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:45:12.375349+0000 mgr.smithi133.ejject (mgr.24441) 270 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 323 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.1 MiB/s wr, 515 op/s 2024-09-17T08:45:14.327 INFO:teuthology.orchestra.run.smithi089.stdout: 5 123308 2.02 MB/sec execute 353 sec latency 33.735 ms 2024-09-17T08:45:15.328 INFO:teuthology.orchestra.run.smithi089.stdout: 5 123952 2.09 MB/sec execute 354 sec latency 24.471 ms 2024-09-17T08:45:15.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:45:14.375883+0000 mgr.smithi133.ejject (mgr.24441) 271 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 326 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 9.3 MiB/s wr, 932 op/s 2024-09-17T08:45:15.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:45:14.375883+0000 mgr.smithi133.ejject (mgr.24441) 271 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 326 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 9.3 MiB/s wr, 932 op/s 2024-09-17T08:45:16.328 INFO:teuthology.orchestra.run.smithi089.stdout: 5 124485 2.14 MB/sec execute 355 sec latency 42.043 ms 2024-09-17T08:45:17.328 INFO:teuthology.orchestra.run.smithi089.stdout: 5 124901 2.16 MB/sec execute 356 sec latency 28.538 ms 2024-09-17T08:45:17.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:17 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:45:16.376271+0000 mgr.smithi133.ejject (mgr.24441) 272 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 326 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.6 MiB/s wr, 702 op/s 2024-09-17T08:45:17.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:45:16.376271+0000 mgr.smithi133.ejject (mgr.24441) 272 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 326 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.6 MiB/s wr, 702 op/s 2024-09-17T08:45:18.328 INFO:teuthology.orchestra.run.smithi089.stdout: 5 126115 2.23 MB/sec execute 357 sec latency 23.023 ms 2024-09-17T08:45:19.328 INFO:teuthology.orchestra.run.smithi089.stdout: 5 127079 2.29 MB/sec execute 358 sec latency 38.312 ms 2024-09-17T08:45:19.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:45:18.376589+0000 mgr.smithi133.ejject (mgr.24441) 273 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 326 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.6 MiB/s wr, 702 op/s 2024-09-17T08:45:19.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:45:18.376589+0000 mgr.smithi133.ejject (mgr.24441) 273 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 326 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.6 MiB/s wr, 702 op/s 2024-09-17T08:45:20.328 INFO:teuthology.orchestra.run.smithi089.stdout: 5 127852 2.36 MB/sec execute 359 sec latency 41.355 ms 2024-09-17T08:45:21.328 INFO:teuthology.orchestra.run.smithi089.stdout: 5 128161 2.39 MB/sec execute 360 sec latency 75.460 ms 2024-09-17T08:45:21.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:21 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:45:20.377324+0000 mgr.smithi133.ejject (mgr.24441) 274 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 333 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.14k op/s 2024-09-17T08:45:21.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:45:20.377324+0000 mgr.smithi133.ejject (mgr.24441) 274 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 333 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.14k op/s 2024-09-17T08:45:22.328 INFO:teuthology.orchestra.run.smithi089.stdout: 5 128580 2.40 MB/sec execute 361 sec latency 39.120 ms 2024-09-17T08:45:22.507 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:45:23.328 INFO:teuthology.orchestra.run.smithi089.stdout: 5 129471 2.44 MB/sec execute 362 sec latency 15.156 ms 2024-09-17T08:45:23.605 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:45:23.606 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 starting - - - - 2024-09-17T08:45:23.606 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (13m) 5m ago 13m 6409k - 16.2.0 24ecd6d5f14c 86364fbbe3dd 2024-09-17T08:45:23.606 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (12m) 5m ago 12m 6405k - 16.2.0 24ecd6d5f14c c38435e94451 2024-09-17T08:45:23.606 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 starting - - - - 2024-09-17T08:45:23.606 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (8m) 5m ago 8m 40.7M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:45:23.606 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (8m) 5m ago 8m 13.2M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:45:23.606 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:9283 running (15m) 5m ago 15m 359M - 16.2.0 24ecd6d5f14c c35c6a435f28 2024-09-17T08:45:23.606 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283 running (6m) 5m ago 12m 485M - 18.2.4-855-g19e2a2be 980a0bfcd684 ee4a59ce156c 2024-09-17T08:45:23.606 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (15m) 5m ago 15m 54.0M 2048M 16.2.0 24ecd6d5f14c 5b5bfe3c39d2 2024-09-17T08:45:23.606 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (12m) 5m ago 12m 42.7M 2048M 16.2.0 24ecd6d5f14c b73d1c15d884 2024-09-17T08:45:23.606 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (5m) 5m ago 5m 51.9M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:45:23.606 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (5m) 5m ago 5m 14.8M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:45:23.607 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 running (13m) 5m ago 13m 17.2M - 0.18.1 e5a616e4b9cf 5d5794dcc827 2024-09-17T08:45:23.607 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (12m) 5m ago 12m 15.2M - 0.18.1 e5a616e4b9cf 96cc16ecae89 2024-09-17T08:45:23.607 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (12m) 5m ago 12m 386M 4096M 16.2.0 24ecd6d5f14c ac2da40952c1 2024-09-17T08:45:23.607 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (11m) 5m ago 11m 294M 4096M 16.2.0 24ecd6d5f14c 393455ed3cc2 2024-09-17T08:45:23.607 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (11m) 5m ago 11m 252M 4096M 16.2.0 24ecd6d5f14c efc5a17c7a8f 2024-09-17T08:45:23.607 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (11m) 5m ago 11m 356M 4096M 16.2.0 24ecd6d5f14c aa8afc36736b 2024-09-17T08:45:23.607 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (10m) 5m ago 10m 376M 4096M 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:45:23.607 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (10m) 5m ago 10m 395M 4096M 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:45:23.607 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (10m) 5m ago 10m 330M 4096M 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:45:23.607 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (9m) 5m ago 9m 487M 4096M 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:45:23.607 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 running (11m) 5m ago 13m 40.5M - 2.18.1 de242295e225 251bc3a8e51b 2024-09-17T08:45:23.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:23 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:45:22.377664+0000 mgr.smithi133.ejject (mgr.24441) 275 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 333 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.8 MiB/s wr, 858 op/s 2024-09-17T08:45:23.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:23 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:45:22.485883+0000 mgr.smithi133.ejject (mgr.24441) 276 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:23.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:23 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:45:23.054199+0000 mgr.smithi133.ejject (mgr.24441) 277 : audit [DBG] from='client.24677 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:23.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:45:22.377664+0000 mgr.smithi133.ejject (mgr.24441) 275 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 333 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.8 MiB/s wr, 858 op/s 2024-09-17T08:45:23.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:45:22.485883+0000 mgr.smithi133.ejject (mgr.24441) 276 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:23.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:45:23.054199+0000 mgr.smithi133.ejject (mgr.24441) 277 : audit [DBG] from='client.24677 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:24.126 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:45:24.126 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:45:24.126 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:45:24.126 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:45:24.126 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:45:24.126 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 1, 2024-09-17T08:45:24.126 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:45:24.127 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:45:24.127 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:45:24.127 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 8 2024-09-17T08:45:24.127 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:45:24.127 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:45:24.127 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:45:24.127 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:45:24.127 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:45:24.127 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 13, 2024-09-17T08:45:24.127 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:45:24.127 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:45:24.127 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:45:24.328 INFO:teuthology.orchestra.run.smithi089.stdout: 5 130191 2.47 MB/sec execute 363 sec latency 32.230 ms 2024-09-17T08:45:24.510 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:45:24.510 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:45:24.510 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:45:24.510 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:45:24.510 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [], 2024-09-17T08:45:24.510 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T08:45:24.510 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "", 2024-09-17T08:45:24.511 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:45:24.511 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:45:24.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:45:23.591145+0000 mgr.smithi133.ejject (mgr.24441) 278 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:24.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:45:23.693348+0000 mon.smithi133 (mon.1) 104 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:45:24.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:45:24.126506+0000 mon.smithi133 (mon.1) 105 : audit [DBG] from='client.? 172.21.15.89:0/873940943' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:45:24.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:45:23.591145+0000 mgr.smithi133.ejject (mgr.24441) 278 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:24.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:45:23.693348+0000 mon.smithi133 (mon.1) 104 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:45:24.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:45:24.126506+0000 mon.smithi133 (mon.1) 105 : audit [DBG] from='client.? 172.21.15.89:0/873940943' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:45:24.957 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_OK 2024-09-17T08:45:25.328 INFO:teuthology.orchestra.run.smithi089.stdout: 5 130594 2.51 MB/sec execute 364 sec latency 34.634 ms 2024-09-17T08:45:25.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:45:24.378393+0000 mgr.smithi133.ejject (mgr.24441) 279 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 327 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 12 MiB/s wr, 1.22k op/s 2024-09-17T08:45:25.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:45:24.509671+0000 mgr.smithi133.ejject (mgr.24441) 280 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:25.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:45:24.957367+0000 mon.smithi089 (mon.0) 855 : audit [DBG] from='client.? 172.21.15.89:0/1323006380' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:45:25.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:45:24.378393+0000 mgr.smithi133.ejject (mgr.24441) 279 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 327 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 12 MiB/s wr, 1.22k op/s 2024-09-17T08:45:25.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:45:24.509671+0000 mgr.smithi133.ejject (mgr.24441) 280 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:25.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:45:24.957367+0000 mon.smithi089 (mon.0) 855 : audit [DBG] from='client.? 172.21.15.89:0/1323006380' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:45:26.328 INFO:teuthology.orchestra.run.smithi089.stdout: 5 131054 2.55 MB/sec execute 365 sec latency 39.774 ms 2024-09-17T08:45:27.328 INFO:teuthology.orchestra.run.smithi089.stdout: 5 131801 2.61 MB/sec execute 366 sec latency 32.884 ms 2024-09-17T08:45:27.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:45:26.378723+0000 mgr.smithi133.ejject (mgr.24441) 281 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 327 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.1 MiB/s wr, 802 op/s 2024-09-17T08:45:27.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:45:26.378723+0000 mgr.smithi133.ejject (mgr.24441) 281 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 327 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.1 MiB/s wr, 802 op/s 2024-09-17T08:45:28.328 INFO:teuthology.orchestra.run.smithi089.stdout: 5 132293 2.62 MB/sec execute 367 sec latency 35.666 ms 2024-09-17T08:45:29.328 INFO:teuthology.orchestra.run.smithi089.stdout: 5 132609 2.63 MB/sec execute 368 sec latency 69.734 ms 2024-09-17T08:45:29.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:45:28.379045+0000 mgr.smithi133.ejject (mgr.24441) 282 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 327 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.1 MiB/s wr, 802 op/s 2024-09-17T08:45:29.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:45:28.379045+0000 mgr.smithi133.ejject (mgr.24441) 282 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 327 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.1 MiB/s wr, 802 op/s 2024-09-17T08:45:30.328 INFO:teuthology.orchestra.run.smithi089.stdout: 5 132933 2.65 MB/sec execute 369 sec latency 49.373 ms 2024-09-17T08:45:31.328 INFO:teuthology.orchestra.run.smithi089.stdout: 5 133385 2.67 MB/sec execute 370 sec latency 75.225 ms 2024-09-17T08:45:31.711 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:45:30.379797+0000 mgr.smithi133.ejject (mgr.24441) 283 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 327 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.11k op/s 2024-09-17T08:45:31.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:45:30.379797+0000 mgr.smithi133.ejject (mgr.24441) 283 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 327 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.11k op/s 2024-09-17T08:45:32.328 INFO:teuthology.orchestra.run.smithi089.stdout: 5 133835 2.69 MB/sec execute 371 sec latency 29.625 ms 2024-09-17T08:45:33.328 INFO:teuthology.orchestra.run.smithi089.stdout: 5 134205 2.72 MB/sec execute 372 sec latency 30.234 ms 2024-09-17T08:45:33.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:45:32.380079+0000 mgr.smithi133.ejject (mgr.24441) 284 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 327 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 6.9 MiB/s wr, 670 op/s 2024-09-17T08:45:33.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:45:32.380079+0000 mgr.smithi133.ejject (mgr.24441) 284 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 327 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 6.9 MiB/s wr, 670 op/s 2024-09-17T08:45:34.328 INFO:teuthology.orchestra.run.smithi089.stdout: 5 134699 2.77 MB/sec execute 373 sec latency 41.753 ms 2024-09-17T08:45:35.328 INFO:teuthology.orchestra.run.smithi089.stdout: 5 135124 2.80 MB/sec execute 374 sec latency 35.855 ms 2024-09-17T08:45:35.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:35 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:45:34.380675+0000 mgr.smithi133.ejject (mgr.24441) 285 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 332 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 9.5 MiB/s wr, 911 op/s 2024-09-17T08:45:35.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:35 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:45:34.380675+0000 mgr.smithi133.ejject (mgr.24441) 285 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 332 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 9.5 MiB/s wr, 911 op/s 2024-09-17T08:45:36.328 INFO:teuthology.orchestra.run.smithi089.stdout: 5 135420 2.81 MB/sec execute 375 sec latency 46.444 ms 2024-09-17T08:45:37.329 INFO:teuthology.orchestra.run.smithi089.stdout: 5 135959 2.82 MB/sec execute 376 sec latency 27.787 ms 2024-09-17T08:45:37.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:45:36.380996+0000 mgr.smithi133.ejject (mgr.24441) 286 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 332 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.9 MiB/s wr, 550 op/s 2024-09-17T08:45:37.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:45:36.380996+0000 mgr.smithi133.ejject (mgr.24441) 286 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 332 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.9 MiB/s wr, 550 op/s 2024-09-17T08:45:38.329 INFO:teuthology.orchestra.run.smithi089.stdout: 5 136481 2.85 MB/sec execute 377 sec latency 33.437 ms 2024-09-17T08:45:39.328 INFO:teuthology.orchestra.run.smithi089.stdout: 5 136957 2.87 MB/sec execute 378 sec latency 56.479 ms 2024-09-17T08:45:39.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:45:38.381317+0000 mgr.smithi133.ejject (mgr.24441) 287 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 332 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.9 MiB/s wr, 550 op/s 2024-09-17T08:45:39.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:45:38.693283+0000 mon.smithi133 (mon.1) 106 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:45:39.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:45:38.381317+0000 mgr.smithi133.ejject (mgr.24441) 287 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 332 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.9 MiB/s wr, 550 op/s 2024-09-17T08:45:39.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:45:38.693283+0000 mon.smithi133 (mon.1) 106 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:45:40.329 INFO:teuthology.orchestra.run.smithi089.stdout: 5 137355 2.88 MB/sec execute 379 sec latency 34.398 ms 2024-09-17T08:45:41.329 INFO:teuthology.orchestra.run.smithi089.stdout: 5 137672 2.91 MB/sec execute 380 sec latency 64.611 ms 2024-09-17T08:45:41.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:45:40.382063+0000 mgr.smithi133.ejject (mgr.24441) 288 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 327 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.3 MiB/s wr, 834 op/s 2024-09-17T08:45:41.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:45:40.382063+0000 mgr.smithi133.ejject (mgr.24441) 288 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 327 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.3 MiB/s wr, 834 op/s 2024-09-17T08:45:42.329 INFO:teuthology.orchestra.run.smithi089.stdout: 5 138089 2.94 MB/sec execute 381 sec latency 36.803 ms 2024-09-17T08:45:43.329 INFO:teuthology.orchestra.run.smithi089.stdout: 5 138624 2.99 MB/sec execute 382 sec latency 36.561 ms 2024-09-17T08:45:43.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:45:42.382379+0000 mgr.smithi133.ejject (mgr.24441) 289 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 327 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.9 MiB/s wr, 525 op/s 2024-09-17T08:45:43.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:45:42.382379+0000 mgr.smithi133.ejject (mgr.24441) 289 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 327 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.9 MiB/s wr, 525 op/s 2024-09-17T08:45:44.329 INFO:teuthology.orchestra.run.smithi089.stdout: 5 138918 3.00 MB/sec execute 383 sec latency 41.511 ms 2024-09-17T08:45:45.329 INFO:teuthology.orchestra.run.smithi089.stdout: 5 139490 3.01 MB/sec execute 384 sec latency 30.315 ms 2024-09-17T08:45:45.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:45:44.382981+0000 mgr.smithi133.ejject (mgr.24441) 290 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 331 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 9.5 KiB/s rd, 8.0 MiB/s wr, 774 op/s 2024-09-17T08:45:45.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:45:44.382981+0000 mgr.smithi133.ejject (mgr.24441) 290 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 331 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 9.5 KiB/s rd, 8.0 MiB/s wr, 774 op/s 2024-09-17T08:45:46.329 INFO:teuthology.orchestra.run.smithi089.stdout: 5 139943 3.03 MB/sec execute 385 sec latency 44.133 ms 2024-09-17T08:45:47.329 INFO:teuthology.orchestra.run.smithi089.stdout: 5 140349 3.05 MB/sec execute 386 sec latency 63.132 ms 2024-09-17T08:45:47.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:45:46.383349+0000 mgr.smithi133.ejject (mgr.24441) 291 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 331 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 532 op/s 2024-09-17T08:45:47.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:45:46.383349+0000 mgr.smithi133.ejject (mgr.24441) 291 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 331 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 532 op/s 2024-09-17T08:45:48.329 INFO:teuthology.orchestra.run.smithi089.stdout: 5 140806 3.06 MB/sec execute 387 sec latency 59.336 ms 2024-09-17T08:45:49.329 INFO:teuthology.orchestra.run.smithi089.stdout: 5 141135 3.08 MB/sec execute 388 sec latency 38.966 ms 2024-09-17T08:45:49.440 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:49 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:45:48.383662+0000 mgr.smithi133.ejject (mgr.24441) 292 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 331 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 532 op/s 2024-09-17T08:45:49.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:49 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:45:48.383662+0000 mgr.smithi133.ejject (mgr.24441) 292 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 331 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 532 op/s 2024-09-17T08:45:50.329 INFO:teuthology.orchestra.run.smithi089.stdout: 5 141632 3.13 MB/sec execute 389 sec latency 40.924 ms 2024-09-17T08:45:51.329 INFO:teuthology.orchestra.run.smithi089.stdout: 5 142162 3.17 MB/sec execute 390 sec latency 33.469 ms 2024-09-17T08:45:51.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:51 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:45:50.384258+0000 mgr.smithi133.ejject (mgr.24441) 293 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 324 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 7.7 MiB/s wr, 807 op/s 2024-09-17T08:45:51.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:51 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:45:50.384258+0000 mgr.smithi133.ejject (mgr.24441) 293 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 324 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 7.7 MiB/s wr, 807 op/s 2024-09-17T08:45:52.329 INFO:teuthology.orchestra.run.smithi089.stdout: 5 142464 3.18 MB/sec execute 391 sec latency 30.680 ms 2024-09-17T08:45:53.329 INFO:teuthology.orchestra.run.smithi089.stdout: 5 142864 3.18 MB/sec execute 392 sec latency 39.709 ms 2024-09-17T08:45:53.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:45:52.384566+0000 mgr.smithi133.ejject (mgr.24441) 294 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 324 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.3 MiB/s wr, 523 op/s 2024-09-17T08:45:53.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:45:52.384566+0000 mgr.smithi133.ejject (mgr.24441) 294 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 324 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.3 MiB/s wr, 523 op/s 2024-09-17T08:45:54.329 INFO:teuthology.orchestra.run.smithi089.stdout: 5 143216 3.19 MB/sec execute 393 sec latency 50.942 ms 2024-09-17T08:45:54.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:54 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:45:53.693716+0000 mon.smithi133 (mon.1) 107 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:45:54.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:45:53.693716+0000 mon.smithi133 (mon.1) 107 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:45:55.329 INFO:teuthology.orchestra.run.smithi089.stdout: 5 143600 3.21 MB/sec execute 394 sec latency 51.287 ms 2024-09-17T08:45:55.433 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:45:55.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:45:54.385186+0000 mgr.smithi133.ejject (mgr.24441) 295 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 325 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 8.1 MiB/s wr, 794 op/s 2024-09-17T08:45:55.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:55 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:45:54.385186+0000 mgr.smithi133.ejject (mgr.24441) 295 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 325 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 8.1 MiB/s wr, 794 op/s 2024-09-17T08:45:56.329 INFO:teuthology.orchestra.run.smithi089.stdout: 5 144106 3.23 MB/sec execute 395 sec latency 46.338 ms 2024-09-17T08:45:56.350 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:45:56.350 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 starting - - - - 2024-09-17T08:45:56.350 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (14m) 6m ago 14m 6409k - 16.2.0 24ecd6d5f14c 86364fbbe3dd 2024-09-17T08:45:56.351 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (13m) 6m ago 13m 6405k - 16.2.0 24ecd6d5f14c c38435e94451 2024-09-17T08:45:56.351 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 starting - - - - 2024-09-17T08:45:56.351 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (8m) 6m ago 8m 40.7M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:45:56.351 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (8m) 6m ago 8m 13.2M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:45:56.351 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:9283 running (15m) 6m ago 15m 359M - 16.2.0 24ecd6d5f14c c35c6a435f28 2024-09-17T08:45:56.351 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283 running (6m) 6m ago 13m 485M - 18.2.4-855-g19e2a2be 980a0bfcd684 ee4a59ce156c 2024-09-17T08:45:56.351 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (15m) 6m ago 15m 54.0M 2048M 16.2.0 24ecd6d5f14c 5b5bfe3c39d2 2024-09-17T08:45:56.351 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (13m) 6m ago 13m 42.7M 2048M 16.2.0 24ecd6d5f14c b73d1c15d884 2024-09-17T08:45:56.351 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (6m) 6m ago 6m 51.9M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:45:56.351 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (6m) 6m ago 6m 14.8M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:45:56.351 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 running (13m) 6m ago 13m 17.2M - 0.18.1 e5a616e4b9cf 5d5794dcc827 2024-09-17T08:45:56.351 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (13m) 6m ago 13m 15.2M - 0.18.1 e5a616e4b9cf 96cc16ecae89 2024-09-17T08:45:56.351 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (12m) 6m ago 12m 386M 4096M 16.2.0 24ecd6d5f14c ac2da40952c1 2024-09-17T08:45:56.352 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (12m) 6m ago 12m 294M 4096M 16.2.0 24ecd6d5f14c 393455ed3cc2 2024-09-17T08:45:56.352 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (11m) 6m ago 11m 252M 4096M 16.2.0 24ecd6d5f14c efc5a17c7a8f 2024-09-17T08:45:56.352 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (11m) 6m ago 11m 356M 4096M 16.2.0 24ecd6d5f14c aa8afc36736b 2024-09-17T08:45:56.352 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (11m) 6m ago 11m 376M 4096M 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:45:56.352 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (11m) 6m ago 11m 395M 4096M 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:45:56.352 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (10m) 6m ago 10m 330M 4096M 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:45:56.352 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (10m) 6m ago 10m 487M 4096M 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:45:56.352 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 running (12m) 6m ago 13m 40.5M - 2.18.1 de242295e225 251bc3a8e51b 2024-09-17T08:45:56.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:56 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:45:55.417416+0000 mgr.smithi133.ejject (mgr.24441) 296 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:56.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:56 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:45:55.890573+0000 mgr.smithi133.ejject (mgr.24441) 297 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:56.904 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:45:56.905 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:45:56.905 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:45:56.905 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:45:56.905 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:45:56.905 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 1, 2024-09-17T08:45:56.906 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:45:56.906 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:45:56.906 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:45:56.906 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 8 2024-09-17T08:45:56.906 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:45:56.906 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:45:56.907 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:45:56.907 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:45:56.907 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:45:56.907 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 13, 2024-09-17T08:45:56.907 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:45:56.907 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:45:56.908 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:45:56.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:56 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:45:55.417416+0000 mgr.smithi133.ejject (mgr.24441) 296 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:56.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:56 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:45:55.890573+0000 mgr.smithi133.ejject (mgr.24441) 297 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:57.329 INFO:teuthology.orchestra.run.smithi089.stdout: 5 144508 3.24 MB/sec execute 396 sec latency 34.579 ms 2024-09-17T08:45:57.378 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:45:57.378 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:45:57.378 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:45:57.379 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:45:57.379 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [], 2024-09-17T08:45:57.379 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T08:45:57.379 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "", 2024-09-17T08:45:57.379 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:45:57.379 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:45:57.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:45:56.341066+0000 mgr.smithi133.ejject (mgr.24441) 298 : audit [DBG] from='client.24699 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:57.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:45:56.385501+0000 mgr.smithi133.ejject (mgr.24441) 299 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 325 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.1 MiB/s wr, 546 op/s 2024-09-17T08:45:57.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:45:56.904405+0000 mon.smithi089 (mon.0) 856 : audit [DBG] from='client.? 172.21.15.89:0/769809366' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:45:57.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:45:56.341066+0000 mgr.smithi133.ejject (mgr.24441) 298 : audit [DBG] from='client.24699 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:57.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:45:56.385501+0000 mgr.smithi133.ejject (mgr.24441) 299 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 325 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.1 MiB/s wr, 546 op/s 2024-09-17T08:45:57.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:45:56.904405+0000 mon.smithi089 (mon.0) 856 : audit [DBG] from='client.? 172.21.15.89:0/769809366' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:45:57.974 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_OK 2024-09-17T08:45:58.329 INFO:teuthology.orchestra.run.smithi089.stdout: 5 145204 3.31 MB/sec execute 397 sec latency 36.940 ms 2024-09-17T08:45:58.904 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:58 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:45:57.378409+0000 mgr.smithi133.ejject (mgr.24441) 300 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:58.904 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:58 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:45:57.974632+0000 mon.smithi089 (mon.0) 857 : audit [DBG] from='client.? 172.21.15.89:0/1905682911' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:45:58.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:58 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:45:57.378409+0000 mgr.smithi133.ejject (mgr.24441) 300 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:58.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:58 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:45:57.974632+0000 mon.smithi089 (mon.0) 857 : audit [DBG] from='client.? 172.21.15.89:0/1905682911' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:45:59.329 INFO:teuthology.orchestra.run.smithi089.stdout: 5 145976 3.36 MB/sec execute 398 sec latency 18.070 ms 2024-09-17T08:45:59.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:45:59 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:45:58.385816+0000 mgr.smithi133.ejject (mgr.24441) 301 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 325 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.1 MiB/s wr, 546 op/s 2024-09-17T08:45:59.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:45:59 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:45:58.385816+0000 mgr.smithi133.ejject (mgr.24441) 301 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 325 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.1 MiB/s wr, 546 op/s 2024-09-17T08:46:00.329 INFO:teuthology.orchestra.run.smithi089.stdout: 5 146837 3.39 MB/sec execute 399 sec latency 21.402 ms 2024-09-17T08:46:01.329 INFO:teuthology.orchestra.run.smithi089.stdout: 5 147844 3.44 MB/sec execute 400 sec latency 29.823 ms 2024-09-17T08:46:01.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:01 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:46:00.386413+0000 mgr.smithi133.ejject (mgr.24441) 302 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 339 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 8.7 MiB/s wr, 870 op/s 2024-09-17T08:46:01.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:01 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:46:00.386413+0000 mgr.smithi133.ejject (mgr.24441) 302 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 339 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 8.7 MiB/s wr, 870 op/s 2024-09-17T08:46:02.329 INFO:teuthology.orchestra.run.smithi089.stdout: 5 148734 3.51 MB/sec execute 401 sec latency 14.518 ms 2024-09-17T08:46:03.330 INFO:teuthology.orchestra.run.smithi089.stdout: 5 149485 3.56 MB/sec execute 402 sec latency 23.240 ms 2024-09-17T08:46:03.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:46:02.386711+0000 mgr.smithi133.ejject (mgr.24441) 303 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 339 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 6.4 MiB/s wr, 595 op/s 2024-09-17T08:46:03.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:46:02.386711+0000 mgr.smithi133.ejject (mgr.24441) 303 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 339 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 6.4 MiB/s wr, 595 op/s 2024-09-17T08:46:04.329 INFO:teuthology.orchestra.run.smithi089.stdout: 5 150321 3.59 MB/sec execute 403 sec latency 21.987 ms 2024-09-17T08:46:05.329 INFO:teuthology.orchestra.run.smithi089.stdout: 5 151085 3.63 MB/sec execute 404 sec latency 35.670 ms 2024-09-17T08:46:05.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:46:04.387486+0000 mgr.smithi133.ejject (mgr.24441) 304 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 339 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.11k op/s 2024-09-17T08:46:05.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:46:04.387486+0000 mgr.smithi133.ejject (mgr.24441) 304 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 339 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.11k op/s 2024-09-17T08:46:06.330 INFO:teuthology.orchestra.run.smithi089.stdout: 5 151620 3.64 MB/sec execute 405 sec latency 32.976 ms 2024-09-17T08:46:06.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:46:05.513356+0000 mon.smithi089 (mon.0) 858 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:46:06.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:46:05.519578+0000 mon.smithi089 (mon.0) 859 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:46:06.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:46:05.521291+0000 mgr.smithi133.ejject (mgr.24441) 305 : cephadm [INF] Reconfiguring prometheus.smithi089 (dependencies changed)... 2024-09-17T08:46:06.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:46:05.768050+0000 mgr.smithi133.ejject (mgr.24441) 306 : cephadm [INF] Reconfiguring daemon prometheus.smithi089 on smithi089 2024-09-17T08:46:06.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:46:05.513356+0000 mon.smithi089 (mon.0) 858 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:46:06.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:46:05.519578+0000 mon.smithi089 (mon.0) 859 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:46:06.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:46:05.521291+0000 mgr.smithi133.ejject (mgr.24441) 305 : cephadm [INF] Reconfiguring prometheus.smithi089 (dependencies changed)... 2024-09-17T08:46:06.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:46:05.768050+0000 mgr.smithi133.ejject (mgr.24441) 306 : cephadm [INF] Reconfiguring daemon prometheus.smithi089 on smithi089 2024-09-17T08:46:07.329 INFO:teuthology.orchestra.run.smithi089.stdout: 5 152229 3.70 MB/sec execute 406 sec latency 23.474 ms 2024-09-17T08:46:07.811 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:46:06.387830+0000 mgr.smithi133.ejject (mgr.24441) 307 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 339 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 8.7 MiB/s wr, 839 op/s 2024-09-17T08:46:07.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:46:06.387830+0000 mgr.smithi133.ejject (mgr.24441) 307 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 339 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 8.7 MiB/s wr, 839 op/s 2024-09-17T08:46:08.330 INFO:teuthology.orchestra.run.smithi089.stdout: 5 152869 3.75 MB/sec execute 407 sec latency 26.963 ms 2024-09-17T08:46:09.330 INFO:teuthology.orchestra.run.smithi089.stdout: 5 153241 3.75 MB/sec execute 408 sec latency 53.269 ms 2024-09-17T08:46:09.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:46:08.388099+0000 mgr.smithi133.ejject (mgr.24441) 308 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 339 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 8.7 MiB/s wr, 839 op/s 2024-09-17T08:46:09.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:46:08.694083+0000 mon.smithi133 (mon.1) 108 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:46:09.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:46:08.388099+0000 mgr.smithi133.ejject (mgr.24441) 308 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 339 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 8.7 MiB/s wr, 839 op/s 2024-09-17T08:46:09.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:46:08.694083+0000 mon.smithi133 (mon.1) 108 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:46:10.330 INFO:teuthology.orchestra.run.smithi089.stdout: 5 153597 3.76 MB/sec execute 409 sec latency 41.395 ms 2024-09-17T08:46:11.330 INFO:teuthology.orchestra.run.smithi089.stdout: 5 153954 3.77 MB/sec execute 410 sec latency 49.263 ms 2024-09-17T08:46:11.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:46:10.388790+0000 mgr.smithi133.ejject (mgr.24441) 309 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 332 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.18k op/s 2024-09-17T08:46:11.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:46:10.388790+0000 mgr.smithi133.ejject (mgr.24441) 309 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 332 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.18k op/s 2024-09-17T08:46:12.330 INFO:teuthology.orchestra.run.smithi089.stdout: 5 154543 3.80 MB/sec execute 411 sec latency 34.250 ms 2024-09-17T08:46:13.330 INFO:teuthology.orchestra.run.smithi089.stdout: 5 155231 3.82 MB/sec execute 412 sec latency 22.077 ms 2024-09-17T08:46:13.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:46:12.389092+0000 mgr.smithi133.ejject (mgr.24441) 310 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 332 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 8.7 MiB/s wr, 854 op/s 2024-09-17T08:46:13.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:46:12.389092+0000 mgr.smithi133.ejject (mgr.24441) 310 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 332 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 8.7 MiB/s wr, 854 op/s 2024-09-17T08:46:14.330 INFO:teuthology.orchestra.run.smithi089.stdout: 5 155886 3.88 MB/sec execute 413 sec latency 27.210 ms 2024-09-17T08:46:15.330 INFO:teuthology.orchestra.run.smithi089.stdout: 5 156424 3.92 MB/sec execute 414 sec latency 34.313 ms 2024-09-17T08:46:15.594 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:46:14.389638+0000 mgr.smithi133.ejject (mgr.24441) 311 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 334 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 17 KiB/s rd, 12 MiB/s wr, 1.18k op/s 2024-09-17T08:46:15.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:46:14.389638+0000 mgr.smithi133.ejject (mgr.24441) 311 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 334 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 17 KiB/s rd, 12 MiB/s wr, 1.18k op/s 2024-09-17T08:46:16.330 INFO:teuthology.orchestra.run.smithi089.stdout: 5 156868 3.93 MB/sec execute 415 sec latency 51.413 ms 2024-09-17T08:46:17.330 INFO:teuthology.orchestra.run.smithi089.stdout: 5 157352 3.93 MB/sec execute 416 sec latency 79.545 ms 2024-09-17T08:46:17.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:17 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:46:16.389944+0000 mgr.smithi133.ejject (mgr.24441) 312 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 334 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 660 op/s 2024-09-17T08:46:17.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:46:16.389944+0000 mgr.smithi133.ejject (mgr.24441) 312 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 334 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 660 op/s 2024-09-17T08:46:18.330 INFO:teuthology.orchestra.run.smithi089.stdout: 5 157710 3.95 MB/sec execute 417 sec latency 123.925 ms 2024-09-17T08:46:19.330 INFO:teuthology.orchestra.run.smithi089.stdout: 5 158165 3.96 MB/sec execute 418 sec latency 56.839 ms 2024-09-17T08:46:19.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:46:18.390245+0000 mgr.smithi133.ejject (mgr.24441) 313 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 334 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 660 op/s 2024-09-17T08:46:19.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:46:18.390245+0000 mgr.smithi133.ejject (mgr.24441) 313 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 334 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 660 op/s 2024-09-17T08:46:20.330 INFO:teuthology.orchestra.run.smithi089.stdout: 5 158575 3.97 MB/sec execute 419 sec latency 55.792 ms 2024-09-17T08:46:21.330 INFO:teuthology.orchestra.run.smithi089.stdout: 5 158882 3.99 MB/sec execute 420 sec latency 90.288 ms 2024-09-17T08:46:21.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:21 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:46:20.390798+0000 mgr.smithi133.ejject (mgr.24441) 314 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 324 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 15 KiB/s rd, 9.2 MiB/s wr, 950 op/s 2024-09-17T08:46:21.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:46:20.390798+0000 mgr.smithi133.ejject (mgr.24441) 314 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 324 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 15 KiB/s rd, 9.2 MiB/s wr, 950 op/s 2024-09-17T08:46:22.330 INFO:teuthology.orchestra.run.smithi089.stdout: 5 159930 4.08 MB/sec execute 421 sec latency 18.995 ms 2024-09-17T08:46:23.330 INFO:teuthology.orchestra.run.smithi089.stdout: 5 160488 4.09 MB/sec execute 422 sec latency 27.430 ms 2024-09-17T08:46:23.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:23 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:46:22.391099+0000 mgr.smithi133.ejject (mgr.24441) 315 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 324 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.6 MiB/s wr, 612 op/s 2024-09-17T08:46:23.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:46:22.391099+0000 mgr.smithi133.ejject (mgr.24441) 315 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 324 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.6 MiB/s wr, 612 op/s 2024-09-17T08:46:24.330 INFO:teuthology.orchestra.run.smithi089.stdout: 5 160965 4.10 MB/sec execute 423 sec latency 35.145 ms 2024-09-17T08:46:24.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:46:23.694344+0000 mon.smithi133 (mon.1) 109 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:46:24.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:46:23.694344+0000 mon.smithi133 (mon.1) 109 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:46:25.330 INFO:teuthology.orchestra.run.smithi089.stdout: 5 161496 4.12 MB/sec execute 424 sec latency 35.721 ms 2024-09-17T08:46:25.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:46:24.391630+0000 mgr.smithi133.ejject (mgr.24441) 316 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 329 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 9.5 MiB/s wr, 971 op/s 2024-09-17T08:46:25.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:46:24.391630+0000 mgr.smithi133.ejject (mgr.24441) 316 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 329 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 9.5 MiB/s wr, 971 op/s 2024-09-17T08:46:26.330 INFO:teuthology.orchestra.run.smithi089.stdout: 5 162119 4.14 MB/sec execute 425 sec latency 25.278 ms 2024-09-17T08:46:27.330 INFO:teuthology.orchestra.run.smithi089.stdout: 5 162722 4.19 MB/sec execute 426 sec latency 41.971 ms 2024-09-17T08:46:27.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:46:26.391940+0000 mgr.smithi133.ejject (mgr.24441) 317 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 329 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 6.3 MiB/s wr, 649 op/s 2024-09-17T08:46:27.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:46:26.391940+0000 mgr.smithi133.ejject (mgr.24441) 317 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 329 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 6.3 MiB/s wr, 649 op/s 2024-09-17T08:46:28.330 INFO:teuthology.orchestra.run.smithi089.stdout: 5 163537 4.25 MB/sec execute 427 sec latency 23.708 ms 2024-09-17T08:46:28.472 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:46:29.330 INFO:teuthology.orchestra.run.smithi089.stdout: 5 163859 4.25 MB/sec execute 428 sec latency 52.617 ms 2024-09-17T08:46:29.435 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:46:29.435 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 starting - - - - 2024-09-17T08:46:29.435 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (14m) 6m ago 14m 6409k - 16.2.0 24ecd6d5f14c 86364fbbe3dd 2024-09-17T08:46:29.435 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (14m) 6m ago 14m 6405k - 16.2.0 24ecd6d5f14c c38435e94451 2024-09-17T08:46:29.435 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 starting - - - - 2024-09-17T08:46:29.435 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (9m) 6m ago 9m 40.7M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:46:29.435 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (9m) 6m ago 9m 13.2M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:46:29.436 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:9283 running (16m) 6m ago 16m 359M - 16.2.0 24ecd6d5f14c c35c6a435f28 2024-09-17T08:46:29.436 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283 running (7m) 6m ago 13m 485M - 18.2.4-855-g19e2a2be 980a0bfcd684 ee4a59ce156c 2024-09-17T08:46:29.436 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (16m) 6m ago 16m 54.0M 2048M 16.2.0 24ecd6d5f14c 5b5bfe3c39d2 2024-09-17T08:46:29.436 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (13m) 6m ago 13m 42.7M 2048M 16.2.0 24ecd6d5f14c b73d1c15d884 2024-09-17T08:46:29.436 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (6m) 6m ago 6m 51.9M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:46:29.436 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (6m) 6m ago 6m 14.8M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:46:29.436 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 starting - - - - 2024-09-17T08:46:29.436 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (13m) 6m ago 13m 15.2M - 0.18.1 e5a616e4b9cf 96cc16ecae89 2024-09-17T08:46:29.436 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (13m) 6m ago 13m 386M 4096M 16.2.0 24ecd6d5f14c ac2da40952c1 2024-09-17T08:46:29.436 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (12m) 6m ago 12m 294M 4096M 16.2.0 24ecd6d5f14c 393455ed3cc2 2024-09-17T08:46:29.436 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (12m) 6m ago 12m 252M 4096M 16.2.0 24ecd6d5f14c efc5a17c7a8f 2024-09-17T08:46:29.436 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (12m) 6m ago 12m 356M 4096M 16.2.0 24ecd6d5f14c aa8afc36736b 2024-09-17T08:46:29.436 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (11m) 6m ago 11m 376M 4096M 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:46:29.437 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (11m) 6m ago 11m 395M 4096M 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:46:29.437 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (11m) 6m ago 11m 330M 4096M 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:46:29.437 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (10m) 6m ago 10m 487M 4096M 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:46:29.437 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 running (13m) 6m ago 14m 40.5M - 2.18.1 de242295e225 251bc3a8e51b 2024-09-17T08:46:29.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:46:28.392269+0000 mgr.smithi133.ejject (mgr.24441) 318 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 329 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 6.3 MiB/s wr, 649 op/s 2024-09-17T08:46:29.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:46:28.455274+0000 mgr.smithi133.ejject (mgr.24441) 319 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:46:29.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:46:28.969908+0000 mgr.smithi133.ejject (mgr.24441) 320 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:46:29.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:46:28.392269+0000 mgr.smithi133.ejject (mgr.24441) 318 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 329 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 6.3 MiB/s wr, 649 op/s 2024-09-17T08:46:29.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:46:28.455274+0000 mgr.smithi133.ejject (mgr.24441) 319 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:46:29.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:46:28.969908+0000 mgr.smithi133.ejject (mgr.24441) 320 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:46:30.023 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:46:30.024 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:46:30.024 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:46:30.024 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:46:30.024 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:46:30.024 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 1, 2024-09-17T08:46:30.024 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:46:30.024 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:46:30.024 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:46:30.024 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 8 2024-09-17T08:46:30.024 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:46:30.024 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:46:30.025 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:46:30.025 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:46:30.025 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:46:30.025 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 13, 2024-09-17T08:46:30.025 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:46:30.025 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:46:30.025 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:46:30.331 INFO:teuthology.orchestra.run.smithi089.stdout: 5 164265 4.25 MB/sec execute 429 sec latency 36.960 ms 2024-09-17T08:46:30.508 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:46:30.508 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:46:30.508 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:46:30.508 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:46:30.508 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [], 2024-09-17T08:46:30.508 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T08:46:30.508 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "", 2024-09-17T08:46:30.509 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:46:30.509 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:46:30.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:46:29.426778+0000 mgr.smithi133.ejject (mgr.24441) 321 : audit [DBG] from='client.24721 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:46:30.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:46:30.023710+0000 mon.smithi089 (mon.0) 860 : audit [DBG] from='client.? 172.21.15.89:0/2062261090' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:46:30.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:46:29.426778+0000 mgr.smithi133.ejject (mgr.24441) 321 : audit [DBG] from='client.24721 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:46:30.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:46:30.023710+0000 mon.smithi089 (mon.0) 860 : audit [DBG] from='client.? 172.21.15.89:0/2062261090' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:46:31.127 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_OK 2024-09-17T08:46:31.330 INFO:teuthology.orchestra.run.smithi089.stdout: 5 164884 4.28 MB/sec execute 430 sec latency 47.611 ms 2024-09-17T08:46:31.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:46:30.392832+0000 mgr.smithi133.ejject (mgr.24441) 322 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 333 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 9.9 MiB/s wr, 986 op/s 2024-09-17T08:46:31.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:46:30.507274+0000 mgr.smithi133.ejject (mgr.24441) 323 : audit [DBG] from='client.24729 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:46:31.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:46:31.127615+0000 mon.smithi089 (mon.0) 861 : audit [DBG] from='client.? 172.21.15.89:0/918977152' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:46:31.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:46:30.392832+0000 mgr.smithi133.ejject (mgr.24441) 322 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 333 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 9.9 MiB/s wr, 986 op/s 2024-09-17T08:46:31.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:46:30.507274+0000 mgr.smithi133.ejject (mgr.24441) 323 : audit [DBG] from='client.24729 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:46:31.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:46:31.127615+0000 mon.smithi089 (mon.0) 861 : audit [DBG] from='client.? 172.21.15.89:0/918977152' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:46:32.330 INFO:teuthology.orchestra.run.smithi089.stdout: 5 165760 4.31 MB/sec execute 431 sec latency 24.125 ms 2024-09-17T08:46:33.330 INFO:teuthology.orchestra.run.smithi089.stdout: 5 166574 4.38 MB/sec execute 432 sec latency 23.462 ms 2024-09-17T08:46:33.550 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:46:32.393116+0000 mgr.smithi133.ejject (mgr.24441) 324 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 333 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.9 KiB/s rd, 7.5 MiB/s wr, 695 op/s 2024-09-17T08:46:33.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:46:32.393116+0000 mgr.smithi133.ejject (mgr.24441) 324 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 333 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.9 KiB/s rd, 7.5 MiB/s wr, 695 op/s 2024-09-17T08:46:34.331 INFO:teuthology.orchestra.run.smithi089.stdout: 5 167175 4.41 MB/sec execute 433 sec latency 27.793 ms 2024-09-17T08:46:35.331 INFO:teuthology.orchestra.run.smithi089.stdout: 5 167677 4.42 MB/sec execute 434 sec latency 45.263 ms 2024-09-17T08:46:35.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:35 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:46:34.393669+0000 mgr.smithi133.ejject (mgr.24441) 325 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 339 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 12 MiB/s wr, 1.09k op/s 2024-09-17T08:46:35.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:35 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:46:34.393669+0000 mgr.smithi133.ejject (mgr.24441) 325 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 339 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 12 MiB/s wr, 1.09k op/s 2024-09-17T08:46:36.331 INFO:teuthology.orchestra.run.smithi089.stdout: 5 168090 4.42 MB/sec execute 435 sec latency 35.789 ms 2024-09-17T08:46:37.331 INFO:teuthology.orchestra.run.smithi089.stdout: 5 168502 4.44 MB/sec execute 436 sec latency 40.172 ms 2024-09-17T08:46:37.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:46:36.393977+0000 mgr.smithi133.ejject (mgr.24441) 326 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 339 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 7.6 MiB/s wr, 734 op/s 2024-09-17T08:46:37.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:46:36.393977+0000 mgr.smithi133.ejject (mgr.24441) 326 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 339 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 7.6 MiB/s wr, 734 op/s 2024-09-17T08:46:38.331 INFO:teuthology.orchestra.run.smithi089.stdout: 5 169054 4.46 MB/sec execute 437 sec latency 48.492 ms 2024-09-17T08:46:39.331 INFO:teuthology.orchestra.run.smithi089.stdout: 5 169409 4.47 MB/sec execute 438 sec latency 43.488 ms 2024-09-17T08:46:39.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:46:38.394345+0000 mgr.smithi133.ejject (mgr.24441) 327 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 339 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 7.6 MiB/s wr, 734 op/s 2024-09-17T08:46:39.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:46:38.694323+0000 mon.smithi133 (mon.1) 110 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:46:39.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:46:38.394345+0000 mgr.smithi133.ejject (mgr.24441) 327 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 339 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 7.6 MiB/s wr, 734 op/s 2024-09-17T08:46:39.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:46:38.694323+0000 mon.smithi133 (mon.1) 110 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:46:40.331 INFO:teuthology.orchestra.run.smithi089.stdout: 5 169765 4.50 MB/sec execute 439 sec latency 45.045 ms 2024-09-17T08:46:41.331 INFO:teuthology.orchestra.run.smithi089.stdout: 5 170120 4.52 MB/sec execute 440 sec latency 55.902 ms 2024-09-17T08:46:41.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:46:40.394934+0000 mgr.smithi133.ejject (mgr.24441) 328 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 325 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 10 MiB/s wr, 1.01k op/s 2024-09-17T08:46:41.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:46:40.394934+0000 mgr.smithi133.ejject (mgr.24441) 328 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 325 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 10 MiB/s wr, 1.01k op/s 2024-09-17T08:46:42.331 INFO:teuthology.orchestra.run.smithi089.stdout: 5 170473 4.53 MB/sec execute 441 sec latency 48.977 ms 2024-09-17T08:46:43.331 INFO:teuthology.orchestra.run.smithi089.stdout: 5 170930 4.54 MB/sec execute 442 sec latency 34.220 ms 2024-09-17T08:46:43.893 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:46:42.395276+0000 mgr.smithi133.ejject (mgr.24441) 329 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 325 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.4 MiB/s wr, 674 op/s 2024-09-17T08:46:43.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:46:42.395276+0000 mgr.smithi133.ejject (mgr.24441) 329 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 325 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.4 MiB/s wr, 674 op/s 2024-09-17T08:46:44.331 INFO:teuthology.orchestra.run.smithi089.stdout: 5 171708 4.57 MB/sec execute 443 sec latency 28.865 ms 2024-09-17T08:46:45.331 INFO:teuthology.orchestra.run.smithi089.stdout: 5 172707 4.60 MB/sec execute 444 sec latency 40.883 ms 2024-09-17T08:46:45.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:46:44.396008+0000 mgr.smithi133.ejject (mgr.24441) 330 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 339 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 9.6 MiB/s wr, 964 op/s 2024-09-17T08:46:45.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:46:44.396008+0000 mgr.smithi133.ejject (mgr.24441) 330 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 339 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 9.6 MiB/s wr, 964 op/s 2024-09-17T08:46:46.331 INFO:teuthology.orchestra.run.smithi089.stdout: 5 173470 4.66 MB/sec execute 445 sec latency 18.402 ms 2024-09-17T08:46:47.331 INFO:teuthology.orchestra.run.smithi089.stdout: 5 174125 4.70 MB/sec execute 446 sec latency 36.869 ms 2024-09-17T08:46:47.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:46:46.396364+0000 mgr.smithi133.ejject (mgr.24441) 331 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 339 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.5 MiB/s wr, 566 op/s 2024-09-17T08:46:47.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:46:46.396364+0000 mgr.smithi133.ejject (mgr.24441) 331 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 339 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.5 MiB/s wr, 566 op/s 2024-09-17T08:46:48.331 INFO:teuthology.orchestra.run.smithi089.stdout: 5 174425 4.71 MB/sec execute 447 sec latency 37.248 ms 2024-09-17T08:46:49.331 INFO:teuthology.orchestra.run.smithi089.stdout: 5 174846 4.71 MB/sec execute 448 sec latency 41.935 ms 2024-09-17T08:46:49.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:49 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:46:48.396671+0000 mgr.smithi133.ejject (mgr.24441) 332 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 339 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.5 MiB/s wr, 566 op/s 2024-09-17T08:46:49.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:49 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:46:48.396671+0000 mgr.smithi133.ejject (mgr.24441) 332 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 339 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.5 MiB/s wr, 566 op/s 2024-09-17T08:46:50.331 INFO:teuthology.orchestra.run.smithi089.stdout: 5 175176 4.71 MB/sec execute 449 sec latency 54.216 ms 2024-09-17T08:46:51.331 INFO:teuthology.orchestra.run.smithi089.stdout: 5 175607 4.73 MB/sec execute 450 sec latency 45.866 ms 2024-09-17T08:46:51.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:51 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:46:50.397242+0000 mgr.smithi133.ejject (mgr.24441) 333 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 336 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 9.2 MiB/s wr, 935 op/s 2024-09-17T08:46:51.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:51 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:46:50.397242+0000 mgr.smithi133.ejject (mgr.24441) 333 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 336 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 9.2 MiB/s wr, 935 op/s 2024-09-17T08:46:52.331 INFO:teuthology.orchestra.run.smithi089.stdout: 5 176166 4.74 MB/sec execute 451 sec latency 41.210 ms 2024-09-17T08:46:53.331 INFO:teuthology.orchestra.run.smithi089.stdout: 5 176549 4.76 MB/sec execute 452 sec latency 37.017 ms 2024-09-17T08:46:53.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:46:52.397596+0000 mgr.smithi133.ejject (mgr.24441) 334 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 336 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.9 MiB/s wr, 659 op/s 2024-09-17T08:46:53.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:46:52.397596+0000 mgr.smithi133.ejject (mgr.24441) 334 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 336 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.9 MiB/s wr, 659 op/s 2024-09-17T08:46:54.331 INFO:teuthology.orchestra.run.smithi089.stdout: 5 176997 4.79 MB/sec execute 453 sec latency 68.645 ms 2024-09-17T08:46:54.913 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:54 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:46:53.694587+0000 mon.smithi133 (mon.1) 111 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:46:54.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:46:53.694587+0000 mon.smithi133 (mon.1) 111 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:46:55.331 INFO:teuthology.orchestra.run.smithi089.stdout: 5 177484 4.82 MB/sec execute 454 sec latency 32.709 ms 2024-09-17T08:46:55.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:46:54.398316+0000 mgr.smithi133.ejject (mgr.24441) 335 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 337 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 9.5 MiB/s wr, 924 op/s 2024-09-17T08:46:55.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:55 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:46:54.398316+0000 mgr.smithi133.ejject (mgr.24441) 335 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 337 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 9.5 MiB/s wr, 924 op/s 2024-09-17T08:46:56.331 INFO:teuthology.orchestra.run.smithi089.stdout: 5 177841 4.83 MB/sec execute 455 sec latency 45.704 ms 2024-09-17T08:46:57.331 INFO:teuthology.orchestra.run.smithi089.stdout: 5 178286 4.83 MB/sec execute 456 sec latency 32.918 ms 2024-09-17T08:46:57.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:46:56.398771+0000 mgr.smithi133.ejject (mgr.24441) 336 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 337 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.3 MiB/s wr, 634 op/s 2024-09-17T08:46:57.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:46:56.398771+0000 mgr.smithi133.ejject (mgr.24441) 336 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 337 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.3 MiB/s wr, 634 op/s 2024-09-17T08:46:58.331 INFO:teuthology.orchestra.run.smithi089.stdout: 5 178631 4.83 MB/sec execute 457 sec latency 53.657 ms 2024-09-17T08:46:59.331 INFO:teuthology.orchestra.run.smithi089.stdout: 5 179009 4.85 MB/sec execute 458 sec latency 42.312 ms 2024-09-17T08:46:59.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:46:59 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:46:58.399170+0000 mgr.smithi133.ejject (mgr.24441) 337 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 337 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.3 MiB/s wr, 634 op/s 2024-09-17T08:46:59.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:46:59 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:46:58.399170+0000 mgr.smithi133.ejject (mgr.24441) 337 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 337 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.3 MiB/s wr, 634 op/s 2024-09-17T08:47:00.331 INFO:teuthology.orchestra.run.smithi089.stdout: 5 179548 4.86 MB/sec execute 459 sec latency 46.677 ms 2024-09-17T08:47:01.332 INFO:teuthology.orchestra.run.smithi089.stdout: 5 180065 4.88 MB/sec execute 460 sec latency 31.831 ms 2024-09-17T08:47:01.676 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:47:01.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:01 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:47:00.399771+0000 mgr.smithi133.ejject (mgr.24441) 338 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 329 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 15 KiB/s rd, 8.9 MiB/s wr, 903 op/s 2024-09-17T08:47:01.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:01 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:47:00.399771+0000 mgr.smithi133.ejject (mgr.24441) 338 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 329 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 15 KiB/s rd, 8.9 MiB/s wr, 903 op/s 2024-09-17T08:47:02.331 INFO:teuthology.orchestra.run.smithi089.stdout: 5 180529 4.91 MB/sec execute 461 sec latency 45.004 ms 2024-09-17T08:47:02.698 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:47:02.699 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 starting - - - - 2024-09-17T08:47:02.699 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (15m) 7m ago 15m 6409k - 16.2.0 24ecd6d5f14c 86364fbbe3dd 2024-09-17T08:47:02.699 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (14m) 7m ago 14m 6405k - 16.2.0 24ecd6d5f14c c38435e94451 2024-09-17T08:47:02.699 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 starting - - - - 2024-09-17T08:47:02.699 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (10m) 7m ago 10m 40.7M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:47:02.699 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (10m) 7m ago 9m 13.2M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:47:02.700 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:9283 running (16m) 7m ago 16m 359M - 16.2.0 24ecd6d5f14c c35c6a435f28 2024-09-17T08:47:02.700 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283 running (8m) 7m ago 14m 485M - 18.2.4-855-g19e2a2be 980a0bfcd684 ee4a59ce156c 2024-09-17T08:47:02.700 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (16m) 7m ago 16m 54.0M 2048M 16.2.0 24ecd6d5f14c 5b5bfe3c39d2 2024-09-17T08:47:02.700 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (14m) 7m ago 14m 42.7M 2048M 16.2.0 24ecd6d5f14c b73d1c15d884 2024-09-17T08:47:02.700 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (7m) 7m ago 7m 51.9M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:47:02.700 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (7m) 7m ago 7m 14.8M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:47:02.700 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 starting - - - - 2024-09-17T08:47:02.700 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (14m) 7m ago 14m 15.2M - 0.18.1 e5a616e4b9cf 96cc16ecae89 2024-09-17T08:47:02.700 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (13m) 7m ago 13m 386M 4096M 16.2.0 24ecd6d5f14c ac2da40952c1 2024-09-17T08:47:02.700 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (13m) 7m ago 13m 294M 4096M 16.2.0 24ecd6d5f14c 393455ed3cc2 2024-09-17T08:47:02.700 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (13m) 7m ago 13m 252M 4096M 16.2.0 24ecd6d5f14c efc5a17c7a8f 2024-09-17T08:47:02.700 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (12m) 7m ago 12m 356M 4096M 16.2.0 24ecd6d5f14c aa8afc36736b 2024-09-17T08:47:02.701 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (12m) 7m ago 12m 376M 4096M 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:47:02.701 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (12m) 7m ago 12m 395M 4096M 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:47:02.701 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (11m) 7m ago 11m 330M 4096M 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:47:02.701 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (11m) 7m ago 11m 487M 4096M 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:47:02.701 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 running (13m) 7m ago 14m 40.5M - 2.18.1 de242295e225 251bc3a8e51b 2024-09-17T08:47:02.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:47:01.646872+0000 mgr.smithi133.ejject (mgr.24441) 339 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:02.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:47:02.171845+0000 mgr.smithi133.ejject (mgr.24441) 340 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:02.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:47:01.646872+0000 mgr.smithi133.ejject (mgr.24441) 339 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:02.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:47:02.171845+0000 mgr.smithi133.ejject (mgr.24441) 340 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:03.277 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:47:03.278 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:47:03.278 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:47:03.278 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:47:03.278 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:47:03.278 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 1, 2024-09-17T08:47:03.278 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:47:03.279 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:47:03.279 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:47:03.279 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 8 2024-09-17T08:47:03.279 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:47:03.279 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:47:03.279 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:47:03.279 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:47:03.280 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:47:03.280 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 13, 2024-09-17T08:47:03.280 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:47:03.280 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:47:03.280 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:47:03.332 INFO:teuthology.orchestra.run.smithi089.stdout: 5 180968 4.94 MB/sec execute 462 sec latency 39.278 ms 2024-09-17T08:47:03.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:47:02.400156+0000 mgr.smithi133.ejject (mgr.24441) 341 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 329 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.2 MiB/s wr, 533 op/s 2024-09-17T08:47:03.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:47:02.690325+0000 mgr.smithi133.ejject (mgr.24441) 342 : audit [DBG] from='client.24743 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:03.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:47:03.277623+0000 mon.smithi133 (mon.1) 112 : audit [DBG] from='client.? 172.21.15.89:0/2748381527' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:47:03.724 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:47:03.724 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:47:03.725 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:47:03.725 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:47:03.725 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [], 2024-09-17T08:47:03.725 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T08:47:03.725 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "", 2024-09-17T08:47:03.725 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:47:03.725 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:47:03.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:47:02.400156+0000 mgr.smithi133.ejject (mgr.24441) 341 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 329 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.2 MiB/s wr, 533 op/s 2024-09-17T08:47:03.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:47:02.690325+0000 mgr.smithi133.ejject (mgr.24441) 342 : audit [DBG] from='client.24743 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:03.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:47:03.277623+0000 mon.smithi133 (mon.1) 112 : audit [DBG] from='client.? 172.21.15.89:0/2748381527' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:47:04.251 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_OK 2024-09-17T08:47:04.332 INFO:teuthology.orchestra.run.smithi089.stdout: 5 181264 4.95 MB/sec execute 463 sec latency 86.857 ms 2024-09-17T08:47:04.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:04 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:47:03.724216+0000 mgr.smithi133.ejject (mgr.24441) 343 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:04.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:04 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:47:04.251358+0000 mon.smithi089 (mon.0) 862 : audit [DBG] from='client.? 172.21.15.89:0/4254527670' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:47:04.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:04 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:47:03.724216+0000 mgr.smithi133.ejject (mgr.24441) 343 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:04.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:04 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:47:04.251358+0000 mon.smithi089 (mon.0) 862 : audit [DBG] from='client.? 172.21.15.89:0/4254527670' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:47:05.332 INFO:teuthology.orchestra.run.smithi089.stdout: 5 181575 4.95 MB/sec execute 464 sec latency 38.504 ms 2024-09-17T08:47:05.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:47:04.400735+0000 mgr.smithi133.ejject (mgr.24441) 344 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 339 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 8.1 MiB/s wr, 792 op/s 2024-09-17T08:47:05.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:47:04.400735+0000 mgr.smithi133.ejject (mgr.24441) 344 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 339 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 8.1 MiB/s wr, 792 op/s 2024-09-17T08:47:06.332 INFO:teuthology.orchestra.run.smithi089.stdout: 5 181906 4.95 MB/sec execute 465 sec latency 45.844 ms 2024-09-17T08:47:07.332 INFO:teuthology.orchestra.run.smithi089.stdout: 5 182184 4.95 MB/sec execute 466 sec latency 60.271 ms 2024-09-17T08:47:07.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:47:06.401035+0000 mgr.smithi133.ejject (mgr.24441) 345 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 339 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.4 MiB/s wr, 526 op/s 2024-09-17T08:47:07.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:47:06.401035+0000 mgr.smithi133.ejject (mgr.24441) 345 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 339 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.4 MiB/s wr, 526 op/s 2024-09-17T08:47:08.332 INFO:teuthology.orchestra.run.smithi089.stdout: 5 182449 4.95 MB/sec execute 467 sec latency 37.613 ms 2024-09-17T08:47:09.332 INFO:teuthology.orchestra.run.smithi089.stdout: 5 183039 4.97 MB/sec execute 468 sec latency 72.450 ms 2024-09-17T08:47:09.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:47:08.401345+0000 mgr.smithi133.ejject (mgr.24441) 346 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 339 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.4 MiB/s wr, 526 op/s 2024-09-17T08:47:09.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:47:08.694716+0000 mon.smithi133 (mon.1) 113 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:47:09.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:47:08.401345+0000 mgr.smithi133.ejject (mgr.24441) 346 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 339 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.4 MiB/s wr, 526 op/s 2024-09-17T08:47:09.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:47:08.694716+0000 mon.smithi133 (mon.1) 113 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:47:10.332 INFO:teuthology.orchestra.run.smithi089.stdout: 5 183765 5.00 MB/sec execute 469 sec latency 26.891 ms 2024-09-17T08:47:11.332 INFO:teuthology.orchestra.run.smithi089.stdout: 5 184466 5.05 MB/sec execute 470 sec latency 41.798 ms 2024-09-17T08:47:11.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:47:10.401933+0000 mgr.smithi133.ejject (mgr.24441) 347 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 332 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 7.2 MiB/s wr, 761 op/s 2024-09-17T08:47:11.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:47:10.401933+0000 mgr.smithi133.ejject (mgr.24441) 347 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 332 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 7.2 MiB/s wr, 761 op/s 2024-09-17T08:47:12.332 INFO:teuthology.orchestra.run.smithi089.stdout: 5 184938 5.07 MB/sec execute 471 sec latency 42.766 ms 2024-09-17T08:47:13.332 INFO:teuthology.orchestra.run.smithi089.stdout: 5 185430 5.07 MB/sec execute 472 sec latency 82.811 ms 2024-09-17T08:47:13.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:47:12.402251+0000 mgr.smithi133.ejject (mgr.24441) 348 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 332 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.7 MiB/s wr, 492 op/s 2024-09-17T08:47:13.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:47:12.402251+0000 mgr.smithi133.ejject (mgr.24441) 348 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 332 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.7 MiB/s wr, 492 op/s 2024-09-17T08:47:14.332 INFO:teuthology.orchestra.run.smithi089.stdout: 5 185842 5.08 MB/sec execute 473 sec latency 47.351 ms 2024-09-17T08:47:15.332 INFO:teuthology.orchestra.run.smithi089.stdout: 5 186545 5.11 MB/sec execute 474 sec latency 31.011 ms 2024-09-17T08:47:15.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:47:14.402801+0000 mgr.smithi133.ejject (mgr.24441) 349 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 332 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 8.5 MiB/s wr, 851 op/s 2024-09-17T08:47:15.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:47:14.402801+0000 mgr.smithi133.ejject (mgr.24441) 349 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 332 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 8.5 MiB/s wr, 851 op/s 2024-09-17T08:47:16.332 INFO:teuthology.orchestra.run.smithi089.stdout: 5 187169 5.13 MB/sec execute 475 sec latency 21.933 ms 2024-09-17T08:47:17.332 INFO:teuthology.orchestra.run.smithi089.stdout: 5 187692 5.17 MB/sec execute 476 sec latency 29.138 ms 2024-09-17T08:47:17.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:17 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:47:16.403118+0000 mgr.smithi133.ejject (mgr.24441) 350 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 332 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.7 MiB/s wr, 592 op/s 2024-09-17T08:47:17.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:47:16.403118+0000 mgr.smithi133.ejject (mgr.24441) 350 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 332 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.7 MiB/s wr, 592 op/s 2024-09-17T08:47:18.332 INFO:teuthology.orchestra.run.smithi089.stdout: 5 188255 5.20 MB/sec execute 477 sec latency 48.411 ms 2024-09-17T08:47:19.332 INFO:teuthology.orchestra.run.smithi089.stdout: 5 188535 5.20 MB/sec execute 478 sec latency 45.290 ms 2024-09-17T08:47:19.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:47:18.403472+0000 mgr.smithi133.ejject (mgr.24441) 351 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 332 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.7 MiB/s wr, 592 op/s 2024-09-17T08:47:19.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:47:18.403472+0000 mgr.smithi133.ejject (mgr.24441) 351 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 332 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.7 MiB/s wr, 592 op/s 2024-09-17T08:47:20.332 INFO:teuthology.orchestra.run.smithi089.stdout: 5 189297 5.21 MB/sec execute 479 sec latency 18.608 ms 2024-09-17T08:47:21.332 INFO:teuthology.orchestra.run.smithi089.stdout: 5 190261 5.25 MB/sec execute 480 sec latency 41.157 ms 2024-09-17T08:47:21.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:21 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:47:20.404124+0000 mgr.smithi133.ejject (mgr.24441) 352 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 335 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 9.1 MiB/s wr, 907 op/s 2024-09-17T08:47:21.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:47:20.404124+0000 mgr.smithi133.ejject (mgr.24441) 352 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 335 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 9.1 MiB/s wr, 907 op/s 2024-09-17T08:47:22.332 INFO:teuthology.orchestra.run.smithi089.stdout: 5 191217 5.31 MB/sec execute 481 sec latency 30.852 ms 2024-09-17T08:47:23.332 INFO:teuthology.orchestra.run.smithi089.stdout: 5 191713 5.33 MB/sec execute 482 sec latency 44.156 ms 2024-09-17T08:47:23.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:23 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:47:22.404459+0000 mgr.smithi133.ejject (mgr.24441) 353 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 335 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 7.3 MiB/s wr, 673 op/s 2024-09-17T08:47:23.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:47:22.404459+0000 mgr.smithi133.ejject (mgr.24441) 353 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 335 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 7.3 MiB/s wr, 673 op/s 2024-09-17T08:47:24.332 INFO:teuthology.orchestra.run.smithi089.stdout: 5 192026 5.34 MB/sec execute 483 sec latency 61.671 ms 2024-09-17T08:47:24.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:47:23.695166+0000 mon.smithi133 (mon.1) 114 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:47:24.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:47:23.695166+0000 mon.smithi133 (mon.1) 114 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:47:25.332 INFO:teuthology.orchestra.run.smithi089.stdout: 5 192716 5.35 MB/sec execute 484 sec latency 35.641 ms 2024-09-17T08:47:25.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:47:24.405016+0000 mgr.smithi133.ejject (mgr.24441) 354 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 341 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.09k op/s 2024-09-17T08:47:25.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:47:24.405016+0000 mgr.smithi133.ejject (mgr.24441) 354 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 341 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.09k op/s 2024-09-17T08:47:26.332 INFO:teuthology.orchestra.run.smithi089.stdout: 5 193376 5.38 MB/sec execute 485 sec latency 45.798 ms 2024-09-17T08:47:27.333 INFO:teuthology.orchestra.run.smithi089.stdout: 5 193977 5.39 MB/sec execute 486 sec latency 31.196 ms 2024-09-17T08:47:27.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:47:26.405318+0000 mgr.smithi133.ejject (mgr.24441) 355 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 341 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 7.6 MiB/s wr, 731 op/s 2024-09-17T08:47:27.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:47:26.405318+0000 mgr.smithi133.ejject (mgr.24441) 355 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 341 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 7.6 MiB/s wr, 731 op/s 2024-09-17T08:47:28.332 INFO:teuthology.orchestra.run.smithi089.stdout: 5 194279 5.40 MB/sec execute 487 sec latency 58.045 ms 2024-09-17T08:47:29.333 INFO:teuthology.orchestra.run.smithi089.stdout: 5 194708 5.43 MB/sec execute 488 sec latency 104.970 ms 2024-09-17T08:47:29.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:47:28.405615+0000 mgr.smithi133.ejject (mgr.24441) 356 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 341 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 7.6 MiB/s wr, 731 op/s 2024-09-17T08:47:29.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:47:28.405615+0000 mgr.smithi133.ejject (mgr.24441) 356 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 341 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 7.6 MiB/s wr, 731 op/s 2024-09-17T08:47:30.333 INFO:teuthology.orchestra.run.smithi089.stdout: 5 195473 5.47 MB/sec execute 489 sec latency 27.294 ms 2024-09-17T08:47:31.333 INFO:teuthology.orchestra.run.smithi089.stdout: 5 196075 5.47 MB/sec execute 490 sec latency 33.818 ms 2024-09-17T08:47:31.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:47:30.406278+0000 mgr.smithi133.ejject (mgr.24441) 357 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 335 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.05k op/s 2024-09-17T08:47:31.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:47:30.406278+0000 mgr.smithi133.ejject (mgr.24441) 357 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 335 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.05k op/s 2024-09-17T08:47:32.333 INFO:teuthology.orchestra.run.smithi089.stdout: 5 196587 5.49 MB/sec execute 491 sec latency 44.449 ms 2024-09-17T08:47:33.333 INFO:teuthology.orchestra.run.smithi089.stdout: 5 197375 5.51 MB/sec execute 492 sec latency 30.387 ms 2024-09-17T08:47:33.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:47:32.406678+0000 mgr.smithi133.ejject (mgr.24441) 358 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 335 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 9.6 KiB/s rd, 7.2 MiB/s wr, 731 op/s 2024-09-17T08:47:33.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:47:32.406678+0000 mgr.smithi133.ejject (mgr.24441) 358 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 335 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 9.6 KiB/s rd, 7.2 MiB/s wr, 731 op/s 2024-09-17T08:47:34.333 INFO:teuthology.orchestra.run.smithi089.stdout: 5 197844 5.53 MB/sec execute 493 sec latency 26.646 ms 2024-09-17T08:47:34.769 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:47:35.333 INFO:teuthology.orchestra.run.smithi089.stdout: 5 198327 5.56 MB/sec execute 494 sec latency 50.164 ms 2024-09-17T08:47:35.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:35 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:47:34.407257+0000 mgr.smithi133.ejject (mgr.24441) 359 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 333 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.12k op/s 2024-09-17T08:47:35.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:35 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:47:34.751354+0000 mgr.smithi133.ejject (mgr.24441) 360 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:35.666 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:47:35.667 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 starting - - - - 2024-09-17T08:47:35.667 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (15m) 7m ago 15m 6409k - 16.2.0 24ecd6d5f14c 86364fbbe3dd 2024-09-17T08:47:35.667 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (15m) 7m ago 15m 6405k - 16.2.0 24ecd6d5f14c c38435e94451 2024-09-17T08:47:35.667 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 starting - - - - 2024-09-17T08:47:35.667 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (10m) 7m ago 10m 40.7M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:47:35.667 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (10m) 7m ago 10m 13.2M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:47:35.667 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:9283 running (17m) 7m ago 17m 359M - 16.2.0 24ecd6d5f14c c35c6a435f28 2024-09-17T08:47:35.668 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283 running (8m) 7m ago 15m 485M - 18.2.4-855-g19e2a2be 980a0bfcd684 ee4a59ce156c 2024-09-17T08:47:35.668 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (17m) 7m ago 17m 54.0M 2048M 16.2.0 24ecd6d5f14c 5b5bfe3c39d2 2024-09-17T08:47:35.668 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (14m) 7m ago 14m 42.7M 2048M 16.2.0 24ecd6d5f14c b73d1c15d884 2024-09-17T08:47:35.668 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (8m) 7m ago 8m 51.9M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:47:35.668 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (7m) 7m ago 7m 14.8M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:47:35.668 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 starting - - - - 2024-09-17T08:47:35.668 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (14m) 7m ago 14m 15.2M - 0.18.1 e5a616e4b9cf 96cc16ecae89 2024-09-17T08:47:35.668 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (14m) 7m ago 14m 386M 4096M 16.2.0 24ecd6d5f14c ac2da40952c1 2024-09-17T08:47:35.668 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (14m) 7m ago 14m 294M 4096M 16.2.0 24ecd6d5f14c 393455ed3cc2 2024-09-17T08:47:35.669 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (13m) 7m ago 13m 252M 4096M 16.2.0 24ecd6d5f14c efc5a17c7a8f 2024-09-17T08:47:35.669 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (13m) 7m ago 13m 356M 4096M 16.2.0 24ecd6d5f14c aa8afc36736b 2024-09-17T08:47:35.669 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (12m) 7m ago 12m 376M 4096M 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:47:35.669 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (12m) 7m ago 12m 395M 4096M 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:47:35.669 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (12m) 7m ago 12m 330M 4096M 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:47:35.669 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (12m) 7m ago 12m 487M 4096M 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:47:35.669 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 running (14m) 7m ago 15m 40.5M - 2.18.1 de242295e225 251bc3a8e51b 2024-09-17T08:47:35.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:35 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:47:34.407257+0000 mgr.smithi133.ejject (mgr.24441) 359 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 333 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.12k op/s 2024-09-17T08:47:35.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:35 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:47:34.751354+0000 mgr.smithi133.ejject (mgr.24441) 360 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:36.117 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:47:36.117 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:47:36.117 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:47:36.117 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:47:36.117 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:47:36.117 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 1, 2024-09-17T08:47:36.117 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:47:36.117 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:47:36.118 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:47:36.118 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 8 2024-09-17T08:47:36.118 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:47:36.118 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:47:36.118 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:47:36.118 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:47:36.118 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:47:36.118 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 13, 2024-09-17T08:47:36.118 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:47:36.118 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:47:36.118 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:47:36.333 INFO:teuthology.orchestra.run.smithi089.stdout: 5 198751 5.58 MB/sec execute 495 sec latency 214.107 ms 2024-09-17T08:47:36.532 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:47:36.533 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:47:36.533 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:47:36.533 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:47:36.533 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [], 2024-09-17T08:47:36.533 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T08:47:36.533 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "", 2024-09-17T08:47:36.533 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:47:36.533 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:47:36.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:36 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:47:35.228510+0000 mgr.smithi133.ejject (mgr.24441) 361 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:36.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:36 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:47:35.645900+0000 mgr.smithi133.ejject (mgr.24441) 362 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:36.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:36 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:47:36.117101+0000 mon.smithi089 (mon.0) 863 : audit [DBG] from='client.? 172.21.15.89:0/2239197315' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:47:36.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:36 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:47:35.228510+0000 mgr.smithi133.ejject (mgr.24441) 361 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:36.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:36 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:47:35.645900+0000 mgr.smithi133.ejject (mgr.24441) 362 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:36.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:36 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:47:36.117101+0000 mon.smithi089 (mon.0) 863 : audit [DBG] from='client.? 172.21.15.89:0/2239197315' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:47:37.063 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_OK 2024-09-17T08:47:37.333 INFO:teuthology.orchestra.run.smithi089.stdout: 5 199048 5.59 MB/sec execute 496 sec latency 46.153 ms 2024-09-17T08:47:37.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:47:36.407606+0000 mgr.smithi133.ejject (mgr.24441) 363 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 333 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.7 MiB/s wr, 704 op/s 2024-09-17T08:47:37.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:47:36.532650+0000 mgr.smithi133.ejject (mgr.24441) 364 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:37.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:47:37.063459+0000 mon.smithi089 (mon.0) 864 : audit [DBG] from='client.? 172.21.15.89:0/1399875755' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:47:37.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:47:36.407606+0000 mgr.smithi133.ejject (mgr.24441) 363 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 333 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.7 MiB/s wr, 704 op/s 2024-09-17T08:47:37.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:47:36.532650+0000 mgr.smithi133.ejject (mgr.24441) 364 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:37.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:47:37.063459+0000 mon.smithi089 (mon.0) 864 : audit [DBG] from='client.? 172.21.15.89:0/1399875755' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:47:38.333 INFO:teuthology.orchestra.run.smithi089.stdout: 5 199350 5.59 MB/sec execute 497 sec latency 51.232 ms 2024-09-17T08:47:39.333 INFO:teuthology.orchestra.run.smithi089.stdout: 5 199663 5.58 MB/sec execute 498 sec latency 73.552 ms 2024-09-17T08:47:39.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:47:38.407935+0000 mgr.smithi133.ejject (mgr.24441) 365 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 333 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.7 MiB/s wr, 704 op/s 2024-09-17T08:47:39.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:47:38.695415+0000 mon.smithi133 (mon.1) 115 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:47:39.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:47:38.407935+0000 mgr.smithi133.ejject (mgr.24441) 365 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 333 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.7 MiB/s wr, 704 op/s 2024-09-17T08:47:39.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:47:38.695415+0000 mon.smithi133 (mon.1) 115 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:47:40.333 INFO:teuthology.orchestra.run.smithi089.stdout: 5 199931 5.58 MB/sec execute 499 sec latency 46.495 ms 2024-09-17T08:47:41.333 INFO:teuthology.orchestra.run.smithi089.stdout: 5 200360 5.60 MB/sec execute 500 sec latency 51.815 ms 2024-09-17T08:47:41.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:47:40.408532+0000 mgr.smithi133.ejject (mgr.24441) 366 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 336 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 9.1 MiB/s wr, 925 op/s 2024-09-17T08:47:41.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:47:40.408532+0000 mgr.smithi133.ejject (mgr.24441) 366 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 336 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 9.1 MiB/s wr, 925 op/s 2024-09-17T08:47:42.333 INFO:teuthology.orchestra.run.smithi089.stdout: 5 201065 5.61 MB/sec execute 501 sec latency 29.547 ms 2024-09-17T08:47:43.333 INFO:teuthology.orchestra.run.smithi089.stdout: 5 201498 5.63 MB/sec execute 502 sec latency 26.333 ms 2024-09-17T08:47:43.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:47:42.408826+0000 mgr.smithi133.ejject (mgr.24441) 367 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 336 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.1 MiB/s wr, 610 op/s 2024-09-17T08:47:43.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:47:42.408826+0000 mgr.smithi133.ejject (mgr.24441) 367 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 336 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.1 MiB/s wr, 610 op/s 2024-09-17T08:47:44.333 INFO:teuthology.orchestra.run.smithi089.stdout: 5 201988 5.65 MB/sec execute 503 sec latency 34.389 ms 2024-09-17T08:47:45.333 INFO:teuthology.orchestra.run.smithi089.stdout: 5 202451 5.68 MB/sec execute 504 sec latency 41.699 ms 2024-09-17T08:47:45.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:47:44.409354+0000 mgr.smithi133.ejject (mgr.24441) 368 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 338 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 9.0 MiB/s wr, 893 op/s 2024-09-17T08:47:45.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:47:44.409354+0000 mgr.smithi133.ejject (mgr.24441) 368 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 338 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 9.0 MiB/s wr, 893 op/s 2024-09-17T08:47:46.333 INFO:teuthology.orchestra.run.smithi089.stdout: 5 202750 5.68 MB/sec execute 505 sec latency 42.210 ms 2024-09-17T08:47:47.333 INFO:teuthology.orchestra.run.smithi089.stdout: 5 203330 5.68 MB/sec execute 506 sec latency 32.461 ms 2024-09-17T08:47:47.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:47:46.409686+0000 mgr.smithi133.ejject (mgr.24441) 369 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 338 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.2 MiB/s wr, 504 op/s 2024-09-17T08:47:47.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:47:46.409686+0000 mgr.smithi133.ejject (mgr.24441) 369 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 338 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.2 MiB/s wr, 504 op/s 2024-09-17T08:47:48.333 INFO:teuthology.orchestra.run.smithi089.stdout: 5 203753 5.69 MB/sec execute 507 sec latency 61.551 ms 2024-09-17T08:47:49.333 INFO:teuthology.orchestra.run.smithi089.stdout: 5 204632 5.72 MB/sec execute 508 sec latency 29.924 ms 2024-09-17T08:47:49.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:49 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:47:48.410041+0000 mgr.smithi133.ejject (mgr.24441) 370 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 338 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.2 MiB/s wr, 504 op/s 2024-09-17T08:47:49.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:49 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:47:48.410041+0000 mgr.smithi133.ejject (mgr.24441) 370 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 338 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.2 MiB/s wr, 504 op/s 2024-09-17T08:47:50.333 INFO:teuthology.orchestra.run.smithi089.stdout: 5 205133 5.74 MB/sec execute 509 sec latency 26.966 ms 2024-09-17T08:47:51.333 INFO:teuthology.orchestra.run.smithi089.stdout: 5 205705 5.78 MB/sec execute 510 sec latency 36.333 ms 2024-09-17T08:47:51.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:51 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:47:50.410684+0000 mgr.smithi133.ejject (mgr.24441) 371 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 332 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 8.1 MiB/s wr, 828 op/s 2024-09-17T08:47:51.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:51 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:47:50.410684+0000 mgr.smithi133.ejject (mgr.24441) 371 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 332 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 8.1 MiB/s wr, 828 op/s 2024-09-17T08:47:52.333 INFO:teuthology.orchestra.run.smithi089.stdout: 5 206099 5.79 MB/sec execute 511 sec latency 48.693 ms 2024-09-17T08:47:53.333 INFO:teuthology.orchestra.run.smithi089.stdout: 5 206333 5.79 MB/sec execute 512 sec latency 47.008 ms 2024-09-17T08:47:53.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:47:52.410987+0000 mgr.smithi133.ejject (mgr.24441) 372 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 332 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.8 MiB/s wr, 606 op/s 2024-09-17T08:47:53.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:47:52.410987+0000 mgr.smithi133.ejject (mgr.24441) 372 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 332 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.8 MiB/s wr, 606 op/s 2024-09-17T08:47:54.333 INFO:teuthology.orchestra.run.smithi089.stdout: 5 206640 5.79 MB/sec execute 513 sec latency 79.895 ms 2024-09-17T08:47:54.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:54 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:47:53.696971+0000 mon.smithi133 (mon.1) 116 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:47:54.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:47:53.696971+0000 mon.smithi133 (mon.1) 116 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:47:55.333 INFO:teuthology.orchestra.run.smithi089.stdout: 5 206918 5.78 MB/sec execute 514 sec latency 61.955 ms 2024-09-17T08:47:55.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:47:54.411597+0000 mgr.smithi133.ejject (mgr.24441) 373 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 335 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 8.6 MiB/s wr, 860 op/s 2024-09-17T08:47:55.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:55 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:47:54.411597+0000 mgr.smithi133.ejject (mgr.24441) 373 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 335 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 8.6 MiB/s wr, 860 op/s 2024-09-17T08:47:56.333 INFO:teuthology.orchestra.run.smithi089.stdout: 5 207361 5.80 MB/sec execute 515 sec latency 32.031 ms 2024-09-17T08:47:57.334 INFO:teuthology.orchestra.run.smithi089.stdout: 5 208015 5.81 MB/sec execute 516 sec latency 33.631 ms 2024-09-17T08:47:57.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:47:56.411937+0000 mgr.smithi133.ejject (mgr.24441) 374 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 335 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.8 MiB/s wr, 576 op/s 2024-09-17T08:47:57.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:47:56.411937+0000 mgr.smithi133.ejject (mgr.24441) 374 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 335 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.8 MiB/s wr, 576 op/s 2024-09-17T08:47:58.334 INFO:teuthology.orchestra.run.smithi089.stdout: 5 208413 5.82 MB/sec execute 517 sec latency 47.225 ms 2024-09-17T08:47:59.334 INFO:teuthology.orchestra.run.smithi089.stdout: 5 208767 5.84 MB/sec execute 518 sec latency 54.810 ms 2024-09-17T08:47:59.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:47:59 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:47:58.412283+0000 mgr.smithi133.ejject (mgr.24441) 375 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 335 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.8 MiB/s wr, 576 op/s 2024-09-17T08:47:59.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:47:59 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:47:58.412283+0000 mgr.smithi133.ejject (mgr.24441) 375 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 335 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.8 MiB/s wr, 576 op/s 2024-09-17T08:48:00.333 INFO:teuthology.orchestra.run.smithi089.stdout: 5 209160 5.85 MB/sec execute 519 sec latency 46.389 ms 2024-09-17T08:48:01.334 INFO:teuthology.orchestra.run.smithi089.stdout: 5 209526 5.87 MB/sec execute 520 sec latency 63.826 ms 2024-09-17T08:48:01.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:01 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:48:00.413007+0000 mgr.smithi133.ejject (mgr.24441) 376 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 331 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 8.2 MiB/s wr, 842 op/s 2024-09-17T08:48:01.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:01 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:48:00.413007+0000 mgr.smithi133.ejject (mgr.24441) 376 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 331 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 8.2 MiB/s wr, 842 op/s 2024-09-17T08:48:02.334 INFO:teuthology.orchestra.run.smithi089.stdout: 5 210201 5.88 MB/sec execute 521 sec latency 27.964 ms 2024-09-17T08:48:03.334 INFO:teuthology.orchestra.run.smithi089.stdout: 5 210932 5.91 MB/sec execute 522 sec latency 32.604 ms 2024-09-17T08:48:03.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:48:02.413432+0000 mgr.smithi133.ejject (mgr.24441) 377 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 331 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.3 MiB/s wr, 518 op/s 2024-09-17T08:48:03.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:48:02.413432+0000 mgr.smithi133.ejject (mgr.24441) 377 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 331 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.3 MiB/s wr, 518 op/s 2024-09-17T08:48:04.334 INFO:teuthology.orchestra.run.smithi089.stdout: 5 211833 5.93 MB/sec execute 523 sec latency 41.260 ms 2024-09-17T08:48:05.334 INFO:teuthology.orchestra.run.smithi089.stdout: 5 212310 5.95 MB/sec execute 524 sec latency 22.753 ms 2024-09-17T08:48:05.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:48:04.414193+0000 mgr.smithi133.ejject (mgr.24441) 378 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 337 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 8.9 MiB/s wr, 893 op/s 2024-09-17T08:48:05.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:48:04.414193+0000 mgr.smithi133.ejject (mgr.24441) 378 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 337 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 8.9 MiB/s wr, 893 op/s 2024-09-17T08:48:06.334 INFO:teuthology.orchestra.run.smithi089.stdout: 5 212894 5.98 MB/sec execute 525 sec latency 45.780 ms 2024-09-17T08:48:07.334 INFO:teuthology.orchestra.run.smithi089.stdout: 5 213359 6.00 MB/sec execute 526 sec latency 29.184 ms 2024-09-17T08:48:07.510 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:48:07.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:48:06.414513+0000 mgr.smithi133.ejject (mgr.24441) 379 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 337 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.0 MiB/s wr, 640 op/s 2024-09-17T08:48:07.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:48:06.414513+0000 mgr.smithi133.ejject (mgr.24441) 379 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 337 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.0 MiB/s wr, 640 op/s 2024-09-17T08:48:08.334 INFO:teuthology.orchestra.run.smithi089.stdout: 5 213889 6.00 MB/sec execute 527 sec latency 30.542 ms 2024-09-17T08:48:08.408 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:48:08.408 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 starting - - - - 2024-09-17T08:48:08.408 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (16m) 8m ago 16m 6409k - 16.2.0 24ecd6d5f14c 86364fbbe3dd 2024-09-17T08:48:08.408 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (15m) 8m ago 15m 6405k - 16.2.0 24ecd6d5f14c c38435e94451 2024-09-17T08:48:08.409 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 starting - - - - 2024-09-17T08:48:08.409 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (11m) 8m ago 11m 40.7M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:48:08.409 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (11m) 8m ago 11m 13.2M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:48:08.409 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:9283 running (17m) 8m ago 17m 359M - 16.2.0 24ecd6d5f14c c35c6a435f28 2024-09-17T08:48:08.409 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283 running (9m) 8m ago 15m 485M - 18.2.4-855-g19e2a2be 980a0bfcd684 ee4a59ce156c 2024-09-17T08:48:08.409 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (17m) 8m ago 17m 54.0M 2048M 16.2.0 24ecd6d5f14c 5b5bfe3c39d2 2024-09-17T08:48:08.409 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (15m) 8m ago 15m 42.7M 2048M 16.2.0 24ecd6d5f14c b73d1c15d884 2024-09-17T08:48:08.409 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (8m) 8m ago 8m 51.9M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:48:08.409 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (8m) 8m ago 8m 14.8M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:48:08.409 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 starting - - - - 2024-09-17T08:48:08.409 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (15m) 8m ago 15m 15.2M - 0.18.1 e5a616e4b9cf 96cc16ecae89 2024-09-17T08:48:08.409 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (15m) 8m ago 15m 386M 4096M 16.2.0 24ecd6d5f14c ac2da40952c1 2024-09-17T08:48:08.409 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (14m) 8m ago 14m 294M 4096M 16.2.0 24ecd6d5f14c 393455ed3cc2 2024-09-17T08:48:08.410 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (14m) 8m ago 14m 252M 4096M 16.2.0 24ecd6d5f14c efc5a17c7a8f 2024-09-17T08:48:08.410 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (13m) 8m ago 13m 356M 4096M 16.2.0 24ecd6d5f14c aa8afc36736b 2024-09-17T08:48:08.410 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (13m) 8m ago 13m 376M 4096M 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:48:08.410 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (13m) 8m ago 13m 395M 4096M 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:48:08.410 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (12m) 8m ago 12m 330M 4096M 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:48:08.410 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (12m) 8m ago 12m 487M 4096M 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:48:08.410 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 running (14m) 8m ago 15m 40.5M - 2.18.1 de242295e225 251bc3a8e51b 2024-09-17T08:48:08.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:08 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:48:07.496028+0000 mgr.smithi133.ejject (mgr.24441) 380 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:48:08.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:08 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:48:07.962660+0000 mgr.smithi133.ejject (mgr.24441) 381 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:48:08.905 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:08 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:48:07.496028+0000 mgr.smithi133.ejject (mgr.24441) 380 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:48:08.905 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:08 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:48:07.962660+0000 mgr.smithi133.ejject (mgr.24441) 381 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:48:08.981 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:48:08.981 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:48:08.981 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:48:08.982 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:48:08.982 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:48:08.982 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 1, 2024-09-17T08:48:08.982 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:48:08.982 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:48:08.982 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:48:08.982 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 8 2024-09-17T08:48:08.982 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:48:08.983 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:48:08.983 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:48:08.983 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:48:08.983 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:48:08.983 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 13, 2024-09-17T08:48:08.983 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:48:08.983 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:48:08.984 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:48:09.334 INFO:teuthology.orchestra.run.smithi089.stdout: 5 214207 6.00 MB/sec execute 528 sec latency 52.112 ms 2024-09-17T08:48:09.422 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:48:09.422 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:48:09.422 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:48:09.423 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:48:09.423 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [], 2024-09-17T08:48:09.423 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T08:48:09.423 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "", 2024-09-17T08:48:09.423 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:48:09.423 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:48:09.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:48:08.397276+0000 mgr.smithi133.ejject (mgr.24441) 382 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:48:09.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:48:08.414866+0000 mgr.smithi133.ejject (mgr.24441) 383 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 337 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.0 MiB/s wr, 640 op/s 2024-09-17T08:48:09.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:48:08.697802+0000 mon.smithi133 (mon.1) 117 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:48:09.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:48:08.981333+0000 mon.smithi089 (mon.0) 865 : audit [DBG] from='client.? 172.21.15.89:0/3451840421' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:48:09.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:48:08.397276+0000 mgr.smithi133.ejject (mgr.24441) 382 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:48:09.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:48:08.414866+0000 mgr.smithi133.ejject (mgr.24441) 383 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 337 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.0 MiB/s wr, 640 op/s 2024-09-17T08:48:09.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:48:08.697802+0000 mon.smithi133 (mon.1) 117 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:48:09.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:48:08.981333+0000 mon.smithi089 (mon.0) 865 : audit [DBG] from='client.? 172.21.15.89:0/3451840421' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:48:09.939 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_OK 2024-09-17T08:48:10.334 INFO:teuthology.orchestra.run.smithi089.stdout: 5 214814 6.02 MB/sec execute 529 sec latency 37.758 ms 2024-09-17T08:48:10.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:48:09.422426+0000 mgr.smithi133.ejject (mgr.24441) 384 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:48:10.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:10 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:48:09.939614+0000 mon.smithi089 (mon.0) 866 : audit [DBG] from='client.? 172.21.15.89:0/2036405289' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:48:10.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:10 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:48:09.422426+0000 mgr.smithi133.ejject (mgr.24441) 384 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:48:10.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:10 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:48:09.939614+0000 mon.smithi089 (mon.0) 866 : audit [DBG] from='client.? 172.21.15.89:0/2036405289' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:48:11.334 INFO:teuthology.orchestra.run.smithi089.stdout: 5 215487 6.04 MB/sec execute 530 sec latency 36.142 ms 2024-09-17T08:48:11.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:48:10.415547+0000 mgr.smithi133.ejject (mgr.24441) 385 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 332 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 14 KiB/s rd, 9.5 MiB/s wr, 952 op/s 2024-09-17T08:48:11.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:48:10.415547+0000 mgr.smithi133.ejject (mgr.24441) 385 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 332 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 14 KiB/s rd, 9.5 MiB/s wr, 952 op/s 2024-09-17T08:48:12.334 INFO:teuthology.orchestra.run.smithi089.stdout: 5 215954 6.06 MB/sec execute 531 sec latency 37.925 ms 2024-09-17T08:48:13.334 INFO:teuthology.orchestra.run.smithi089.stdout: 5 216434 6.08 MB/sec execute 532 sec latency 32.759 ms 2024-09-17T08:48:13.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:48:12.415935+0000 mgr.smithi133.ejject (mgr.24441) 386 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 332 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 686 op/s 2024-09-17T08:48:13.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:48:12.415935+0000 mgr.smithi133.ejject (mgr.24441) 386 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 332 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 686 op/s 2024-09-17T08:48:14.334 INFO:teuthology.orchestra.run.smithi089.stdout: 5 216742 6.09 MB/sec execute 533 sec latency 69.049 ms 2024-09-17T08:48:15.334 INFO:teuthology.orchestra.run.smithi089.stdout: 5 216972 6.09 MB/sec execute 534 sec latency 31.865 ms 2024-09-17T08:48:15.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:48:14.416717+0000 mgr.smithi133.ejject (mgr.24441) 387 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 344 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 13 KiB/s rd, 9.9 MiB/s wr, 966 op/s 2024-09-17T08:48:15.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:48:14.416717+0000 mgr.smithi133.ejject (mgr.24441) 387 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 344 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 13 KiB/s rd, 9.9 MiB/s wr, 966 op/s 2024-09-17T08:48:16.334 INFO:teuthology.orchestra.run.smithi089.stdout: 5 217321 6.08 MB/sec execute 535 sec latency 56.971 ms 2024-09-17T08:48:17.334 INFO:teuthology.orchestra.run.smithi089.stdout: 5 217644 6.08 MB/sec execute 536 sec latency 51.682 ms 2024-09-17T08:48:17.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:17 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:48:16.417113+0000 mgr.smithi133.ejject (mgr.24441) 388 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 344 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.3 MiB/s wr, 592 op/s 2024-09-17T08:48:17.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:48:16.417113+0000 mgr.smithi133.ejject (mgr.24441) 388 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 344 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.3 MiB/s wr, 592 op/s 2024-09-17T08:48:18.334 INFO:teuthology.orchestra.run.smithi089.stdout: 5 217983 6.09 MB/sec execute 537 sec latency 40.657 ms 2024-09-17T08:48:19.334 INFO:teuthology.orchestra.run.smithi089.stdout: 5 218505 6.10 MB/sec execute 538 sec latency 67.121 ms 2024-09-17T08:48:19.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:48:18.417415+0000 mgr.smithi133.ejject (mgr.24441) 389 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 344 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.3 MiB/s wr, 592 op/s 2024-09-17T08:48:19.727 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:48:18.417415+0000 mgr.smithi133.ejject (mgr.24441) 389 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 344 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.3 MiB/s wr, 592 op/s 2024-09-17T08:48:20.334 INFO:teuthology.orchestra.run.smithi089.stdout: 5 219041 6.11 MB/sec execute 539 sec latency 40.230 ms 2024-09-17T08:48:21.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:20 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:48:19.868468+0000 mon.smithi089 (mon.0) 867 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:48:21.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:20 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:48:19.875593+0000 mon.smithi089 (mon.0) 868 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:48:21.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:20 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:48:19.877585+0000 mgr.smithi133.ejject (mgr.24441) 390 : cephadm [INF] Reconfiguring node-exporter.smithi133 (dependencies changed)... 2024-09-17T08:48:21.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:20 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:48:19.877900+0000 mgr.smithi133.ejject (mgr.24441) 391 : cephadm [INF] Reconfiguring daemon node-exporter.smithi133 on smithi133 2024-09-17T08:48:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:48:19.868468+0000 mon.smithi089 (mon.0) 867 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:48:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:48:19.875593+0000 mon.smithi089 (mon.0) 868 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:48:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:48:19.877585+0000 mgr.smithi133.ejject (mgr.24441) 390 : cephadm [INF] Reconfiguring node-exporter.smithi133 (dependencies changed)... 2024-09-17T08:48:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:48:19.877900+0000 mgr.smithi133.ejject (mgr.24441) 391 : cephadm [INF] Reconfiguring daemon node-exporter.smithi133 on smithi133 2024-09-17T08:48:21.334 INFO:teuthology.orchestra.run.smithi089.stdout: 5 219474 6.14 MB/sec execute 540 sec latency 38.804 ms 2024-09-17T08:48:22.056 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:21 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:48:20.418193+0000 mgr.smithi133.ejject (mgr.24441) 392 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 337 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 8.3 MiB/s wr, 822 op/s 2024-09-17T08:48:22.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:48:20.418193+0000 mgr.smithi133.ejject (mgr.24441) 392 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 337 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 8.3 MiB/s wr, 822 op/s 2024-09-17T08:48:22.334 INFO:teuthology.orchestra.run.smithi089.stdout: 5 219915 6.15 MB/sec execute 541 sec latency 41.668 ms 2024-09-17T08:48:23.334 INFO:teuthology.orchestra.run.smithi089.stdout: 5 220327 6.17 MB/sec execute 542 sec latency 40.702 ms 2024-09-17T08:48:24.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:23 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:48:22.418516+0000 mgr.smithi133.ejject (mgr.24441) 393 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 337 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.8 MiB/s wr, 510 op/s 2024-09-17T08:48:24.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:23 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:48:23.697616+0000 mon.smithi133 (mon.1) 118 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:48:24.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:48:22.418516+0000 mgr.smithi133.ejject (mgr.24441) 393 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 337 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.8 MiB/s wr, 510 op/s 2024-09-17T08:48:24.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:48:23.697616+0000 mon.smithi133 (mon.1) 118 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:48:24.334 INFO:teuthology.orchestra.run.smithi089.stdout: 5 220708 6.17 MB/sec execute 543 sec latency 40.454 ms 2024-09-17T08:48:25.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 221099 6.16 MB/sec execute 544 sec latency 40.528 ms 2024-09-17T08:48:25.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:48:24.419212+0000 mgr.smithi133.ejject (mgr.24441) 394 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 345 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 8.9 KiB/s rd, 7.9 MiB/s wr, 777 op/s 2024-09-17T08:48:25.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:48:24.419212+0000 mgr.smithi133.ejject (mgr.24441) 394 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 345 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 8.9 KiB/s rd, 7.9 MiB/s wr, 777 op/s 2024-09-17T08:48:26.334 INFO:teuthology.orchestra.run.smithi089.stdout: 5 221353 6.17 MB/sec execute 545 sec latency 70.931 ms 2024-09-17T08:48:27.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 221881 6.19 MB/sec execute 546 sec latency 34.588 ms 2024-09-17T08:48:27.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:48:26.419576+0000 mgr.smithi133.ejject (mgr.24441) 395 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 345 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 5.9 KiB/s rd, 5.0 MiB/s wr, 497 op/s 2024-09-17T08:48:27.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:48:26.419576+0000 mgr.smithi133.ejject (mgr.24441) 395 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 345 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 5.9 KiB/s rd, 5.0 MiB/s wr, 497 op/s 2024-09-17T08:48:28.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 222574 6.20 MB/sec execute 547 sec latency 42.383 ms 2024-09-17T08:48:29.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 222999 6.22 MB/sec execute 548 sec latency 33.533 ms 2024-09-17T08:48:29.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:48:28.419907+0000 mgr.smithi133.ejject (mgr.24441) 396 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 345 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 5.9 KiB/s rd, 5.0 MiB/s wr, 497 op/s 2024-09-17T08:48:29.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:48:28.419907+0000 mgr.smithi133.ejject (mgr.24441) 396 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 345 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 5.9 KiB/s rd, 5.0 MiB/s wr, 497 op/s 2024-09-17T08:48:30.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 223521 6.24 MB/sec execute 549 sec latency 31.728 ms 2024-09-17T08:48:31.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 223876 6.25 MB/sec execute 550 sec latency 47.233 ms 2024-09-17T08:48:31.478 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:48:30.420483+0000 mgr.smithi133.ejject (mgr.24441) 397 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 341 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 9.9 KiB/s rd, 7.6 MiB/s wr, 781 op/s 2024-09-17T08:48:31.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:48:30.420483+0000 mgr.smithi133.ejject (mgr.24441) 397 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 341 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 9.9 KiB/s rd, 7.6 MiB/s wr, 781 op/s 2024-09-17T08:48:32.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 224228 6.25 MB/sec execute 551 sec latency 28.213 ms 2024-09-17T08:48:33.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 224657 6.25 MB/sec execute 552 sec latency 41.544 ms 2024-09-17T08:48:33.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:48:32.420789+0000 mgr.smithi133.ejject (mgr.24441) 398 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 341 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.6 MiB/s wr, 551 op/s 2024-09-17T08:48:33.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:48:32.420789+0000 mgr.smithi133.ejject (mgr.24441) 398 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 341 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.6 MiB/s wr, 551 op/s 2024-09-17T08:48:34.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 224908 6.25 MB/sec execute 553 sec latency 53.534 ms 2024-09-17T08:48:35.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 225374 6.27 MB/sec execute 554 sec latency 42.729 ms 2024-09-17T08:48:35.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:35 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:48:34.421543+0000 mgr.smithi133.ejject (mgr.24441) 399 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 335 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 8.4 MiB/s wr, 815 op/s 2024-09-17T08:48:35.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:35 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:48:34.421543+0000 mgr.smithi133.ejject (mgr.24441) 399 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 335 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 8.4 MiB/s wr, 815 op/s 2024-09-17T08:48:36.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 225955 6.27 MB/sec execute 555 sec latency 41.540 ms 2024-09-17T08:48:37.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 226280 6.28 MB/sec execute 556 sec latency 38.704 ms 2024-09-17T08:48:37.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:48:36.422036+0000 mgr.smithi133.ejject (mgr.24441) 400 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 335 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.3 MiB/s wr, 547 op/s 2024-09-17T08:48:37.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:48:36.422036+0000 mgr.smithi133.ejject (mgr.24441) 400 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 335 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.3 MiB/s wr, 547 op/s 2024-09-17T08:48:38.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 227037 6.31 MB/sec execute 557 sec latency 24.618 ms 2024-09-17T08:48:39.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 227535 6.34 MB/sec execute 558 sec latency 54.662 ms 2024-09-17T08:48:39.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:48:38.422421+0000 mgr.smithi133.ejject (mgr.24441) 401 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 335 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.3 MiB/s wr, 547 op/s 2024-09-17T08:48:39.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:48:38.697919+0000 mon.smithi133 (mon.1) 119 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:48:39.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:48:38.422421+0000 mgr.smithi133.ejject (mgr.24441) 401 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 335 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.3 MiB/s wr, 547 op/s 2024-09-17T08:48:39.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:48:38.697919+0000 mon.smithi133 (mon.1) 119 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:48:40.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 227774 6.33 MB/sec execute 559 sec latency 67.261 ms 2024-09-17T08:48:40.404 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:48:41.311 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:48:41.311 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 starting - - - - 2024-09-17T08:48:41.311 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (17m) 8m ago 17m 6409k - 16.2.0 24ecd6d5f14c 86364fbbe3dd 2024-09-17T08:48:41.311 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (16m) 8m ago 16m 6405k - 16.2.0 24ecd6d5f14c c38435e94451 2024-09-17T08:48:41.312 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 starting - - - - 2024-09-17T08:48:41.312 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (11m) 8m ago 11m 40.7M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:48:41.312 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (11m) 8m ago 11m 13.2M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:48:41.312 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:9283 running (18m) 8m ago 18m 359M - 16.2.0 24ecd6d5f14c c35c6a435f28 2024-09-17T08:48:41.312 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283 running (9m) 8m ago 16m 485M - 18.2.4-855-g19e2a2be 980a0bfcd684 ee4a59ce156c 2024-09-17T08:48:41.312 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (18m) 8m ago 18m 54.0M 2048M 16.2.0 24ecd6d5f14c 5b5bfe3c39d2 2024-09-17T08:48:41.312 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (16m) 8m ago 16m 42.7M 2048M 16.2.0 24ecd6d5f14c b73d1c15d884 2024-09-17T08:48:41.312 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (9m) 8m ago 9m 51.9M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:48:41.312 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (9m) 8m ago 9m 14.8M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:48:41.312 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 starting - - - - 2024-09-17T08:48:41.312 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (15m) 8m ago 15m 15.2M - 0.18.1 e5a616e4b9cf 96cc16ecae89 2024-09-17T08:48:41.312 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (15m) 8m ago 15m 386M 4096M 16.2.0 24ecd6d5f14c ac2da40952c1 2024-09-17T08:48:41.312 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (15m) 8m ago 15m 294M 4096M 16.2.0 24ecd6d5f14c 393455ed3cc2 2024-09-17T08:48:41.313 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (14m) 8m ago 14m 252M 4096M 16.2.0 24ecd6d5f14c efc5a17c7a8f 2024-09-17T08:48:41.313 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (14m) 8m ago 14m 356M 4096M 16.2.0 24ecd6d5f14c aa8afc36736b 2024-09-17T08:48:41.313 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (14m) 8m ago 14m 376M 4096M 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:48:41.313 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (13m) 8m ago 13m 395M 4096M 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:48:41.313 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (13m) 8m ago 13m 330M 4096M 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:48:41.313 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (13m) 8m ago 13m 487M 4096M 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:48:41.313 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 starting - - - - 2024-09-17T08:48:41.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 228013 6.33 MB/sec execute 560 sec latency 81.559 ms 2024-09-17T08:48:41.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:48:40.387701+0000 mgr.smithi133.ejject (mgr.24441) 402 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:48:41.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:48:40.423027+0000 mgr.smithi133.ejject (mgr.24441) 403 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 344 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 8.5 MiB/s wr, 850 op/s 2024-09-17T08:48:41.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:48:40.860799+0000 mgr.smithi133.ejject (mgr.24441) 404 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:48:41.872 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:48:41.872 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:48:41.872 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:48:41.872 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:48:41.872 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:48:41.872 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 1, 2024-09-17T08:48:41.872 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:48:41.873 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:48:41.873 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:48:41.873 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 8 2024-09-17T08:48:41.873 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:48:41.873 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:48:41.873 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:48:41.873 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:48:41.873 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:48:41.873 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 13, 2024-09-17T08:48:41.873 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:48:41.873 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:48:41.873 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:48:41.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:48:40.387701+0000 mgr.smithi133.ejject (mgr.24441) 402 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:48:41.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:48:40.423027+0000 mgr.smithi133.ejject (mgr.24441) 403 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 344 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 8.5 MiB/s wr, 850 op/s 2024-09-17T08:48:41.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:48:40.860799+0000 mgr.smithi133.ejject (mgr.24441) 404 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:48:42.327 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:48:42.327 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:48:42.327 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:48:42.327 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:48:42.328 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [], 2024-09-17T08:48:42.328 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T08:48:42.328 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "", 2024-09-17T08:48:42.328 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:48:42.328 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:48:42.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 228243 6.32 MB/sec execute 561 sec latency 56.595 ms 2024-09-17T08:48:42.484 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:48:41.300874+0000 mgr.smithi133.ejject (mgr.24441) 405 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:48:42.484 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:48:41.871882+0000 mon.smithi089 (mon.0) 869 : audit [DBG] from='client.? 172.21.15.89:0/1071366057' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:48:42.883 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_OK 2024-09-17T08:48:42.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:48:41.300874+0000 mgr.smithi133.ejject (mgr.24441) 405 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:48:42.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:48:41.871882+0000 mon.smithi089 (mon.0) 869 : audit [DBG] from='client.? 172.21.15.89:0/1071366057' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:48:43.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 228540 6.32 MB/sec execute 562 sec latency 41.058 ms 2024-09-17T08:48:43.851 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:48:42.327230+0000 mgr.smithi133.ejject (mgr.24441) 406 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:48:43.851 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:48:42.423335+0000 mgr.smithi133.ejject (mgr.24441) 407 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 344 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.9 MiB/s wr, 566 op/s 2024-09-17T08:48:43.851 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:48:42.883625+0000 mon.smithi089 (mon.0) 870 : audit [DBG] from='client.? 172.21.15.89:0/4286093913' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:48:43.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:48:42.327230+0000 mgr.smithi133.ejject (mgr.24441) 406 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:48:43.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:48:42.423335+0000 mgr.smithi133.ejject (mgr.24441) 407 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 344 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.9 MiB/s wr, 566 op/s 2024-09-17T08:48:43.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:48:42.883625+0000 mon.smithi089 (mon.0) 870 : audit [DBG] from='client.? 172.21.15.89:0/4286093913' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:48:44.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 229141 6.34 MB/sec execute 563 sec latency 38.772 ms 2024-09-17T08:48:45.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 229720 6.35 MB/sec execute 564 sec latency 34.746 ms 2024-09-17T08:48:45.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:48:44.423930+0000 mgr.smithi133.ejject (mgr.24441) 408 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 335 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 7.5 MiB/s wr, 775 op/s 2024-09-17T08:48:45.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:48:44.423930+0000 mgr.smithi133.ejject (mgr.24441) 408 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 335 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 7.5 MiB/s wr, 775 op/s 2024-09-17T08:48:46.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 230203 6.38 MB/sec execute 565 sec latency 35.243 ms 2024-09-17T08:48:47.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 230785 6.41 MB/sec execute 566 sec latency 41.830 ms 2024-09-17T08:48:47.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:48:46.424258+0000 mgr.smithi133.ejject (mgr.24441) 409 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 335 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.8 MiB/s wr, 512 op/s 2024-09-17T08:48:47.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:48:46.424258+0000 mgr.smithi133.ejject (mgr.24441) 409 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 335 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.8 MiB/s wr, 512 op/s 2024-09-17T08:48:48.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 231051 6.41 MB/sec execute 567 sec latency 40.116 ms 2024-09-17T08:48:49.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 231324 6.40 MB/sec execute 568 sec latency 75.330 ms 2024-09-17T08:48:49.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:49 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:48:48.424617+0000 mgr.smithi133.ejject (mgr.24441) 410 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 335 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.8 MiB/s wr, 512 op/s 2024-09-17T08:48:49.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:49 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:48:48.424617+0000 mgr.smithi133.ejject (mgr.24441) 410 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 335 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.8 MiB/s wr, 512 op/s 2024-09-17T08:48:50.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 231630 6.39 MB/sec execute 569 sec latency 81.402 ms 2024-09-17T08:48:51.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 231996 6.40 MB/sec execute 570 sec latency 56.993 ms 2024-09-17T08:48:51.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:51 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:48:50.425380+0000 mgr.smithi133.ejject (mgr.24441) 411 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 343 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 9.0 KiB/s rd, 7.8 MiB/s wr, 774 op/s 2024-09-17T08:48:51.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:51 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:48:50.425380+0000 mgr.smithi133.ejject (mgr.24441) 411 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 343 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 9.0 KiB/s rd, 7.8 MiB/s wr, 774 op/s 2024-09-17T08:48:52.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 232609 6.42 MB/sec execute 571 sec latency 51.959 ms 2024-09-17T08:48:53.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 233268 6.43 MB/sec execute 572 sec latency 33.140 ms 2024-09-17T08:48:53.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:48:52.425734+0000 mgr.smithi133.ejject (mgr.24441) 412 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 343 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.6 MiB/s wr, 471 op/s 2024-09-17T08:48:53.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:48:52.425734+0000 mgr.smithi133.ejject (mgr.24441) 412 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 343 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.6 MiB/s wr, 471 op/s 2024-09-17T08:48:54.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 233931 6.46 MB/sec execute 573 sec latency 25.717 ms 2024-09-17T08:48:54.517 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:54 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:48:53.697980+0000 mon.smithi133 (mon.1) 120 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:48:54.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:48:53.697980+0000 mon.smithi133 (mon.1) 120 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:48:55.336 INFO:teuthology.orchestra.run.smithi089.stdout: 5 234491 6.49 MB/sec execute 574 sec latency 41.984 ms 2024-09-17T08:48:55.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:48:54.426607+0000 mgr.smithi133.ejject (mgr.24441) 413 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 344 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 10 KiB/s rd, 7.8 MiB/s wr, 793 op/s 2024-09-17T08:48:55.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:55 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:48:54.426607+0000 mgr.smithi133.ejject (mgr.24441) 413 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 344 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 10 KiB/s rd, 7.8 MiB/s wr, 793 op/s 2024-09-17T08:48:56.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 234767 6.49 MB/sec execute 575 sec latency 38.975 ms 2024-09-17T08:48:57.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 235166 6.48 MB/sec execute 576 sec latency 44.574 ms 2024-09-17T08:48:57.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:48:56.426979+0000 mgr.smithi133.ejject (mgr.24441) 414 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 344 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 6.8 KiB/s rd, 6.2 MiB/s wr, 584 op/s 2024-09-17T08:48:57.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:48:56.426979+0000 mgr.smithi133.ejject (mgr.24441) 414 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 344 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 6.8 KiB/s rd, 6.2 MiB/s wr, 584 op/s 2024-09-17T08:48:58.336 INFO:teuthology.orchestra.run.smithi089.stdout: 5 235405 6.48 MB/sec execute 577 sec latency 61.346 ms 2024-09-17T08:48:59.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 235677 6.48 MB/sec execute 578 sec latency 46.320 ms 2024-09-17T08:48:59.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:48:59 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:48:58.427355+0000 mgr.smithi133.ejject (mgr.24441) 415 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 344 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 6.8 KiB/s rd, 6.2 MiB/s wr, 584 op/s 2024-09-17T08:48:59.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:48:59 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:48:58.427355+0000 mgr.smithi133.ejject (mgr.24441) 415 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 344 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 6.8 KiB/s rd, 6.2 MiB/s wr, 584 op/s 2024-09-17T08:49:00.335 INFO:teuthology.orchestra.run.smithi089.stdout: 5 236066 6.49 MB/sec execute 579 sec latency 63.600 ms 2024-09-17T08:49:01.336 INFO:teuthology.orchestra.run.smithi089.stdout: 5 236556 6.49 MB/sec execute 580 sec latency 60.554 ms 2024-09-17T08:49:01.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:01 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:49:00.428123+0000 mgr.smithi133.ejject (mgr.24441) 416 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 334 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 8.4 MiB/s wr, 825 op/s 2024-09-17T08:49:01.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:01 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:49:00.428123+0000 mgr.smithi133.ejject (mgr.24441) 416 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 334 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 8.4 MiB/s wr, 825 op/s 2024-09-17T08:49:02.336 INFO:teuthology.orchestra.run.smithi089.stdout: 5 236933 6.50 MB/sec execute 581 sec latency 35.462 ms 2024-09-17T08:49:03.336 INFO:teuthology.orchestra.run.smithi089.stdout: 5 237478 6.53 MB/sec execute 582 sec latency 30.400 ms 2024-09-17T08:49:03.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:49:02.428552+0000 mgr.smithi133.ejject (mgr.24441) 417 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 334 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 563 op/s 2024-09-17T08:49:03.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:49:02.428552+0000 mgr.smithi133.ejject (mgr.24441) 417 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 334 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 563 op/s 2024-09-17T08:49:04.336 INFO:teuthology.orchestra.run.smithi089.stdout: 5 237908 6.54 MB/sec execute 583 sec latency 43.908 ms 2024-09-17T08:49:05.336 INFO:teuthology.orchestra.run.smithi089.stdout: 5 238109 6.55 MB/sec execute 584 sec latency 45.424 ms 2024-09-17T08:49:05.706 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:49:04.429129+0000 mgr.smithi133.ejject (mgr.24441) 418 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 347 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 8.0 MiB/s wr, 812 op/s 2024-09-17T08:49:05.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:49:04.429129+0000 mgr.smithi133.ejject (mgr.24441) 418 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 347 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 8.0 MiB/s wr, 812 op/s 2024-09-17T08:49:06.336 INFO:teuthology.orchestra.run.smithi089.stdout: 5 238335 6.54 MB/sec execute 585 sec latency 45.181 ms 2024-09-17T08:49:07.336 INFO:teuthology.orchestra.run.smithi089.stdout: 5 238713 6.54 MB/sec execute 586 sec latency 66.745 ms 2024-09-17T08:49:07.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:49:06.429643+0000 mgr.smithi133.ejject (mgr.24441) 419 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 347 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.8 MiB/s wr, 489 op/s 2024-09-17T08:49:07.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:49:06.429643+0000 mgr.smithi133.ejject (mgr.24441) 419 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 347 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.8 MiB/s wr, 489 op/s 2024-09-17T08:49:08.336 INFO:teuthology.orchestra.run.smithi089.stdout: 5 239050 6.54 MB/sec execute 587 sec latency 48.594 ms 2024-09-17T08:49:09.336 INFO:teuthology.orchestra.run.smithi089.stdout: 5 239526 6.56 MB/sec execute 588 sec latency 44.689 ms 2024-09-17T08:49:09.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:49:08.430056+0000 mgr.smithi133.ejject (mgr.24441) 420 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 347 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.8 MiB/s wr, 489 op/s 2024-09-17T08:49:09.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:49:08.698146+0000 mon.smithi133 (mon.1) 121 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:49:09.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:49:08.430056+0000 mgr.smithi133.ejject (mgr.24441) 420 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 347 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.8 MiB/s wr, 489 op/s 2024-09-17T08:49:09.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:49:08.698146+0000 mon.smithi133 (mon.1) 121 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:49:10.336 INFO:teuthology.orchestra.run.smithi089.stdout: 5 240061 6.55 MB/sec execute 589 sec latency 51.156 ms 2024-09-17T08:49:11.336 INFO:teuthology.orchestra.run.smithi089.stdout: 5 240416 6.56 MB/sec execute 590 sec latency 43.275 ms 2024-09-17T08:49:11.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:49:10.430678+0000 mgr.smithi133.ejject (mgr.24441) 421 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 333 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 6.8 MiB/s wr, 714 op/s 2024-09-17T08:49:11.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:49:10.430678+0000 mgr.smithi133.ejject (mgr.24441) 421 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 333 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 6.8 MiB/s wr, 714 op/s 2024-09-17T08:49:12.336 INFO:teuthology.orchestra.run.smithi089.stdout: 5 240878 6.58 MB/sec execute 591 sec latency 38.637 ms 2024-09-17T08:49:13.322 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:49:13.336 INFO:teuthology.orchestra.run.smithi089.stdout: 5 241354 6.60 MB/sec execute 592 sec latency 36.304 ms 2024-09-17T08:49:13.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:49:12.431004+0000 mgr.smithi133.ejject (mgr.24441) 422 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 333 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.6 MiB/s wr, 473 op/s 2024-09-17T08:49:13.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:49:12.431004+0000 mgr.smithi133.ejject (mgr.24441) 422 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 333 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.6 MiB/s wr, 473 op/s 2024-09-17T08:49:14.190 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:49:14.191 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 starting - - - - 2024-09-17T08:49:14.191 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (17m) 9m ago 17m 6409k - 16.2.0 24ecd6d5f14c 86364fbbe3dd 2024-09-17T08:49:14.191 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (16m) 9m ago 16m 6405k - 16.2.0 24ecd6d5f14c c38435e94451 2024-09-17T08:49:14.191 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 starting - - - - 2024-09-17T08:49:14.191 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (12m) 9m ago 12m 40.7M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:49:14.191 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (12m) 9m ago 12m 13.2M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:49:14.191 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:9283 running (18m) 9m ago 18m 359M - 16.2.0 24ecd6d5f14c c35c6a435f28 2024-09-17T08:49:14.191 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283 running (10m) 9m ago 16m 485M - 18.2.4-855-g19e2a2be 980a0bfcd684 ee4a59ce156c 2024-09-17T08:49:14.191 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (18m) 9m ago 19m 54.0M 2048M 16.2.0 24ecd6d5f14c 5b5bfe3c39d2 2024-09-17T08:49:14.191 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (16m) 9m ago 16m 42.7M 2048M 16.2.0 24ecd6d5f14c b73d1c15d884 2024-09-17T08:49:14.191 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (9m) 9m ago 9m 51.9M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:49:14.192 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (9m) 9m ago 9m 14.8M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:49:14.192 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 starting - - - - 2024-09-17T08:49:14.192 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (16m) 9m ago 16m 15.2M - 0.18.1 e5a616e4b9cf 96cc16ecae89 2024-09-17T08:49:14.192 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (16m) 9m ago 16m 386M 4096M 16.2.0 24ecd6d5f14c ac2da40952c1 2024-09-17T08:49:14.192 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (15m) 9m ago 15m 294M 4096M 16.2.0 24ecd6d5f14c 393455ed3cc2 2024-09-17T08:49:14.192 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (15m) 9m ago 15m 252M 4096M 16.2.0 24ecd6d5f14c efc5a17c7a8f 2024-09-17T08:49:14.192 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (14m) 9m ago 14m 356M 4096M 16.2.0 24ecd6d5f14c aa8afc36736b 2024-09-17T08:49:14.192 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (14m) 9m ago 14m 376M 4096M 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:49:14.192 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (14m) 9m ago 14m 395M 4096M 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:49:14.192 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (13m) 9m ago 13m 330M 4096M 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:49:14.192 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (13m) 9m ago 13m 487M 4096M 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:49:14.192 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 starting - - - - 2024-09-17T08:49:14.336 INFO:teuthology.orchestra.run.smithi089.stdout: 5 241656 6.61 MB/sec execute 593 sec latency 60.689 ms 2024-09-17T08:49:14.675 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:49:14.676 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:49:14.676 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:49:14.676 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:49:14.676 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:49:14.676 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 1, 2024-09-17T08:49:14.676 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:49:14.676 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:49:14.676 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:49:14.676 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 8 2024-09-17T08:49:14.676 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:49:14.676 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:49:14.676 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:49:14.677 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:49:14.677 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:49:14.677 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 13, 2024-09-17T08:49:14.677 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:49:14.677 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:49:14.677 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:49:14.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:14 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:49:13.304655+0000 mgr.smithi133.ejject (mgr.24441) 423 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:49:14.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:14 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:49:13.733370+0000 mgr.smithi133.ejject (mgr.24441) 424 : audit [DBG] from='client.24831 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:49:14.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:14 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:49:14.180540+0000 mgr.smithi133.ejject (mgr.24441) 425 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:49:14.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:14 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:49:13.304655+0000 mgr.smithi133.ejject (mgr.24441) 423 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:49:14.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:14 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:49:13.733370+0000 mgr.smithi133.ejject (mgr.24441) 424 : audit [DBG] from='client.24831 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:49:14.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:14 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:49:14.180540+0000 mgr.smithi133.ejject (mgr.24441) 425 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:49:15.077 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:49:15.077 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:49:15.077 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:49:15.077 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:49:15.078 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [], 2024-09-17T08:49:15.078 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T08:49:15.078 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "", 2024-09-17T08:49:15.078 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:49:15.078 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:49:15.336 INFO:teuthology.orchestra.run.smithi089.stdout: 5 242028 6.61 MB/sec execute 594 sec latency 32.834 ms 2024-09-17T08:49:15.612 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_OK 2024-09-17T08:49:15.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:49:14.431704+0000 mgr.smithi133.ejject (mgr.24441) 426 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 338 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 9.4 KiB/s rd, 7.5 MiB/s wr, 726 op/s 2024-09-17T08:49:15.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:49:14.675717+0000 mon.smithi089 (mon.0) 871 : audit [DBG] from='client.? 172.21.15.89:0/3262058541' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:49:15.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:49:15.077237+0000 mgr.smithi133.ejject (mgr.24441) 427 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:49:15.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:49:14.431704+0000 mgr.smithi133.ejject (mgr.24441) 426 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 338 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 9.4 KiB/s rd, 7.5 MiB/s wr, 726 op/s 2024-09-17T08:49:15.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:49:14.675717+0000 mon.smithi089 (mon.0) 871 : audit [DBG] from='client.? 172.21.15.89:0/3262058541' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:49:15.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:49:15.077237+0000 mgr.smithi133.ejject (mgr.24441) 427 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:49:16.336 INFO:teuthology.orchestra.run.smithi089.stdout: 5 242452 6.60 MB/sec execute 595 sec latency 56.513 ms 2024-09-17T08:49:16.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:49:15.612276+0000 mon.smithi089 (mon.0) 872 : audit [DBG] from='client.? 172.21.15.89:0/2253960641' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:49:16.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:49:15.612276+0000 mon.smithi089 (mon.0) 872 : audit [DBG] from='client.? 172.21.15.89:0/2253960641' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:49:17.336 INFO:teuthology.orchestra.run.smithi089.stdout: 5 242870 6.62 MB/sec execute 596 sec latency 38.565 ms 2024-09-17T08:49:17.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:17 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:49:16.432070+0000 mgr.smithi133.ejject (mgr.24441) 428 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 338 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.9 MiB/s wr, 478 op/s 2024-09-17T08:49:17.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:49:16.432070+0000 mgr.smithi133.ejject (mgr.24441) 428 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 338 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.9 MiB/s wr, 478 op/s 2024-09-17T08:49:18.336 INFO:teuthology.orchestra.run.smithi089.stdout: 5 243533 6.63 MB/sec execute 597 sec latency 41.868 ms 2024-09-17T08:49:19.336 INFO:teuthology.orchestra.run.smithi089.stdout: 5 243981 6.63 MB/sec execute 598 sec latency 50.293 ms 2024-09-17T08:49:19.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:49:18.432459+0000 mgr.smithi133.ejject (mgr.24441) 429 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 338 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.9 MiB/s wr, 478 op/s 2024-09-17T08:49:19.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:49:18.432459+0000 mgr.smithi133.ejject (mgr.24441) 429 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 338 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.9 MiB/s wr, 478 op/s 2024-09-17T08:49:20.336 INFO:teuthology.orchestra.run.smithi089.stdout: 5 244512 6.66 MB/sec execute 599 sec latency 32.980 ms 2024-09-17T08:49:21.336 INFO:teuthology.orchestra.run.smithi089.stdout: 5 cleanup 600 sec 2024-09-17T08:49:21.528 INFO:teuthology.orchestra.run.smithi089.stdout: 0 cleanup 600 sec 2024-09-17T08:49:21.528 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T08:49:21.528 INFO:teuthology.orchestra.run.smithi089.stdout: Operation Count AvgLat MaxLat 2024-09-17T08:49:21.529 INFO:teuthology.orchestra.run.smithi089.stdout: ---------------------------------------- 2024-09-17T08:49:21.529 INFO:teuthology.orchestra.run.smithi089.stdout: NTCreateX 128291 8.009 305034.746 2024-09-17T08:49:21.529 INFO:teuthology.orchestra.run.smithi089.stdout: Close 94288 0.120 2.781 2024-09-17T08:49:21.529 INFO:teuthology.orchestra.run.smithi089.stdout: Rename 5440 8.522 214.101 2024-09-17T08:49:21.529 INFO:teuthology.orchestra.run.smithi089.stdout: Unlink 25882 41.036 305027.950 2024-09-17T08:49:21.529 INFO:teuthology.orchestra.run.smithi089.stdout: Qpathinfo 116438 0.693 114.729 2024-09-17T08:49:21.529 INFO:teuthology.orchestra.run.smithi089.stdout: Qfileinfo 20343 0.006 0.442 2024-09-17T08:49:21.529 INFO:teuthology.orchestra.run.smithi089.stdout: Qfsinfo 21337 0.394 252.655 2024-09-17T08:49:21.529 INFO:teuthology.orchestra.run.smithi089.stdout: Sfileinfo 10478 9.931 123.920 2024-09-17T08:49:21.529 INFO:teuthology.orchestra.run.smithi089.stdout: Find 45056 0.290 7.755 2024-09-17T08:49:21.529 INFO:teuthology.orchestra.run.smithi089.stdout: WriteX 63476 10.115 202.607 2024-09-17T08:49:21.529 INFO:teuthology.orchestra.run.smithi089.stdout: ReadX 201774 0.009 4.647 2024-09-17T08:49:21.529 INFO:teuthology.orchestra.run.smithi089.stdout: LockX 420 0.307 3.091 2024-09-17T08:49:21.529 INFO:teuthology.orchestra.run.smithi089.stdout: UnlockX 420 0.264 1.342 2024-09-17T08:49:21.530 INFO:teuthology.orchestra.run.smithi089.stdout: Flush 9024 0.002 0.020 2024-09-17T08:49:21.530 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T08:49:21.530 INFO:teuthology.orchestra.run.smithi089.stdout:Throughput 6.66019 MB/sec 5 clients 5 procs max_latency=305034.750 ms 2024-09-17T08:49:21.531 DEBUG:teuthology.orchestra.run.smithi089:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2024-09-17T08:49:21.565 DEBUG:teuthology.orchestra.run.smithi089:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2024-09-17T08:49:21.676 DEBUG:teuthology.orchestra.run.smithi089:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2024-09-17T08:49:21.701 INFO:teuthology.orchestra.run.smithi089.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-09-17T08:49:21.701 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T08:49:21.701 INFO:teuthology.orchestra.run.smithi089.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2024-09-17T08:49:21.701 INFO:teuthology.orchestra.run.smithi089.stdout:3 of 5 processes prepared for launch 0 sec 2024-09-17T08:49:21.802 INFO:teuthology.orchestra.run.smithi089.stdout:5 of 5 processes prepared for launch 0 sec 2024-09-17T08:49:21.824 INFO:teuthology.orchestra.run.smithi089.stdout:releasing clients 2024-09-17T08:49:21.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:21 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:49:20.433055+0000 mgr.smithi133.ejject (mgr.24441) 430 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 334 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 7.4 MiB/s wr, 770 op/s 2024-09-17T08:49:21.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:49:20.433055+0000 mgr.smithi133.ejject (mgr.24441) 430 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 334 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 11 KiB/s rd, 7.4 MiB/s wr, 770 op/s 2024-09-17T08:49:23.802 INFO:teuthology.orchestra.run.smithi089.stdout: 5 392 24.19 MB/sec execute 1 sec latency 49.090 ms 2024-09-17T08:49:23.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:23 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:49:22.433490+0000 mgr.smithi133.ejject (mgr.24441) 431 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 334 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.4 MiB/s wr, 545 op/s 2024-09-17T08:49:23.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:49:22.433490+0000 mgr.smithi133.ejject (mgr.24441) 431 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 334 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.4 MiB/s wr, 545 op/s 2024-09-17T08:49:24.802 INFO:teuthology.orchestra.run.smithi089.stdout: 5 621 28.90 MB/sec execute 2 sec latency 23.868 ms 2024-09-17T08:49:24.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:49:23.698334+0000 mon.smithi133 (mon.1) 122 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:49:24.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:49:23.698334+0000 mon.smithi133 (mon.1) 122 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:49:25.802 INFO:teuthology.orchestra.run.smithi089.stdout: 5 972 21.26 MB/sec execute 3 sec latency 41.212 ms 2024-09-17T08:49:25.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:49:24.434133+0000 mgr.smithi133.ejject (mgr.24441) 432 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 309 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 14 MiB/s wr, 812 op/s 2024-09-17T08:49:25.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:49:24.434133+0000 mgr.smithi133.ejject (mgr.24441) 432 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 309 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 12 KiB/s rd, 14 MiB/s wr, 812 op/s 2024-09-17T08:49:26.802 INFO:teuthology.orchestra.run.smithi089.stdout: 5 1536 21.25 MB/sec execute 4 sec latency 26.730 ms 2024-09-17T08:49:27.802 INFO:teuthology.orchestra.run.smithi089.stdout: 5 cleanup 5 sec 2024-09-17T08:49:27.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:49:26.434473+0000 mgr.smithi133.ejject (mgr.24441) 433 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 309 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 9.3 KiB/s rd, 11 MiB/s wr, 560 op/s 2024-09-17T08:49:27.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:49:26.434473+0000 mgr.smithi133.ejject (mgr.24441) 433 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 309 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 9.3 KiB/s rd, 11 MiB/s wr, 560 op/s 2024-09-17T08:49:27.971 INFO:teuthology.orchestra.run.smithi089.stdout: 0 cleanup 5 sec 2024-09-17T08:49:27.972 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T08:49:27.972 INFO:teuthology.orchestra.run.smithi089.stdout: Operation Count AvgLat MaxLat 2024-09-17T08:49:27.972 INFO:teuthology.orchestra.run.smithi089.stdout: ---------------------------------------- 2024-09-17T08:49:27.972 INFO:teuthology.orchestra.run.smithi089.stdout: NTCreateX 1791 3.427 49.083 2024-09-17T08:49:27.972 INFO:teuthology.orchestra.run.smithi089.stdout: Close 1557 3.940 42.789 2024-09-17T08:49:27.972 INFO:teuthology.orchestra.run.smithi089.stdout: Rename 56 9.229 29.448 2024-09-17T08:49:27.972 INFO:teuthology.orchestra.run.smithi089.stdout: Unlink 150 4.197 26.726 2024-09-17T08:49:27.972 INFO:teuthology.orchestra.run.smithi089.stdout: Qpathinfo 1497 1.324 20.294 2024-09-17T08:49:27.972 INFO:teuthology.orchestra.run.smithi089.stdout: Qfileinfo 506 11.437 41.895 2024-09-17T08:49:27.972 INFO:teuthology.orchestra.run.smithi089.stdout: Qfsinfo 180 0.303 1.780 2024-09-17T08:49:27.973 INFO:teuthology.orchestra.run.smithi089.stdout: Sfileinfo 176 10.733 35.938 2024-09-17T08:49:27.976 INFO:teuthology.orchestra.run.smithi089.stdout: Find 485 0.239 2.210 2024-09-17T08:49:27.976 INFO:teuthology.orchestra.run.smithi089.stdout: WriteX 1972 0.021 0.074 2024-09-17T08:49:27.976 INFO:teuthology.orchestra.run.smithi089.stdout: ReadX 1842 0.011 0.409 2024-09-17T08:49:27.976 INFO:teuthology.orchestra.run.smithi089.stdout: Flush 151 11.755 41.205 2024-09-17T08:49:27.976 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T08:49:27.976 INFO:teuthology.orchestra.run.smithi089.stdout:Throughput 21.2492 MB/sec 5 clients 5 procs max_latency=49.090 ms 2024-09-17T08:49:27.978 DEBUG:teuthology.parallel:result is None 2024-09-17T08:49:29.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:49:28.434821+0000 mgr.smithi133.ejject (mgr.24441) 434 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 309 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 9.3 KiB/s rd, 11 MiB/s wr, 560 op/s 2024-09-17T08:49:29.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:49:28.434821+0000 mgr.smithi133.ejject (mgr.24441) 434 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 309 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 9.3 KiB/s rd, 11 MiB/s wr, 560 op/s 2024-09-17T08:49:31.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:49:30.435537+0000 mgr.smithi133.ejject (mgr.24441) 435 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 252 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 13 KiB/s rd, 14 MiB/s wr, 783 op/s 2024-09-17T08:49:31.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:49:30.435537+0000 mgr.smithi133.ejject (mgr.24441) 435 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 252 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 13 KiB/s rd, 14 MiB/s wr, 783 op/s 2024-09-17T08:49:33.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:49:32.436090+0000 mgr.smithi133.ejject (mgr.24441) 436 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 252 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 9.7 KiB/s rd, 12 MiB/s wr, 490 op/s 2024-09-17T08:49:33.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:49:32.436090+0000 mgr.smithi133.ejject (mgr.24441) 436 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 252 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail; 9.7 KiB/s rd, 12 MiB/s wr, 490 op/s 2024-09-17T08:49:35.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:35 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:49:34.436799+0000 mgr.smithi133.ejject (mgr.24441) 437 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 10 KiB/s rd, 12 MiB/s wr, 496 op/s 2024-09-17T08:49:35.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:35 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:49:34.436799+0000 mgr.smithi133.ejject (mgr.24441) 437 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 10 KiB/s rd, 12 MiB/s wr, 496 op/s 2024-09-17T08:49:37.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:49:36.437185+0000 mgr.smithi133.ejject (mgr.24441) 438 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.3 MiB/s wr, 229 op/s 2024-09-17T08:49:37.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:49:36.437185+0000 mgr.smithi133.ejject (mgr.24441) 438 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.3 MiB/s wr, 229 op/s 2024-09-17T08:49:39.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:49:38.437698+0000 mgr.smithi133.ejject (mgr.24441) 439 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.3 MiB/s wr, 229 op/s 2024-09-17T08:49:39.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:49:38.698718+0000 mon.smithi133 (mon.1) 123 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:49:39.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:49:38.437698+0000 mgr.smithi133.ejject (mgr.24441) 439 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.3 MiB/s wr, 229 op/s 2024-09-17T08:49:39.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:49:38.698718+0000 mon.smithi133 (mon.1) 123 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:49:41.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:49:40.438548+0000 mgr.smithi133.ejject (mgr.24441) 440 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.3 MiB/s wr, 229 op/s 2024-09-17T08:49:41.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:41 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:49:40.438548+0000 mgr.smithi133.ejject (mgr.24441) 440 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.3 MiB/s wr, 229 op/s 2024-09-17T08:49:43.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:49:42.439107+0000 mgr.smithi133.ejject (mgr.24441) 441 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 597 B/s rd, 39 KiB/s wr, 6 op/s 2024-09-17T08:49:43.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:49:42.439107+0000 mgr.smithi133.ejject (mgr.24441) 441 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 597 B/s rd, 39 KiB/s wr, 6 op/s 2024-09-17T08:49:45.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:45 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:49:44.439729+0000 mgr.smithi133.ejject (mgr.24441) 442 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 767 B/s rd, 39 KiB/s wr, 6 op/s 2024-09-17T08:49:45.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:45 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:49:44.439729+0000 mgr.smithi133.ejject (mgr.24441) 442 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 767 B/s rd, 39 KiB/s wr, 6 op/s 2024-09-17T08:49:45.959 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:49:46.581 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:49:46.581 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 starting - - - - 2024-09-17T08:49:46.581 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (18m) 10m ago 18m 6409k - 16.2.0 24ecd6d5f14c 86364fbbe3dd 2024-09-17T08:49:46.581 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (17m) 10m ago 17m 6405k - 16.2.0 24ecd6d5f14c c38435e94451 2024-09-17T08:49:46.582 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 starting - - - - 2024-09-17T08:49:46.582 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (12m) 10m ago 12m 40.7M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:49:46.582 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (12m) 10m ago 12m 13.2M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:49:46.582 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:9283 running (19m) 10m ago 19m 359M - 16.2.0 24ecd6d5f14c c35c6a435f28 2024-09-17T08:49:46.582 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283 running (10m) 10m ago 17m 485M - 18.2.4-855-g19e2a2be 980a0bfcd684 ee4a59ce156c 2024-09-17T08:49:46.582 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (19m) 10m ago 19m 54.0M 2048M 16.2.0 24ecd6d5f14c 5b5bfe3c39d2 2024-09-17T08:49:46.582 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (17m) 10m ago 17m 42.7M 2048M 16.2.0 24ecd6d5f14c b73d1c15d884 2024-09-17T08:49:46.582 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (10m) 10m ago 10m 51.9M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:49:46.582 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (10m) 10m ago 10m 14.8M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:49:46.582 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 starting - - - - 2024-09-17T08:49:46.582 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (16m) 10m ago 16m 15.2M - 0.18.1 e5a616e4b9cf 96cc16ecae89 2024-09-17T08:49:46.582 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (16m) 10m ago 16m 386M 4096M 16.2.0 24ecd6d5f14c ac2da40952c1 2024-09-17T08:49:46.582 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (16m) 10m ago 16m 294M 4096M 16.2.0 24ecd6d5f14c 393455ed3cc2 2024-09-17T08:49:46.583 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (15m) 10m ago 15m 252M 4096M 16.2.0 24ecd6d5f14c efc5a17c7a8f 2024-09-17T08:49:46.583 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (15m) 10m ago 15m 356M 4096M 16.2.0 24ecd6d5f14c aa8afc36736b 2024-09-17T08:49:46.583 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (15m) 10m ago 15m 376M 4096M 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:49:46.583 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (14m) 10m ago 14m 395M 4096M 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:49:46.583 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (14m) 10m ago 14m 330M 4096M 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:49:46.583 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (14m) 10m ago 14m 487M 4096M 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:49:46.583 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 starting - - - - 2024-09-17T08:49:46.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:46 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:49:45.945991+0000 mgr.smithi133.ejject (mgr.24441) 443 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:49:46.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:46 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:49:45.945991+0000 mgr.smithi133.ejject (mgr.24441) 443 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:49:46.960 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:49:46.960 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:49:46.960 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:49:46.961 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:49:46.961 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:49:46.961 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 1, 2024-09-17T08:49:46.961 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:49:46.961 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:49:46.961 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:49:46.961 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 8 2024-09-17T08:49:46.961 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:49:46.961 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:49:46.961 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:49:46.961 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:49:46.961 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:49:46.961 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 13, 2024-09-17T08:49:46.961 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:49:46.962 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:49:46.962 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:49:47.276 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:49:47.277 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:49:47.277 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:49:47.277 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:49:47.277 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [], 2024-09-17T08:49:47.277 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T08:49:47.277 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "", 2024-09-17T08:49:47.277 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:49:47.277 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:49:47.652 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_OK 2024-09-17T08:49:47.653 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:49:46.262691+0000 mgr.smithi133.ejject (mgr.24441) 444 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:49:47.653 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:49:46.440109+0000 mgr.smithi133.ejject (mgr.24441) 445 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 2.2 KiB/s wr, 0 op/s 2024-09-17T08:49:47.653 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:49:46.572595+0000 mgr.smithi133.ejject (mgr.24441) 446 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:49:47.653 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:49:46.960398+0000 mon.smithi089 (mon.0) 873 : audit [DBG] from='client.? 172.21.15.89:0/3451622621' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:49:47.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:49:46.262691+0000 mgr.smithi133.ejject (mgr.24441) 444 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:49:47.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:49:46.440109+0000 mgr.smithi133.ejject (mgr.24441) 445 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 2.2 KiB/s wr, 0 op/s 2024-09-17T08:49:47.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:49:46.572595+0000 mgr.smithi133.ejject (mgr.24441) 446 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:49:47.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:49:46.960398+0000 mon.smithi089 (mon.0) 873 : audit [DBG] from='client.? 172.21.15.89:0/3451622621' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:49:48.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:48 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:49:47.276533+0000 mgr.smithi133.ejject (mgr.24441) 447 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:49:48.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:48 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:49:47.652758+0000 mon.smithi089 (mon.0) 874 : audit [DBG] from='client.? 172.21.15.89:0/3532837846' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:49:48.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:48 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:49:47.276533+0000 mgr.smithi133.ejject (mgr.24441) 447 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:49:48.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:48 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:49:47.652758+0000 mon.smithi089 (mon.0) 874 : audit [DBG] from='client.? 172.21.15.89:0/3532837846' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:49:49.827 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:49 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:49:48.440590+0000 mgr.smithi133.ejject (mgr.24441) 448 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 2.2 KiB/s wr, 0 op/s 2024-09-17T08:49:49.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:49 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:49:48.440590+0000 mgr.smithi133.ejject (mgr.24441) 448 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 2.2 KiB/s wr, 0 op/s 2024-09-17T08:49:51.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:51 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:49:50.441447+0000 mgr.smithi133.ejject (mgr.24441) 449 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 2.2 KiB/s wr, 0 op/s 2024-09-17T08:49:51.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:51 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:49:50.441447+0000 mgr.smithi133.ejject (mgr.24441) 449 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 2.2 KiB/s wr, 0 op/s 2024-09-17T08:49:53.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:49:52.441950+0000 mgr.smithi133.ejject (mgr.24441) 450 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T08:49:53.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:49:52.441950+0000 mgr.smithi133.ejject (mgr.24441) 450 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T08:49:54.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:54 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:49:53.698981+0000 mon.smithi133 (mon.1) 124 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:49:54.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:49:53.698981+0000 mon.smithi133 (mon.1) 124 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:49:55.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:49:54.442586+0000 mgr.smithi133.ejject (mgr.24441) 451 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T08:49:55.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:55 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:49:54.442586+0000 mgr.smithi133.ejject (mgr.24441) 451 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T08:49:57.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:49:56.443098+0000 mgr.smithi133.ejject (mgr.24441) 452 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:49:57.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:49:56.443098+0000 mgr.smithi133.ejject (mgr.24441) 452 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:49:59.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:49:59 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:49:58.443689+0000 mgr.smithi133.ejject (mgr.24441) 453 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:49:59.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:49:59 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:49:58.443689+0000 mgr.smithi133.ejject (mgr.24441) 453 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:50:00.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:00 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:00.000108+0000 mon.smithi089 (mon.0) 875 : cluster [INF] overall HEALTH_OK 2024-09-17T08:50:00.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:00 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:00.000108+0000 mon.smithi089 (mon.0) 875 : cluster [INF] overall HEALTH_OK 2024-09-17T08:50:01.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:01 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:00.444417+0000 mgr.smithi133.ejject (mgr.24441) 454 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:50:01.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:01 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:00.444417+0000 mgr.smithi133.ejject (mgr.24441) 454 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:50:03.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:02.444834+0000 mgr.smithi133.ejject (mgr.24441) 455 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:50:03.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:02.444834+0000 mgr.smithi133.ejject (mgr.24441) 455 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:50:05.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:04.445599+0000 mgr.smithi133.ejject (mgr.24441) 456 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:50:05.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:04.445599+0000 mgr.smithi133.ejject (mgr.24441) 456 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:50:07.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:06.446119+0000 mgr.smithi133.ejject (mgr.24441) 457 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:50:07.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:06.446119+0000 mgr.smithi133.ejject (mgr.24441) 457 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:50:09.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:08.446661+0000 mgr.smithi133.ejject (mgr.24441) 458 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:50:09.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:09 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:08.699055+0000 mon.smithi133 (mon.1) 125 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:50:09.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:08.446661+0000 mgr.smithi133.ejject (mgr.24441) 458 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:50:09.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:08.699055+0000 mon.smithi133 (mon.1) 125 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:50:11.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:11 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:10.447531+0000 mgr.smithi133.ejject (mgr.24441) 459 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:50:11.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:10.447531+0000 mgr.smithi133.ejject (mgr.24441) 459 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:50:13.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:13 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:12.447973+0000 mgr.smithi133.ejject (mgr.24441) 460 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:50:13.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:12.447973+0000 mgr.smithi133.ejject (mgr.24441) 460 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:50:15.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:14.448650+0000 mgr.smithi133.ejject (mgr.24441) 461 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:50:15.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:14.448650+0000 mgr.smithi133.ejject (mgr.24441) 461 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:50:17.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:17 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:16.449113+0000 mgr.smithi133.ejject (mgr.24441) 462 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:50:17.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:16.449113+0000 mgr.smithi133.ejject (mgr.24441) 462 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:50:17.992 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:50:18.615 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:50:18.615 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 starting - - - - 2024-09-17T08:50:18.615 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (18m) 10m ago 18m 6409k - 16.2.0 24ecd6d5f14c 86364fbbe3dd 2024-09-17T08:50:18.615 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (17m) 10m ago 17m 6405k - 16.2.0 24ecd6d5f14c c38435e94451 2024-09-17T08:50:18.615 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 starting - - - - 2024-09-17T08:50:18.615 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (13m) 10m ago 13m 40.7M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:50:18.616 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (13m) 10m ago 13m 13.2M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:50:18.616 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:9283 running (19m) 10m ago 19m 359M - 16.2.0 24ecd6d5f14c c35c6a435f28 2024-09-17T08:50:18.616 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283 running (11m) 10m ago 17m 485M - 18.2.4-855-g19e2a2be 980a0bfcd684 ee4a59ce156c 2024-09-17T08:50:18.616 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (19m) 10m ago 20m 54.0M 2048M 16.2.0 24ecd6d5f14c 5b5bfe3c39d2 2024-09-17T08:50:18.616 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (17m) 10m ago 17m 42.7M 2048M 16.2.0 24ecd6d5f14c b73d1c15d884 2024-09-17T08:50:18.616 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (10m) 10m ago 10m 51.9M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:50:18.616 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (10m) 10m ago 10m 14.8M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:50:18.616 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 starting - - - - 2024-09-17T08:50:18.616 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (17m) 10m ago 17m 15.2M - 0.18.1 e5a616e4b9cf 96cc16ecae89 2024-09-17T08:50:18.616 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (17m) 10m ago 17m 386M 4096M 16.2.0 24ecd6d5f14c ac2da40952c1 2024-09-17T08:50:18.616 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (16m) 10m ago 16m 294M 4096M 16.2.0 24ecd6d5f14c 393455ed3cc2 2024-09-17T08:50:18.616 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (16m) 10m ago 16m 252M 4096M 16.2.0 24ecd6d5f14c efc5a17c7a8f 2024-09-17T08:50:18.616 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (15m) 10m ago 15m 356M 4096M 16.2.0 24ecd6d5f14c aa8afc36736b 2024-09-17T08:50:18.617 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (15m) 10m ago 15m 376M 4096M 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:50:18.617 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (15m) 10m ago 15m 395M 4096M 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:50:18.617 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (15m) 10m ago 15m 330M 4096M 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:50:18.617 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (14m) 10m ago 14m 487M 4096M 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:50:18.617 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 starting - - - - 2024-09-17T08:50:18.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:18 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:17.979335+0000 mgr.smithi133.ejject (mgr.24441) 463 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:50:18.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:18 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:17.979335+0000 mgr.smithi133.ejject (mgr.24441) 463 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:50:18.988 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:50:18.989 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:50:18.989 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:50:18.989 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:50:18.989 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:50:18.989 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 1, 2024-09-17T08:50:18.989 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:50:18.990 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:50:18.990 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:50:18.990 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 8 2024-09-17T08:50:18.990 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:50:18.990 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:50:18.990 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:50:18.991 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:50:18.991 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:50:18.991 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 13, 2024-09-17T08:50:18.991 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:50:18.991 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:50:18.992 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:50:19.307 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:50:19.307 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:50:19.307 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:50:19.307 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:50:19.307 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [], 2024-09-17T08:50:19.308 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "1/23 daemons upgraded", 2024-09-17T08:50:19.308 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "", 2024-09-17T08:50:19.308 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:50:19.308 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:50:19.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:18.296360+0000 mgr.smithi133.ejject (mgr.24441) 464 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:50:19.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:18.449576+0000 mgr.smithi133.ejject (mgr.24441) 465 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:50:19.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:18.606181+0000 mgr.smithi133.ejject (mgr.24441) 466 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:50:19.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:19 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:18.988410+0000 mon.smithi089 (mon.0) 876 : audit [DBG] from='client.? 172.21.15.89:0/2456755775' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:50:19.688 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_OK 2024-09-17T08:50:19.827 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:18.296360+0000 mgr.smithi133.ejject (mgr.24441) 464 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:50:19.827 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:18.449576+0000 mgr.smithi133.ejject (mgr.24441) 465 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:50:19.828 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:18.606181+0000 mgr.smithi133.ejject (mgr.24441) 466 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:50:19.828 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:18.988410+0000 mon.smithi089 (mon.0) 876 : audit [DBG] from='client.? 172.21.15.89:0/2456755775' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:50:20.895 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:19.306485+0000 mgr.smithi133.ejject (mgr.24441) 467 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:50:20.895 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:19.688428+0000 mon.smithi089 (mon.0) 877 : audit [DBG] from='client.? 172.21.15.89:0/980425045' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:50:20.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:20 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:19.306485+0000 mgr.smithi133.ejject (mgr.24441) 467 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:50:20.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:20 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:19.688428+0000 mon.smithi089 (mon.0) 877 : audit [DBG] from='client.? 172.21.15.89:0/980425045' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:50:21.770 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:20.450374+0000 mgr.smithi133.ejject (mgr.24441) 468 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:50:21.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:21 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:20.450374+0000 mgr.smithi133.ejject (mgr.24441) 468 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:50:23.047 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:21.747704+0000 mon.smithi089 (mon.0) 878 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:23.047 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:21.753489+0000 mon.smithi089 (mon.0) 879 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:23.047 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:21.758736+0000 mon.smithi133 (mon.1) 126 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T08:50:23.047 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:21.759137+0000 mgr.smithi133.ejject (mgr.24441) 469 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T08:50:23.047 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:21.760093+0000 mon.smithi133 (mon.1) 127 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi089.front.sepia.ceph.com:9093"}]: dispatch 2024-09-17T08:50:23.047 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:21.760361+0000 mgr.smithi133.ejject (mgr.24441) 470 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi089.front.sepia.ceph.com:9093"}]: dispatch 2024-09-17T08:50:23.047 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:21.763967+0000 mon.smithi089 (mon.0) 880 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:23.047 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:21.775676+0000 mon.smithi133 (mon.1) 128 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T08:50:23.048 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:21.776093+0000 mgr.smithi133.ejject (mgr.24441) 471 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T08:50:23.048 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:21.777526+0000 mon.smithi133 (mon.1) 129 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi089.front.sepia.ceph.com:3000"}]: dispatch 2024-09-17T08:50:23.048 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:21.777838+0000 mgr.smithi133.ejject (mgr.24441) 472 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi089.front.sepia.ceph.com:3000"}]: dispatch 2024-09-17T08:50:23.048 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:21.781578+0000 mon.smithi089 (mon.0) 881 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:23.048 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:21.791660+0000 mon.smithi133 (mon.1) 130 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:50:23.048 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:21.792108+0000 mgr.smithi133.ejject (mgr.24441) 473 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:50:23.048 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:21.793401+0000 mon.smithi133 (mon.1) 131 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi089.front.sepia.ceph.com:9095"}]: dispatch 2024-09-17T08:50:23.048 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:21.793789+0000 mgr.smithi133.ejject (mgr.24441) 474 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi089.front.sepia.ceph.com:9095"}]: dispatch 2024-09-17T08:50:23.048 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:21.797836+0000 mon.smithi089 (mon.0) 882 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:23.049 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:21.843151+0000 mon.smithi133 (mon.1) 132 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:50:23.049 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:21.847598+0000 mon.smithi089 (mon.0) 883 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:23.049 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:50:21.849243+0000 mgr.smithi133.ejject (mgr.24441) 475 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi133.ejject) 2024-09-17T08:50:23.049 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:22 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:50:21.849600+0000 mgr.smithi133.ejject (mgr.24441) 476 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi133.ejject) 2024-09-17T08:50:23.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:21.747704+0000 mon.smithi089 (mon.0) 878 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:23.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:21.753489+0000 mon.smithi089 (mon.0) 879 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:23.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:21.758736+0000 mon.smithi133 (mon.1) 126 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T08:50:23.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:21.759137+0000 mgr.smithi133.ejject (mgr.24441) 469 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T08:50:23.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:21.760093+0000 mon.smithi133 (mon.1) 127 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi089.front.sepia.ceph.com:9093"}]: dispatch 2024-09-17T08:50:23.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:21.760361+0000 mgr.smithi133.ejject (mgr.24441) 470 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi089.front.sepia.ceph.com:9093"}]: dispatch 2024-09-17T08:50:23.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:21.763967+0000 mon.smithi089 (mon.0) 880 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:23.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:21.775676+0000 mon.smithi133 (mon.1) 128 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T08:50:23.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:21.776093+0000 mgr.smithi133.ejject (mgr.24441) 471 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T08:50:23.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:21.777526+0000 mon.smithi133 (mon.1) 129 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi089.front.sepia.ceph.com:3000"}]: dispatch 2024-09-17T08:50:23.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:21.777838+0000 mgr.smithi133.ejject (mgr.24441) 472 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi089.front.sepia.ceph.com:3000"}]: dispatch 2024-09-17T08:50:23.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:21.781578+0000 mon.smithi089 (mon.0) 881 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:23.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:21.791660+0000 mon.smithi133 (mon.1) 130 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:50:23.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:21.792108+0000 mgr.smithi133.ejject (mgr.24441) 473 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:50:23.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:21.793401+0000 mon.smithi133 (mon.1) 131 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi089.front.sepia.ceph.com:9095"}]: dispatch 2024-09-17T08:50:23.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:21.793789+0000 mgr.smithi133.ejject (mgr.24441) 474 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi089.front.sepia.ceph.com:9095"}]: dispatch 2024-09-17T08:50:23.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:21.797836+0000 mon.smithi089 (mon.0) 882 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:23.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:21.843151+0000 mon.smithi133 (mon.1) 132 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:50:23.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:21.847598+0000 mon.smithi089 (mon.0) 883 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:23.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:50:21.849243+0000 mgr.smithi133.ejject (mgr.24441) 475 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi133.ejject) 2024-09-17T08:50:23.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:50:21.849600+0000 mgr.smithi133.ejject (mgr.24441) 476 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi133.ejject) 2024-09-17T08:50:24.328 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:22.450718+0000 mgr.smithi133.ejject (mgr.24441) 477 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:50:24.328 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:50:23.071075+0000 mgr.smithi133.ejject (mgr.24441) 478 : cephadm [INF] Upgrade: Updating mgr.smithi089.ernzbc 2024-09-17T08:50:24.328 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:23.077849+0000 mon.smithi089 (mon.0) 884 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:24.328 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:23.079620+0000 mon.smithi133 (mon.1) 133 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi089.ernzbc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:50:24.328 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:23.079978+0000 mon.smithi089 (mon.0) 885 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi089.ernzbc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:50:24.328 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:23.081119+0000 mon.smithi133 (mon.1) 134 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T08:50:24.329 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:23.082027+0000 mon.smithi133 (mon.1) 135 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:50:24.329 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:50:23.082882+0000 mgr.smithi133.ejject (mgr.24441) 479 : cephadm [INF] Deploying daemon mgr.smithi089.ernzbc on smithi089 2024-09-17T08:50:24.329 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:23.699237+0000 mon.smithi133 (mon.1) 136 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:50:24.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:22.450718+0000 mgr.smithi133.ejject (mgr.24441) 477 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:50:24.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:50:23.071075+0000 mgr.smithi133.ejject (mgr.24441) 478 : cephadm [INF] Upgrade: Updating mgr.smithi089.ernzbc 2024-09-17T08:50:24.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:23.077849+0000 mon.smithi089 (mon.0) 884 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:24.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:23.079620+0000 mon.smithi133 (mon.1) 133 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi089.ernzbc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:50:24.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:23.079978+0000 mon.smithi089 (mon.0) 885 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi089.ernzbc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:50:24.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:23.081119+0000 mon.smithi133 (mon.1) 134 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T08:50:24.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:23.082027+0000 mon.smithi133 (mon.1) 135 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:50:24.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:50:23.082882+0000 mgr.smithi133.ejject (mgr.24441) 479 : cephadm [INF] Deploying daemon mgr.smithi089.ernzbc on smithi089 2024-09-17T08:50:24.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:23.699237+0000 mon.smithi133 (mon.1) 136 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:50:25.597 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:24.451567+0000 mgr.smithi133.ejject (mgr.24441) 480 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:50:25.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:24.451567+0000 mgr.smithi133.ejject (mgr.24441) 480 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:50:27.594 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:26.451973+0000 mgr.smithi133.ejject (mgr.24441) 481 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:50:27.595 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:26.460057+0000 mon.smithi089 (mon.0) 886 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:27.595 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:26.466353+0000 mon.smithi089 (mon.0) 887 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:27.595 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:26.467859+0000 mon.smithi133 (mon.1) 137 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:50:27.595 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:26.703724+0000 mon.smithi089 (mon.0) 888 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:27.595 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:26.707782+0000 mon.smithi089 (mon.0) 889 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:27.595 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:26.713058+0000 mon.smithi089 (mon.0) 890 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:27.595 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:27 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:26.718982+0000 mon.smithi089 (mon.0) 891 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:27.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:26.451973+0000 mgr.smithi133.ejject (mgr.24441) 481 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:50:27.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:26.460057+0000 mon.smithi089 (mon.0) 886 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:27.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:26.466353+0000 mon.smithi089 (mon.0) 887 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:27.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:26.467859+0000 mon.smithi133 (mon.1) 137 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:50:27.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:26.703724+0000 mon.smithi089 (mon.0) 888 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:27.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:26.707782+0000 mon.smithi089 (mon.0) 889 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:27.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:26.713058+0000 mon.smithi089 (mon.0) 890 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:27.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:26.718982+0000 mon.smithi089 (mon.0) 891 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:29.659 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:29 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:28.452388+0000 mgr.smithi133.ejject (mgr.24441) 482 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:50:29.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:28.452388+0000 mgr.smithi133.ejject (mgr.24441) 482 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:50:32.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:30.453054+0000 mgr.smithi133.ejject (mgr.24441) 483 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:50:32.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:30.839185+0000 mon.smithi089 (mon.0) 892 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:32.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:30.844798+0000 mon.smithi089 (mon.0) 893 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:32.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:31.347121+0000 mon.smithi089 (mon.0) 894 : cluster [DBG] Standby manager daemon smithi089.ernzbc restarted 2024-09-17T08:50:32.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:31.347250+0000 mon.smithi089 (mon.0) 895 : cluster [DBG] Standby manager daemon smithi089.ernzbc started 2024-09-17T08:50:32.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:31.349201+0000 mon.smithi089 (mon.0) 896 : audit [DBG] from='mgr.? 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi089.ernzbc/crt"}]: dispatch 2024-09-17T08:50:32.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:31.349544+0000 mon.smithi089 (mon.0) 897 : audit [DBG] from='mgr.? 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T08:50:32.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:31.350992+0000 mon.smithi089 (mon.0) 898 : audit [DBG] from='mgr.? 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi089.ernzbc/key"}]: dispatch 2024-09-17T08:50:32.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:31.351248+0000 mon.smithi089 (mon.0) 899 : audit [DBG] from='mgr.? 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T08:50:32.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:30.453054+0000 mgr.smithi133.ejject (mgr.24441) 483 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:50:32.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:30.839185+0000 mon.smithi089 (mon.0) 892 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:32.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:30.844798+0000 mon.smithi089 (mon.0) 893 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:32.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:31.347121+0000 mon.smithi089 (mon.0) 894 : cluster [DBG] Standby manager daemon smithi089.ernzbc restarted 2024-09-17T08:50:32.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:31.347250+0000 mon.smithi089 (mon.0) 895 : cluster [DBG] Standby manager daemon smithi089.ernzbc started 2024-09-17T08:50:32.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:31.349201+0000 mon.smithi089 (mon.0) 896 : audit [DBG] from='mgr.? 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi089.ernzbc/crt"}]: dispatch 2024-09-17T08:50:32.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:31.349544+0000 mon.smithi089 (mon.0) 897 : audit [DBG] from='mgr.? 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T08:50:32.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:31.350992+0000 mon.smithi089 (mon.0) 898 : audit [DBG] from='mgr.? 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi089.ernzbc/key"}]: dispatch 2024-09-17T08:50:32.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:31.351248+0000 mon.smithi089 (mon.0) 899 : audit [DBG] from='mgr.? 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T08:50:33.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:32 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:31.852749+0000 mon.smithi089 (mon.0) 900 : cluster [DBG] mgrmap e34: smithi133.ejject(active, since 11m), standbys: smithi089.ernzbc 2024-09-17T08:50:33.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:32 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:31.852749+0000 mon.smithi089 (mon.0) 900 : cluster [DBG] mgrmap e34: smithi133.ejject(active, since 11m), standbys: smithi089.ernzbc 2024-09-17T08:50:34.086 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:32.453424+0000 mgr.smithi133.ejject (mgr.24441) 484 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:50:34.086 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:32.952680+0000 mon.smithi089 (mon.0) 901 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:34.087 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:32.960401+0000 mon.smithi089 (mon.0) 902 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:34.087 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:33.463963+0000 mon.smithi089 (mon.0) 903 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:34.087 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:33 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:33.472461+0000 mon.smithi089 (mon.0) 904 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:34.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:32.453424+0000 mgr.smithi133.ejject (mgr.24441) 484 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:50:34.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:32.952680+0000 mon.smithi089 (mon.0) 901 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:34.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:32.960401+0000 mon.smithi089 (mon.0) 902 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:34.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:33.463963+0000 mon.smithi089 (mon.0) 903 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:34.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:33.472461+0000 mon.smithi089 (mon.0) 904 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:35.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:35 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:34.454246+0000 mgr.smithi133.ejject (mgr.24441) 485 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:50:35.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:35 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:34.454246+0000 mgr.smithi133.ejject (mgr.24441) 485 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:50:38.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:36.454691+0000 mgr.smithi133.ejject (mgr.24441) 486 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:50:38.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:36.803434+0000 mon.smithi089 (mon.0) 905 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:38.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:36.811384+0000 mon.smithi089 (mon.0) 906 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:38.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:36.814183+0000 mon.smithi133 (mon.1) 138 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:50:38.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:36.815022+0000 mon.smithi133 (mon.1) 139 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:50:38.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:50:36.815746+0000 mgr.smithi133.ejject (mgr.24441) 487 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:50:38.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:36.816308+0000 mgr.smithi133.ejject (mgr.24441) 488 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-09-17T08:50:38.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:36.821635+0000 mon.smithi089 (mon.0) 907 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:38.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:36.831320+0000 mon.smithi089 (mon.0) 908 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:38.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:36.945220+0000 mon.smithi133 (mon.1) 140 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:50:38.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:50:36.947252+0000 mgr.smithi133.ejject (mgr.24441) 489 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi133.ejject) 2024-09-17T08:50:38.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:50:36.947633+0000 mgr.smithi133.ejject (mgr.24441) 490 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi133.ejject) 2024-09-17T08:50:38.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:50:36.949960+0000 mgr.smithi133.ejject (mgr.24441) 491 : cephadm [INF] Failing over to other MGR 2024-09-17T08:50:38.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:36.950190+0000 mon.smithi133 (mon.1) 141 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "mgr fail", "who": "smithi133.ejject"}]: dispatch 2024-09-17T08:50:38.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:36.950494+0000 mon.smithi089 (mon.0) 909 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "mgr fail", "who": "smithi133.ejject"}]: dispatch 2024-09-17T08:50:38.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:36.958161+0000 mon.smithi089 (mon.0) 910 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-09-17T08:50:38.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:37.654534+0000 mon.smithi089 (mon.0) 911 : cluster [DBG] Standby manager daemon smithi133.ejject started 2024-09-17T08:50:38.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:36.454691+0000 mgr.smithi133.ejject (mgr.24441) 486 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:50:38.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:36.803434+0000 mon.smithi089 (mon.0) 905 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:38.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:36.811384+0000 mon.smithi089 (mon.0) 906 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:38.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:36.814183+0000 mon.smithi133 (mon.1) 138 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:50:38.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:36.815022+0000 mon.smithi133 (mon.1) 139 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:50:38.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:50:36.815746+0000 mgr.smithi133.ejject (mgr.24441) 487 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:50:38.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:36.816308+0000 mgr.smithi133.ejject (mgr.24441) 488 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-09-17T08:50:38.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:36.821635+0000 mon.smithi089 (mon.0) 907 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:38.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:36.831320+0000 mon.smithi089 (mon.0) 908 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' 2024-09-17T08:50:38.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:36.945220+0000 mon.smithi133 (mon.1) 140 : audit [DBG] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:50:38.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:50:36.947252+0000 mgr.smithi133.ejject (mgr.24441) 489 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi133.ejject) 2024-09-17T08:50:38.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:50:36.947633+0000 mgr.smithi133.ejject (mgr.24441) 490 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi133.ejject) 2024-09-17T08:50:38.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:50:36.949960+0000 mgr.smithi133.ejject (mgr.24441) 491 : cephadm [INF] Failing over to other MGR 2024-09-17T08:50:38.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:36.950190+0000 mon.smithi133 (mon.1) 141 : audit [INF] from='mgr.24441 172.21.15.133:0/3991753110' entity='mgr.smithi133.ejject' cmd=[{"prefix": "mgr fail", "who": "smithi133.ejject"}]: dispatch 2024-09-17T08:50:38.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:36.950494+0000 mon.smithi089 (mon.0) 909 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd=[{"prefix": "mgr fail", "who": "smithi133.ejject"}]: dispatch 2024-09-17T08:50:38.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:36.958161+0000 mon.smithi089 (mon.0) 910 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-09-17T08:50:38.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:37.654534+0000 mon.smithi089 (mon.0) 911 : cluster [DBG] Standby manager daemon smithi133.ejject started 2024-09-17T08:50:39.075 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:37.810089+0000 mon.smithi089 (mon.0) 912 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-17T08:50:39.075 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:37.839111+0000 mon.smithi089 (mon.0) 913 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "mgr fail", "who": "smithi133.ejject"}]': finished 2024-09-17T08:50:39.075 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:37.839192+0000 mon.smithi089 (mon.0) 914 : cluster [DBG] mgrmap e35: smithi089.ernzbc(active, starting, since 0.888009s), standbys: smithi133.ejject 2024-09-17T08:50:39.075 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:37.840733+0000 mon.smithi089 (mon.0) 915 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-09-17T08:50:39.075 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:37.840876+0000 mon.smithi089 (mon.0) 916 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-09-17T08:50:39.075 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:37.841428+0000 mon.smithi089 (mon.0) 917 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi089.xuhpot"}]: dispatch 2024-09-17T08:50:39.075 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:37.841651+0000 mon.smithi089 (mon.0) 918 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi133.enpevq"}]: dispatch 2024-09-17T08:50:39.075 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:37.842425+0000 mon.smithi089 (mon.0) 919 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr metadata", "who": "smithi089.ernzbc", "id": "smithi089.ernzbc"}]: dispatch 2024-09-17T08:50:39.075 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:37.842626+0000 mon.smithi089 (mon.0) 920 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr metadata", "who": "smithi133.ejject", "id": "smithi133.ejject"}]: dispatch 2024-09-17T08:50:39.076 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:37.842801+0000 mon.smithi089 (mon.0) 921 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:50:39.076 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:37.843031+0000 mon.smithi089 (mon.0) 922 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:50:39.076 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:37.843221+0000 mon.smithi089 (mon.0) 923 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:50:39.076 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:37.843404+0000 mon.smithi089 (mon.0) 924 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:50:39.076 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:37.843586+0000 mon.smithi089 (mon.0) 925 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:50:39.076 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:37.843767+0000 mon.smithi089 (mon.0) 926 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:50:39.076 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:37.843970+0000 mon.smithi089 (mon.0) 927 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:50:39.076 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:37.844256+0000 mon.smithi089 (mon.0) 928 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:50:39.076 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:37.844533+0000 mon.smithi089 (mon.0) 929 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T08:50:39.076 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:37.844779+0000 mon.smithi089 (mon.0) 930 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T08:50:39.076 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:37.845217+0000 mon.smithi089 (mon.0) 931 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T08:50:39.076 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:38.044376+0000 mon.smithi089 (mon.0) 932 : cluster [INF] Manager daemon smithi089.ernzbc is now available 2024-09-17T08:50:39.076 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:50:38.055670+0000 mgr.smithi089.ernzbc (mgr.15280) 1 : cephadm [INF] inventory: adjusted host smithi133 addr 'smithi133' -> '172.21.15.133' 2024-09-17T08:50:39.077 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:38.059293+0000 mon.smithi089 (mon.0) 933 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:39.077 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:38.068125+0000 mon.smithi089 (mon.0) 934 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:50:39.077 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:38.092366+0000 mon.smithi089 (mon.0) 935 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:39.077 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:38.094815+0000 mon.smithi089 (mon.0) 936 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:50:39.077 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:38.097152+0000 mon.smithi089 (mon.0) 937 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:50:39.077 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:38 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:38.107919+0000 mon.smithi089 (mon.0) 938 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/trash_purge_schedule"}]: dispatch 2024-09-17T08:50:39.104 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:37.810089+0000 mon.smithi089 (mon.0) 912 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-17T08:50:39.104 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:37.839111+0000 mon.smithi089 (mon.0) 913 : audit [INF] from='mgr.24441 ' entity='mgr.smithi133.ejject' cmd='[{"prefix": "mgr fail", "who": "smithi133.ejject"}]': finished 2024-09-17T08:50:39.104 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:37.839192+0000 mon.smithi089 (mon.0) 914 : cluster [DBG] mgrmap e35: smithi089.ernzbc(active, starting, since 0.888009s), standbys: smithi133.ejject 2024-09-17T08:50:39.104 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:37.840733+0000 mon.smithi089 (mon.0) 915 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-09-17T08:50:39.104 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:37.840876+0000 mon.smithi089 (mon.0) 916 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-09-17T08:50:39.104 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:37.841428+0000 mon.smithi089 (mon.0) 917 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi089.xuhpot"}]: dispatch 2024-09-17T08:50:39.105 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:37.841651+0000 mon.smithi089 (mon.0) 918 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi133.enpevq"}]: dispatch 2024-09-17T08:50:39.105 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:37.842425+0000 mon.smithi089 (mon.0) 919 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr metadata", "who": "smithi089.ernzbc", "id": "smithi089.ernzbc"}]: dispatch 2024-09-17T08:50:39.105 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:37.842626+0000 mon.smithi089 (mon.0) 920 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr metadata", "who": "smithi133.ejject", "id": "smithi133.ejject"}]: dispatch 2024-09-17T08:50:39.105 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:37.842801+0000 mon.smithi089 (mon.0) 921 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:50:39.105 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:37.843031+0000 mon.smithi089 (mon.0) 922 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:50:39.105 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:37.843221+0000 mon.smithi089 (mon.0) 923 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:50:39.105 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:37.843404+0000 mon.smithi089 (mon.0) 924 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:50:39.105 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:37.843586+0000 mon.smithi089 (mon.0) 925 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:50:39.105 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:37.843767+0000 mon.smithi089 (mon.0) 926 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:50:39.105 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:37.843970+0000 mon.smithi089 (mon.0) 927 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:50:39.106 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:37.844256+0000 mon.smithi089 (mon.0) 928 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:50:39.106 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:37.844533+0000 mon.smithi089 (mon.0) 929 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T08:50:39.106 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:37.844779+0000 mon.smithi089 (mon.0) 930 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T08:50:39.106 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:37.845217+0000 mon.smithi089 (mon.0) 931 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T08:50:39.106 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:38.044376+0000 mon.smithi089 (mon.0) 932 : cluster [INF] Manager daemon smithi089.ernzbc is now available 2024-09-17T08:50:39.106 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:50:38.055670+0000 mgr.smithi089.ernzbc (mgr.15280) 1 : cephadm [INF] inventory: adjusted host smithi133 addr 'smithi133' -> '172.21.15.133' 2024-09-17T08:50:39.106 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:38.059293+0000 mon.smithi089 (mon.0) 933 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:39.106 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:38.068125+0000 mon.smithi089 (mon.0) 934 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:50:39.106 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:38.092366+0000 mon.smithi089 (mon.0) 935 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:39.106 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:38.094815+0000 mon.smithi089 (mon.0) 936 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:50:39.106 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:38.097152+0000 mon.smithi089 (mon.0) 937 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:50:39.106 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:38.107919+0000 mon.smithi089 (mon.0) 938 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/trash_purge_schedule"}]: dispatch 2024-09-17T08:50:40.151 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:38.843788+0000 mon.smithi089 (mon.0) 939 : cluster [DBG] mgrmap e36: smithi089.ernzbc(active, since 1.8926s), standbys: smithi133.ejject 2024-09-17T08:50:40.151 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:38.854697+0000 mgr.smithi089.ernzbc (mgr.15280) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2024-09-17T08:50:40.151 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:50:39.047151+0000 mgr.smithi089.ernzbc (mgr.15280) 3 : cephadm [INF] [17/Sep/2024:08:50:39] ENGINE Bus STARTING 2024-09-17T08:50:40.151 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:50:39.165131+0000 mgr.smithi089.ernzbc (mgr.15280) 4 : cephadm [INF] [17/Sep/2024:08:50:39] ENGINE Serving on https://172.21.15.89:7150 2024-09-17T08:50:40.151 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:50:39.167719+0000 mgr.smithi089.ernzbc (mgr.15280) 5 : cephadm [ERR] [17/Sep/2024:08:50:39] ENGINE Error in HTTPServer.serve 2024-09-17T08:50:40.151 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: Traceback (most recent call last): 2024-09-17T08:50:40.152 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T08:50:40.152 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: self._connections.run(self.expiration_interval) 2024-09-17T08:50:40.152 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T08:50:40.152 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: self._run(expiration_interval) 2024-09-17T08:50:40.152 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T08:50:40.152 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T08:50:40.152 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T08:50:40.152 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T08:50:40.152 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T08:50:40.152 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: s = self.context.wrap_socket( 2024-09-17T08:50:40.152 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T08:50:40.152 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: return self.sslsocket_class._create( 2024-09-17T08:50:40.153 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T08:50:40.153 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: self.do_handshake() 2024-09-17T08:50:40.153 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T08:50:40.153 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: self._sslobj.do_handshake() 2024-09-17T08:50:40.153 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T08:50:40.153 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: 2024-09-17T08:50:40.153 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:50:39.266541+0000 mgr.smithi089.ernzbc (mgr.15280) 6 : cephadm [INF] [17/Sep/2024:08:50:39] ENGINE Serving on http://172.21.15.89:8765 2024-09-17T08:50:40.153 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:39 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:50:39.266634+0000 mgr.smithi089.ernzbc (mgr.15280) 7 : cephadm [INF] [17/Sep/2024:08:50:39] ENGINE Bus STARTED 2024-09-17T08:50:40.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:38.843788+0000 mon.smithi089 (mon.0) 939 : cluster [DBG] mgrmap e36: smithi089.ernzbc(active, since 1.8926s), standbys: smithi133.ejject 2024-09-17T08:50:40.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:38.854697+0000 mgr.smithi089.ernzbc (mgr.15280) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2024-09-17T08:50:40.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:50:39.047151+0000 mgr.smithi089.ernzbc (mgr.15280) 3 : cephadm [INF] [17/Sep/2024:08:50:39] ENGINE Bus STARTING 2024-09-17T08:50:40.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:50:39.165131+0000 mgr.smithi089.ernzbc (mgr.15280) 4 : cephadm [INF] [17/Sep/2024:08:50:39] ENGINE Serving on https://172.21.15.89:7150 2024-09-17T08:50:40.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:50:39.167719+0000 mgr.smithi089.ernzbc (mgr.15280) 5 : cephadm [ERR] [17/Sep/2024:08:50:39] ENGINE Error in HTTPServer.serve 2024-09-17T08:50:40.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: Traceback (most recent call last): 2024-09-17T08:50:40.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T08:50:40.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: self._connections.run(self.expiration_interval) 2024-09-17T08:50:40.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T08:50:40.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: self._run(expiration_interval) 2024-09-17T08:50:40.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T08:50:40.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T08:50:40.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T08:50:40.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T08:50:40.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T08:50:40.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: s = self.context.wrap_socket( 2024-09-17T08:50:40.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T08:50:40.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: return self.sslsocket_class._create( 2024-09-17T08:50:40.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T08:50:40.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: self.do_handshake() 2024-09-17T08:50:40.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T08:50:40.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: self._sslobj.do_handshake() 2024-09-17T08:50:40.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T08:50:40.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: 2024-09-17T08:50:40.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:50:39.266541+0000 mgr.smithi089.ernzbc (mgr.15280) 6 : cephadm [INF] [17/Sep/2024:08:50:39] ENGINE Serving on http://172.21.15.89:8765 2024-09-17T08:50:40.163 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:50:39.266634+0000 mgr.smithi089.ernzbc (mgr.15280) 7 : cephadm [INF] [17/Sep/2024:08:50:39] ENGINE Bus STARTED 2024-09-17T08:50:40.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:40 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:39.836671+0000 mon.smithi089 (mon.0) 940 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-17T08:50:40.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:40 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:39.836698+0000 mon.smithi089 (mon.0) 941 : cluster [INF] Cluster is now healthy 2024-09-17T08:50:40.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:40 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:39.844131+0000 mgr.smithi089.ernzbc (mgr.15280) 8 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2024-09-17T08:50:40.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:40 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:39.850081+0000 mon.smithi089 (mon.0) 942 : cluster [DBG] mgrmap e37: smithi089.ernzbc(active, since 2s), standbys: smithi133.ejject 2024-09-17T08:50:41.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:40 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:39.836671+0000 mon.smithi089 (mon.0) 940 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-17T08:50:41.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:40 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:39.836698+0000 mon.smithi089 (mon.0) 941 : cluster [INF] Cluster is now healthy 2024-09-17T08:50:41.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:40 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:39.844131+0000 mgr.smithi089.ernzbc (mgr.15280) 8 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2024-09-17T08:50:41.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:40 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:39.850081+0000 mon.smithi089 (mon.0) 942 : cluster [DBG] mgrmap e37: smithi089.ernzbc(active, since 2s), standbys: smithi133.ejject 2024-09-17T08:50:42.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:41.844522+0000 mgr.smithi089.ernzbc (mgr.15280) 9 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2024-09-17T08:50:42.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:42 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:41.858239+0000 mon.smithi089 (mon.0) 943 : cluster [DBG] mgrmap e38: smithi089.ernzbc(active, since 4s), standbys: smithi133.ejject 2024-09-17T08:50:43.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:41.844522+0000 mgr.smithi089.ernzbc (mgr.15280) 9 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2024-09-17T08:50:43.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:41.858239+0000 mon.smithi089 (mon.0) 943 : cluster [DBG] mgrmap e38: smithi089.ernzbc(active, since 4s), standbys: smithi133.ejject 2024-09-17T08:50:44.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:42.928160+0000 mon.smithi089 (mon.0) 944 : cluster [DBG] Standby manager daemon smithi133.ejject restarted 2024-09-17T08:50:44.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:42.928267+0000 mon.smithi089 (mon.0) 945 : cluster [DBG] Standby manager daemon smithi133.ejject started 2024-09-17T08:50:44.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:42.929840+0000 mon.smithi133 (mon.1) 142 : audit [DBG] from='mgr.? 172.21.15.133:0/4210767662' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi133.ejject/crt"}]: dispatch 2024-09-17T08:50:44.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:42.931417+0000 mon.smithi133 (mon.1) 143 : audit [DBG] from='mgr.? 172.21.15.133:0/4210767662' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T08:50:44.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:42.932842+0000 mon.smithi133 (mon.1) 144 : audit [DBG] from='mgr.? 172.21.15.133:0/4210767662' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi133.ejject/key"}]: dispatch 2024-09-17T08:50:44.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:42.933129+0000 mon.smithi133 (mon.1) 145 : audit [DBG] from='mgr.? 172.21.15.133:0/4210767662' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T08:50:44.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:43.077659+0000 mon.smithi089 (mon.0) 946 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:44.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:43.082815+0000 mon.smithi089 (mon.0) 947 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:44.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:43.582877+0000 mon.smithi089 (mon.0) 948 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:44.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:43 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:43.587045+0000 mon.smithi089 (mon.0) 949 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:44.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:42.928160+0000 mon.smithi089 (mon.0) 944 : cluster [DBG] Standby manager daemon smithi133.ejject restarted 2024-09-17T08:50:44.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:42.928267+0000 mon.smithi089 (mon.0) 945 : cluster [DBG] Standby manager daemon smithi133.ejject started 2024-09-17T08:50:44.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:42.929840+0000 mon.smithi133 (mon.1) 142 : audit [DBG] from='mgr.? 172.21.15.133:0/4210767662' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi133.ejject/crt"}]: dispatch 2024-09-17T08:50:44.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:42.931417+0000 mon.smithi133 (mon.1) 143 : audit [DBG] from='mgr.? 172.21.15.133:0/4210767662' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T08:50:44.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:42.932842+0000 mon.smithi133 (mon.1) 144 : audit [DBG] from='mgr.? 172.21.15.133:0/4210767662' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi133.ejject/key"}]: dispatch 2024-09-17T08:50:44.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:42.933129+0000 mon.smithi133 (mon.1) 145 : audit [DBG] from='mgr.? 172.21.15.133:0/4210767662' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T08:50:44.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:43.077659+0000 mon.smithi089 (mon.0) 946 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:44.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:43.082815+0000 mon.smithi089 (mon.0) 947 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:44.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:43.582877+0000 mon.smithi089 (mon.0) 948 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:44.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:43 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:43.587045+0000 mon.smithi089 (mon.0) 949 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:45.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:43.844835+0000 mgr.smithi089.ernzbc (mgr.15280) 10 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2024-09-17T08:50:45.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:43.866408+0000 mon.smithi089 (mon.0) 950 : cluster [DBG] mgrmap e39: smithi089.ernzbc(active, since 6s), standbys: smithi133.ejject 2024-09-17T08:50:45.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:44.541612+0000 mon.smithi089 (mon.0) 951 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:45.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:44 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:44.545629+0000 mon.smithi089 (mon.0) 952 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:45.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:44 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:43.844835+0000 mgr.smithi089.ernzbc (mgr.15280) 10 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2024-09-17T08:50:45.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:44 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:43.866408+0000 mon.smithi089 (mon.0) 950 : cluster [DBG] mgrmap e39: smithi089.ernzbc(active, since 6s), standbys: smithi133.ejject 2024-09-17T08:50:45.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:44 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:44.541612+0000 mon.smithi089 (mon.0) 951 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:45.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:44 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:44.545629+0000 mon.smithi089 (mon.0) 952 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:46.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:46 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:45.050856+0000 mon.smithi089 (mon.0) 953 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:46.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:46 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:45.055726+0000 mon.smithi089 (mon.0) 954 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:46.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:46 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:45.050856+0000 mon.smithi089 (mon.0) 953 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:46.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:46 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:45.055726+0000 mon.smithi089 (mon.0) 954 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:47.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:47 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:45.845370+0000 mgr.smithi089.ernzbc (mgr.15280) 11 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-17T08:50:47.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:45.845370+0000 mgr.smithi089.ernzbc (mgr.15280) 11 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-17T08:50:49.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:49 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:47.845677+0000 mgr.smithi089.ernzbc (mgr.15280) 12 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-17T08:50:49.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:49 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:48.163571+0000 mon.smithi089 (mon.0) 955 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:49.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:49 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:48.167875+0000 mon.smithi089 (mon.0) 956 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:49.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:49 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:48.169053+0000 mon.smithi089 (mon.0) 957 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:50:49.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:49 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:48.169669+0000 mon.smithi089 (mon.0) 958 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:50:49.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:49 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:50:48.170203+0000 mgr.smithi089.ernzbc (mgr.15280) 13 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:50:49.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:49 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:48.170640+0000 mgr.smithi089.ernzbc (mgr.15280) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-17T08:50:49.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:49 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:48.173704+0000 mon.smithi089 (mon.0) 959 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:49.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:49 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:48.179205+0000 mon.smithi089 (mon.0) 960 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:49.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:49 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:50:48.254841+0000 mgr.smithi089.ernzbc (mgr.15280) 15 : cephadm [INF] Reconfiguring prometheus.smithi089 (dependencies changed)... 2024-09-17T08:50:49.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:49 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:47.845677+0000 mgr.smithi089.ernzbc (mgr.15280) 12 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-17T08:50:49.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:49 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:48.163571+0000 mon.smithi089 (mon.0) 955 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:49.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:49 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:48.167875+0000 mon.smithi089 (mon.0) 956 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:49.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:49 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:48.169053+0000 mon.smithi089 (mon.0) 957 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:50:49.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:49 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:48.169669+0000 mon.smithi089 (mon.0) 958 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:50:49.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:49 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:50:48.170203+0000 mgr.smithi089.ernzbc (mgr.15280) 13 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:50:49.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:49 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:48.170640+0000 mgr.smithi089.ernzbc (mgr.15280) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-17T08:50:49.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:49 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:48.173704+0000 mon.smithi089 (mon.0) 959 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:49.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:49 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:48.179205+0000 mon.smithi089 (mon.0) 960 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:49.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:49 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:50:48.254841+0000 mgr.smithi089.ernzbc (mgr.15280) 15 : cephadm [INF] Reconfiguring prometheus.smithi089 (dependencies changed)... 2024-09-17T08:50:50.025 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:50:50.262 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:50 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:50:48.486285+0000 mgr.smithi089.ernzbc (mgr.15280) 16 : cephadm [INF] Reconfiguring daemon prometheus.smithi089 on smithi089 2024-09-17T08:50:50.262 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:50 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:49.166206+0000 mon.smithi089 (mon.0) 961 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-17T08:50:50.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:50 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:50:48.486285+0000 mgr.smithi089.ernzbc (mgr.15280) 16 : cephadm [INF] Reconfiguring daemon prometheus.smithi089 on smithi089 2024-09-17T08:50:50.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:50 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:49.166206+0000 mon.smithi089 (mon.0) 961 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-17T08:50:50.666 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:50:50.666 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 running (8m) 6s ago 19m 17.8M - 0.20.0 0881eb8f169f 98413cb98a4d 2024-09-17T08:50:50.666 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (19m) 6s ago 19m 6409k - 16.2.0 24ecd6d5f14c 86364fbbe3dd 2024-09-17T08:50:50.667 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (18m) 7s ago 18m 6405k - 16.2.0 24ecd6d5f14c c38435e94451 2024-09-17T08:50:50.667 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 running (6m) 6s ago 18m 36.8M - 6.7.4 557c83e11646 7989dd643c63 2024-09-17T08:50:50.667 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (13m) 6s ago 13m 43.6M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:50:50.667 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (13m) 7s ago 13m 15.7M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:50:50.667 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:8443,9283,8765 running (24s) 6s ago 20m 462M - 18.2.4-855-g19e2a2be 980a0bfcd684 3c5462471da5 2024-09-17T08:50:50.667 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283 running (11m) 7s ago 18m 94.5M - 18.2.4-855-g19e2a2be 980a0bfcd684 ee4a59ce156c 2024-09-17T08:50:50.667 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (20m) 6s ago 20m 77.4M 2048M 16.2.0 24ecd6d5f14c 5b5bfe3c39d2 2024-09-17T08:50:50.667 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (18m) 7s ago 18m 55.6M 2048M 16.2.0 24ecd6d5f14c b73d1c15d884 2024-09-17T08:50:50.667 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (11m) 6s ago 11m 149M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:50:50.667 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (11m) 7s ago 11m 89.7M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:50:50.667 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 running (4m) 6s ago 18m 17.2M - 0.18.1 e5a616e4b9cf 8d8f92b91922 2024-09-17T08:50:50.667 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (29s) 7s ago 17m 2553k - 0.18.1 e5a616e4b9cf 205b9ba6c0ba 2024-09-17T08:50:50.667 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (17m) 6s ago 17m 579M 4096M 16.2.0 24ecd6d5f14c ac2da40952c1 2024-09-17T08:50:50.668 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (17m) 6s ago 17m 470M 4096M 16.2.0 24ecd6d5f14c 393455ed3cc2 2024-09-17T08:50:50.668 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (16m) 6s ago 16m 360M 4096M 16.2.0 24ecd6d5f14c efc5a17c7a8f 2024-09-17T08:50:50.668 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (16m) 6s ago 16m 467M 4096M 16.2.0 24ecd6d5f14c aa8afc36736b 2024-09-17T08:50:50.668 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (16m) 7s ago 16m 492M 4096M 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:50:50.668 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (15m) 7s ago 15m 585M 4096M 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:50:50.668 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (15m) 7s ago 15m 533M 4096M 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:50:50.668 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (15m) 7s ago 15m 772M 4096M 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:50:50.668 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 error 6s ago 18m - - 2024-09-17T08:50:51.045 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:50:51.045 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:50:51.045 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:50:51.045 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:50:51.045 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:50:51.045 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:50:51.046 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:50:51.046 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:50:51.046 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 8 2024-09-17T08:50:51.046 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:50:51.046 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:50:51.046 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:50:51.046 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:50:51.046 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:50:51.046 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 12, 2024-09-17T08:50:51.046 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:50:51.046 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:50:51.046 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:50:51.328 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:51 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:50.012456+0000 mgr.smithi089.ernzbc (mgr.15280) 17 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:50:51.328 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:51 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:50.171414+0000 mgr.smithi089.ernzbc (mgr.15280) 18 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-17T08:50:51.328 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:51 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:51.045109+0000 mon.smithi089 (mon.0) 962 : audit [DBG] from='client.? 172.21.15.89:0/2489527986' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:50:51.367 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:50:51.368 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:50:51.368 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:50:51.368 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:50:51.368 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [ 2024-09-17T08:50:51.368 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr" 2024-09-17T08:50:51.368 INFO:teuthology.orchestra.run.smithi089.stdout: ], 2024-09-17T08:50:51.368 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "2/23 daemons upgraded", 2024-09-17T08:50:51.368 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "", 2024-09-17T08:50:51.368 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:50:51.368 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:50:51.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:51 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:50.012456+0000 mgr.smithi089.ernzbc (mgr.15280) 17 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:50:51.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:51 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:50.171414+0000 mgr.smithi089.ernzbc (mgr.15280) 18 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-17T08:50:51.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:51 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:51.045109+0000 mon.smithi089 (mon.0) 962 : audit [DBG] from='client.? 172.21.15.89:0/2489527986' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:50:51.764 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-17T08:50:51.764 INFO:teuthology.orchestra.run.smithi089.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-17T08:50:51.764 INFO:teuthology.orchestra.run.smithi089.stdout: daemon prometheus.smithi089 on smithi089 is in error state 2024-09-17T08:50:52.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:52 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:50.338950+0000 mgr.smithi089.ernzbc (mgr.15280) 19 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:50:52.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:52 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:50.657940+0000 mgr.smithi089.ernzbc (mgr.15280) 20 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:50:52.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:52 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:51.763945+0000 mon.smithi089 (mon.0) 963 : audit [DBG] from='client.? 172.21.15.89:0/2345258445' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:50:52.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:52 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:52.126010+0000 mon.smithi089 (mon.0) 964 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:52.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:52 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:52.130021+0000 mon.smithi089 (mon.0) 965 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:52.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:52 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:52.133797+0000 mon.smithi089 (mon.0) 966 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:50:52.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:52 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:50.338950+0000 mgr.smithi089.ernzbc (mgr.15280) 19 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:50:52.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:52 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:50.657940+0000 mgr.smithi089.ernzbc (mgr.15280) 20 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:50:52.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:52 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:51.763945+0000 mon.smithi089 (mon.0) 963 : audit [DBG] from='client.? 172.21.15.89:0/2345258445' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:50:52.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:52 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:52.126010+0000 mon.smithi089 (mon.0) 964 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:52.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:52 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:52.130021+0000 mon.smithi089 (mon.0) 965 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:52.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:52 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:52.133797+0000 mon.smithi089 (mon.0) 966 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:50:53.376 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:51.367486+0000 mgr.smithi089.ernzbc (mgr.15280) 21 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:50:53.376 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:52.134166+0000 mgr.smithi089.ernzbc (mgr.15280) 22 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:50:53.376 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:52.171727+0000 mgr.smithi089.ernzbc (mgr.15280) 23 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-17T08:50:53.376 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:52.172825+0000 mon.smithi089 (mon.0) 967 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:50:53.376 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:53 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:53.088445+0000 mon.smithi089 (mon.0) 968 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:50:53.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:51.367486+0000 mgr.smithi089.ernzbc (mgr.15280) 21 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:50:53.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:52.134166+0000 mgr.smithi089.ernzbc (mgr.15280) 22 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:50:53.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:52.171727+0000 mgr.smithi089.ernzbc (mgr.15280) 23 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-17T08:50:53.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:52.172825+0000 mon.smithi089 (mon.0) 967 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:50:53.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:53 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:53.088445+0000 mon.smithi089 (mon.0) 968 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:50:54.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:53.398443+0000 mon.smithi089 (mon.0) 969 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi133.ejject", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:50:54.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:53.399452+0000 mon.smithi089 (mon.0) 970 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T08:50:54.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:53.400336+0000 mon.smithi089 (mon.0) 971 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:50:54.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:54 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:53.398443+0000 mon.smithi089 (mon.0) 969 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi133.ejject", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:50:54.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:54 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:53.399452+0000 mon.smithi089 (mon.0) 970 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T08:50:54.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:54 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:53.400336+0000 mon.smithi089 (mon.0) 971 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:50:55.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:50:53.397998+0000 mgr.smithi089.ernzbc (mgr.15280) 24 : cephadm [INF] Upgrade: Updating mgr.smithi133.ejject 2024-09-17T08:50:55.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:50:53.401247+0000 mgr.smithi089.ernzbc (mgr.15280) 25 : cephadm [INF] Deploying daemon mgr.smithi133.ejject on smithi133 2024-09-17T08:50:55.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:55 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:54.172375+0000 mgr.smithi089.ernzbc (mgr.15280) 26 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-17T08:50:55.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:55 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:50:53.397998+0000 mgr.smithi089.ernzbc (mgr.15280) 24 : cephadm [INF] Upgrade: Updating mgr.smithi133.ejject 2024-09-17T08:50:55.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:55 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:50:53.401247+0000 mgr.smithi089.ernzbc (mgr.15280) 25 : cephadm [INF] Deploying daemon mgr.smithi133.ejject on smithi133 2024-09-17T08:50:55.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:55 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:54.172375+0000 mgr.smithi089.ernzbc (mgr.15280) 26 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-17T08:50:57.302 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:56.172890+0000 mgr.smithi089.ernzbc (mgr.15280) 27 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-09-17T08:50:57.302 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:56.861394+0000 mon.smithi089 (mon.0) 972 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:57.302 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:56.868035+0000 mon.smithi089 (mon.0) 973 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:57.302 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:57 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:50:56.869007+0000 mon.smithi089 (mon.0) 974 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:50:57.563 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:56.172890+0000 mgr.smithi089.ernzbc (mgr.15280) 27 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-09-17T08:50:57.563 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:56.861394+0000 mon.smithi089 (mon.0) 972 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:57.563 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:56.868035+0000 mon.smithi089 (mon.0) 973 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:50:57.563 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:50:56.869007+0000 mon.smithi089 (mon.0) 974 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:50:59.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:50:59 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:50:58.173219+0000 mgr.smithi089.ernzbc (mgr.15280) 28 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-09-17T08:50:59.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:50:59 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:50:58.173219+0000 mgr.smithi089.ernzbc (mgr.15280) 28 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-09-17T08:51:00.646 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:00 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:00.173795+0000 mgr.smithi089.ernzbc (mgr.15280) 29 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:51:00.870 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:00 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:51:00.173795+0000 mgr.smithi089.ernzbc (mgr.15280) 29 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:51:02.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:51:01.092575+0000 mon.smithi089 (mon.0) 975 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:02.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:51:01.097006+0000 mon.smithi089 (mon.0) 976 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:02.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:51:01.604268+0000 mon.smithi089 (mon.0) 977 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:02.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:51:01.610115+0000 mon.smithi089 (mon.0) 978 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:02.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:51:01.772723+0000 mon.smithi089 (mon.0) 979 : cluster [DBG] Standby manager daemon smithi133.ejject restarted 2024-09-17T08:51:02.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:51:01.772841+0000 mon.smithi089 (mon.0) 980 : cluster [DBG] Standby manager daemon smithi133.ejject started 2024-09-17T08:51:02.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:51:01.774568+0000 mon.smithi133 (mon.1) 146 : audit [DBG] from='mgr.? 172.21.15.133:0/1814131933' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi133.ejject/crt"}]: dispatch 2024-09-17T08:51:02.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:51:01.775135+0000 mon.smithi133 (mon.1) 147 : audit [DBG] from='mgr.? 172.21.15.133:0/1814131933' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T08:51:02.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:51:01.776590+0000 mon.smithi133 (mon.1) 148 : audit [DBG] from='mgr.? 172.21.15.133:0/1814131933' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi133.ejject/key"}]: dispatch 2024-09-17T08:51:02.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:51:01.777486+0000 mon.smithi133 (mon.1) 149 : audit [DBG] from='mgr.? 172.21.15.133:0/1814131933' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T08:51:02.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:01.092575+0000 mon.smithi089 (mon.0) 975 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:02.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:01.097006+0000 mon.smithi089 (mon.0) 976 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:02.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:01.604268+0000 mon.smithi089 (mon.0) 977 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:02.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:01.610115+0000 mon.smithi089 (mon.0) 978 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:02.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:01.772723+0000 mon.smithi089 (mon.0) 979 : cluster [DBG] Standby manager daemon smithi133.ejject restarted 2024-09-17T08:51:02.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:01.772841+0000 mon.smithi089 (mon.0) 980 : cluster [DBG] Standby manager daemon smithi133.ejject started 2024-09-17T08:51:02.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:01.774568+0000 mon.smithi133 (mon.1) 146 : audit [DBG] from='mgr.? 172.21.15.133:0/1814131933' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi133.ejject/crt"}]: dispatch 2024-09-17T08:51:02.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:01.775135+0000 mon.smithi133 (mon.1) 147 : audit [DBG] from='mgr.? 172.21.15.133:0/1814131933' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T08:51:02.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:01.776590+0000 mon.smithi133 (mon.1) 148 : audit [DBG] from='mgr.? 172.21.15.133:0/1814131933' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi133.ejject/key"}]: dispatch 2024-09-17T08:51:02.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:01.777486+0000 mon.smithi133 (mon.1) 149 : audit [DBG] from='mgr.? 172.21.15.133:0/1814131933' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T08:51:03.206 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:02.174134+0000 mgr.smithi089.ernzbc (mgr.15280) 30 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:51:03.206 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:02.615674+0000 mon.smithi089 (mon.0) 981 : cluster [DBG] mgrmap e40: smithi089.ernzbc(active, since 25s), standbys: smithi133.ejject 2024-09-17T08:51:03.206 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:02.923206+0000 mon.smithi089 (mon.0) 982 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:03.206 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:02.927829+0000 mon.smithi089 (mon.0) 983 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:03.219 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:51:02.174134+0000 mgr.smithi089.ernzbc (mgr.15280) 30 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:51:03.220 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:51:02.615674+0000 mon.smithi089 (mon.0) 981 : cluster [DBG] mgrmap e40: smithi089.ernzbc(active, since 25s), standbys: smithi133.ejject 2024-09-17T08:51:03.220 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:51:02.923206+0000 mon.smithi089 (mon.0) 982 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:03.220 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:03 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:51:02.927829+0000 mon.smithi089 (mon.0) 983 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:05.490 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:51:04.174871+0000 mgr.smithi089.ernzbc (mgr.15280) 31 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:51:05.491 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:51:04.724955+0000 mon.smithi089 (mon.0) 984 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:05.491 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:51:04.729583+0000 mon.smithi089 (mon.0) 985 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:05.491 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:51:04.730559+0000 mon.smithi089 (mon.0) 986 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:05.491 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:51:04.731395+0000 mon.smithi089 (mon.0) 987 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:51:05.491 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:51:04.736389+0000 mon.smithi089 (mon.0) 988 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:05.491 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:51:04.743236+0000 mon.smithi089 (mon.0) 989 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:05.491 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:51:04.853357+0000 mon.smithi089 (mon.0) 990 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:51:05.491 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:51:04.855653+0000 mon.smithi089 (mon.0) 991 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:51:05.491 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:51:04.860436+0000 mon.smithi089 (mon.0) 992 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:05.491 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:51:04.861086+0000 mon.smithi089 (mon.0) 993 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi089.ernzbc"}]: dispatch 2024-09-17T08:51:05.491 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:51:04.863911+0000 mon.smithi089 (mon.0) 994 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi089.ernzbc"}]': finished 2024-09-17T08:51:05.492 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:51:04.864464+0000 mon.smithi089 (mon.0) 995 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi133.ejject"}]: dispatch 2024-09-17T08:51:05.492 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:51:04.867327+0000 mon.smithi089 (mon.0) 996 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi133.ejject"}]': finished 2024-09-17T08:51:05.492 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:51:04.868313+0000 mon.smithi089 (mon.0) 997 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-17T08:51:05.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:04.174871+0000 mgr.smithi089.ernzbc (mgr.15280) 31 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:51:05.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:04.724955+0000 mon.smithi089 (mon.0) 984 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:05.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:04.729583+0000 mon.smithi089 (mon.0) 985 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:05.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:04.730559+0000 mon.smithi089 (mon.0) 986 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:05.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:04.731395+0000 mon.smithi089 (mon.0) 987 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:51:05.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:04.736389+0000 mon.smithi089 (mon.0) 988 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:05.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:04.743236+0000 mon.smithi089 (mon.0) 989 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:05.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:04.853357+0000 mon.smithi089 (mon.0) 990 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:51:05.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:04.855653+0000 mon.smithi089 (mon.0) 991 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:51:05.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:04.860436+0000 mon.smithi089 (mon.0) 992 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:05.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:04.861086+0000 mon.smithi089 (mon.0) 993 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi089.ernzbc"}]: dispatch 2024-09-17T08:51:05.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:04.863911+0000 mon.smithi089 (mon.0) 994 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi089.ernzbc"}]': finished 2024-09-17T08:51:05.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:04.864464+0000 mon.smithi089 (mon.0) 995 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi133.ejject"}]: dispatch 2024-09-17T08:51:05.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:04.867327+0000 mon.smithi089 (mon.0) 996 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi133.ejject"}]': finished 2024-09-17T08:51:05.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:04.868313+0000 mon.smithi089 (mon.0) 997 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-17T08:51:06.511 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:51:04.732092+0000 mgr.smithi089.ernzbc (mgr.15280) 32 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:51:06.511 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:51:04.732645+0000 mgr.smithi089.ernzbc (mgr.15280) 33 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-09-17T08:51:06.511 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cluster 2024-09-17T08:51:04.732817+0000 mgr.smithi089.ernzbc (mgr.15280) 34 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 239 B/s rd, 0 op/s 2024-09-17T08:51:06.511 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:51:04.856235+0000 mgr.smithi089.ernzbc (mgr.15280) 35 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-17T08:51:06.512 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:51:06.193248+0000 mon.smithi089 (mon.0) 998 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:06.512 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:51:06.193875+0000 mon.smithi089 (mon.0) 999 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T08:51:06.512 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:51:06.194330+0000 mon.smithi089 (mon.0) 1000 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T08:51:06.512 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:06 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: audit 2024-09-17T08:51:06.194764+0000 mon.smithi089 (mon.0) 1001 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:06.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:51:04.732092+0000 mgr.smithi089.ernzbc (mgr.15280) 32 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:51:06.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:04.732645+0000 mgr.smithi089.ernzbc (mgr.15280) 33 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-09-17T08:51:06.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:04.732817+0000 mgr.smithi089.ernzbc (mgr.15280) 34 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 239 B/s rd, 0 op/s 2024-09-17T08:51:06.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:51:04.856235+0000 mgr.smithi089.ernzbc (mgr.15280) 35 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-17T08:51:06.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:06.193248+0000 mon.smithi089 (mon.0) 998 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:06.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:06.193875+0000 mon.smithi089 (mon.0) 999 : audit [INF] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T08:51:06.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:06.194330+0000 mon.smithi089 (mon.0) 1000 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T08:51:06.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:06.194764+0000 mon.smithi089 (mon.0) 1001 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:07.419 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:51:06.188992+0000 mgr.smithi089.ernzbc (mgr.15280) 36 : cephadm [INF] Upgrade: Updating mon.smithi089 2024-09-17T08:51:07.420 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: cephadm 2024-09-17T08:51:06.195481+0000 mgr.smithi089.ernzbc (mgr.15280) 37 : cephadm [INF] Deploying daemon mon.smithi089 on smithi089 2024-09-17T08:51:07.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:51:06.188992+0000 mgr.smithi089.ernzbc (mgr.15280) 36 : cephadm [INF] Upgrade: Updating mon.smithi089 2024-09-17T08:51:07.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:51:06.195481+0000 mgr.smithi089.ernzbc (mgr.15280) 37 : cephadm [INF] Deploying daemon mon.smithi089 on smithi089 2024-09-17T08:51:08.135 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:07 smithi089 systemd[1]: Stopping Ceph mon.smithi089 for fc89bb2a-74ce-11ef-bceb-c7b262605968... 2024-09-17T08:51:08.136 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:51:07.881+0000 7f4579bca700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi089 -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-09-17T08:51:08.136 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089[23570]: debug 2024-09-17T08:51:07.881+0000 7f4579bca700 -1 mon.smithi089@0(leader) e2 *** Got Signal Terminated *** 2024-09-17T08:51:08.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:08 smithi089 podman[67495]: 2024-09-17 08:51:08.137525519 +0000 UTC m=+0.382186672 container died 5b5bfe3c39d2a8e2f8c05cdc4259f4cf4590d952aca64bba30b3ad47f3ccc413 (image=quay.io/ceph/ceph:v16.2.0, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, RELEASE=HEAD, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-16.2.0, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-17T08:51:08.767 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:08 smithi089 podman[67495]: 2024-09-17 08:51:08.499151432 +0000 UTC m=+0.743812584 container cleanup 5b5bfe3c39d2a8e2f8c05cdc4259f4cf4590d952aca64bba30b3ad47f3ccc413 (image=quay.io/ceph/ceph:v16.2.0, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-16.2.0, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557, maintainer=Dimitri Savineau , GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=HEAD, org.label-schema.build-date=20201204, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image) 2024-09-17T08:51:08.767 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:08 smithi089 bash[67495]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089 2024-09-17T08:51:09.023 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:08 smithi089 podman[67508]: 2024-09-17 08:51:08.767220808 +0000 UTC m=+0.624425311 container remove 5b5bfe3c39d2a8e2f8c05cdc4259f4cf4590d952aca64bba30b3ad47f3ccc413 (image=quay.io/ceph/ceph:v16.2.0, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi089, RELEASE=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, CEPH_POINT_RELEASE=-16.2.0, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2) 2024-09-17T08:51:09.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 systemd[1]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@mon.smithi089.service: Deactivated successfully. 2024-09-17T08:51:09.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 systemd[1]: Stopped Ceph mon.smithi089 for fc89bb2a-74ce-11ef-bceb-c7b262605968. 2024-09-17T08:51:09.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 systemd[1]: Starting Ceph mon.smithi089 for fc89bb2a-74ce-11ef-bceb-c7b262605968... 2024-09-17T08:51:09.712 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 podman[67691]: 2024-09-17 08:51:09.347741702 +0000 UTC m=+0.016183400 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T08:51:09.713 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 podman[67691]: 2024-09-17 08:51:09.476770555 +0000 UTC m=+0.145212243 container create 646dede0515fd9f865d051eff05dd6a85b2f5136d651c939505f7dd125844886 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon-smithi089, RELEASE=reef-19e2a2b, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731) 2024-09-17T08:51:09.713 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 podman[67691]: 2024-09-17 08:51:09.712553894 +0000 UTC m=+0.380995579 container init 646dede0515fd9f865d051eff05dd6a85b2f5136d651c939505f7dd125844886 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon-smithi089, RELEASE=reef-19e2a2b, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-09-17T08:51:10.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 podman[67691]: 2024-09-17 08:51:09.71584695 +0000 UTC m=+0.384288652 container start 646dede0515fd9f865d051eff05dd6a85b2f5136d651c939505f7dd125844886 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon-smithi089, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-19e2a2b, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, ceph=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2) 2024-09-17T08:51:10.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: set uid:gid to 167:167 (ceph:ceph) 2024-09-17T08:51:10.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable), process ceph-mon, pid 2 2024-09-17T08:51:10.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: pidfile_write: ignore empty --pid-file 2024-09-17T08:51:10.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: load: jerasure load: lrc 2024-09-17T08:51:10.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: RocksDB version: 7.9.2 2024-09-17T08:51:10.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Git sha 0 2024-09-17T08:51:10.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Compile date 2024-09-16 15:15:13 2024-09-17T08:51:10.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: DB SUMMARY 2024-09-17T08:51:10.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: DB Session ID: LVHZSA90RY40PBC16YI1 2024-09-17T08:51:10.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: CURRENT file: CURRENT 2024-09-17T08:51:10.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: IDENTITY file: IDENTITY 2024-09-17T08:51:10.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: MANIFEST file: MANIFEST-000008 size: 1725 Bytes 2024-09-17T08:51:10.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi089/store.db dir, Total Num: 1, files: 000035.sst 2024-09-17T08:51:10.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi089/store.db: 000033.log size: 3135861 ; 2024-09-17T08:51:10.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.error_if_exists: 0 2024-09-17T08:51:10.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.create_if_missing: 0 2024-09-17T08:51:10.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.paranoid_checks: 1 2024-09-17T08:51:10.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-17T08:51:10.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-17T08:51:10.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-17T08:51:10.163 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.env: 0x5643d36cebc0 2024-09-17T08:51:10.163 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.fs: PosixFileSystem 2024-09-17T08:51:10.163 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.info_log: 0x5643d4bdedc0 2024-09-17T08:51:10.163 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.max_file_opening_threads: 16 2024-09-17T08:51:10.163 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.statistics: (nil) 2024-09-17T08:51:10.163 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.use_fsync: 0 2024-09-17T08:51:10.163 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.max_log_file_size: 0 2024-09-17T08:51:10.163 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T08:51:10.163 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T08:51:10.163 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.keep_log_file_num: 1000 2024-09-17T08:51:10.163 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.recycle_log_file_num: 0 2024-09-17T08:51:10.163 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.allow_fallocate: 1 2024-09-17T08:51:10.163 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.allow_mmap_reads: 0 2024-09-17T08:51:10.164 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.allow_mmap_writes: 0 2024-09-17T08:51:10.164 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.use_direct_reads: 0 2024-09-17T08:51:10.164 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T08:51:10.164 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.create_missing_column_families: 0 2024-09-17T08:51:10.164 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.db_log_dir: 2024-09-17T08:51:10.164 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.wal_dir: 2024-09-17T08:51:10.164 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T08:51:10.164 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T08:51:10.164 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T08:51:10.164 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T08:51:10.164 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T08:51:10.164 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T08:51:10.164 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.advise_random_on_open: 1 2024-09-17T08:51:10.164 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.db_write_buffer_size: 0 2024-09-17T08:51:10.165 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.write_buffer_manager: 0x5643d4bec320 2024-09-17T08:51:10.165 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T08:51:10.165 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T08:51:10.165 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T08:51:10.165 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.rate_limiter: (nil) 2024-09-17T08:51:10.165 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T08:51:10.165 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.wal_recovery_mode: 2 2024-09-17T08:51:10.165 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.enable_thread_tracking: 0 2024-09-17T08:51:10.165 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.enable_pipelined_write: 0 2024-09-17T08:51:10.165 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.unordered_write: 0 2024-09-17T08:51:10.165 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T08:51:10.165 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T08:51:10.165 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T08:51:10.165 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T08:51:10.165 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.row_cache: None 2024-09-17T08:51:10.166 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.wal_filter: None 2024-09-17T08:51:10.166 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T08:51:10.166 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.allow_ingest_behind: 0 2024-09-17T08:51:10.166 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.two_write_queues: 0 2024-09-17T08:51:10.166 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.manual_wal_flush: 0 2024-09-17T08:51:10.166 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.wal_compression: 0 2024-09-17T08:51:10.166 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.atomic_flush: 0 2024-09-17T08:51:10.166 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T08:51:10.166 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T08:51:10.166 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T08:51:10.167 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.log_readahead_size: 0 2024-09-17T08:51:10.167 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-17T08:51:10.168 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.best_efforts_recovery: 0 2024-09-17T08:51:10.168 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-17T08:51:10.168 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-17T08:51:10.168 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.allow_data_in_errors: 0 2024-09-17T08:51:10.168 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.db_host_id: __hostname__ 2024-09-17T08:51:10.168 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-17T08:51:10.168 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.max_background_jobs: 2 2024-09-17T08:51:10.168 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.max_background_compactions: -1 2024-09-17T08:51:10.169 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.max_subcompactions: 1 2024-09-17T08:51:10.169 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T08:51:10.169 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T08:51:10.169 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T08:51:10.169 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.max_total_wal_size: 0 2024-09-17T08:51:10.169 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T08:51:10.169 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T08:51:10.169 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T08:51:10.169 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T08:51:10.169 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.max_open_files: -1 2024-09-17T08:51:10.169 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.bytes_per_sync: 0 2024-09-17T08:51:10.169 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T08:51:10.169 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T08:51:10.169 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.compaction_readahead_size: 0 2024-09-17T08:51:10.170 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.max_background_flushes: -1 2024-09-17T08:51:10.170 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Compression algorithms supported: 2024-09-17T08:51:10.170 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: kZSTD supported: 0 2024-09-17T08:51:10.170 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: kXpressCompression supported: 0 2024-09-17T08:51:10.170 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: kBZip2Compression supported: 0 2024-09-17T08:51:10.170 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T08:51:10.170 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: kLZ4Compression supported: 1 2024-09-17T08:51:10.170 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: kZlibCompression supported: 1 2024-09-17T08:51:10.170 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: kLZ4HCCompression supported: 1 2024-09-17T08:51:10.170 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: kSnappyCompression supported: 1 2024-09-17T08:51:10.170 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T08:51:10.170 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-17T08:51:10.170 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi089/store.db/MANIFEST-000008 2024-09-17T08:51:10.171 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-17T08:51:10.171 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T08:51:10.171 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.merge_operator: 2024-09-17T08:51:10.171 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.compaction_filter: None 2024-09-17T08:51:10.171 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.compaction_filter_factory: None 2024-09-17T08:51:10.171 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.sst_partitioner_factory: None 2024-09-17T08:51:10.171 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T08:51:10.171 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T08:51:10.171 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5643d4bdea20) 2024-09-17T08:51:10.171 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: cache_index_and_filter_blocks: 1 2024-09-17T08:51:10.171 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T08:51:10.171 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T08:51:10.171 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: pin_top_level_index_and_filter: 1 2024-09-17T08:51:10.171 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: index_type: 0 2024-09-17T08:51:10.171 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: data_block_index_type: 0 2024-09-17T08:51:10.172 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: index_shortening: 1 2024-09-17T08:51:10.172 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-17T08:51:10.172 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: checksum: 4 2024-09-17T08:51:10.172 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: no_block_cache: 0 2024-09-17T08:51:10.172 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: block_cache: 0x5643d4bd31f0 2024-09-17T08:51:10.172 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: block_cache_name: BinnedLRUCache 2024-09-17T08:51:10.172 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: block_cache_options: 2024-09-17T08:51:10.172 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: capacity : 536870912 2024-09-17T08:51:10.172 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: num_shard_bits : 4 2024-09-17T08:51:10.172 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: strict_capacity_limit : 0 2024-09-17T08:51:10.172 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: high_pri_pool_ratio: 0.000 2024-09-17T08:51:10.172 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: block_cache_compressed: (nil) 2024-09-17T08:51:10.172 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: persistent_cache: (nil) 2024-09-17T08:51:10.173 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: block_size: 4096 2024-09-17T08:51:10.173 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: block_size_deviation: 10 2024-09-17T08:51:10.173 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: block_restart_interval: 16 2024-09-17T08:51:10.173 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: index_block_restart_interval: 1 2024-09-17T08:51:10.173 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: metadata_block_size: 4096 2024-09-17T08:51:10.173 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: partition_filters: 0 2024-09-17T08:51:10.173 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: use_delta_encoding: 1 2024-09-17T08:51:10.173 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: filter_policy: bloomfilter 2024-09-17T08:51:10.173 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: whole_key_filtering: 1 2024-09-17T08:51:10.173 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: verify_compression: 0 2024-09-17T08:51:10.173 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: read_amp_bytes_per_bit: 0 2024-09-17T08:51:10.173 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: format_version: 5 2024-09-17T08:51:10.173 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: enable_index_compression: 1 2024-09-17T08:51:10.174 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: block_align: 0 2024-09-17T08:51:10.174 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: max_auto_readahead_size: 262144 2024-09-17T08:51:10.174 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: prepopulate_block_cache: 0 2024-09-17T08:51:10.174 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: initial_auto_readahead_size: 8192 2024-09-17T08:51:10.174 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: num_file_reads_for_auto_readahead: 2 2024-09-17T08:51:10.174 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.write_buffer_size: 33554432 2024-09-17T08:51:10.174 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.max_write_buffer_number: 2 2024-09-17T08:51:10.174 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.compression: NoCompression 2024-09-17T08:51:10.174 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.bottommost_compression: Disabled 2024-09-17T08:51:10.174 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.prefix_extractor: nullptr 2024-09-17T08:51:10.174 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T08:51:10.174 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.num_levels: 7 2024-09-17T08:51:10.174 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T08:51:10.174 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T08:51:10.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T08:51:10.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T08:51:10.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T08:51:10.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T08:51:10.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T08:51:10.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T08:51:10.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-17T08:51:10.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T08:51:10.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-17T08:51:10.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-17T08:51:10.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T08:51:10.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.compression_opts.level: 32767 2024-09-17T08:51:10.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.compression_opts.strategy: 0 2024-09-17T08:51:10.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T08:51:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T08:51:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-17T08:51:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-17T08:51:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.compression_opts.enabled: false 2024-09-17T08:51:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-17T08:51:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T08:51:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T08:51:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T08:51:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.target_file_size_base: 67108864 2024-09-17T08:51:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T08:51:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T08:51:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T08:51:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T08:51:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T08:51:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T08:51:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T08:51:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T08:51:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T08:51:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T08:51:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T08:51:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T08:51:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T08:51:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-17T08:51:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.arena_block_size: 1048576 2024-09-17T08:51:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T08:51:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T08:51:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.disable_auto_compactions: 0 2024-09-17T08:51:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T08:51:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T08:51:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T08:51:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T08:51:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T08:51:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T08:51:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T08:51:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T08:51:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T08:51:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T08:51:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-17T08:51:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.inplace_update_support: 0 2024-09-17T08:51:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T08:51:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T08:51:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T08:51:10.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T08:51:10.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.bloom_locality: 0 2024-09-17T08:51:10.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.max_successive_merges: 0 2024-09-17T08:51:10.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T08:51:10.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.paranoid_file_checks: 0 2024-09-17T08:51:10.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.force_consistency_checks: 1 2024-09-17T08:51:10.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.report_bg_io_stats: 0 2024-09-17T08:51:10.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.ttl: 2592000 2024-09-17T08:51:10.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T08:51:10.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-17T08:51:10.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-17T08:51:10.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.enable_blob_files: false 2024-09-17T08:51:10.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.min_blob_size: 0 2024-09-17T08:51:10.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.blob_file_size: 268435456 2024-09-17T08:51:10.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-17T08:51:10.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-17T08:51:10.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-17T08:51:10.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-17T08:51:10.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-17T08:51:10.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.blob_file_starting_level: 0 2024-09-17T08:51:10.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-17T08:51:10.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 35.sst 2024-09-17T08:51:10.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi089/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 37, last_sequence is 18675, log_number is 33,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-17T08:51:10.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 33 2024-09-17T08:51:10.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: b65a6b81-e407-4809-9573-4f72380c659d 2024-09-17T08:51:10.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726563069741721, "job": 1, "event": "recovery_started", "wal_files": [33]} 2024-09-17T08:51:10.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #33 mode 2 2024-09-17T08:51:10.181 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726563069749688, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 38, "file_size": 3005708, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 18676, "largest_seqno": 19270, "table_properties": {"data_size": 3001252, "index_size": 2836, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 4496, "raw_average_key_size": 21, "raw_value_size": 2995070, "raw_average_value_size": 14330, "num_data_blocks": 127, "num_entries": 209, "num_filter_entries": 209, "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": "[CompactOnDeletionCollector]", "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": 1726563069, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "b65a6b81-e407-4809-9573-4f72380c659d", "db_session_id": "LVHZSA90RY40PBC16YI1", "orig_file_number": 38, "seqno_to_time_mapping": "N/A"}} 2024-09-17T08:51:10.181 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726563069749823, "job": 1, "event": "recovery_finished"} 2024-09-17T08:51:10.181 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: [db/version_set.cc:5047] Creating manifest 40 2024-09-17T08:51:10.181 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi089/store.db/000033.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-17T08:51:10.181 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5643d4bfee00 2024-09-17T08:51:10.181 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: DB pointer 0x5643d4cf2000 2024-09-17T08:51:10.181 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-17T08:51:10.181 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-17T08:51:10.181 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: ** DB Stats ** 2024-09-17T08:51:10.181 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T08:51:10.181 INFO:journalctl@ceph.mon.smithi089.smithi089.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-09-17T08:51:10.181 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T08:51:10.181 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T08:51:10.182 INFO:journalctl@ceph.mon.smithi089.smithi089.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-09-17T08:51:10.182 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T08:51:10.182 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T08:51:10.182 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: 2024-09-17T08:51:10.182 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: ** Compaction Stats [default] ** 2024-09-17T08:51:10.182 INFO:journalctl@ceph.mon.smithi089.smithi089.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-09-17T08:51:10.182 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-17T08:51:10.182 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: L0 1/0 2.87 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 689.2 0.00 0.00 1 0.004 0 0 0.0 0.0 2024-09-17T08:51:10.182 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: L6 1/0 31.80 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-09-17T08:51:10.182 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Sum 2/0 34.66 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 689.2 0.00 0.00 1 0.004 0 0 0.0 0.0 2024-09-17T08:51:10.182 INFO:journalctl@ceph.mon.smithi089.smithi089.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 689.2 0.00 0.00 1 0.004 0 0 0.0 0.0 2024-09-17T08:51:10.182 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: 2024-09-17T08:51:10.182 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: ** Compaction Stats [default] ** 2024-09-17T08:51:10.182 INFO:journalctl@ceph.mon.smithi089.smithi089.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-09-17T08:51:10.183 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T08:51:10.183 INFO:journalctl@ceph.mon.smithi089.smithi089.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 689.2 0.00 0.00 1 0.004 0 0 0.0 0.0 2024-09-17T08:51:10.183 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: 2024-09-17T08:51:10.183 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-17T08:51:10.183 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: 2024-09-17T08:51:10.183 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T08:51:10.183 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Flush(GB): cumulative 0.003, interval 0.003 2024-09-17T08:51:10.183 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T08:51:10.183 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T08:51:10.183 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T08:51:10.183 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-17T08:51:10.183 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Cumulative compaction: 0.00 GB write, 224.15 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T08:51:10.183 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Interval compaction: 0.00 GB write, 224.15 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T08:51:10.184 INFO:journalctl@ceph.mon.smithi089.smithi089.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-09-17T08:51:10.184 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Block cache BinnedLRUCache@0x5643d4bd31f0#2 capacity: 512.00 MB usage: 3.73 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-09-17T08:51:10.184 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.66 KB,0.00012517%) IndexBlock(1,3.08 KB,0.000587106%) Misc(1,0.00 KB,0%) 2024-09-17T08:51:10.184 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: 2024-09-17T08:51:10.184 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-17T08:51:10.184 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: starting mon.smithi089 rank 0 at public addrs [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] at bind addrs [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi089 fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 2024-09-17T08:51:10.184 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: mon.smithi089@-1(???) e2 preinit fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 2024-09-17T08:51:10.184 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: mon.smithi089@-1(???).mds e11 new map 2024-09-17T08:51:10.184 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: mon.smithi089@-1(???).mds e11 print_map 2024-09-17T08:51:10.184 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: e11 2024-09-17T08:51:10.184 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-17T08:51:10.184 INFO:journalctl@ceph.mon.smithi089.smithi089.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-09-17T08:51:10.184 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: legacy client fscid: 1 2024-09-17T08:51:10.185 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: 2024-09-17T08:51:10.185 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Filesystem 'foofs' (1) 2024-09-17T08:51:10.185 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: fs_name foofs 2024-09-17T08:51:10.185 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: epoch 11 2024-09-17T08:51:10.185 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2024-09-17T08:51:10.185 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: created 2024-09-17T08:36:56.172421+0000 2024-09-17T08:51:10.185 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: modified 2024-09-17T08:44:37.370959+0000 2024-09-17T08:51:10.185 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: tableserver 0 2024-09-17T08:51:10.185 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: root 0 2024-09-17T08:51:10.185 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: session_timeout 60 2024-09-17T08:51:10.185 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: session_autoclose 300 2024-09-17T08:51:10.185 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: max_file_size 1099511627776 2024-09-17T08:51:10.185 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: max_xattr_size 65536 2024-09-17T08:51:10.185 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: required_client_features {} 2024-09-17T08:51:10.186 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: last_failure 0 2024-09-17T08:51:10.186 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: last_failure_osd_epoch 0 2024-09-17T08:51:10.186 INFO:journalctl@ceph.mon.smithi089.smithi089.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-09-17T08:51:10.186 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: max_mds 1 2024-09-17T08:51:10.186 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: in 0 2024-09-17T08:51:10.186 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: up {0=14500} 2024-09-17T08:51:10.186 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: failed 2024-09-17T08:51:10.186 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: damaged 2024-09-17T08:51:10.186 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: stopped 2024-09-17T08:51:10.186 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: data_pools [3] 2024-09-17T08:51:10.186 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: metadata_pool 2 2024-09-17T08:51:10.186 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: inline_data disabled 2024-09-17T08:51:10.186 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: balancer 2024-09-17T08:51:10.186 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: bal_rank_mask -1 2024-09-17T08:51:10.187 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: standby_count_wanted 1 2024-09-17T08:51:10.187 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: [mds.foofs.smithi089.xuhpot{0:14500} state up:active seq 116 join_fscid=1 addr [v2:172.21.15.89:6834/1589338332,v1:172.21.15.89:6835/1589338332] compat {c=[1],r=[1],i=[7ff]}] 2024-09-17T08:51:10.187 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: 2024-09-17T08:51:10.187 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: 2024-09-17T08:51:10.187 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Standby daemons: 2024-09-17T08:51:10.187 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: 2024-09-17T08:51:10.187 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: [mds.foofs.smithi133.enpevq{-1:24281} state up:standby seq 2 join_fscid=1 addr [v2:172.21.15.133:6832/651280120,v1:172.21.15.133:6833/651280120] compat {c=[1],r=[1],i=[7ff]}] 2024-09-17T08:51:10.187 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: mon.smithi089@-1(???).osd e75 crush map has features 3314933000854323200, adjusting msgr requires 2024-09-17T08:51:10.187 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: mon.smithi089@-1(???).osd e75 crush map has features 432629239337189376, adjusting msgr requires 2024-09-17T08:51:10.187 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: mon.smithi089@-1(???).osd e75 crush map has features 432629239337189376, adjusting msgr requires 2024-09-17T08:51:10.187 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: mon.smithi089@-1(???).osd e75 crush map has features 432629239337189376, adjusting msgr requires 2024-09-17T08:51:10.187 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 ceph-mon[67711]: mon.smithi089@-1(???).paxosservice(auth 1..41) refresh upgraded, format 0 -> 3 2024-09-17T08:51:10.187 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 bash[67691]: 646dede0515fd9f865d051eff05dd6a85b2f5136d651c939505f7dd125844886 2024-09-17T08:51:10.187 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:09 smithi089 systemd[1]: Started Ceph mon.smithi089 for fc89bb2a-74ce-11ef-bceb-c7b262605968. 2024-09-17T08:51:11.532 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:07.892293+0000 mon.smithi133 (mon.1) 150 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-09-17T08:51:11.532 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:07.892483+0000 mon.smithi133 (mon.1) 151 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-09-17T08:51:11.532 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:08.088943+0000 mon.smithi133 (mon.1) 152 : audit [DBG] from='mgr.15280 172.21.15.89:0/3999811103' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:51:11.532 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:08.733799+0000 mgr.smithi089.ernzbc (mgr.15280) 39 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 239 B/s rd, 0 op/s 2024-09-17T08:51:11.533 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:11.166346+0000 mon.smithi089 (mon.0) 1 : cluster [INF] mon.smithi089 calling monitor election 2024-09-17T08:51:11.533 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:11.168252+0000 mon.smithi089 (mon.0) 2 : cluster [INF] mon.smithi089 is new leader, mons smithi089,smithi133 in quorum (ranks 0,1) 2024-09-17T08:51:11.533 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:11.172645+0000 mon.smithi089 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi089=[v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0],smithi133=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-17T08:51:11.533 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:11.173214+0000 mon.smithi089 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi089.xuhpot=up:active} 1 up:standby 2024-09-17T08:51:11.533 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:11.173245+0000 mon.smithi089 (mon.0) 5 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-09-17T08:51:11.533 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:11.174348+0000 mon.smithi089 (mon.0) 6 : cluster [DBG] mgrmap e40: smithi089.ernzbc(active, since 34s), standbys: smithi133.ejject 2024-09-17T08:51:11.534 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:11.174892+0000 mon.smithi089 (mon.0) 7 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-17T08:51:11.534 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:11.174908+0000 mon.smithi089 (mon.0) 8 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-17T08:51:11.534 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:11.174917+0000 mon.smithi089 (mon.0) 9 : cluster [WRN] daemon prometheus.smithi089 on smithi089 is in unknown state 2024-09-17T08:51:11.534 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:11.183149+0000 mon.smithi089 (mon.0) 10 : cluster [DBG] mgrmap e41: smithi089.ernzbc(active, since 34s), standbys: smithi133.ejject 2024-09-17T08:51:11.534 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:11.183221+0000 mon.smithi089 (mon.0) 11 : audit [INF] from='mgr.15280 ' entity='' 2024-09-17T08:51:13.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:12.185316+0000 mon.smithi089 (mon.0) 12 : cluster [DBG] mgrmap e42: smithi089.ernzbc(active, since 35s), standbys: smithi133.ejject 2024-09-17T08:51:16.139 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:15.882017+0000 mon.smithi089 (mon.0) 13 : cluster [DBG] Standby manager daemon smithi133.ejject restarted 2024-09-17T08:51:16.139 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:15.882087+0000 mon.smithi089 (mon.0) 14 : cluster [DBG] Standby manager daemon smithi133.ejject started 2024-09-17T08:51:16.139 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:15.883644+0000 mon.smithi133 (mon.1) 153 : audit [DBG] from='mgr.? 172.21.15.133:0/27268503' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi133.ejject/crt"}]: dispatch 2024-09-17T08:51:16.139 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:15.884002+0000 mon.smithi133 (mon.1) 154 : audit [DBG] from='mgr.? 172.21.15.133:0/27268503' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T08:51:16.139 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:15.885514+0000 mon.smithi133 (mon.1) 155 : audit [DBG] from='mgr.? 172.21.15.133:0/27268503' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi133.ejject/key"}]: dispatch 2024-09-17T08:51:16.139 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:15.886564+0000 mon.smithi133 (mon.1) 156 : audit [DBG] from='mgr.? 172.21.15.133:0/27268503' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T08:51:17.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:15.938249+0000 mon.smithi089 (mon.0) 15 : cluster [DBG] mgrmap e43: smithi089.ernzbc(active, since 38s), standbys: smithi133.ejject 2024-09-17T08:51:17.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:15.955675+0000 mon.smithi089 (mon.0) 16 : cluster [INF] Active manager daemon smithi089.ernzbc restarted 2024-09-17T08:51:17.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:15.956010+0000 mon.smithi089 (mon.0) 17 : cluster [INF] Activating manager daemon smithi089.ernzbc 2024-09-17T08:51:17.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:15.960737+0000 mon.smithi089 (mon.0) 18 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-09-17T08:51:17.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:15.960997+0000 mon.smithi089 (mon.0) 19 : cluster [DBG] mgrmap e44: smithi089.ernzbc(active, starting, since 0.00509625s), standbys: smithi133.ejject 2024-09-17T08:51:17.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:15.962084+0000 mon.smithi089 (mon.0) 20 : audit [DBG] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-09-17T08:51:17.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:15.962244+0000 mon.smithi089 (mon.0) 21 : audit [DBG] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-09-17T08:51:17.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:15.962480+0000 mon.smithi089 (mon.0) 22 : audit [DBG] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi089.xuhpot"}]: dispatch 2024-09-17T08:51:17.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:15.962635+0000 mon.smithi089 (mon.0) 23 : audit [DBG] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi133.enpevq"}]: dispatch 2024-09-17T08:51:17.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:15.963556+0000 mon.smithi089 (mon.0) 24 : audit [DBG] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr metadata", "who": "smithi089.ernzbc", "id": "smithi089.ernzbc"}]: dispatch 2024-09-17T08:51:17.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:15.963731+0000 mon.smithi089 (mon.0) 25 : audit [DBG] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr metadata", "who": "smithi133.ejject", "id": "smithi133.ejject"}]: dispatch 2024-09-17T08:51:17.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:15.963930+0000 mon.smithi089 (mon.0) 26 : audit [DBG] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:51:17.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:15.964199+0000 mon.smithi089 (mon.0) 27 : audit [DBG] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:51:17.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:15.964440+0000 mon.smithi089 (mon.0) 28 : audit [DBG] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:51:17.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:15.964684+0000 mon.smithi089 (mon.0) 29 : audit [DBG] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:51:17.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:15.964864+0000 mon.smithi089 (mon.0) 30 : audit [DBG] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:51:17.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:15.965145+0000 mon.smithi089 (mon.0) 31 : audit [DBG] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:51:17.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:15.965397+0000 mon.smithi089 (mon.0) 32 : audit [DBG] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:51:17.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:15.965728+0000 mon.smithi089 (mon.0) 33 : audit [DBG] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:51:17.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:15.965987+0000 mon.smithi089 (mon.0) 34 : audit [DBG] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T08:51:17.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:15.966273+0000 mon.smithi089 (mon.0) 35 : audit [DBG] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T08:51:17.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:15.966658+0000 mon.smithi089 (mon.0) 36 : audit [DBG] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T08:51:17.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:15.975039+0000 mon.smithi089 (mon.0) 37 : cluster [INF] Manager daemon smithi089.ernzbc is now available 2024-09-17T08:51:17.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:15.993267+0000 mon.smithi089 (mon.0) 38 : audit [DBG] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:51:17.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:16.012808+0000 mon.smithi089 (mon.0) 39 : audit [DBG] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:51:17.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:16.016814+0000 mon.smithi089 (mon.0) 40 : audit [INF] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:51:17.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:16.043428+0000 mon.smithi089 (mon.0) 41 : audit [INF] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/trash_purge_schedule"}]: dispatch 2024-09-17T08:51:18.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:16.965855+0000 mon.smithi089 (mon.0) 42 : cluster [DBG] mgrmap e45: smithi089.ernzbc(active, since 1.00995s), standbys: smithi133.ejject 2024-09-17T08:51:18.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:51:17.120353+0000 mgr.smithi089.ernzbc (mgr.34104) 2 : cephadm [INF] [17/Sep/2024:08:51:17] ENGINE Bus STARTING 2024-09-17T08:51:18.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:51:17.236148+0000 mgr.smithi089.ernzbc (mgr.34104) 3 : cephadm [INF] [17/Sep/2024:08:51:17] ENGINE Serving on https://172.21.15.89:7150 2024-09-17T08:51:18.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:51:17.238653+0000 mgr.smithi089.ernzbc (mgr.34104) 4 : cephadm [ERR] [17/Sep/2024:08:51:17] ENGINE Error in HTTPServer.serve 2024-09-17T08:51:18.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: Traceback (most recent call last): 2024-09-17T08:51:18.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T08:51:18.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: self._connections.run(self.expiration_interval) 2024-09-17T08:51:18.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T08:51:18.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: self._run(expiration_interval) 2024-09-17T08:51:18.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T08:51:18.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T08:51:18.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T08:51:18.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T08:51:18.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T08:51:18.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: s = self.context.wrap_socket( 2024-09-17T08:51:18.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T08:51:18.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: return self.sslsocket_class._create( 2024-09-17T08:51:18.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T08:51:18.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: self.do_handshake() 2024-09-17T08:51:18.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T08:51:18.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: self._sslobj.do_handshake() 2024-09-17T08:51:18.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T08:51:18.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: 2024-09-17T08:51:19.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:18 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:51:17.337251+0000 mgr.smithi089.ernzbc (mgr.34104) 5 : cephadm [INF] [17/Sep/2024:08:51:17] ENGINE Serving on http://172.21.15.89:8765 2024-09-17T08:51:19.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:18 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:51:17.337342+0000 mgr.smithi089.ernzbc (mgr.34104) 6 : cephadm [INF] [17/Sep/2024:08:51:17] ENGINE Bus STARTED 2024-09-17T08:51:19.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:18 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:17.961116+0000 mon.smithi089 (mon.0) 43 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-17T08:51:19.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:18 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:17.961138+0000 mon.smithi089 (mon.0) 44 : cluster [INF] Cluster is now healthy 2024-09-17T08:51:19.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:18 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:17.965110+0000 mgr.smithi089.ernzbc (mgr.34104) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2024-09-17T08:51:19.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:18 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:17.969752+0000 mon.smithi089 (mon.0) 45 : cluster [DBG] mgrmap e46: smithi089.ernzbc(active, since 2s), standbys: smithi133.ejject 2024-09-17T08:51:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:19.965426+0000 mgr.smithi089.ernzbc (mgr.34104) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2024-09-17T08:51:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:19.977322+0000 mon.smithi089 (mon.0) 46 : cluster [DBG] mgrmap e47: smithi089.ernzbc(active, since 4s), standbys: smithi133.ejject 2024-09-17T08:51:21.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:20.523663+0000 mon.smithi089 (mon.0) 47 : audit [INF] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:21.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:20.527407+0000 mon.smithi089 (mon.0) 48 : audit [INF] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:22.108 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:51:22.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:21.051818+0000 mon.smithi089 (mon.0) 49 : audit [INF] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:22.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:21.058099+0000 mon.smithi089 (mon.0) 50 : audit [INF] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:22.775 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:51:22.775 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 running (9m) 0s ago 19m 17.8M - 0.20.0 0881eb8f169f 98413cb98a4d 2024-09-17T08:51:22.775 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (19m) 0s ago 19m 6409k - 16.2.0 24ecd6d5f14c 86364fbbe3dd 2024-09-17T08:51:22.775 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (18m) 2s ago 18m 6405k - 16.2.0 24ecd6d5f14c c38435e94451 2024-09-17T08:51:22.776 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 running (7m) 0s ago 19m 37.0M - 6.7.4 557c83e11646 7989dd643c63 2024-09-17T08:51:22.776 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (14m) 0s ago 14m 44.1M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:51:22.776 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (14m) 2s ago 14m 16.0M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:51:22.776 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:8443,9283,8765 running (56s) 0s ago 21m 460M - 18.2.4-855-g19e2a2be 980a0bfcd684 3c5462471da5 2024-09-17T08:51:22.776 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283,8765 running (26s) 2s ago 18m 435M - 18.2.4-855-g19e2a2be 980a0bfcd684 65615ca3d291 2024-09-17T08:51:22.776 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (13s) 0s ago 21m 28.1M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 646dede0515f 2024-09-17T08:51:22.776 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (18m) 2s ago 18m 61.3M 2048M 16.2.0 24ecd6d5f14c b73d1c15d884 2024-09-17T08:51:22.776 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (11m) 0s ago 11m 150M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:51:22.776 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (11m) 2s ago 11m 89.8M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:51:22.776 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 running (5m) 0s ago 19m 17.2M - 0.18.1 e5a616e4b9cf 8d8f92b91922 2024-09-17T08:51:22.776 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (61s) 2s ago 18m 2553k - 0.18.1 e5a616e4b9cf 205b9ba6c0ba 2024-09-17T08:51:22.776 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (18m) 0s ago 18m 578M 4096M 16.2.0 24ecd6d5f14c ac2da40952c1 2024-09-17T08:51:22.776 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (17m) 0s ago 17m 471M 4096M 16.2.0 24ecd6d5f14c 393455ed3cc2 2024-09-17T08:51:22.776 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (17m) 0s ago 17m 360M 4096M 16.2.0 24ecd6d5f14c efc5a17c7a8f 2024-09-17T08:51:22.777 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (17m) 0s ago 17m 467M 4096M 16.2.0 24ecd6d5f14c aa8afc36736b 2024-09-17T08:51:22.777 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (16m) 2s ago 16m 492M 4096M 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:51:22.777 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (16m) 2s ago 16m 585M 4096M 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:51:22.777 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (16m) 2s ago 16m 533M 4096M 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:51:22.777 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (15m) 2s ago 15m 772M 4096M 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:51:22.777 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 unknown 0s ago 19m - - 2024-09-17T08:51:23.150 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:51:23.150 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:51:23.150 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 1, 2024-09-17T08:51:23.150 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:51:23.150 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:51:23.151 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:51:23.151 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:51:23.151 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:51:23.151 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:51:23.151 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 8 2024-09-17T08:51:23.151 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:51:23.151 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:51:23.151 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:51:23.151 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:51:23.151 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:51:23.151 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 11, 2024-09-17T08:51:23.151 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 3 2024-09-17T08:51:23.152 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:51:23.152 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:51:23.470 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:51:23.470 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:51:23.470 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:51:23.470 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:51:23.470 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [ 2024-09-17T08:51:23.471 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr" 2024-09-17T08:51:23.471 INFO:teuthology.orchestra.run.smithi089.stdout: ], 2024-09-17T08:51:23.471 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "3/23 daemons upgraded", 2024-09-17T08:51:23.471 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "", 2024-09-17T08:51:23.471 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:51:23.471 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:51:23.495 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:21.965781+0000 mgr.smithi089.ernzbc (mgr.34104) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2024-09-17T08:51:23.495 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:22.095428+0000 mgr.smithi089.ernzbc (mgr.34104) 10 : audit [DBG] from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:51:23.495 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:22.211224+0000 mon.smithi089 (mon.0) 51 : audit [INF] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:23.495 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:22.215284+0000 mon.smithi089 (mon.0) 52 : audit [INF] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:23.495 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:22.725543+0000 mon.smithi089 (mon.0) 53 : audit [INF] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:23.495 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:22.731259+0000 mon.smithi089 (mon.0) 54 : audit [INF] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:23.495 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:23.150163+0000 mon.smithi089 (mon.0) 55 : audit [DBG] from='client.34144 172.21.15.89:0/3326227978' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:51:23.846 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_OK 2024-09-17T08:51:24.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:22.435075+0000 mgr.smithi089.ernzbc (mgr.34104) 11 : audit [DBG] from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:51:24.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:22.766742+0000 mgr.smithi089.ernzbc (mgr.34104) 12 : audit [DBG] from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:51:24.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:23.846795+0000 mon.smithi089 (mon.0) 56 : audit [DBG] from='client.34152 172.21.15.89:0/268243656' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:51:24.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:24.136546+0000 mon.smithi089 (mon.0) 57 : audit [INF] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:24.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:24.140042+0000 mon.smithi089 (mon.0) 58 : audit [INF] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:24.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:24.141067+0000 mon.smithi089 (mon.0) 59 : audit [DBG] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:24.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:24.141652+0000 mon.smithi089 (mon.0) 60 : audit [INF] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:51:24.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:24.145453+0000 mon.smithi089 (mon.0) 61 : audit [INF] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:24.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:24.150666+0000 mon.smithi089 (mon.0) 62 : audit [INF] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:25.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:23.469269+0000 mgr.smithi089.ernzbc (mgr.34104) 13 : audit [DBG] from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:51:25.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:23.966370+0000 mgr.smithi089.ernzbc (mgr.34104) 14 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-17T08:51:25.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:51:24.142156+0000 mgr.smithi089.ernzbc (mgr.34104) 15 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:51:25.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:24.142614+0000 mgr.smithi089.ernzbc (mgr.34104) 16 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-17T08:51:25.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:24.212470+0000 mon.smithi089 (mon.0) 63 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-17T08:51:25.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:24.260600+0000 mon.smithi089 (mon.0) 64 : audit [DBG] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:51:25.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:24.262549+0000 mon.smithi089 (mon.0) 65 : audit [DBG] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:51:25.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:24.263394+0000 mon.smithi089 (mon.0) 66 : audit [DBG] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-17T08:51:26.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:51:25.475162+0000 mgr.smithi089.ernzbc (mgr.34104) 17 : cephadm [INF] Upgrade: Updating mon.smithi133 2024-09-17T08:51:26.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:25.481862+0000 mon.smithi089 (mon.0) 67 : audit [INF] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:26.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:25.482707+0000 mon.smithi089 (mon.0) 68 : audit [INF] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T08:51:26.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:25.483316+0000 mon.smithi089 (mon.0) 69 : audit [DBG] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T08:51:26.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: audit 2024-09-17T08:51:25.483920+0000 mon.smithi089 (mon.0) 70 : audit [DBG] from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:26.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cephadm 2024-09-17T08:51:25.484747+0000 mgr.smithi089.ernzbc (mgr.34104) 18 : cephadm [INF] Deploying daemon mon.smithi133 on smithi133 2024-09-17T08:51:26.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: cluster 2024-09-17T08:51:26.142924+0000 mgr.smithi089.ernzbc (mgr.34104) 19 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-17T08:51:27.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:27 smithi133 systemd[1]: Stopping Ceph mon.smithi133 for fc89bb2a-74ce-11ef-bceb-c7b262605968... 2024-09-17T08:51:27.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: debug 2024-09-17T08:51:27.311+0000 7ffbcb615700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi133 -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-09-17T08:51:27.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133[26332]: debug 2024-09-17T08:51:27.311+0000 7ffbcb615700 -1 mon.smithi133@1(peon) e2 *** Got Signal Terminated *** 2024-09-17T08:51:27.820 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:27 smithi133 podman[49246]: 2024-09-17 08:51:27.526231184 +0000 UTC m=+0.319889544 container died b73d1c15d884127c2661403683bcc54cfb6dbd79b050ce82708c36181ae148a0 (image=quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133, org.label-schema.build-date=20201204, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-16.2.0, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=HEAD, ceph=True) 2024-09-17T08:51:28.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:27 smithi133 podman[49246]: 2024-09-17 08:51:27.911320858 +0000 UTC m=+0.704979215 container cleanup b73d1c15d884127c2661403683bcc54cfb6dbd79b050ce82708c36181ae148a0 (image=quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133, org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20201204, CEPH_POINT_RELEASE=-16.2.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, maintainer=Dimitri Savineau , GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, RELEASE=HEAD) 2024-09-17T08:51:28.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:27 smithi133 bash[49246]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133 2024-09-17T08:51:28.417 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:28 smithi133 podman[49258]: 2024-09-17 08:51:28.162580823 +0000 UTC m=+0.631803256 container remove b73d1c15d884127c2661403683bcc54cfb6dbd79b050ce82708c36181ae148a0 (image=quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon.smithi133, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-16.2.0, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, org.label-schema.schema-version=1.0, maintainer=Dimitri Savineau ) 2024-09-17T08:51:28.847 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:28 smithi133 systemd[1]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@mon.smithi133.service: Deactivated successfully. 2024-09-17T08:51:28.847 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:28 smithi133 systemd[1]: Stopped Ceph mon.smithi133 for fc89bb2a-74ce-11ef-bceb-c7b262605968. 2024-09-17T08:51:28.847 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:28 smithi133 systemd[1]: Starting Ceph mon.smithi133 for fc89bb2a-74ce-11ef-bceb-c7b262605968... 2024-09-17T08:51:29.107 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:28 smithi133 podman[49403]: 2024-09-17 08:51:28.847112297 +0000 UTC m=+0.112693510 container create c4cc642004870f87a50066387b939c8204ea1db81d80e307960633729423e65c (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon-smithi133, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , ceph=True, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=reef-19e2a2b, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-09-17T08:51:29.108 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:28 smithi133 podman[49403]: 2024-09-17 08:51:28.750539515 +0000 UTC m=+0.016120739 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T08:51:29.108 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 podman[49403]: 2024-09-17 08:51:29.083097073 +0000 UTC m=+0.348678296 container init c4cc642004870f87a50066387b939c8204ea1db81d80e307960633729423e65c (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon-smithi133, CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-09-17T08:51:29.108 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 podman[49403]: 2024-09-17 08:51:29.08634617 +0000 UTC m=+0.351927384 container start c4cc642004870f87a50066387b939c8204ea1db81d80e307960633729423e65c (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon-smithi133, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240731, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b) 2024-09-17T08:51:29.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: set uid:gid to 167:167 (ceph:ceph) 2024-09-17T08:51:29.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable), process ceph-mon, pid 2 2024-09-17T08:51:29.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: pidfile_write: ignore empty --pid-file 2024-09-17T08:51:29.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: load: jerasure load: lrc 2024-09-17T08:51:29.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: RocksDB version: 7.9.2 2024-09-17T08:51:29.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Git sha 0 2024-09-17T08:51:29.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Compile date 2024-09-16 15:15:13 2024-09-17T08:51:29.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: DB SUMMARY 2024-09-17T08:51:29.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: DB Session ID: FZXY4GLS81IN97NU6E53 2024-09-17T08:51:29.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: CURRENT file: CURRENT 2024-09-17T08:51:29.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: IDENTITY file: IDENTITY 2024-09-17T08:51:29.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: MANIFEST file: MANIFEST-000005 size: 1656 Bytes 2024-09-17T08:51:29.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi133/store.db dir, Total Num: 1, files: 000032.sst 2024-09-17T08:51:29.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi133/store.db: 000030.log size: 8861265 ; 2024-09-17T08:51:29.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.error_if_exists: 0 2024-09-17T08:51:29.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.create_if_missing: 0 2024-09-17T08:51:29.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.paranoid_checks: 1 2024-09-17T08:51:29.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-17T08:51:29.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-17T08:51:29.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-17T08:51:29.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.env: 0x557959492bc0 2024-09-17T08:51:29.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.fs: PosixFileSystem 2024-09-17T08:51:29.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.info_log: 0x55795a3d4dc0 2024-09-17T08:51:29.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.max_file_opening_threads: 16 2024-09-17T08:51:29.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.statistics: (nil) 2024-09-17T08:51:29.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.use_fsync: 0 2024-09-17T08:51:29.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.max_log_file_size: 0 2024-09-17T08:51:29.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T08:51:29.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T08:51:29.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.keep_log_file_num: 1000 2024-09-17T08:51:29.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.recycle_log_file_num: 0 2024-09-17T08:51:29.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.allow_fallocate: 1 2024-09-17T08:51:29.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.allow_mmap_reads: 0 2024-09-17T08:51:29.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.allow_mmap_writes: 0 2024-09-17T08:51:29.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.use_direct_reads: 0 2024-09-17T08:51:29.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T08:51:29.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.create_missing_column_families: 0 2024-09-17T08:51:29.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.db_log_dir: 2024-09-17T08:51:29.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.wal_dir: 2024-09-17T08:51:29.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T08:51:29.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T08:51:29.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T08:51:29.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T08:51:29.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T08:51:29.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T08:51:29.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.advise_random_on_open: 1 2024-09-17T08:51:29.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.db_write_buffer_size: 0 2024-09-17T08:51:29.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.write_buffer_manager: 0x55795a3e2320 2024-09-17T08:51:29.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T08:51:29.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T08:51:29.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T08:51:29.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.rate_limiter: (nil) 2024-09-17T08:51:29.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T08:51:29.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.wal_recovery_mode: 2 2024-09-17T08:51:29.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.enable_thread_tracking: 0 2024-09-17T08:51:29.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.enable_pipelined_write: 0 2024-09-17T08:51:29.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.unordered_write: 0 2024-09-17T08:51:29.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T08:51:29.432 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T08:51:29.432 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T08:51:29.432 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T08:51:29.432 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.row_cache: None 2024-09-17T08:51:29.432 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.wal_filter: None 2024-09-17T08:51:29.432 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T08:51:29.432 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.allow_ingest_behind: 0 2024-09-17T08:51:29.432 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.two_write_queues: 0 2024-09-17T08:51:29.432 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.manual_wal_flush: 0 2024-09-17T08:51:29.432 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.wal_compression: 0 2024-09-17T08:51:29.432 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.atomic_flush: 0 2024-09-17T08:51:29.432 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T08:51:29.432 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T08:51:29.432 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T08:51:29.433 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.log_readahead_size: 0 2024-09-17T08:51:29.433 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-17T08:51:29.433 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.best_efforts_recovery: 0 2024-09-17T08:51:29.433 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-17T08:51:29.433 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-17T08:51:29.433 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.allow_data_in_errors: 0 2024-09-17T08:51:29.433 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.db_host_id: __hostname__ 2024-09-17T08:51:29.434 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-17T08:51:29.434 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.max_background_jobs: 2 2024-09-17T08:51:29.434 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.max_background_compactions: -1 2024-09-17T08:51:29.435 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.max_subcompactions: 1 2024-09-17T08:51:29.435 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T08:51:29.435 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T08:51:29.435 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T08:51:29.435 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.max_total_wal_size: 0 2024-09-17T08:51:29.435 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T08:51:29.435 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T08:51:29.435 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T08:51:29.435 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T08:51:29.435 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.max_open_files: -1 2024-09-17T08:51:29.435 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.bytes_per_sync: 0 2024-09-17T08:51:29.435 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T08:51:29.435 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T08:51:29.435 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.compaction_readahead_size: 0 2024-09-17T08:51:29.436 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.max_background_flushes: -1 2024-09-17T08:51:29.436 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Compression algorithms supported: 2024-09-17T08:51:29.436 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: kZSTD supported: 0 2024-09-17T08:51:29.436 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: kXpressCompression supported: 0 2024-09-17T08:51:29.436 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: kBZip2Compression supported: 0 2024-09-17T08:51:29.436 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T08:51:29.436 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: kLZ4Compression supported: 1 2024-09-17T08:51:29.436 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: kZlibCompression supported: 1 2024-09-17T08:51:29.436 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: kLZ4HCCompression supported: 1 2024-09-17T08:51:29.436 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: kSnappyCompression supported: 1 2024-09-17T08:51:29.436 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T08:51:29.436 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-17T08:51:29.436 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi133/store.db/MANIFEST-000005 2024-09-17T08:51:29.436 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-17T08:51:29.437 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T08:51:29.437 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.merge_operator: 2024-09-17T08:51:29.437 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.compaction_filter: None 2024-09-17T08:51:29.437 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.compaction_filter_factory: None 2024-09-17T08:51:29.437 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.sst_partitioner_factory: None 2024-09-17T08:51:29.437 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T08:51:29.437 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T08:51:29.437 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55795a3d4a20) 2024-09-17T08:51:29.437 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: cache_index_and_filter_blocks: 1 2024-09-17T08:51:29.437 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T08:51:29.437 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T08:51:29.437 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: pin_top_level_index_and_filter: 1 2024-09-17T08:51:29.437 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: index_type: 0 2024-09-17T08:51:29.437 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: data_block_index_type: 0 2024-09-17T08:51:29.438 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: index_shortening: 1 2024-09-17T08:51:29.438 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-17T08:51:29.438 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: checksum: 4 2024-09-17T08:51:29.438 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: no_block_cache: 0 2024-09-17T08:51:29.438 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: block_cache: 0x55795a3c9350 2024-09-17T08:51:29.438 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: block_cache_name: BinnedLRUCache 2024-09-17T08:51:29.438 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: block_cache_options: 2024-09-17T08:51:29.438 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: capacity : 536870912 2024-09-17T08:51:29.438 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: num_shard_bits : 4 2024-09-17T08:51:29.438 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: strict_capacity_limit : 0 2024-09-17T08:51:29.438 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: high_pri_pool_ratio: 0.000 2024-09-17T08:51:29.438 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: block_cache_compressed: (nil) 2024-09-17T08:51:29.438 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: persistent_cache: (nil) 2024-09-17T08:51:29.438 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: block_size: 4096 2024-09-17T08:51:29.439 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: block_size_deviation: 10 2024-09-17T08:51:29.439 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: block_restart_interval: 16 2024-09-17T08:51:29.439 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: index_block_restart_interval: 1 2024-09-17T08:51:29.439 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: metadata_block_size: 4096 2024-09-17T08:51:29.439 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: partition_filters: 0 2024-09-17T08:51:29.439 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: use_delta_encoding: 1 2024-09-17T08:51:29.439 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: filter_policy: bloomfilter 2024-09-17T08:51:29.439 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: whole_key_filtering: 1 2024-09-17T08:51:29.439 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: verify_compression: 0 2024-09-17T08:51:29.439 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: read_amp_bytes_per_bit: 0 2024-09-17T08:51:29.439 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: format_version: 5 2024-09-17T08:51:29.439 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: enable_index_compression: 1 2024-09-17T08:51:29.439 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: block_align: 0 2024-09-17T08:51:29.439 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: max_auto_readahead_size: 262144 2024-09-17T08:51:29.439 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: prepopulate_block_cache: 0 2024-09-17T08:51:29.440 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: initial_auto_readahead_size: 8192 2024-09-17T08:51:29.440 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: num_file_reads_for_auto_readahead: 2 2024-09-17T08:51:29.440 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.write_buffer_size: 33554432 2024-09-17T08:51:29.440 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.max_write_buffer_number: 2 2024-09-17T08:51:29.440 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.compression: NoCompression 2024-09-17T08:51:29.440 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.bottommost_compression: Disabled 2024-09-17T08:51:29.440 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.prefix_extractor: nullptr 2024-09-17T08:51:29.440 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T08:51:29.440 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.num_levels: 7 2024-09-17T08:51:29.440 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T08:51:29.440 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T08:51:29.440 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T08:51:29.440 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T08:51:29.440 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T08:51:29.441 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T08:51:29.441 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T08:51:29.441 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T08:51:29.441 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-17T08:51:29.441 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T08:51:29.441 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-17T08:51:29.441 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-17T08:51:29.441 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T08:51:29.441 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.compression_opts.level: 32767 2024-09-17T08:51:29.441 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.compression_opts.strategy: 0 2024-09-17T08:51:29.441 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T08:51:29.441 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T08:51:29.441 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-17T08:51:29.441 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-17T08:51:29.442 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.compression_opts.enabled: false 2024-09-17T08:51:29.442 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-17T08:51:29.442 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T08:51:29.442 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T08:51:29.442 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T08:51:29.442 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.target_file_size_base: 67108864 2024-09-17T08:51:29.442 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T08:51:29.442 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T08:51:29.442 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T08:51:29.442 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T08:51:29.442 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T08:51:29.442 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T08:51:29.442 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T08:51:29.442 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T08:51:29.443 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T08:51:29.443 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T08:51:29.443 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T08:51:29.443 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T08:51:29.443 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T08:51:29.443 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-17T08:51:29.443 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.arena_block_size: 1048576 2024-09-17T08:51:29.443 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T08:51:29.443 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T08:51:29.443 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.disable_auto_compactions: 0 2024-09-17T08:51:29.443 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T08:51:29.443 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T08:51:29.443 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T08:51:29.443 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T08:51:29.443 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T08:51:29.444 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T08:51:29.444 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T08:51:29.444 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T08:51:29.444 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T08:51:29.444 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T08:51:29.444 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-17T08:51:29.444 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.inplace_update_support: 0 2024-09-17T08:51:29.444 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T08:51:29.444 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T08:51:29.444 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T08:51:29.444 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T08:51:29.444 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.bloom_locality: 0 2024-09-17T08:51:29.444 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.max_successive_merges: 0 2024-09-17T08:51:29.444 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T08:51:29.445 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.paranoid_file_checks: 0 2024-09-17T08:51:29.445 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.force_consistency_checks: 1 2024-09-17T08:51:29.445 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.report_bg_io_stats: 0 2024-09-17T08:51:29.445 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.ttl: 2592000 2024-09-17T08:51:29.445 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T08:51:29.445 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-17T08:51:29.445 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-17T08:51:29.445 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.enable_blob_files: false 2024-09-17T08:51:29.445 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.min_blob_size: 0 2024-09-17T08:51:29.446 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.blob_file_size: 268435456 2024-09-17T08:51:29.446 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-17T08:51:29.446 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-17T08:51:29.446 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-17T08:51:29.446 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-17T08:51:29.446 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-17T08:51:29.446 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.blob_file_starting_level: 0 2024-09-17T08:51:29.446 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-17T08:51:29.446 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 32.sst 2024-09-17T08:51:29.446 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi133/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 34, last_sequence is 19668, log_number is 30,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-17T08:51:29.446 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 30 2024-09-17T08:51:29.446 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 88a3e7ef-6958-4713-a454-588caa47e93f 2024-09-17T08:51:29.447 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726563089112829, "job": 1, "event": "recovery_started", "wal_files": [30]} 2024-09-17T08:51:29.447 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #30 mode 2 2024-09-17T08:51:29.447 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726563089131789, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 35, "file_size": 5703449, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 19673, "largest_seqno": 20699, "table_properties": {"data_size": 5697062, "index_size": 4510, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 837, "raw_key_size": 6672, "raw_average_key_size": 20, "raw_value_size": 5687549, "raw_average_value_size": 17773, "num_data_blocks": 202, "num_entries": 320, "num_filter_entries": 320, "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": "[CompactOnDeletionCollector]", "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": 1726563089, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "88a3e7ef-6958-4713-a454-588caa47e93f", "db_session_id": "FZXY4GLS81IN97NU6E53", "orig_file_number": 35, "seqno_to_time_mapping": "N/A"}} 2024-09-17T08:51:29.447 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726563089131931, "job": 1, "event": "recovery_finished"} 2024-09-17T08:51:29.447 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: [db/version_set.cc:5047] Creating manifest 37 2024-09-17T08:51:29.447 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi133/store.db/000030.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-17T08:51:29.447 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55795a3f4e00 2024-09-17T08:51:29.447 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: DB pointer 0x55795a4e8000 2024-09-17T08:51:29.447 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-17T08:51:29.447 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-17T08:51:29.447 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: ** DB Stats ** 2024-09-17T08:51:29.447 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T08:51:29.447 INFO:journalctl@ceph.mon.smithi133.smithi133.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-09-17T08:51:29.448 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T08:51:29.448 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T08:51:29.448 INFO:journalctl@ceph.mon.smithi133.smithi133.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-09-17T08:51:29.448 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T08:51:29.448 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T08:51:29.448 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: 2024-09-17T08:51:29.448 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: ** Compaction Stats [default] ** 2024-09-17T08:51:29.448 INFO:journalctl@ceph.mon.smithi133.smithi133.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-09-17T08:51:29.448 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-17T08:51:29.448 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: L0 1/0 5.44 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 630.8 0.01 0.00 1 0.009 0 0 0.0 0.0 2024-09-17T08:51:29.448 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: L6 1/0 31.80 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-09-17T08:51:29.448 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: Sum 2/0 37.24 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 630.8 0.01 0.00 1 0.009 0 0 0.0 0.0 2024-09-17T08:51:29.448 INFO:journalctl@ceph.mon.smithi133.smithi133.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 630.8 0.01 0.00 1 0.009 0 0 0.0 0.0 2024-09-17T08:51:29.448 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: 2024-09-17T08:51:29.449 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: ** Compaction Stats [default] ** 2024-09-17T08:51:29.449 INFO:journalctl@ceph.mon.smithi133.smithi133.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-09-17T08:51:29.449 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T08:51:29.449 INFO:journalctl@ceph.mon.smithi133.smithi133.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 630.8 0.01 0.00 1 0.009 0 0 0.0 0.0 2024-09-17T08:51:29.449 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: 2024-09-17T08:51:29.449 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-17T08:51:29.449 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: 2024-09-17T08:51:29.449 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T08:51:29.449 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: Flush(GB): cumulative 0.005, interval 0.005 2024-09-17T08:51:29.449 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T08:51:29.449 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T08:51:29.449 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T08:51:29.449 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-17T08:51:29.449 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: Cumulative compaction: 0.01 GB write, 228.26 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T08:51:29.450 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: Interval compaction: 0.01 GB write, 228.26 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T08:51:29.450 INFO:journalctl@ceph.mon.smithi133.smithi133.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-09-17T08:51:29.450 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: Block cache BinnedLRUCache@0x55795a3c9350#2 capacity: 512.00 MB usage: 5.48 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-09-17T08:51:29.450 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.91 KB,0.000172853%) IndexBlock(1,4.58 KB,0.000873208%) Misc(1,0.00 KB,0%) 2024-09-17T08:51:29.450 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: 2024-09-17T08:51:29.450 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-17T08:51:29.450 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: starting mon.smithi133 rank 1 at public addrs [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] at bind addrs [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi133 fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 2024-09-17T08:51:29.450 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: mon.smithi133@-1(???) e2 preinit fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 2024-09-17T08:51:29.450 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: mon.smithi133@-1(???).mds e11 new map 2024-09-17T08:51:29.450 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: mon.smithi133@-1(???).mds e11 print_map 2024-09-17T08:51:29.450 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: e11 2024-09-17T08:51:29.450 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-17T08:51:29.450 INFO:journalctl@ceph.mon.smithi133.smithi133.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-09-17T08:51:29.450 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: legacy client fscid: 1 2024-09-17T08:51:29.451 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: 2024-09-17T08:51:29.451 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: Filesystem 'foofs' (1) 2024-09-17T08:51:29.451 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: fs_name foofs 2024-09-17T08:51:29.451 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: epoch 11 2024-09-17T08:51:29.451 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2024-09-17T08:51:29.451 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: created 2024-09-17T08:36:56.172421+0000 2024-09-17T08:51:29.451 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: modified 2024-09-17T08:44:37.370959+0000 2024-09-17T08:51:29.451 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: tableserver 0 2024-09-17T08:51:29.451 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: root 0 2024-09-17T08:51:29.451 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: session_timeout 60 2024-09-17T08:51:29.451 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: session_autoclose 300 2024-09-17T08:51:29.451 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: max_file_size 1099511627776 2024-09-17T08:51:29.451 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: max_xattr_size 65536 2024-09-17T08:51:29.451 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: required_client_features {} 2024-09-17T08:51:29.452 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: last_failure 0 2024-09-17T08:51:29.452 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: last_failure_osd_epoch 0 2024-09-17T08:51:29.452 INFO:journalctl@ceph.mon.smithi133.smithi133.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-09-17T08:51:29.452 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: max_mds 1 2024-09-17T08:51:29.452 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: in 0 2024-09-17T08:51:29.452 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: up {0=14500} 2024-09-17T08:51:29.452 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: failed 2024-09-17T08:51:29.452 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: damaged 2024-09-17T08:51:29.452 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: stopped 2024-09-17T08:51:29.452 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: data_pools [3] 2024-09-17T08:51:29.452 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: metadata_pool 2 2024-09-17T08:51:29.452 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: inline_data disabled 2024-09-17T08:51:29.452 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: balancer 2024-09-17T08:51:29.452 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: bal_rank_mask -1 2024-09-17T08:51:29.453 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: standby_count_wanted 1 2024-09-17T08:51:29.453 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: [mds.foofs.smithi089.xuhpot{0:14500} state up:active seq 116 join_fscid=1 addr [v2:172.21.15.89:6834/1589338332,v1:172.21.15.89:6835/1589338332] compat {c=[1],r=[1],i=[7ff]}] 2024-09-17T08:51:29.453 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: 2024-09-17T08:51:29.453 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: 2024-09-17T08:51:29.453 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: Standby daemons: 2024-09-17T08:51:29.453 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: 2024-09-17T08:51:29.453 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: [mds.foofs.smithi133.enpevq{-1:24281} state up:standby seq 2 join_fscid=1 addr [v2:172.21.15.133:6832/651280120,v1:172.21.15.133:6833/651280120] compat {c=[1],r=[1],i=[7ff]}] 2024-09-17T08:51:29.453 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: mon.smithi133@-1(???).osd e76 crush map has features 3314933000854323200, adjusting msgr requires 2024-09-17T08:51:29.453 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: mon.smithi133@-1(???).osd e76 crush map has features 432629239337189376, adjusting msgr requires 2024-09-17T08:51:29.453 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: mon.smithi133@-1(???).osd e76 crush map has features 432629239337189376, adjusting msgr requires 2024-09-17T08:51:29.453 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: mon.smithi133@-1(???).osd e76 crush map has features 432629239337189376, adjusting msgr requires 2024-09-17T08:51:29.453 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 ceph-mon[49422]: mon.smithi133@-1(???).paxosservice(auth 1..42) refresh upgraded, format 0 -> 3 2024-09-17T08:51:29.453 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 bash[49403]: c4cc642004870f87a50066387b939c8204ea1db81d80e307960633729423e65c 2024-09-17T08:51:29.453 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:29 smithi133 systemd[1]: Started Ceph mon.smithi133 for fc89bb2a-74ce-11ef-bceb-c7b262605968. 2024-09-17T08:51:30.600 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: mkfs fc89bb2a-74ce-11ef-bceb-c7b262605968 2024-09-17T08:51:30.600 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Deploying daemon nfs.foo.0.0.smithi089.vfqtvj on smithi089 2024-09-17T08:51:30.600 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Creating key for client.nfs.foo.1.0.smithi133.rxitgh 2024-09-17T08:51:30.600 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-17T08:51:30.600 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Rados config object exists: conf-nfs.foo 2024-09-17T08:51:30.600 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Creating key for client.nfs.foo.1.0.smithi133.rxitgh-rgw 2024-09-17T08:51:30.600 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Bind address in nfs.foo.1.0.smithi133.rxitgh's ganesha conf is defaulting to empty 2024-09-17T08:51:30.600 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Deploying daemon nfs.foo.1.0.smithi133.rxitgh on smithi133 2024-09-17T08:51:30.600 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:51:30.600 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Reconfiguring alertmanager.smithi089 (dependencies changed)... 2024-09-17T08:51:30.601 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Reconfiguring daemon alertmanager.smithi089 on smithi089 2024-09-17T08:51:30.601 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Reconfiguring grafana.smithi089 (dependencies changed)... 2024-09-17T08:51:30.601 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-17T08:51:30.601 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Reconfiguring daemon grafana.smithi089 on smithi089 2024-09-17T08:51:30.601 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Reconfiguring node-exporter.smithi089 (dependencies changed)... 2024-09-17T08:51:30.601 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Reconfiguring daemon node-exporter.smithi089 on smithi089 2024-09-17T08:51:30.601 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Reconfiguring prometheus.smithi089 (dependencies changed)... 2024-09-17T08:51:30.601 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Reconfiguring daemon prometheus.smithi089 on smithi089 2024-09-17T08:51:30.601 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Reconfiguring node-exporter.smithi133 (dependencies changed)... 2024-09-17T08:51:30.601 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Reconfiguring daemon node-exporter.smithi133 on smithi133 2024-09-17T08:51:30.601 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Upgrade: Need to upgrade myself (mgr.smithi133.ejject) 2024-09-17T08:51:30.601 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Upgrade: Need to upgrade myself (mgr.smithi133.ejject) 2024-09-17T08:51:30.601 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Upgrade: Updating mgr.smithi089.ernzbc 2024-09-17T08:51:30.601 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Deploying daemon mgr.smithi089.ernzbc on smithi089 2024-09-17T08:51:30.602 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:51:30.602 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Upgrade: Need to upgrade myself (mgr.smithi133.ejject) 2024-09-17T08:51:30.602 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Upgrade: Need to upgrade myself (mgr.smithi133.ejject) 2024-09-17T08:51:30.602 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Failing over to other MGR 2024-09-17T08:51:30.602 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: inventory: adjusted host smithi133 addr 'smithi133' -> '172.21.15.133' 2024-09-17T08:51:30.602 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: [17/Sep/2024:08:50:39] ENGINE Bus STARTING 2024-09-17T08:51:30.602 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: [17/Sep/2024:08:50:39] ENGINE Serving on https://172.21.15.89:7150 2024-09-17T08:51:30.602 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: [17/Sep/2024:08:50:39] ENGINE Error in HTTPServer.serve 2024-09-17T08:51:30.602 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: Traceback (most recent call last): 2024-09-17T08:51:30.602 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T08:51:30.602 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: self._connections.run(self.expiration_interval) 2024-09-17T08:51:30.602 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T08:51:30.602 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: self._run(expiration_interval) 2024-09-17T08:51:30.603 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T08:51:30.603 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T08:51:30.603 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T08:51:30.603 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T08:51:30.603 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T08:51:30.603 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: s = self.context.wrap_socket( 2024-09-17T08:51:30.603 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T08:51:30.603 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: return self.sslsocket_class._create( 2024-09-17T08:51:30.603 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T08:51:30.603 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: self.do_handshake() 2024-09-17T08:51:30.603 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T08:51:30.603 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: self._sslobj.do_handshake() 2024-09-17T08:51:30.603 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T08:51:30.603 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: [17/Sep/2024:08:50:39] ENGINE Serving on http://172.21.15.89:8765 2024-09-17T08:51:30.604 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: [17/Sep/2024:08:50:39] ENGINE Bus STARTED 2024-09-17T08:51:30.604 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: mgrmap e39: smithi089.ernzbc(active, since 6s), standbys: smithi133.ejject 2024-09-17T08:51:30.604 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: pgmap v7: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-17T08:51:30.604 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: pgmap v8: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-17T08:51:30.604 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:51:30.604 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: pgmap v9: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-17T08:51:30.604 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Reconfiguring prometheus.smithi089 (dependencies changed)... 2024-09-17T08:51:30.604 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Reconfiguring daemon prometheus.smithi089 on smithi089 2024-09-17T08:51:30.604 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-17T08:51:30.604 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: pgmap v10: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-17T08:51:30.604 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: pgmap v11: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-17T08:51:30.604 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Upgrade: Updating mgr.smithi133.ejject 2024-09-17T08:51:30.604 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Deploying daemon mgr.smithi133.ejject on smithi133 2024-09-17T08:51:30.604 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: pgmap v12: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-17T08:51:30.605 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: pgmap v13: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-09-17T08:51:30.605 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: pgmap v14: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-09-17T08:51:30.605 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: pgmap v15: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:51:30.607 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Standby manager daemon smithi133.ejject restarted 2024-09-17T08:51:30.607 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Standby manager daemon smithi133.ejject started 2024-09-17T08:51:30.608 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: pgmap v16: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:51:30.608 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: mgrmap e40: smithi089.ernzbc(active, since 25s), standbys: smithi133.ejject 2024-09-17T08:51:30.608 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: pgmap v17: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:51:30.608 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:51:30.608 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: pgmap v18: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-09-17T08:51:30.906 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: pgmap v19: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 239 B/s rd, 0 op/s 2024-09-17T08:51:30.906 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Upgrade: Setting container_image for all mgr 2024-09-17T08:51:30.906 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Upgrade: Updating mon.smithi089 2024-09-17T08:51:30.906 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Deploying daemon mon.smithi089 on smithi089 2024-09-17T08:51:30.907 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: pgmap v21: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 239 B/s rd, 0 op/s 2024-09-17T08:51:30.907 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: mon.smithi089 calling monitor election 2024-09-17T08:51:30.907 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: mon.smithi089 is new leader, mons smithi089,smithi133 in quorum (ranks 0,1) 2024-09-17T08:51:30.907 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: monmap e2: 2 mons at {smithi089=[v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0],smithi133=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-17T08:51:30.907 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: fsmap foofs:1 {0=foofs.smithi089.xuhpot=up:active} 1 up:standby 2024-09-17T08:51:30.907 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: osdmap e75: 8 total, 8 up, 8 in 2024-09-17T08:51:30.907 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: mgrmap e40: smithi089.ernzbc(active, since 34s), standbys: smithi133.ejject 2024-09-17T08:51:30.907 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-17T08:51:30.907 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-17T08:51:30.907 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: daemon prometheus.smithi089 on smithi089 is in unknown state 2024-09-17T08:51:30.907 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: mgrmap e41: smithi089.ernzbc(active, since 34s), standbys: smithi133.ejject 2024-09-17T08:51:30.907 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: mgrmap e42: smithi089.ernzbc(active, since 35s), standbys: smithi133.ejject 2024-09-17T08:51:30.907 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Standby manager daemon smithi133.ejject restarted 2024-09-17T08:51:30.907 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Standby manager daemon smithi133.ejject started 2024-09-17T08:51:30.908 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.? 172.21.15.133:0/27268503' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi133.ejject/key"}]: dispatch 2024-09-17T08:51:30.908 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.? 172.21.15.133:0/27268503' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T08:51:30.908 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: mgrmap e43: smithi089.ernzbc(active, since 38s), standbys: smithi133.ejject 2024-09-17T08:51:30.908 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Active manager daemon smithi089.ernzbc restarted 2024-09-17T08:51:30.908 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Activating manager daemon smithi089.ernzbc 2024-09-17T08:51:30.908 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: osdmap e76: 8 total, 8 up, 8 in 2024-09-17T08:51:30.908 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: mgrmap e44: smithi089.ernzbc(active, starting, since 0.00509625s), standbys: smithi133.ejject 2024-09-17T08:51:30.908 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-09-17T08:51:30.908 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-09-17T08:51:30.908 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi089.xuhpot"}]: dispatch 2024-09-17T08:51:30.908 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi133.enpevq"}]: dispatch 2024-09-17T08:51:30.908 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr metadata", "who": "smithi089.ernzbc", "id": "smithi089.ernzbc"}]: dispatch 2024-09-17T08:51:30.908 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr metadata", "who": "smithi133.ejject", "id": "smithi133.ejject"}]: dispatch 2024-09-17T08:51:30.908 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:51:30.909 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:51:30.909 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:51:30.909 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:51:30.909 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:51:30.909 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:51:30.909 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:51:30.909 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:51:30.909 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T08:51:30.909 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T08:51:30.909 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T08:51:30.909 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Manager daemon smithi089.ernzbc is now available 2024-09-17T08:51:30.909 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:51:30.909 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:51:30.909 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:51:30.910 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/trash_purge_schedule"}]: dispatch 2024-09-17T08:51:30.910 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: mgrmap e45: smithi089.ernzbc(active, since 1.00995s), standbys: smithi133.ejject 2024-09-17T08:51:30.910 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: [17/Sep/2024:08:51:17] ENGINE Bus STARTING 2024-09-17T08:51:30.910 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: [17/Sep/2024:08:51:17] ENGINE Serving on https://172.21.15.89:7150 2024-09-17T08:51:30.910 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: [17/Sep/2024:08:51:17] ENGINE Error in HTTPServer.serve 2024-09-17T08:51:30.910 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: Traceback (most recent call last): 2024-09-17T08:51:30.911 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T08:51:30.911 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: self._connections.run(self.expiration_interval) 2024-09-17T08:51:30.911 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T08:51:30.911 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: self._run(expiration_interval) 2024-09-17T08:51:30.911 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T08:51:30.911 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T08:51:30.911 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T08:51:30.911 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T08:51:30.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: mkfs fc89bb2a-74ce-11ef-bceb-c7b262605968 2024-09-17T08:51:30.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Deploying daemon nfs.foo.0.0.smithi089.vfqtvj on smithi089 2024-09-17T08:51:30.913 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Creating key for client.nfs.foo.1.0.smithi133.rxitgh 2024-09-17T08:51:30.913 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-17T08:51:30.913 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Rados config object exists: conf-nfs.foo 2024-09-17T08:51:30.913 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Creating key for client.nfs.foo.1.0.smithi133.rxitgh-rgw 2024-09-17T08:51:30.913 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Bind address in nfs.foo.1.0.smithi133.rxitgh's ganesha conf is defaulting to empty 2024-09-17T08:51:30.913 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Deploying daemon nfs.foo.1.0.smithi133.rxitgh on smithi133 2024-09-17T08:51:30.913 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:51:30.913 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Reconfiguring alertmanager.smithi089 (dependencies changed)... 2024-09-17T08:51:30.913 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Reconfiguring daemon alertmanager.smithi089 on smithi089 2024-09-17T08:51:30.913 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Reconfiguring grafana.smithi089 (dependencies changed)... 2024-09-17T08:51:30.913 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-17T08:51:30.913 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Reconfiguring daemon grafana.smithi089 on smithi089 2024-09-17T08:51:30.913 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Reconfiguring node-exporter.smithi089 (dependencies changed)... 2024-09-17T08:51:30.913 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Reconfiguring daemon node-exporter.smithi089 on smithi089 2024-09-17T08:51:30.914 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Reconfiguring prometheus.smithi089 (dependencies changed)... 2024-09-17T08:51:30.914 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Reconfiguring daemon prometheus.smithi089 on smithi089 2024-09-17T08:51:30.914 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Reconfiguring node-exporter.smithi133 (dependencies changed)... 2024-09-17T08:51:30.914 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Reconfiguring daemon node-exporter.smithi133 on smithi133 2024-09-17T08:51:30.914 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Upgrade: Need to upgrade myself (mgr.smithi133.ejject) 2024-09-17T08:51:30.914 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Upgrade: Need to upgrade myself (mgr.smithi133.ejject) 2024-09-17T08:51:30.914 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Upgrade: Updating mgr.smithi089.ernzbc 2024-09-17T08:51:30.914 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Deploying daemon mgr.smithi089.ernzbc on smithi089 2024-09-17T08:51:30.914 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:51:30.914 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Upgrade: Need to upgrade myself (mgr.smithi133.ejject) 2024-09-17T08:51:30.914 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Upgrade: Need to upgrade myself (mgr.smithi133.ejject) 2024-09-17T08:51:30.914 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Failing over to other MGR 2024-09-17T08:51:30.914 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: inventory: adjusted host smithi133 addr 'smithi133' -> '172.21.15.133' 2024-09-17T08:51:30.914 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: [17/Sep/2024:08:50:39] ENGINE Bus STARTING 2024-09-17T08:51:30.914 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: [17/Sep/2024:08:50:39] ENGINE Serving on https://172.21.15.89:7150 2024-09-17T08:51:30.915 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: [17/Sep/2024:08:50:39] ENGINE Error in HTTPServer.serve 2024-09-17T08:51:30.915 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Traceback (most recent call last): 2024-09-17T08:51:30.915 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T08:51:30.915 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: self._connections.run(self.expiration_interval) 2024-09-17T08:51:30.915 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T08:51:30.915 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: self._run(expiration_interval) 2024-09-17T08:51:30.915 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T08:51:30.915 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T08:51:30.915 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T08:51:30.915 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T08:51:30.915 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T08:51:30.915 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: s = self.context.wrap_socket( 2024-09-17T08:51:30.915 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T08:51:30.915 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: return self.sslsocket_class._create( 2024-09-17T08:51:30.916 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T08:51:30.916 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: self.do_handshake() 2024-09-17T08:51:30.916 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T08:51:30.916 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: self._sslobj.do_handshake() 2024-09-17T08:51:30.916 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T08:51:30.916 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: [17/Sep/2024:08:50:39] ENGINE Serving on http://172.21.15.89:8765 2024-09-17T08:51:30.916 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: [17/Sep/2024:08:50:39] ENGINE Bus STARTED 2024-09-17T08:51:30.916 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: mgrmap e39: smithi089.ernzbc(active, since 6s), standbys: smithi133.ejject 2024-09-17T08:51:30.916 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: pgmap v7: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-17T08:51:30.916 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: pgmap v8: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-17T08:51:30.916 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:51:30.916 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: pgmap v9: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-17T08:51:30.916 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Reconfiguring prometheus.smithi089 (dependencies changed)... 2024-09-17T08:51:30.916 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Reconfiguring daemon prometheus.smithi089 on smithi089 2024-09-17T08:51:30.917 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-17T08:51:30.917 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: pgmap v10: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-17T08:51:30.917 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: pgmap v11: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-17T08:51:30.917 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Upgrade: Updating mgr.smithi133.ejject 2024-09-17T08:51:30.917 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Deploying daemon mgr.smithi133.ejject on smithi133 2024-09-17T08:51:30.917 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: pgmap v12: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-17T08:51:30.917 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: pgmap v13: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-09-17T08:51:30.917 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: pgmap v14: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-09-17T08:51:30.917 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: pgmap v15: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:51:30.917 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Standby manager daemon smithi133.ejject restarted 2024-09-17T08:51:30.917 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Standby manager daemon smithi133.ejject started 2024-09-17T08:51:30.917 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: pgmap v16: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:51:30.917 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: mgrmap e40: smithi089.ernzbc(active, since 25s), standbys: smithi133.ejject 2024-09-17T08:51:30.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T08:51:30.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: s = self.context.wrap_socket( 2024-09-17T08:51:30.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T08:51:30.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: return self.sslsocket_class._create( 2024-09-17T08:51:30.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T08:51:30.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: self.do_handshake() 2024-09-17T08:51:30.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T08:51:30.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: self._sslobj.do_handshake() 2024-09-17T08:51:30.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T08:51:30.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: [17/Sep/2024:08:51:17] ENGINE Serving on http://172.21.15.89:8765 2024-09-17T08:51:30.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: [17/Sep/2024:08:51:17] ENGINE Bus STARTED 2024-09-17T08:51:30.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-17T08:51:30.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Cluster is now healthy 2024-09-17T08:51:30.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: pgmap v4: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2024-09-17T08:51:30.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: mgrmap e46: smithi089.ernzbc(active, since 2s), standbys: smithi133.ejject 2024-09-17T08:51:30.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: pgmap v5: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2024-09-17T08:51:30.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: mgrmap e47: smithi089.ernzbc(active, since 4s), standbys: smithi133.ejject 2024-09-17T08:51:30.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:30.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:30.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:30.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:30.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: pgmap v6: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2024-09-17T08:51:30.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:51:30.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:30.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:30.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:51:30.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:30.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:30.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:51:30.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='client.34144 172.21.15.89:0/3326227978' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:51:30.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:51:30.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='client.34152 172.21.15.89:0/268243656' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:51:30.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: pgmap v7: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-17T08:51:30.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:30.921 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:30.921 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:30.921 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:51:30.921 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:51:30.921 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: pgmap v8: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-17T08:51:30.921 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:30.921 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:30.921 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-17T08:51:30.921 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:51:30.921 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:51:30.921 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-17T08:51:30.921 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Upgrade: Updating mon.smithi133 2024-09-17T08:51:30.921 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:30.921 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T08:51:30.922 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T08:51:30.922 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:30.922 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Deploying daemon mon.smithi133 on smithi133 2024-09-17T08:51:30.922 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: pgmap v9: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-17T08:51:30.922 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-09-17T08:51:30.922 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: mon.smithi089 calling monitor election 2024-09-17T08:51:30.922 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: mon.smithi133 calling monitor election 2024-09-17T08:51:30.922 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-09-17T08:51:30.922 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: mon.smithi089 is new leader, mons smithi089,smithi133 in quorum (ranks 0,1) 2024-09-17T08:51:30.922 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: monmap e3: 2 mons at {smithi089=[v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0],smithi133=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-17T08:51:30.922 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: fsmap foofs:1 {0=foofs.smithi089.xuhpot=up:active} 1 up:standby 2024-09-17T08:51:30.922 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: osdmap e76: 8 total, 8 up, 8 in 2024-09-17T08:51:30.922 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: mgrmap e47: smithi089.ernzbc(active, since 13s), standbys: smithi133.ejject 2024-09-17T08:51:30.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-17T08:51:30.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-17T08:51:30.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: daemon prometheus.smithi089 on smithi089 is in unknown state 2024-09-17T08:51:30.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:30.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:30.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:51:30.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:30 smithi133 ceph-mon[49422]: pgmap v11: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-17T08:51:30.924 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: pgmap v17: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:51:30.924 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:51:30.924 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: pgmap v18: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-09-17T08:51:30.924 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: pgmap v19: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 239 B/s rd, 0 op/s 2024-09-17T08:51:30.924 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Upgrade: Setting container_image for all mgr 2024-09-17T08:51:30.924 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Upgrade: Updating mon.smithi089 2024-09-17T08:51:30.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Deploying daemon mon.smithi089 on smithi089 2024-09-17T08:51:30.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: pgmap v21: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 239 B/s rd, 0 op/s 2024-09-17T08:51:30.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: mon.smithi089 calling monitor election 2024-09-17T08:51:30.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: mon.smithi089 is new leader, mons smithi089,smithi133 in quorum (ranks 0,1) 2024-09-17T08:51:30.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: monmap e2: 2 mons at {smithi089=[v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0],smithi133=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-17T08:51:30.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: fsmap foofs:1 {0=foofs.smithi089.xuhpot=up:active} 1 up:standby 2024-09-17T08:51:30.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: osdmap e75: 8 total, 8 up, 8 in 2024-09-17T08:51:30.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: mgrmap e40: smithi089.ernzbc(active, since 34s), standbys: smithi133.ejject 2024-09-17T08:51:30.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-17T08:51:30.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-17T08:51:30.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: daemon prometheus.smithi089 on smithi089 is in unknown state 2024-09-17T08:51:30.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: mgrmap e41: smithi089.ernzbc(active, since 34s), standbys: smithi133.ejject 2024-09-17T08:51:30.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: mgrmap e42: smithi089.ernzbc(active, since 35s), standbys: smithi133.ejject 2024-09-17T08:51:30.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Standby manager daemon smithi133.ejject restarted 2024-09-17T08:51:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Standby manager daemon smithi133.ejject started 2024-09-17T08:51:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.? 172.21.15.133:0/27268503' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi133.ejject/key"}]: dispatch 2024-09-17T08:51:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.? 172.21.15.133:0/27268503' entity='mgr.smithi133.ejject' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T08:51:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: mgrmap e43: smithi089.ernzbc(active, since 38s), standbys: smithi133.ejject 2024-09-17T08:51:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Active manager daemon smithi089.ernzbc restarted 2024-09-17T08:51:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Activating manager daemon smithi089.ernzbc 2024-09-17T08:51:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: osdmap e76: 8 total, 8 up, 8 in 2024-09-17T08:51:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: mgrmap e44: smithi089.ernzbc(active, starting, since 0.00509625s), standbys: smithi133.ejject 2024-09-17T08:51:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-09-17T08:51:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-09-17T08:51:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi089.xuhpot"}]: dispatch 2024-09-17T08:51:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi133.enpevq"}]: dispatch 2024-09-17T08:51:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr metadata", "who": "smithi089.ernzbc", "id": "smithi089.ernzbc"}]: dispatch 2024-09-17T08:51:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr metadata", "who": "smithi133.ejject", "id": "smithi133.ejject"}]: dispatch 2024-09-17T08:51:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:51:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:51:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:51:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:51:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:51:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:51:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:51:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:51:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T08:51:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T08:51:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T08:51:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Manager daemon smithi089.ernzbc is now available 2024-09-17T08:51:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:51:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:51:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:51:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.ernzbc/trash_purge_schedule"}]: dispatch 2024-09-17T08:51:30.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: mgrmap e45: smithi089.ernzbc(active, since 1.00995s), standbys: smithi133.ejject 2024-09-17T08:51:30.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: [17/Sep/2024:08:51:17] ENGINE Bus STARTING 2024-09-17T08:51:30.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: [17/Sep/2024:08:51:17] ENGINE Serving on https://172.21.15.89:7150 2024-09-17T08:51:30.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: [17/Sep/2024:08:51:17] ENGINE Error in HTTPServer.serve 2024-09-17T08:51:30.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Traceback (most recent call last): 2024-09-17T08:51:30.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T08:51:30.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: self._connections.run(self.expiration_interval) 2024-09-17T08:51:30.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T08:51:30.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: self._run(expiration_interval) 2024-09-17T08:51:30.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T08:51:30.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T08:51:30.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T08:51:30.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T08:51:30.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T08:51:30.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: s = self.context.wrap_socket( 2024-09-17T08:51:30.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T08:51:30.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: return self.sslsocket_class._create( 2024-09-17T08:51:30.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T08:51:30.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: self.do_handshake() 2024-09-17T08:51:30.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T08:51:30.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: self._sslobj.do_handshake() 2024-09-17T08:51:30.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T08:51:30.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: [17/Sep/2024:08:51:17] ENGINE Serving on http://172.21.15.89:8765 2024-09-17T08:51:30.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: [17/Sep/2024:08:51:17] ENGINE Bus STARTED 2024-09-17T08:51:30.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-17T08:51:30.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Cluster is now healthy 2024-09-17T08:51:30.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: pgmap v4: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2024-09-17T08:51:30.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: mgrmap e46: smithi089.ernzbc(active, since 2s), standbys: smithi133.ejject 2024-09-17T08:51:30.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: pgmap v5: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2024-09-17T08:51:30.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: mgrmap e47: smithi089.ernzbc(active, since 4s), standbys: smithi133.ejject 2024-09-17T08:51:30.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:30.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:30.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:30.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:30.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: pgmap v6: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2024-09-17T08:51:30.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:51:30.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:30.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:30.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:51:30.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:30.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:30.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:51:30.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='client.34144 172.21.15.89:0/3326227978' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:51:30.931 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:51:30.931 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='client.34152 172.21.15.89:0/268243656' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:51:30.931 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: pgmap v7: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-17T08:51:30.931 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:30.931 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:30.931 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:30.931 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:51:30.931 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:51:30.931 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: pgmap v8: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-17T08:51:30.931 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:30.931 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:30.931 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-17T08:51:30.931 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:51:30.931 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:51:30.932 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-17T08:51:30.932 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Upgrade: Updating mon.smithi133 2024-09-17T08:51:30.932 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:30.932 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T08:51:30.932 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T08:51:30.932 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:30.932 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Deploying daemon mon.smithi133 on smithi133 2024-09-17T08:51:30.932 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: pgmap v9: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-17T08:51:30.932 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-09-17T08:51:30.932 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: mon.smithi089 calling monitor election 2024-09-17T08:51:30.932 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: mon.smithi133 calling monitor election 2024-09-17T08:51:30.932 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-09-17T08:51:30.932 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: mon.smithi089 is new leader, mons smithi089,smithi133 in quorum (ranks 0,1) 2024-09-17T08:51:30.932 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: monmap e3: 2 mons at {smithi089=[v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0],smithi133=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-17T08:51:30.932 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: fsmap foofs:1 {0=foofs.smithi089.xuhpot=up:active} 1 up:standby 2024-09-17T08:51:30.933 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: osdmap e76: 8 total, 8 up, 8 in 2024-09-17T08:51:30.933 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: mgrmap e47: smithi089.ernzbc(active, since 13s), standbys: smithi133.ejject 2024-09-17T08:51:30.933 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-17T08:51:30.933 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-17T08:51:30.933 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: daemon prometheus.smithi089 on smithi089 is in unknown state 2024-09-17T08:51:30.933 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:30.933 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:30.933 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:51:30.933 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:30 smithi089 ceph-mon[67711]: pgmap v11: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-17T08:51:31.872 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:31 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:51:31.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:31 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:51:32.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:32 smithi089 ceph-mon[67711]: pgmap v12: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-17T08:51:32.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:32 smithi133 ceph-mon[49422]: pgmap v12: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-17T08:51:34.875 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:34 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:34.875 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:34 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:34.875 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:34 smithi133 ceph-mon[49422]: pgmap v13: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-09-17T08:51:34.875 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:34 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:34.875 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:34 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:35.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:34 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:35.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:34 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:35.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:34 smithi089 ceph-mon[67711]: pgmap v13: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-09-17T08:51:35.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:34 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:35.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:34 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:37.470 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:37 smithi133 ceph-mon[49422]: pgmap v14: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:51:37.502 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:37 smithi089 ceph-mon[67711]: pgmap v14: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:51:38.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:38 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:38.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:38 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:38.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:38 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:38.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:38 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:51:38.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:38 smithi089 ceph-mon[67711]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:51:38.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:38 smithi089 ceph-mon[67711]: pgmap v15: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 269 B/s rd, 0 op/s 2024-09-17T08:51:38.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:38 smithi089 ceph-mon[67711]: pgmap v16: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 218 B/s rd, 0 op/s 2024-09-17T08:51:38.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:38 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:38.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:38 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:38.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:38 smithi089 ceph-mon[67711]: Reconfiguring mon.smithi089 (monmap changed)... 2024-09-17T08:51:38.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:38 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T08:51:38.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:38 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T08:51:38.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:38 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:38.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:38 smithi089 ceph-mon[67711]: Reconfiguring daemon mon.smithi089 on smithi089 2024-09-17T08:51:38.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:38 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:38.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:38 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:38.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:38 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:38.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:38 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:51:38.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:38 smithi133 ceph-mon[49422]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:51:38.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:38 smithi133 ceph-mon[49422]: pgmap v15: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 269 B/s rd, 0 op/s 2024-09-17T08:51:38.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:38 smithi133 ceph-mon[49422]: pgmap v16: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 218 B/s rd, 0 op/s 2024-09-17T08:51:38.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:38 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:38.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:38 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:38.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:38 smithi133 ceph-mon[49422]: Reconfiguring mon.smithi089 (monmap changed)... 2024-09-17T08:51:38.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:38 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T08:51:38.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:38 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T08:51:38.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:38 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:38.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:38 smithi133 ceph-mon[49422]: Reconfiguring daemon mon.smithi089 on smithi089 2024-09-17T08:51:40.896 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:40 smithi089 ceph-mon[67711]: pgmap v17: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 218 B/s rd, 0 op/s 2024-09-17T08:51:40.896 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:40 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:40.896 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:40 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:40.896 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:40 smithi089 ceph-mon[67711]: Reconfiguring mgr.smithi089.ernzbc (monmap changed)... 2024-09-17T08:51:40.896 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:40 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi089.ernzbc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:51:40.897 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:40 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T08:51:40.897 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:40 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:40.897 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:40 smithi089 ceph-mon[67711]: Reconfiguring daemon mgr.smithi089.ernzbc on smithi089 2024-09-17T08:51:40.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:40 smithi133 ceph-mon[49422]: pgmap v17: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 218 B/s rd, 0 op/s 2024-09-17T08:51:40.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:40 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:40.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:40 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:40.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:40 smithi133 ceph-mon[49422]: Reconfiguring mgr.smithi089.ernzbc (monmap changed)... 2024-09-17T08:51:40.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:40 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi089.ernzbc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:51:40.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:40 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T08:51:40.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:40 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:40.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:40 smithi133 ceph-mon[49422]: Reconfiguring daemon mgr.smithi089.ernzbc on smithi089 2024-09-17T08:51:42.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:41 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:42.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:41 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:42.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:41 smithi089 ceph-mon[67711]: Reconfiguring crash.smithi089 (monmap changed)... 2024-09-17T08:51:42.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:41 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi089", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:51:42.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:41 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:42.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:41 smithi089 ceph-mon[67711]: Reconfiguring daemon crash.smithi089 on smithi089 2024-09-17T08:51:42.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:41 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:42.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:41 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:42.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:41 smithi133 ceph-mon[49422]: Reconfiguring crash.smithi089 (monmap changed)... 2024-09-17T08:51:42.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:41 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi089", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:51:42.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:41 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:42.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:41 smithi133 ceph-mon[49422]: Reconfiguring daemon crash.smithi089 on smithi089 2024-09-17T08:51:43.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:43 smithi089 ceph-mon[67711]: pgmap v18: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 109 B/s rd, 0 op/s 2024-09-17T08:51:43.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:43 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:43.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:43 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:43.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:43 smithi089 ceph-mon[67711]: Reconfiguring osd.0 (monmap changed)... 2024-09-17T08:51:43.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:43 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T08:51:43.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:43 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:43.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:43 smithi133 ceph-mon[49422]: pgmap v18: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 109 B/s rd, 0 op/s 2024-09-17T08:51:43.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:43 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:43.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:43 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:43.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:43 smithi133 ceph-mon[49422]: Reconfiguring osd.0 (monmap changed)... 2024-09-17T08:51:43.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:43 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T08:51:43.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:43 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:44.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:44 smithi089 ceph-mon[67711]: Reconfiguring daemon osd.0 on smithi089 2024-09-17T08:51:44.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:44 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:44.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:44 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:44.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:44 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T08:51:44.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:44 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:44.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:44 smithi133 ceph-mon[49422]: Reconfiguring daemon osd.0 on smithi089 2024-09-17T08:51:44.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:44 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:44.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:44 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:44.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:44 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T08:51:44.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:44 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:45.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:45 smithi089 ceph-mon[67711]: pgmap v19: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 218 B/s rd, 0 op/s 2024-09-17T08:51:45.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:45 smithi089 ceph-mon[67711]: Reconfiguring osd.1 (monmap changed)... 2024-09-17T08:51:45.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:45 smithi089 ceph-mon[67711]: Reconfiguring daemon osd.1 on smithi089 2024-09-17T08:51:45.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:45 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:45.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:45 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:45.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:45 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T08:51:45.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:45 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:45.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:45 smithi133 ceph-mon[49422]: pgmap v19: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 218 B/s rd, 0 op/s 2024-09-17T08:51:45.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:45 smithi133 ceph-mon[49422]: Reconfiguring osd.1 (monmap changed)... 2024-09-17T08:51:45.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:45 smithi133 ceph-mon[49422]: Reconfiguring daemon osd.1 on smithi089 2024-09-17T08:51:45.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:45 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:45.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:45 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:45.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:45 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T08:51:45.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:45 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:46.469 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:46 smithi089 ceph-mon[67711]: Reconfiguring osd.2 (monmap changed)... 2024-09-17T08:51:46.469 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:46 smithi089 ceph-mon[67711]: Reconfiguring daemon osd.2 on smithi089 2024-09-17T08:51:46.469 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:46 smithi089 ceph-mon[67711]: pgmap v20: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 218 B/s rd, 0 op/s 2024-09-17T08:51:46.469 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:46 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:51:46.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:46 smithi133 ceph-mon[49422]: Reconfiguring osd.2 (monmap changed)... 2024-09-17T08:51:46.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:46 smithi133 ceph-mon[49422]: Reconfiguring daemon osd.2 on smithi089 2024-09-17T08:51:46.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:46 smithi133 ceph-mon[49422]: pgmap v20: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 218 B/s rd, 0 op/s 2024-09-17T08:51:46.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:46 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:51:47.818 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:47 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:47.818 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:47 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:47.818 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:47 smithi089 ceph-mon[67711]: Reconfiguring osd.3 (monmap changed)... 2024-09-17T08:51:47.819 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:47 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-17T08:51:47.819 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:47 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:47.819 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:47 smithi089 ceph-mon[67711]: Reconfiguring daemon osd.3 on smithi089 2024-09-17T08:51:47.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:47 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:47.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:47 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:47.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:47 smithi133 ceph-mon[49422]: Reconfiguring osd.3 (monmap changed)... 2024-09-17T08:51:47.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:47 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-17T08:51:47.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:47 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:47.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:47 smithi133 ceph-mon[49422]: Reconfiguring daemon osd.3 on smithi089 2024-09-17T08:51:49.101 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:48 smithi089 ceph-mon[67711]: pgmap v21: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T08:51:49.101 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:48 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:49.102 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:48 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:49.102 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:48 smithi089 ceph-mon[67711]: Reconfiguring mds.foofs.smithi089.xuhpot (monmap changed)... 2024-09-17T08:51:49.102 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:48 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi089.xuhpot", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-17T08:51:49.102 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:48 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:49.102 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:48 smithi089 ceph-mon[67711]: Reconfiguring daemon mds.foofs.smithi089.xuhpot on smithi089 2024-09-17T08:51:49.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:48 smithi133 ceph-mon[49422]: pgmap v21: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T08:51:49.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:48 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:49.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:48 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:49.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:48 smithi133 ceph-mon[49422]: Reconfiguring mds.foofs.smithi089.xuhpot (monmap changed)... 2024-09-17T08:51:49.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:48 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi089.xuhpot", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-17T08:51:49.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:48 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:49.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:48 smithi133 ceph-mon[49422]: Reconfiguring daemon mds.foofs.smithi089.xuhpot on smithi089 2024-09-17T08:51:51.476 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:51 smithi133 ceph-mon[49422]: pgmap v22: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:51:51.476 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:51 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:51.476 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:51 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:51.476 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:51 smithi133 ceph-mon[49422]: Reconfiguring crash.smithi133 (monmap changed)... 2024-09-17T08:51:51.476 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:51 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi133", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:51:51.476 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:51 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:51.476 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:51 smithi133 ceph-mon[49422]: Reconfiguring daemon crash.smithi133 on smithi133 2024-09-17T08:51:51.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:51 smithi089 ceph-mon[67711]: pgmap v22: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:51:51.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:51 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:51.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:51 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:51.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:51 smithi089 ceph-mon[67711]: Reconfiguring crash.smithi133 (monmap changed)... 2024-09-17T08:51:51.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:51 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi133", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:51:51.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:51 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:51.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:51 smithi089 ceph-mon[67711]: Reconfiguring daemon crash.smithi133 on smithi133 2024-09-17T08:51:52.774 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:52 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:52.775 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:52 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:52.775 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:52 smithi133 ceph-mon[49422]: Reconfiguring mgr.smithi133.ejject (monmap changed)... 2024-09-17T08:51:52.775 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:52 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi133.ejject", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:51:52.775 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:52 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T08:51:52.775 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:52 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:52.775 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:52 smithi133 ceph-mon[49422]: Reconfiguring daemon mgr.smithi133.ejject on smithi133 2024-09-17T08:51:52.775 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:52 smithi133 ceph-mon[49422]: pgmap v23: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:51:52.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:52 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:52.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:52 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:52.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:52 smithi089 ceph-mon[67711]: Reconfiguring mgr.smithi133.ejject (monmap changed)... 2024-09-17T08:51:52.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:52 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi133.ejject", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:51:52.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:52 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T08:51:52.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:52 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:52.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:52 smithi089 ceph-mon[67711]: Reconfiguring daemon mgr.smithi133.ejject on smithi133 2024-09-17T08:51:52.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:52 smithi089 ceph-mon[67711]: pgmap v23: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:51:54.098 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:53 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:54.098 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:53 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:54.098 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:53 smithi133 ceph-mon[49422]: Reconfiguring mon.smithi133 (monmap changed)... 2024-09-17T08:51:54.098 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:53 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T08:51:54.098 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:53 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T08:51:54.098 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:53 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:54.098 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:53 smithi133 ceph-mon[49422]: Reconfiguring daemon mon.smithi133 on smithi133 2024-09-17T08:51:54.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:53 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:54.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:53 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:54.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:53 smithi089 ceph-mon[67711]: Reconfiguring mon.smithi133 (monmap changed)... 2024-09-17T08:51:54.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:53 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T08:51:54.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:53 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T08:51:54.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:53 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:54.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:53 smithi089 ceph-mon[67711]: Reconfiguring daemon mon.smithi133 on smithi133 2024-09-17T08:51:54.200 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:51:54.827 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:51:54.827 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 running (10m) 32s ago 20m 17.8M - 0.20.0 0881eb8f169f 98413cb98a4d 2024-09-17T08:51:54.827 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (20m) 32s ago 20m 6409k - 16.2.0 24ecd6d5f14c 86364fbbe3dd 2024-09-17T08:51:54.827 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (19m) 21s ago 19m 6405k - 16.2.0 24ecd6d5f14c c38435e94451 2024-09-17T08:51:54.827 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 running (7m) 32s ago 19m 37.0M - 6.7.4 557c83e11646 7989dd643c63 2024-09-17T08:51:54.828 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (14m) 32s ago 14m 44.1M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:51:54.828 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (14m) 21s ago 14m 16.1M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:51:54.828 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:8443,9283,8765 running (88s) 32s ago 21m 460M - 18.2.4-855-g19e2a2be 980a0bfcd684 3c5462471da5 2024-09-17T08:51:54.828 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283,8765 running (58s) 21s ago 19m 436M - 18.2.4-855-g19e2a2be 980a0bfcd684 65615ca3d291 2024-09-17T08:51:54.828 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (45s) 32s ago 21m 28.1M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 646dede0515f 2024-09-17T08:51:54.828 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (26s) 21s ago 19m 26.4M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 c4cc64200487 2024-09-17T08:51:54.828 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (12m) 32s ago 12m 150M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:51:54.828 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (12m) 21s ago 12m 90.9M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:51:54.828 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 running (5m) 32s ago 19m 17.2M - 0.18.1 e5a616e4b9cf 8d8f92b91922 2024-09-17T08:51:54.828 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (93s) 21s ago 19m 2553k - 0.18.1 e5a616e4b9cf 205b9ba6c0ba 2024-09-17T08:51:54.828 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (18m) 32s ago 18m 578M 4096M 16.2.0 24ecd6d5f14c ac2da40952c1 2024-09-17T08:51:54.829 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (18m) 32s ago 18m 471M 4096M 16.2.0 24ecd6d5f14c 393455ed3cc2 2024-09-17T08:51:54.829 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (17m) 32s ago 17m 360M 4096M 16.2.0 24ecd6d5f14c efc5a17c7a8f 2024-09-17T08:51:54.829 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (17m) 32s ago 17m 467M 4096M 16.2.0 24ecd6d5f14c aa8afc36736b 2024-09-17T08:51:54.829 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (17m) 21s ago 17m 492M 4096M 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:51:54.829 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (16m) 21s ago 16m 585M 4096M 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:51:54.829 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (16m) 21s ago 16m 533M 4096M 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:51:54.829 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (16m) 21s ago 16m 772M 4096M 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:51:54.829 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 unknown 32s ago 19m - - 2024-09-17T08:51:55.213 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:51:55.213 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:51:55.213 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:51:55.213 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:51:55.213 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:51:55.213 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:51:55.213 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:51:55.213 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:51:55.213 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 8 2024-09-17T08:51:55.213 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:51:55.213 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:51:55.213 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:51:55.214 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:51:55.214 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:51:55.214 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 10, 2024-09-17T08:51:55.214 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 4 2024-09-17T08:51:55.214 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:51:55.214 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:51:55.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:55 smithi089 ceph-mon[67711]: pgmap v24: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:51:55.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:55 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:55.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:55 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:55.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:55 smithi089 ceph-mon[67711]: Reconfiguring osd.4 (monmap changed)... 2024-09-17T08:51:55.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:55 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-17T08:51:55.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:55 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:55.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:55 smithi089 ceph-mon[67711]: Reconfiguring daemon osd.4 on smithi133 2024-09-17T08:51:55.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:55 smithi089 ceph-mon[67711]: from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:51:55.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:55 smithi133 ceph-mon[49422]: pgmap v24: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:51:55.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:55 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:55.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:55 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:55.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:55 smithi133 ceph-mon[49422]: Reconfiguring osd.4 (monmap changed)... 2024-09-17T08:51:55.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:55 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-17T08:51:55.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:55 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:55.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:55 smithi133 ceph-mon[49422]: Reconfiguring daemon osd.4 on smithi133 2024-09-17T08:51:55.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:55 smithi133 ceph-mon[49422]: from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:51:55.531 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:51:55.531 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:51:55.531 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:51:55.531 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:51:55.531 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [ 2024-09-17T08:51:55.532 INFO:teuthology.orchestra.run.smithi089.stdout: "mon", 2024-09-17T08:51:55.532 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr" 2024-09-17T08:51:55.532 INFO:teuthology.orchestra.run.smithi089.stdout: ], 2024-09-17T08:51:55.532 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "4/23 daemons upgraded", 2024-09-17T08:51:55.532 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "Currently upgrading mon daemons", 2024-09-17T08:51:55.532 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:51:55.532 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:51:55.922 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-17T08:51:55.922 INFO:teuthology.orchestra.run.smithi089.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-17T08:51:55.922 INFO:teuthology.orchestra.run.smithi089.stdout: daemon prometheus.smithi089 on smithi089 is in unknown state 2024-09-17T08:51:56.274 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:56 smithi133 ceph-mon[49422]: from='client.34160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:51:56.275 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:56 smithi133 ceph-mon[49422]: from='client.34164 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:51:56.275 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:56 smithi133 ceph-mon[49422]: from='client.34168 172.21.15.89:0/2287485997' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:51:56.275 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:56 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:56.275 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:56 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:56.275 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:56 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-17T08:51:56.275 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:56 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:56.275 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:56 smithi133 ceph-mon[49422]: from='client.34176 172.21.15.89:0/239428955' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:51:56.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:56 smithi089 ceph-mon[67711]: from='client.34160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:51:56.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:56 smithi089 ceph-mon[67711]: from='client.34164 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:51:56.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:56 smithi089 ceph-mon[67711]: from='client.34168 172.21.15.89:0/2287485997' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:51:56.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:56 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:56.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:56 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:56.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:56 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-17T08:51:56.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:56 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:56.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:56 smithi089 ceph-mon[67711]: from='client.34176 172.21.15.89:0/239428955' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:51:57.349 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:57 smithi133 ceph-mon[49422]: from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:51:57.349 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:57 smithi133 ceph-mon[49422]: pgmap v25: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:51:57.349 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:57 smithi133 ceph-mon[49422]: Reconfiguring osd.5 (monmap changed)... 2024-09-17T08:51:57.350 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:57 smithi133 ceph-mon[49422]: Reconfiguring daemon osd.5 on smithi133 2024-09-17T08:51:57.350 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:57 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:57.350 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:57 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:57.350 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:57 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-17T08:51:57.350 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:57 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:57.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:57 smithi089 ceph-mon[67711]: from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:51:57.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:57 smithi089 ceph-mon[67711]: pgmap v25: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:51:57.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:57 smithi089 ceph-mon[67711]: Reconfiguring osd.5 (monmap changed)... 2024-09-17T08:51:57.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:57 smithi089 ceph-mon[67711]: Reconfiguring daemon osd.5 on smithi133 2024-09-17T08:51:57.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:57 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:57.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:57 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:57.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:57 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-17T08:51:57.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:57 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:58.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:58 smithi089 ceph-mon[67711]: Reconfiguring osd.6 (monmap changed)... 2024-09-17T08:51:58.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:58 smithi089 ceph-mon[67711]: Reconfiguring daemon osd.6 on smithi133 2024-09-17T08:51:58.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:58 smithi133 ceph-mon[49422]: Reconfiguring osd.6 (monmap changed)... 2024-09-17T08:51:58.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:58 smithi133 ceph-mon[49422]: Reconfiguring daemon osd.6 on smithi133 2024-09-17T08:51:59.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:59 smithi089 ceph-mon[67711]: pgmap v26: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:51:59.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:59 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:59.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:59 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:59.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:59 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-17T08:51:59.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:51:59 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:51:59.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:59 smithi133 ceph-mon[49422]: pgmap v26: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:51:59.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:59 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:59.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:59 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:51:59.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:59 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-17T08:51:59.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:51:59 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:52:00.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:00 smithi089 ceph-mon[67711]: Reconfiguring osd.7 (monmap changed)... 2024-09-17T08:52:00.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:00 smithi089 ceph-mon[67711]: Reconfiguring daemon osd.7 on smithi133 2024-09-17T08:52:00.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:00 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:00.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:00 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:00.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:00 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi133.enpevq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-17T08:52:00.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:00 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:52:00.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:00 smithi133 ceph-mon[49422]: Reconfiguring osd.7 (monmap changed)... 2024-09-17T08:52:00.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:00 smithi133 ceph-mon[49422]: Reconfiguring daemon osd.7 on smithi133 2024-09-17T08:52:00.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:00 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:00.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:00 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:00.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:00 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi133.enpevq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-17T08:52:00.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:00 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:52:01.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:01 smithi133 ceph-mon[49422]: pgmap v27: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:52:01.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:01 smithi133 ceph-mon[49422]: Reconfiguring mds.foofs.smithi133.enpevq (monmap changed)... 2024-09-17T08:52:01.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:01 smithi133 ceph-mon[49422]: Reconfiguring daemon mds.foofs.smithi133.enpevq on smithi133 2024-09-17T08:52:01.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:01 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:01.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:01 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:01.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:01 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:52:01.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:01 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:52:01.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:01 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:52:01.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:01 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:01.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:01 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi089"}]: dispatch 2024-09-17T08:52:01.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:01 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi089"}]': finished 2024-09-17T08:52:01.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:01 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi133"}]: dispatch 2024-09-17T08:52:01.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:01 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi133"}]': finished 2024-09-17T08:52:01.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:01 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:52:01.459 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:01 smithi089 ceph-mon[67711]: pgmap v27: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:52:01.459 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:01 smithi089 ceph-mon[67711]: Reconfiguring mds.foofs.smithi133.enpevq (monmap changed)... 2024-09-17T08:52:01.459 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:01 smithi089 ceph-mon[67711]: Reconfiguring daemon mds.foofs.smithi133.enpevq on smithi133 2024-09-17T08:52:01.459 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:01 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:01.459 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:01 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:01.460 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:01 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:52:01.460 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:01 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:52:01.460 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:01 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:52:01.460 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:01 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:01.460 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:01 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi089"}]: dispatch 2024-09-17T08:52:01.460 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:01 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi089"}]': finished 2024-09-17T08:52:01.460 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:01 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi133"}]: dispatch 2024-09-17T08:52:01.460 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:01 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi133"}]': finished 2024-09-17T08:52:01.460 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:01 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:52:02.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:02 smithi133 ceph-mon[49422]: Upgrade: Setting container_image for all mon 2024-09-17T08:52:02.585 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:02 smithi089 ceph-mon[67711]: Upgrade: Setting container_image for all mon 2024-09-17T08:52:03.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:03 smithi133 ceph-mon[49422]: pgmap v28: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:52:03.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:03 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:03.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:03 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi089", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:52:03.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:03 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:52:03.456 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:03 smithi089 ceph-mon[67711]: pgmap v28: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:52:03.456 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:03 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:03.457 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:03 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi089", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:52:03.457 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:03 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:52:04.538 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:04 smithi089 ceph-mon[67711]: Upgrade: Updating crash.smithi089 (1/2) 2024-09-17T08:52:04.538 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:04 smithi089 ceph-mon[67711]: Deploying daemon crash.smithi089 on smithi089 2024-09-17T08:52:04.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:04 smithi133 ceph-mon[49422]: Upgrade: Updating crash.smithi089 (1/2) 2024-09-17T08:52:04.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:04 smithi133 ceph-mon[49422]: Deploying daemon crash.smithi089 on smithi089 2024-09-17T08:52:05.516 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:05 smithi089 ceph-mon[67711]: pgmap v29: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:52:05.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:05 smithi133 ceph-mon[49422]: pgmap v29: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:52:06.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:06 smithi089 ceph-mon[67711]: pgmap v30: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:52:06.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:06 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:06.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:06 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:06.921 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:06 smithi133 ceph-mon[49422]: pgmap v30: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:52:06.921 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:06 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:06.921 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:06 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:08.259 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:07 smithi133 ceph-mon[49422]: Upgrade: Updating crash.smithi133 (2/2) 2024-09-17T08:52:08.260 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:07 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:08.260 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:07 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi133", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:52:08.260 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:07 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:52:08.260 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:07 smithi133 ceph-mon[49422]: Deploying daemon crash.smithi133 on smithi133 2024-09-17T08:52:08.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:07 smithi089 ceph-mon[67711]: Upgrade: Updating crash.smithi133 (2/2) 2024-09-17T08:52:08.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:07 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:08.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:07 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi133", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:52:08.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:07 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:52:08.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:07 smithi089 ceph-mon[67711]: Deploying daemon crash.smithi133 on smithi133 2024-09-17T08:52:09.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:08 smithi089 ceph-mon[67711]: pgmap v31: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:52:09.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:08 smithi133 ceph-mon[49422]: pgmap v31: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:52:11.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:10 smithi089 ceph-mon[67711]: pgmap v32: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:52:11.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:10 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:11.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:10 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:11.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:10 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:52:11.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:10 smithi133 ceph-mon[49422]: pgmap v32: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:52:11.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:10 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:11.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:10 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:11.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:10 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:52:13.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:12 smithi089 ceph-mon[67711]: pgmap v33: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:52:13.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:12 smithi133 ceph-mon[49422]: pgmap v33: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:52:15.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:15 smithi133 ceph-mon[49422]: pgmap v34: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:52:15.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:15 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:15.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:15 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:15.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:15 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:15.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:15 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:15.586 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:15 smithi089 ceph-mon[67711]: pgmap v34: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:52:15.586 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:15 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:15.586 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:15 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:15.586 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:15 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:15.586 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:15 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:16.371 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:16 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:52:16.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:16 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:52:17.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:17 smithi089 ceph-mon[67711]: pgmap v35: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:52:17.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:17 smithi133 ceph-mon[49422]: pgmap v35: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:52:18.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:18.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:18.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:18 smithi089 ceph-mon[67711]: pgmap v36: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:52:18.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:18.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:18.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:18.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:18.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:18.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:18.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:18 smithi133 ceph-mon[49422]: pgmap v36: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:52:18.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:18.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:18.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:18.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:20.899 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:20 smithi089 ceph-mon[67711]: pgmap v37: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:52:20.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:20 smithi133 ceph-mon[49422]: pgmap v37: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:52:22.015 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:21 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:22.015 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:21 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:22.015 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:21 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:52:22.016 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:21 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:52:22.016 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:21 smithi089 ceph-mon[67711]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:52:22.016 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:21 smithi089 ceph-mon[67711]: pgmap v38: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 179 B/s rd, 0 op/s 2024-09-17T08:52:22.016 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:21 smithi089 ceph-mon[67711]: pgmap v39: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 217 B/s rd, 0 op/s 2024-09-17T08:52:22.016 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:21 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:22.016 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:21 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:22.016 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:21 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:52:22.016 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:21 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:52:22.016 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:21 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:52:22.016 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:21 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:52:22.016 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:21 smithi089 ceph-mon[67711]: Upgrade: Setting container_image for all crash 2024-09-17T08:52:22.016 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:21 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:22.017 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:21 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi089"}]: dispatch 2024-09-17T08:52:22.017 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:21 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi089"}]': finished 2024-09-17T08:52:22.017 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:21 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi133"}]: dispatch 2024-09-17T08:52:22.017 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:21 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi133"}]': finished 2024-09-17T08:52:22.017 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:21 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-17T08:52:22.017 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:21 smithi089 ceph-mon[67711]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-17T08:52:22.017 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:21 smithi089 ceph-mon[67711]: Upgrade: osd.0 is safe to restart 2024-09-17T08:52:22.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:21 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:22.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:21 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:22.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:21 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:52:22.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:21 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:52:22.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:21 smithi133 ceph-mon[49422]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:52:22.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:21 smithi133 ceph-mon[49422]: pgmap v38: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 179 B/s rd, 0 op/s 2024-09-17T08:52:22.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:21 smithi133 ceph-mon[49422]: pgmap v39: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 217 B/s rd, 0 op/s 2024-09-17T08:52:22.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:21 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:22.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:21 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:22.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:21 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:52:22.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:21 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:52:22.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:21 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:52:22.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:21 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:52:22.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:21 smithi133 ceph-mon[49422]: Upgrade: Setting container_image for all crash 2024-09-17T08:52:22.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:21 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:22.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:21 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi089"}]: dispatch 2024-09-17T08:52:22.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:21 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi089"}]': finished 2024-09-17T08:52:22.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:21 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi133"}]: dispatch 2024-09-17T08:52:22.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:21 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi133"}]': finished 2024-09-17T08:52:22.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:21 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-17T08:52:22.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:21 smithi133 ceph-mon[49422]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-17T08:52:22.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:21 smithi133 ceph-mon[49422]: Upgrade: osd.0 is safe to restart 2024-09-17T08:52:23.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:23 smithi089 ceph-mon[67711]: Upgrade: Updating osd.0 2024-09-17T08:52:23.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:23 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:23.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:23 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T08:52:23.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:23 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:52:23.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:23 smithi089 ceph-mon[67711]: Deploying daemon osd.0 on smithi089 2024-09-17T08:52:23.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:23 smithi089 ceph-mon[67711]: pgmap v40: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 217 B/s rd, 0 op/s 2024-09-17T08:52:23.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:23 smithi133 ceph-mon[49422]: Upgrade: Updating osd.0 2024-09-17T08:52:23.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:23 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:23.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:23 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T08:52:23.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:23 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:52:23.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:23 smithi133 ceph-mon[49422]: Deploying daemon osd.0 on smithi089 2024-09-17T08:52:23.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:23 smithi133 ceph-mon[49422]: pgmap v40: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 217 B/s rd, 0 op/s 2024-09-17T08:52:26.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:25 smithi089 ceph-mon[67711]: pgmap v41: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 217 B/s rd, 0 op/s 2024-09-17T08:52:26.268 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:52:26.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:25 smithi133 ceph-mon[49422]: pgmap v41: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 217 B/s rd, 0 op/s 2024-09-17T08:52:26.878 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:26 smithi089 systemd[1]: Stopping Ceph osd.0 for fc89bb2a-74ce-11ef-bceb-c7b262605968... 2024-09-17T08:52:26.879 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.0[31950]: debug 2024-09-17T08:52:26.725+0000 7ff608aaf700 -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-09-17T08:52:26.879 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.0[31950]: debug 2024-09-17T08:52:26.725+0000 7ff608aaf700 -1 osd.0 76 *** Got signal Terminated *** 2024-09-17T08:52:26.879 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.0[31950]: debug 2024-09-17T08:52:26.725+0000 7ff608aaf700 -1 osd.0 76 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T08:52:26.940 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:52:26.940 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 running (10m) 9s ago 20m 17.8M - 0.20.0 0881eb8f169f 98413cb98a4d 2024-09-17T08:52:26.941 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (21s) 9s ago 20m 6895k - 18.2.4-855-g19e2a2be 980a0bfcd684 71cee01efda3 2024-09-17T08:52:26.941 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (17s) 12s ago 19m 6891k - 18.2.4-855-g19e2a2be 980a0bfcd684 d4830f191563 2024-09-17T08:52:26.941 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 running (8m) 9s ago 20m 37.0M - 6.7.4 557c83e11646 7989dd643c63 2024-09-17T08:52:26.941 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (15m) 9s ago 15m 43.9M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:52:26.941 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (15m) 12s ago 15m 16.2M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:52:26.941 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:8443,9283,8765 running (2m) 9s ago 22m 482M - 18.2.4-855-g19e2a2be 980a0bfcd684 3c5462471da5 2024-09-17T08:52:26.941 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283,8765 running (90s) 12s ago 19m 437M - 18.2.4-855-g19e2a2be 980a0bfcd684 65615ca3d291 2024-09-17T08:52:26.941 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (77s) 9s ago 22m 42.5M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 646dede0515f 2024-09-17T08:52:26.941 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (58s) 12s ago 19m 36.3M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 c4cc64200487 2024-09-17T08:52:26.941 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (12m) 9s ago 12m 150M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:52:26.941 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (12m) 12s ago 12m 90.9M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:52:26.941 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 running (6m) 9s ago 20m 17.2M - 0.18.1 e5a616e4b9cf 8d8f92b91922 2024-09-17T08:52:26.942 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (2m) 12s ago 19m 2553k - 0.18.1 e5a616e4b9cf 205b9ba6c0ba 2024-09-17T08:52:26.942 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (19m) 9s ago 19m 578M 4096M 16.2.0 24ecd6d5f14c ac2da40952c1 2024-09-17T08:52:26.942 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (18m) 9s ago 18m 471M 4096M 16.2.0 24ecd6d5f14c 393455ed3cc2 2024-09-17T08:52:26.942 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (18m) 9s ago 18m 360M 4096M 16.2.0 24ecd6d5f14c efc5a17c7a8f 2024-09-17T08:52:26.942 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (18m) 9s ago 18m 467M 4096M 16.2.0 24ecd6d5f14c aa8afc36736b 2024-09-17T08:52:26.942 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (17m) 12s ago 17m 492M 4096M 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:52:26.942 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (17m) 12s ago 17m 585M 4096M 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:52:26.942 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (17m) 12s ago 17m 532M 4096M 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:52:26.942 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (16m) 12s ago 16m 772M 4096M 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:52:26.942 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 unknown 9s ago 20m - - 2024-09-17T08:52:27.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:26 smithi089 ceph-mon[67711]: from='client.34180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:52:27.160 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:26 smithi089 podman[73087]: 2024-09-17 08:52:26.887981309 +0000 UTC m=+0.280773773 container died ac2da40952c1b8cfb93b97e541a9a67fa558927fc3214493caf88fe171db39d2 (image=quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.0, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20201204, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-16.2.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557, RELEASE=HEAD) 2024-09-17T08:52:27.333 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:52:27.333 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:52:27.333 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:52:27.333 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:52:27.333 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:52:27.333 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:52:27.333 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:52:27.333 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:52:27.333 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 8 2024-09-17T08:52:27.334 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:52:27.334 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:52:27.334 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:52:27.334 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:52:27.334 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:52:27.334 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 10, 2024-09-17T08:52:27.334 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 4 2024-09-17T08:52:27.334 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:52:27.334 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:52:27.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:26 smithi133 ceph-mon[49422]: from='client.34180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:52:27.553 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:27 smithi089 podman[73087]: 2024-09-17 08:52:27.284221828 +0000 UTC m=+0.677014281 container cleanup ac2da40952c1b8cfb93b97e541a9a67fa558927fc3214493caf88fe171db39d2 (image=quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.0, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-16.2.0, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20201204, RELEASE=HEAD, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557) 2024-09-17T08:52:27.553 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:27 smithi089 bash[73087]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.0 2024-09-17T08:52:27.667 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:52:27.667 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:52:27.667 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:52:27.667 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:52:27.668 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [ 2024-09-17T08:52:27.668 INFO:teuthology.orchestra.run.smithi089.stdout: "crash", 2024-09-17T08:52:27.668 INFO:teuthology.orchestra.run.smithi089.stdout: "mon", 2024-09-17T08:52:27.668 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr" 2024-09-17T08:52:27.668 INFO:teuthology.orchestra.run.smithi089.stdout: ], 2024-09-17T08:52:27.668 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "6/23 daemons upgraded", 2024-09-17T08:52:27.668 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "Currently upgrading osd daemons", 2024-09-17T08:52:27.668 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:52:27.668 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:52:27.910 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:27 smithi089 podman[73124]: 2024-09-17 08:52:27.552664503 +0000 UTC m=+0.663917036 container remove ac2da40952c1b8cfb93b97e541a9a67fa558927fc3214493caf88fe171db39d2 (image=quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.0, maintainer=Dimitri Savineau , GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-16.2.0, RELEASE=HEAD, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20201204) 2024-09-17T08:52:28.115 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down 2024-09-17T08:52:28.115 INFO:teuthology.orchestra.run.smithi089.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-17T08:52:28.115 INFO:teuthology.orchestra.run.smithi089.stdout: daemon prometheus.smithi089 on smithi089 is in unknown state 2024-09-17T08:52:28.115 INFO:teuthology.orchestra.run.smithi089.stdout:[WRN] OSD_DOWN: 1 osds down 2024-09-17T08:52:28.115 INFO:teuthology.orchestra.run.smithi089.stdout: osd.0 (root=default,host=smithi089) is down 2024-09-17T08:52:28.273 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:28 smithi089 podman[73293]: 2024-09-17 08:52:28.036998636 +0000 UTC m=+0.111212572 container create 73d8b329890851e597472195342a71f85921f4928a8d65f9cff0b649f4331fd1 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0-deactivate, CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T08:52:28.273 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:28 smithi089 podman[73293]: 2024-09-17 08:52:27.945888629 +0000 UTC m=+0.020102562 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T08:52:28.274 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: from='client.34184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:52:28.274 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: from='client.34188 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:52:28.274 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: pgmap v42: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2024-09-17T08:52:28.274 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: osd.0 reported immediately failed by osd.5 2024-09-17T08:52:28.274 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: osd.0 failed (root=default,host=smithi089) (connection refused reported by osd.5) 2024-09-17T08:52:28.274 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: osd.0 reported immediately failed by osd.2 2024-09-17T08:52:28.274 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: osd.0 reported immediately failed by osd.7 2024-09-17T08:52:28.274 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: osd.0 reported immediately failed by osd.1 2024-09-17T08:52:28.274 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: osd.0 reported immediately failed by osd.4 2024-09-17T08:52:28.274 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: osd.0 reported immediately failed by osd.5 2024-09-17T08:52:28.274 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: osd.0 reported immediately failed by osd.6 2024-09-17T08:52:28.274 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: osd.0 reported immediately failed by osd.3 2024-09-17T08:52:28.274 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: osd.0 reported immediately failed by osd.2 2024-09-17T08:52:28.275 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: osd.0 reported immediately failed by osd.7 2024-09-17T08:52:28.275 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: osd.0 reported immediately failed by osd.1 2024-09-17T08:52:28.275 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: osd.0 reported immediately failed by osd.4 2024-09-17T08:52:28.275 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: osd.0 reported immediately failed by osd.6 2024-09-17T08:52:28.275 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: osd.0 reported immediately failed by osd.3 2024-09-17T08:52:28.275 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: from='client.34192 172.21.15.89:0/672360784' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:52:28.275 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: osd.0 reported immediately failed by osd.4 2024-09-17T08:52:28.275 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: osd.0 reported immediately failed by osd.5 2024-09-17T08:52:28.275 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: osd.0 reported immediately failed by osd.6 2024-09-17T08:52:28.275 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: osd.0 reported immediately failed by osd.3 2024-09-17T08:52:28.275 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: osd.0 reported immediately failed by osd.2 2024-09-17T08:52:28.275 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: osd.0 reported immediately failed by osd.7 2024-09-17T08:52:28.275 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: osd.0 reported immediately failed by osd.1 2024-09-17T08:52:28.276 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: osd.0 reported immediately failed by osd.4 2024-09-17T08:52:28.276 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: osd.0 reported immediately failed by osd.5 2024-09-17T08:52:28.276 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: osd.0 reported immediately failed by osd.6 2024-09-17T08:52:28.276 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: osd.0 reported immediately failed by osd.3 2024-09-17T08:52:28.276 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: osd.0 reported immediately failed by osd.2 2024-09-17T08:52:28.276 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: osd.0 reported immediately failed by osd.7 2024-09-17T08:52:28.276 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:27 smithi089 ceph-mon[67711]: osd.0 reported immediately failed by osd.1 2024-09-17T08:52:28.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: from='client.34184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:52:28.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: from='client.34188 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:52:28.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: pgmap v42: 129 pgs: 129 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2024-09-17T08:52:28.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: osd.0 reported immediately failed by osd.5 2024-09-17T08:52:28.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: osd.0 failed (root=default,host=smithi089) (connection refused reported by osd.5) 2024-09-17T08:52:28.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: osd.0 reported immediately failed by osd.2 2024-09-17T08:52:28.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: osd.0 reported immediately failed by osd.7 2024-09-17T08:52:28.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: osd.0 reported immediately failed by osd.1 2024-09-17T08:52:28.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: osd.0 reported immediately failed by osd.4 2024-09-17T08:52:28.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: osd.0 reported immediately failed by osd.5 2024-09-17T08:52:28.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: osd.0 reported immediately failed by osd.6 2024-09-17T08:52:28.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: osd.0 reported immediately failed by osd.3 2024-09-17T08:52:28.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: osd.0 reported immediately failed by osd.2 2024-09-17T08:52:28.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: osd.0 reported immediately failed by osd.7 2024-09-17T08:52:28.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: osd.0 reported immediately failed by osd.1 2024-09-17T08:52:28.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: osd.0 reported immediately failed by osd.4 2024-09-17T08:52:28.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: osd.0 reported immediately failed by osd.6 2024-09-17T08:52:28.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: osd.0 reported immediately failed by osd.3 2024-09-17T08:52:28.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: from='client.34192 172.21.15.89:0/672360784' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:52:28.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: osd.0 reported immediately failed by osd.4 2024-09-17T08:52:28.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: osd.0 reported immediately failed by osd.5 2024-09-17T08:52:28.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: osd.0 reported immediately failed by osd.6 2024-09-17T08:52:28.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: osd.0 reported immediately failed by osd.3 2024-09-17T08:52:28.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: osd.0 reported immediately failed by osd.2 2024-09-17T08:52:28.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: osd.0 reported immediately failed by osd.7 2024-09-17T08:52:28.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: osd.0 reported immediately failed by osd.1 2024-09-17T08:52:28.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: osd.0 reported immediately failed by osd.4 2024-09-17T08:52:28.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: osd.0 reported immediately failed by osd.5 2024-09-17T08:52:28.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: osd.0 reported immediately failed by osd.6 2024-09-17T08:52:28.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: osd.0 reported immediately failed by osd.3 2024-09-17T08:52:28.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: osd.0 reported immediately failed by osd.2 2024-09-17T08:52:28.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: osd.0 reported immediately failed by osd.7 2024-09-17T08:52:28.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:27 smithi133 ceph-mon[49422]: osd.0 reported immediately failed by osd.1 2024-09-17T08:52:28.660 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:28 smithi089 podman[73293]: 2024-09-17 08:52:28.273082695 +0000 UTC m=+0.347296631 container init 73d8b329890851e597472195342a71f85921f4928a8d65f9cff0b649f4331fd1 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_CLEAN=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T08:52:28.660 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:28 smithi089 podman[73293]: 2024-09-17 08:52:28.277679774 +0000 UTC m=+0.351893702 container start 73d8b329890851e597472195342a71f85921f4928a8d65f9cff0b649f4331fd1 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=reef-19e2a2b, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, ceph=True) 2024-09-17T08:52:28.661 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:28 smithi089 podman[73293]: 2024-09-17 08:52:28.356432083 +0000 UTC m=+0.430646030 container attach 73d8b329890851e597472195342a71f85921f4928a8d65f9cff0b649f4331fd1 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0-deactivate, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=reef-19e2a2b, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T08:52:28.661 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:28 smithi089 podman[73293]: 2024-09-17 08:52:28.468790627 +0000 UTC m=+0.543004555 container died 73d8b329890851e597472195342a71f85921f4928a8d65f9cff0b649f4331fd1 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0-deactivate, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, RELEASE=reef-19e2a2b, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2) 2024-09-17T08:52:29.035 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:28 smithi089 ceph-mon[67711]: from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:52:29.035 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:28 smithi089 ceph-mon[67711]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T08:52:29.036 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:28 smithi089 ceph-mon[67711]: osdmap e77: 8 total, 7 up, 8 in 2024-09-17T08:52:29.036 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:28 smithi089 ceph-mon[67711]: from='client.34200 172.21.15.89:0/2574480297' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:52:29.410 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:29 smithi089 podman[73319]: 2024-09-17 08:52:29.035450264 +0000 UTC m=+0.557596406 container remove 73d8b329890851e597472195342a71f85921f4928a8d65f9cff0b649f4331fd1 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-19e2a2b, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True) 2024-09-17T08:52:29.411 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:29 smithi089 systemd[1]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.0.service: Deactivated successfully. 2024-09-17T08:52:29.411 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:29 smithi089 systemd[1]: Stopped Ceph osd.0 for fc89bb2a-74ce-11ef-bceb-c7b262605968. 2024-09-17T08:52:29.411 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:29 smithi089 systemd[1]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.0.service: Consumed 1.163s CPU time. 2024-09-17T08:52:29.411 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:29 smithi089 systemd[1]: Starting Ceph osd.0 for fc89bb2a-74ce-11ef-bceb-c7b262605968... 2024-09-17T08:52:29.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:28 smithi133 ceph-mon[49422]: from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:52:29.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:28 smithi133 ceph-mon[49422]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T08:52:29.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:28 smithi133 ceph-mon[49422]: osdmap e77: 8 total, 7 up, 8 in 2024-09-17T08:52:29.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:28 smithi133 ceph-mon[49422]: from='client.34200 172.21.15.89:0/2574480297' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:52:29.789 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:29 smithi089 podman[73417]: 2024-09-17 08:52:29.376080926 +0000 UTC m=+0.015902352 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T08:52:29.790 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:29 smithi089 podman[73417]: 2024-09-17 08:52:29.520459103 +0000 UTC m=+0.160280574 container create c3a3e0ca058fde5e39bc024834220aa925a61b875fb75b085bb774ff7e6b331b (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0-activate, org.label-schema.license=GPLv2, ceph=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, RELEASE=reef-19e2a2b) 2024-09-17T08:52:29.790 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:29 smithi089 podman[73417]: 2024-09-17 08:52:29.7896097 +0000 UTC m=+0.429431128 container init c3a3e0ca058fde5e39bc024834220aa925a61b875fb75b085bb774ff7e6b331b (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0-activate, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=reef-19e2a2b, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux ) 2024-09-17T08:52:30.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:30 smithi089 ceph-mon[67711]: pgmap v44: 129 pgs: 16 stale+active+clean, 113 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:52:30.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:30 smithi089 ceph-mon[67711]: osdmap e78: 8 total, 7 up, 8 in 2024-09-17T08:52:30.091 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:29 smithi089 podman[73417]: 2024-09-17 08:52:29.7930654 +0000 UTC m=+0.432886828 container start c3a3e0ca058fde5e39bc024834220aa925a61b875fb75b085bb774ff7e6b331b (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0-activate, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD) 2024-09-17T08:52:30.091 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:29 smithi089 podman[73417]: 2024-09-17 08:52:29.881203828 +0000 UTC m=+0.521025254 container attach c3a3e0ca058fde5e39bc024834220aa925a61b875fb75b085bb774ff7e6b331b (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0-activate, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-19e2a2b, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T08:52:30.411 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0-activate[73432]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-17T08:52:30.411 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:30 smithi089 bash[73417]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-17T08:52:30.411 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0-activate[73432]: 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-09-17T08:52:30.411 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:30 smithi089 bash[73417]: 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-09-17T08:52:30.411 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0-activate[73432]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-17T08:52:30.411 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:30 smithi089 bash[73417]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-17T08:52:30.411 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0-activate[73432]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-17T08:52:30.411 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:30 smithi089 bash[73417]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-17T08:52:30.411 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0-activate[73432]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-17T08:52:30.411 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:30 smithi089 bash[73417]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-17T08:52:30.412 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0-activate[73432]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-17T08:52:30.412 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:30 smithi089 bash[73417]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-17T08:52:30.412 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:30 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0-activate[73432]: --> ceph-volume raw activate successful for osd ID: 0 2024-09-17T08:52:30.412 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:30 smithi089 bash[73417]: --> ceph-volume raw activate successful for osd ID: 0 2024-09-17T08:52:30.412 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:30 smithi089 podman[73417]: 2024-09-17 08:52:30.138642346 +0000 UTC m=+0.778463777 container died c3a3e0ca058fde5e39bc024834220aa925a61b875fb75b085bb774ff7e6b331b (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0-activate, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , ceph=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-19e2a2b) 2024-09-17T08:52:30.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:30 smithi133 ceph-mon[49422]: pgmap v44: 129 pgs: 16 stale+active+clean, 113 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:52:30.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:30 smithi133 ceph-mon[49422]: osdmap e78: 8 total, 7 up, 8 in 2024-09-17T08:52:30.910 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:30 smithi089 podman[73554]: 2024-09-17 08:52:30.710316404 +0000 UTC m=+0.565962887 container remove c3a3e0ca058fde5e39bc024834220aa925a61b875fb75b085bb774ff7e6b331b (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0-activate, RELEASE=reef-19e2a2b, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS) 2024-09-17T08:52:31.222 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:30 smithi089 podman[73614]: 2024-09-17 08:52:30.910963768 +0000 UTC m=+0.106675423 container create 77ff85f32922dfa0a8fcedec35d180c778f8f64c7e53442742fddcc6841a4da5 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-19e2a2b, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True) 2024-09-17T08:52:31.222 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:30 smithi089 podman[73614]: 2024-09-17 08:52:30.820315813 +0000 UTC m=+0.016027479 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T08:52:31.222 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:31 smithi089 podman[73614]: 2024-09-17 08:52:31.13025402 +0000 UTC m=+0.325965680 container init 77ff85f32922dfa0a8fcedec35d180c778f8f64c7e53442742fddcc6841a4da5 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-19e2a2b, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-09-17T08:52:31.223 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:31 smithi089 podman[73614]: 2024-09-17 08:52:31.133568572 +0000 UTC m=+0.329280220 container start 77ff85f32922dfa0a8fcedec35d180c778f8f64c7e53442742fddcc6841a4da5 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T08:52:31.223 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:31 smithi089 ceph-osd[73633]: -- 172.21.15.89:0/769275182 <== mon.0 v2:172.21.15.89:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x556b0bd8d1e0 con 0x556b0bd2bc00 2024-09-17T08:52:31.660 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:31 smithi089 bash[73614]: 77ff85f32922dfa0a8fcedec35d180c778f8f64c7e53442742fddcc6841a4da5 2024-09-17T08:52:31.660 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:31 smithi089 systemd[1]: Started Ceph osd.0 for fc89bb2a-74ce-11ef-bceb-c7b262605968. 2024-09-17T08:52:31.983 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0[73629]: 2024-09-17T08:52:31.679+0000 7f8057fd4640 -1 Falling back to public interface 2024-09-17T08:52:32.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:32 smithi089 ceph-mon[67711]: pgmap v46: 129 pgs: 16 stale+active+clean, 113 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-09-17T08:52:32.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:32 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:32.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:32 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:52:32.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:32 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:32.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:32 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:32.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:32 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:52:32.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:32 smithi133 ceph-mon[49422]: pgmap v46: 129 pgs: 16 stale+active+clean, 113 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-09-17T08:52:32.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:32 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:32.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:32 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:52:32.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:32 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:32.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:32 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:32.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:32 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:52:33.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:33 smithi089 ceph-mon[67711]: Health check failed: Degraded data redundancy: 68/444 objects degraded (15.315%), 19 pgs degraded (PG_DEGRADED) 2024-09-17T08:52:33.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:33 smithi133 ceph-mon[49422]: Health check failed: Degraded data redundancy: 68/444 objects degraded (15.315%), 19 pgs degraded (PG_DEGRADED) 2024-09-17T08:52:34.339 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:34 smithi089 ceph-mon[67711]: pgmap v47: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 68/444 objects degraded (15.315%) 2024-09-17T08:52:34.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:34 smithi133 ceph-mon[49422]: pgmap v47: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 68/444 objects degraded (15.315%) 2024-09-17T08:52:36.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:36 smithi089 ceph-mon[67711]: pgmap v48: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 68/444 objects degraded (15.315%) 2024-09-17T08:52:36.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:36 smithi133 ceph-mon[49422]: pgmap v48: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 68/444 objects degraded (15.315%) 2024-09-17T08:52:38.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:38 smithi089 ceph-mon[67711]: pgmap v49: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 68/444 objects degraded (15.315%) 2024-09-17T08:52:38.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:38 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:38.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:38 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:38.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:38 smithi133 ceph-mon[49422]: pgmap v49: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 68/444 objects degraded (15.315%) 2024-09-17T08:52:38.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:38 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:38.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:38 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:39.410 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0[73629]: 2024-09-17T08:52:39.018+0000 7f8057fd4640 -1 osd.0 0 read_superblock omap replica is missing. 2024-09-17T08:52:39.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:39 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:39.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:39 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:39.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:39 smithi089 ceph-mon[67711]: pgmap v50: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 68/444 objects degraded (15.315%) 2024-09-17T08:52:39.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:39 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:39.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:39 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:39.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:39 smithi133 ceph-mon[49422]: pgmap v50: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 221 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 68/444 objects degraded (15.315%) 2024-09-17T08:52:40.255 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:40 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0[73629]: 2024-09-17T08:52:40.132+0000 7f8057fd4640 -1 osd.0 76 log_to_monitors true 2024-09-17T08:52:40.541 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:40 smithi089 ceph-mon[67711]: from='osd.0 [v2:172.21.15.89:6802/1143266886,v1:172.21.15.89:6803/1143266886]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-17T08:52:40.542 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 08:52:40 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0[73629]: 2024-09-17T08:52:40.540+0000 7f804fd7e640 -1 osd.0 76 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T08:52:40.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:40 smithi133 ceph-mon[49422]: from='osd.0 [v2:172.21.15.89:6802/1143266886,v1:172.21.15.89:6803/1143266886]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-17T08:52:41.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:41 smithi089 ceph-mon[67711]: from='osd.0 [v2:172.21.15.89:6802/1143266886,v1:172.21.15.89:6803/1143266886]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T08:52:41.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:41 smithi089 ceph-mon[67711]: osdmap e79: 8 total, 7 up, 8 in 2024-09-17T08:52:41.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:41 smithi089 ceph-mon[67711]: from='osd.0 [v2:172.21.15.89:6802/1143266886,v1:172.21.15.89:6803/1143266886]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-09-17T08:52:41.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:41 smithi089 ceph-mon[67711]: pgmap v52: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 68/444 objects degraded (15.315%) 2024-09-17T08:52:41.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:41 smithi133 ceph-mon[49422]: from='osd.0 [v2:172.21.15.89:6802/1143266886,v1:172.21.15.89:6803/1143266886]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T08:52:41.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:41 smithi133 ceph-mon[49422]: osdmap e79: 8 total, 7 up, 8 in 2024-09-17T08:52:41.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:41 smithi133 ceph-mon[49422]: from='osd.0 [v2:172.21.15.89:6802/1143266886,v1:172.21.15.89:6803/1143266886]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-09-17T08:52:41.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:41 smithi133 ceph-mon[49422]: pgmap v52: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 68/444 objects degraded (15.315%) 2024-09-17T08:52:42.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:42 smithi089 ceph-mon[67711]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T08:52:42.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:42 smithi089 ceph-mon[67711]: osd.0 [v2:172.21.15.89:6802/1143266886,v1:172.21.15.89:6803/1143266886] boot 2024-09-17T08:52:42.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:42 smithi089 ceph-mon[67711]: osdmap e80: 8 total, 8 up, 8 in 2024-09-17T08:52:42.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:52:42.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:42.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:42.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:52:42.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:52:42.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:42 smithi089 ceph-mon[67711]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:52:42.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:42 smithi089 ceph-mon[67711]: pgmap v54: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 145 B/s rd, 0 op/s; 68/444 objects degraded (15.315%) 2024-09-17T08:52:42.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:42 smithi089 ceph-mon[67711]: pgmap v55: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 203 B/s rd, 0 op/s; 68/444 objects degraded (15.315%) 2024-09-17T08:52:42.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:42.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:42.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:52:42.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:52:42.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:52:42.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:52:42.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-17T08:52:42.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:42 smithi089 ceph-mon[67711]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-17T08:52:42.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:42 smithi089 ceph-mon[67711]: Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-09-17T08:52:42.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:42 smithi133 ceph-mon[49422]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T08:52:42.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:42 smithi133 ceph-mon[49422]: osd.0 [v2:172.21.15.89:6802/1143266886,v1:172.21.15.89:6803/1143266886] boot 2024-09-17T08:52:42.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:42 smithi133 ceph-mon[49422]: osdmap e80: 8 total, 8 up, 8 in 2024-09-17T08:52:42.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:52:42.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:42.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:42.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:52:42.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:52:42.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:42 smithi133 ceph-mon[49422]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:52:42.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:42 smithi133 ceph-mon[49422]: pgmap v54: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 145 B/s rd, 0 op/s; 68/444 objects degraded (15.315%) 2024-09-17T08:52:42.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:42 smithi133 ceph-mon[49422]: pgmap v55: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 203 B/s rd, 0 op/s; 68/444 objects degraded (15.315%) 2024-09-17T08:52:42.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:42.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:42.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:52:42.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:52:42.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:52:42.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:52:42.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-17T08:52:42.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:42 smithi133 ceph-mon[49422]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-17T08:52:42.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:42 smithi133 ceph-mon[49422]: Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-09-17T08:52:43.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:43 smithi089 ceph-mon[67711]: osdmap e81: 8 total, 8 up, 8 in 2024-09-17T08:52:43.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:43 smithi133 ceph-mon[49422]: osdmap e81: 8 total, 8 up, 8 in 2024-09-17T08:52:44.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:44 smithi089 ceph-mon[67711]: pgmap v57: 129 pgs: 33 peering, 13 active+undersized, 3 active+undersized+degraded, 80 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 296 B/s rd, 0 op/s; 10/444 objects degraded (2.252%) 2024-09-17T08:52:44.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:44 smithi133 ceph-mon[49422]: pgmap v57: 129 pgs: 33 peering, 13 active+undersized, 3 active+undersized+degraded, 80 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 296 B/s rd, 0 op/s; 10/444 objects degraded (2.252%) 2024-09-17T08:52:45.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:45 smithi089 ceph-mon[67711]: Health check update: Degraded data redundancy: 10/444 objects degraded (2.252%), 3 pgs degraded (PG_DEGRADED) 2024-09-17T08:52:45.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:45 smithi133 ceph-mon[49422]: Health check update: Degraded data redundancy: 10/444 objects degraded (2.252%), 3 pgs degraded (PG_DEGRADED) 2024-09-17T08:52:47.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:47 smithi089 ceph-mon[67711]: pgmap v58: 129 pgs: 33 peering, 96 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-09-17T08:52:47.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:47 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:47.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:47 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:52:47.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:47 smithi089 ceph-mon[67711]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 10/444 objects degraded (2.252%), 3 pgs degraded) 2024-09-17T08:52:47.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:47 smithi133 ceph-mon[49422]: pgmap v58: 129 pgs: 33 peering, 96 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-09-17T08:52:47.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:47 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:47.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:47 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:52:47.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:47 smithi133 ceph-mon[49422]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 10/444 objects degraded (2.252%), 3 pgs degraded) 2024-09-17T08:52:49.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:49 smithi089 ceph-mon[67711]: pgmap v59: 129 pgs: 129 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 317 B/s rd, 476 B/s wr, 0 op/s 2024-09-17T08:52:49.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:49 smithi089 ceph-mon[67711]: mgrmap e48: smithi089.ernzbc(active, since 92s), standbys: smithi133.ejject 2024-09-17T08:52:49.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:49 smithi133 ceph-mon[49422]: pgmap v59: 129 pgs: 129 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 317 B/s rd, 476 B/s wr, 0 op/s 2024-09-17T08:52:49.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:49 smithi133 ceph-mon[49422]: mgrmap e48: smithi089.ernzbc(active, since 92s), standbys: smithi133.ejject 2024-09-17T08:52:51.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:51 smithi089 ceph-mon[67711]: pgmap v60: 129 pgs: 129 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 383 B/s wr, 0 op/s 2024-09-17T08:52:51.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:51 smithi133 ceph-mon[49422]: pgmap v60: 129 pgs: 129 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 383 B/s wr, 0 op/s 2024-09-17T08:52:53.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:53 smithi089 ceph-mon[67711]: pgmap v61: 129 pgs: 129 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 307 B/s wr, 0 op/s 2024-09-17T08:52:53.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:53 smithi133 ceph-mon[49422]: pgmap v61: 129 pgs: 129 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 307 B/s wr, 0 op/s 2024-09-17T08:52:55.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:55 smithi089 ceph-mon[67711]: pgmap v62: 129 pgs: 129 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 178 B/s rd, 268 B/s wr, 0 op/s 2024-09-17T08:52:55.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:55 smithi133 ceph-mon[49422]: pgmap v62: 129 pgs: 129 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 178 B/s rd, 268 B/s wr, 0 op/s 2024-09-17T08:52:57.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:57 smithi089 ceph-mon[67711]: pgmap v63: 129 pgs: 129 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T08:52:57.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:57 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:57 smithi133 ceph-mon[49422]: pgmap v63: 129 pgs: 129 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T08:52:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:57 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:58.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:58 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-17T08:52:58.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:58 smithi089 ceph-mon[67711]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-17T08:52:58.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:58 smithi089 ceph-mon[67711]: Upgrade: osd.1 is safe to restart 2024-09-17T08:52:58.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:58 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-17T08:52:58.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:58 smithi133 ceph-mon[49422]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-17T08:52:58.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:58 smithi133 ceph-mon[49422]: Upgrade: osd.1 is safe to restart 2024-09-17T08:52:58.477 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:52:59.147 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:52:59.147 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 running (11m) 21s ago 21m 17.8M - 0.20.0 0881eb8f169f 98413cb98a4d 2024-09-17T08:52:59.148 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (54s) 21s ago 21m 6895k - 18.2.4-855-g19e2a2be 980a0bfcd684 71cee01efda3 2024-09-17T08:52:59.148 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (49s) 44s ago 20m 6891k - 18.2.4-855-g19e2a2be 980a0bfcd684 d4830f191563 2024-09-17T08:52:59.148 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 running (8m) 21s ago 21m 37.0M - 6.7.4 557c83e11646 7989dd643c63 2024-09-17T08:52:59.148 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (15m) 21s ago 15m 43.9M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:52:59.148 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (15m) 44s ago 15m 16.2M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:52:59.148 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:8443,9283,8765 running (2m) 21s ago 22m 484M - 18.2.4-855-g19e2a2be 980a0bfcd684 3c5462471da5 2024-09-17T08:52:59.149 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283,8765 running (2m) 44s ago 20m 437M - 18.2.4-855-g19e2a2be 980a0bfcd684 65615ca3d291 2024-09-17T08:52:59.149 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (109s) 21s ago 22m 49.7M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 646dede0515f 2024-09-17T08:52:59.149 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (90s) 44s ago 20m 36.3M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 c4cc64200487 2024-09-17T08:52:59.149 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (13m) 21s ago 13m 150M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:52:59.149 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (13m) 44s ago 13m 90.9M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:52:59.150 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 running (6m) 21s ago 20m 17.2M - 0.18.1 e5a616e4b9cf 8d8f92b91922 2024-09-17T08:52:59.150 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (2m) 44s ago 20m 2553k - 0.18.1 e5a616e4b9cf 205b9ba6c0ba 2024-09-17T08:52:59.150 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (28s) 21s ago 19m 12.0M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 77ff85f32922 2024-09-17T08:52:59.150 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (19m) 21s ago 19m 470M 4096M 16.2.0 24ecd6d5f14c 393455ed3cc2 2024-09-17T08:52:59.150 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (19m) 21s ago 19m 360M 4096M 16.2.0 24ecd6d5f14c efc5a17c7a8f 2024-09-17T08:52:59.151 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (18m) 21s ago 18m 464M 4096M 16.2.0 24ecd6d5f14c aa8afc36736b 2024-09-17T08:52:59.151 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (18m) 44s ago 18m 492M 4096M 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:52:59.151 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (18m) 44s ago 18m 585M 4096M 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:52:59.151 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (17m) 44s ago 17m 532M 4096M 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:52:59.151 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (17m) 44s ago 17m 772M 4096M 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:52:59.151 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 unknown 21s ago 20m - - 2024-09-17T08:52:59.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:59 smithi089 ceph-mon[67711]: pgmap v64: 129 pgs: 129 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T08:52:59.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:59 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:59.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:59 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T08:52:59.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:52:59 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:52:59.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:59 smithi133 ceph-mon[49422]: pgmap v64: 129 pgs: 129 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T08:52:59.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:59 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:52:59.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:59 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T08:52:59.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:52:59 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:52:59.537 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:52:59.537 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:52:59.537 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:52:59.538 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:52:59.538 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:52:59.538 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:52:59.538 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:52:59.538 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:52:59.538 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 7, 2024-09-17T08:52:59.538 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 1 2024-09-17T08:52:59.538 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:52:59.538 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:52:59.538 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:52:59.538 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:52:59.539 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:52:59.539 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 9, 2024-09-17T08:52:59.539 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 5 2024-09-17T08:52:59.539 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:52:59.539 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:52:59.870 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:52:59.871 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:52:59.871 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:52:59.871 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:52:59.871 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [ 2024-09-17T08:52:59.871 INFO:teuthology.orchestra.run.smithi089.stdout: "crash", 2024-09-17T08:52:59.871 INFO:teuthology.orchestra.run.smithi089.stdout: "mon", 2024-09-17T08:52:59.871 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr" 2024-09-17T08:52:59.871 INFO:teuthology.orchestra.run.smithi089.stdout: ], 2024-09-17T08:52:59.871 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "7/23 daemons upgraded", 2024-09-17T08:52:59.871 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "Currently upgrading osd daemons", 2024-09-17T08:52:59.871 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:52:59.871 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:53:00.261 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-17T08:53:00.261 INFO:teuthology.orchestra.run.smithi089.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-17T08:53:00.261 INFO:teuthology.orchestra.run.smithi089.stdout: daemon prometheus.smithi089 on smithi089 is in unknown state 2024-09-17T08:53:00.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:00 smithi089 ceph-mon[67711]: Upgrade: Updating osd.1 2024-09-17T08:53:00.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:00 smithi089 ceph-mon[67711]: Deploying daemon osd.1 on smithi089 2024-09-17T08:53:00.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:00 smithi089 ceph-mon[67711]: from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:53:00.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:00 smithi089 ceph-mon[67711]: from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:53:00.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:00 smithi089 ceph-mon[67711]: from='client.34216 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:53:00.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:00 smithi089 ceph-mon[67711]: from='client.34220 172.21.15.89:0/2044517567' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:53:00.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:00 smithi133 ceph-mon[49422]: Upgrade: Updating osd.1 2024-09-17T08:53:00.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:00 smithi133 ceph-mon[49422]: Deploying daemon osd.1 on smithi089 2024-09-17T08:53:00.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:00 smithi133 ceph-mon[49422]: from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:53:00.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:00 smithi133 ceph-mon[49422]: from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:53:00.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:00 smithi133 ceph-mon[49422]: from='client.34216 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:53:00.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:00 smithi133 ceph-mon[49422]: from='client.34220 172.21.15.89:0/2044517567' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:53:01.143 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:01 smithi089 ceph-mon[67711]: from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:53:01.143 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:01 smithi089 ceph-mon[67711]: pgmap v65: 129 pgs: 129 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:53:01.143 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:01 smithi089 ceph-mon[67711]: from='client.34228 172.21.15.89:0/2467698787' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:53:01.143 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:01 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:01.143 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:01 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:53:01.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:01 smithi133 ceph-mon[49422]: from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:53:01.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:01 smithi133 ceph-mon[49422]: pgmap v65: 129 pgs: 129 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:53:01.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:01 smithi133 ceph-mon[49422]: from='client.34228 172.21.15.89:0/2467698787' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:53:01.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:01 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:01.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:01 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:53:02.486 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:02 smithi089 systemd[1]: Stopping Ceph osd.1 for fc89bb2a-74ce-11ef-bceb-c7b262605968... 2024-09-17T08:53:02.486 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.1[34649]: debug 2024-09-17T08:53:02.351+0000 7fc52de1e700 -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-09-17T08:53:02.486 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.1[34649]: debug 2024-09-17T08:53:02.351+0000 7fc52de1e700 -1 osd.1 81 *** Got signal Terminated *** 2024-09-17T08:53:02.486 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:02 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.1[34649]: debug 2024-09-17T08:53:02.351+0000 7fc52de1e700 -1 osd.1 81 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T08:53:02.802 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:02 smithi089 podman[76054]: 2024-09-17 08:53:02.49467975 +0000 UTC m=+0.270282728 container died 393455ed3cc29af5a0fc22bcc0dcfcaf57a3e2f5394df1a7bc5cd1cd2c5dbd8e (image=quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.1, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-16.2.0, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=HEAD, org.label-schema.build-date=20201204) 2024-09-17T08:53:03.058 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:02 smithi089 podman[76054]: 2024-09-17 08:53:02.893467531 +0000 UTC m=+0.669070506 container cleanup 393455ed3cc29af5a0fc22bcc0dcfcaf57a3e2f5394df1a7bc5cd1cd2c5dbd8e (image=quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.1, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-16.2.0, RELEASE=HEAD, org.label-schema.build-date=20201204, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557, maintainer=Dimitri Savineau , ceph=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-09-17T08:53:03.058 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:02 smithi089 bash[76054]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.1 2024-09-17T08:53:03.410 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:03 smithi089 podman[76069]: 2024-09-17 08:53:03.128305838 +0000 UTC m=+0.632327523 container remove 393455ed3cc29af5a0fc22bcc0dcfcaf57a3e2f5394df1a7bc5cd1cd2c5dbd8e (image=quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.1, GIT_BRANCH=HEAD, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557, RELEASE=HEAD, ceph=True, CEPH_POINT_RELEASE=-16.2.0, GIT_CLEAN=True, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau ) 2024-09-17T08:53:03.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:03 smithi089 ceph-mon[67711]: pgmap v66: 129 pgs: 129 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:53:03.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:03 smithi089 ceph-mon[67711]: osd.1 reported immediately failed by osd.0 2024-09-17T08:53:03.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:03 smithi089 ceph-mon[67711]: osd.1 failed (root=default,host=smithi089) (connection refused reported by osd.0) 2024-09-17T08:53:03.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:03 smithi089 ceph-mon[67711]: osd.1 reported immediately failed by osd.0 2024-09-17T08:53:03.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:03 smithi089 ceph-mon[67711]: osd.1 reported immediately failed by osd.3 2024-09-17T08:53:03.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:03 smithi089 ceph-mon[67711]: osd.1 reported immediately failed by osd.2 2024-09-17T08:53:03.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:03 smithi089 ceph-mon[67711]: osd.1 reported immediately failed by osd.3 2024-09-17T08:53:03.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:03 smithi089 ceph-mon[67711]: osd.1 reported immediately failed by osd.2 2024-09-17T08:53:03.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:03 smithi089 ceph-mon[67711]: osd.1 reported immediately failed by osd.6 2024-09-17T08:53:03.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:03 smithi089 ceph-mon[67711]: osd.1 reported immediately failed by osd.4 2024-09-17T08:53:03.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:03 smithi089 ceph-mon[67711]: osd.1 reported immediately failed by osd.4 2024-09-17T08:53:03.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:03 smithi089 ceph-mon[67711]: osd.1 reported immediately failed by osd.5 2024-09-17T08:53:03.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:03 smithi089 ceph-mon[67711]: osd.1 reported immediately failed by osd.6 2024-09-17T08:53:03.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:03 smithi089 ceph-mon[67711]: osd.1 reported immediately failed by osd.7 2024-09-17T08:53:03.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:03 smithi089 ceph-mon[67711]: osd.1 reported immediately failed by osd.5 2024-09-17T08:53:03.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:03 smithi089 ceph-mon[67711]: osd.1 reported immediately failed by osd.7 2024-09-17T08:53:03.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:03 smithi133 ceph-mon[49422]: pgmap v66: 129 pgs: 129 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:53:03.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:03 smithi133 ceph-mon[49422]: osd.1 reported immediately failed by osd.0 2024-09-17T08:53:03.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:03 smithi133 ceph-mon[49422]: osd.1 failed (root=default,host=smithi089) (connection refused reported by osd.0) 2024-09-17T08:53:03.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:03 smithi133 ceph-mon[49422]: osd.1 reported immediately failed by osd.0 2024-09-17T08:53:03.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:03 smithi133 ceph-mon[49422]: osd.1 reported immediately failed by osd.3 2024-09-17T08:53:03.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:03 smithi133 ceph-mon[49422]: osd.1 reported immediately failed by osd.2 2024-09-17T08:53:03.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:03 smithi133 ceph-mon[49422]: osd.1 reported immediately failed by osd.3 2024-09-17T08:53:03.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:03 smithi133 ceph-mon[49422]: osd.1 reported immediately failed by osd.2 2024-09-17T08:53:03.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:03 smithi133 ceph-mon[49422]: osd.1 reported immediately failed by osd.6 2024-09-17T08:53:03.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:03 smithi133 ceph-mon[49422]: osd.1 reported immediately failed by osd.4 2024-09-17T08:53:03.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:03 smithi133 ceph-mon[49422]: osd.1 reported immediately failed by osd.4 2024-09-17T08:53:03.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:03 smithi133 ceph-mon[49422]: osd.1 reported immediately failed by osd.5 2024-09-17T08:53:03.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:03 smithi133 ceph-mon[49422]: osd.1 reported immediately failed by osd.6 2024-09-17T08:53:03.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:03 smithi133 ceph-mon[49422]: osd.1 reported immediately failed by osd.7 2024-09-17T08:53:03.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:03 smithi133 ceph-mon[49422]: osd.1 reported immediately failed by osd.5 2024-09-17T08:53:03.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:03 smithi133 ceph-mon[49422]: osd.1 reported immediately failed by osd.7 2024-09-17T08:53:03.910 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:03 smithi089 podman[76174]: 2024-09-17 08:53:03.514975481 +0000 UTC m=+0.015894659 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T08:53:03.910 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:03 smithi089 podman[76174]: 2024-09-17 08:53:03.612489996 +0000 UTC m=+0.113409161 container create 42978ec4dabdcb12d81b588eab4d37b6339c5fce27257c74dd8ccb60dd3086a1 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1-deactivate, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, RELEASE=reef-19e2a2b, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-09-17T08:53:03.910 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:03 smithi089 podman[76174]: 2024-09-17 08:53:03.856659701 +0000 UTC m=+0.357578879 container init 42978ec4dabdcb12d81b588eab4d37b6339c5fce27257c74dd8ccb60dd3086a1 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1-deactivate, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=reef-19e2a2b, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2024-09-17T08:53:03.911 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:03 smithi089 podman[76174]: 2024-09-17 08:53:03.859887327 +0000 UTC m=+0.360806495 container start 42978ec4dabdcb12d81b588eab4d37b6339c5fce27257c74dd8ccb60dd3086a1 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-09-17T08:53:04.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:04 smithi089 ceph-mon[67711]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T08:53:04.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:04 smithi089 ceph-mon[67711]: osdmap e82: 8 total, 7 up, 8 in 2024-09-17T08:53:04.411 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:03 smithi089 podman[76174]: 2024-09-17 08:53:03.939953154 +0000 UTC m=+0.440872333 container attach 42978ec4dabdcb12d81b588eab4d37b6339c5fce27257c74dd8ccb60dd3086a1 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, RELEASE=reef-19e2a2b, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-09-17T08:53:04.411 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:04 smithi089 podman[76174]: 2024-09-17 08:53:04.04609851 +0000 UTC m=+0.547017674 container died 42978ec4dabdcb12d81b588eab4d37b6339c5fce27257c74dd8ccb60dd3086a1 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1-deactivate, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , RELEASE=reef-19e2a2b, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-09-17T08:53:04.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:04 smithi133 ceph-mon[49422]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T08:53:04.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:04 smithi133 ceph-mon[49422]: osdmap e82: 8 total, 7 up, 8 in 2024-09-17T08:53:05.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:05 smithi089 ceph-mon[67711]: pgmap v68: 129 pgs: 18 stale+active+clean, 111 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T08:53:05.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:05 smithi089 ceph-mon[67711]: osdmap e83: 8 total, 7 up, 8 in 2024-09-17T08:53:05.161 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:04 smithi089 podman[76197]: 2024-09-17 08:53:04.885818741 +0000 UTC m=+0.834038726 container remove 42978ec4dabdcb12d81b588eab4d37b6339c5fce27257c74dd8ccb60dd3086a1 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=reef-19e2a2b, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True) 2024-09-17T08:53:05.161 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:04 smithi089 systemd[1]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.1.service: Deactivated successfully. 2024-09-17T08:53:05.161 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:04 smithi089 systemd[1]: Stopped Ceph osd.1 for fc89bb2a-74ce-11ef-bceb-c7b262605968. 2024-09-17T08:53:05.161 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:04 smithi089 systemd[1]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.1.service: Consumed 1.113s CPU time. 2024-09-17T08:53:05.161 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:05 smithi089 systemd[1]: Starting Ceph osd.1 for fc89bb2a-74ce-11ef-bceb-c7b262605968... 2024-09-17T08:53:05.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:05 smithi133 ceph-mon[49422]: pgmap v68: 129 pgs: 18 stale+active+clean, 111 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T08:53:05.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:05 smithi133 ceph-mon[49422]: osdmap e83: 8 total, 7 up, 8 in 2024-09-17T08:53:05.660 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:05 smithi089 podman[76327]: 2024-09-17 08:53:05.233448412 +0000 UTC m=+0.016500911 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T08:53:05.661 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:05 smithi089 podman[76327]: 2024-09-17 08:53:05.345065896 +0000 UTC m=+0.128118384 container create 093653e667538ea82bf5df0e66fecc5ce7cab1ae3ae103bf8359c5ca3d644f84 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1-activate, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, RELEASE=reef-19e2a2b, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-09-17T08:53:05.661 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:05 smithi089 podman[76327]: 2024-09-17 08:53:05.573595083 +0000 UTC m=+0.356647580 container init 093653e667538ea82bf5df0e66fecc5ce7cab1ae3ae103bf8359c5ca3d644f84 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1-activate, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=reef-19e2a2b) 2024-09-17T08:53:05.661 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:05 smithi089 podman[76327]: 2024-09-17 08:53:05.577098678 +0000 UTC m=+0.360151175 container start 093653e667538ea82bf5df0e66fecc5ce7cab1ae3ae103bf8359c5ca3d644f84 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1-activate, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux ) 2024-09-17T08:53:06.123 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:05 smithi089 podman[76327]: 2024-09-17 08:53:05.681483264 +0000 UTC m=+0.464535753 container attach 093653e667538ea82bf5df0e66fecc5ce7cab1ae3ae103bf8359c5ca3d644f84 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1-activate, org.label-schema.schema-version=1.0, ceph=True, RELEASE=reef-19e2a2b, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T08:53:06.123 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1-activate[76343]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-17T08:53:06.123 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:05 smithi089 bash[76327]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-17T08:53:06.123 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1-activate[76343]: 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-09-17T08:53:06.123 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:05 smithi089 bash[76327]: 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-09-17T08:53:06.123 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1-activate[76343]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-17T08:53:06.123 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:05 smithi089 bash[76327]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-17T08:53:06.123 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1-activate[76343]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-17T08:53:06.123 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:05 smithi089 bash[76327]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-17T08:53:06.123 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1-activate[76343]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-17T08:53:06.124 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:05 smithi089 bash[76327]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-17T08:53:06.124 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1-activate[76343]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-17T08:53:06.124 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:05 smithi089 bash[76327]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-17T08:53:06.124 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:05 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1-activate[76343]: --> ceph-volume raw activate successful for osd ID: 1 2024-09-17T08:53:06.124 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:05 smithi089 bash[76327]: --> ceph-volume raw activate successful for osd ID: 1 2024-09-17T08:53:06.124 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:05 smithi089 podman[76327]: 2024-09-17 08:53:05.919722057 +0000 UTC m=+0.702774559 container died 093653e667538ea82bf5df0e66fecc5ce7cab1ae3ae103bf8359c5ca3d644f84 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1-activate, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, RELEASE=reef-19e2a2b, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T08:53:06.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:06 smithi089 ceph-mon[67711]: Health check failed: Degraded data redundancy: 8/444 objects degraded (1.802%), 2 pgs degraded (PG_DEGRADED) 2024-09-17T08:53:06.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:06 smithi133 ceph-mon[49422]: Health check failed: Degraded data redundancy: 8/444 objects degraded (1.802%), 2 pgs degraded (PG_DEGRADED) 2024-09-17T08:53:06.864 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:06 smithi089 podman[76459]: 2024-09-17 08:53:06.552302272 +0000 UTC m=+0.626948902 container remove 093653e667538ea82bf5df0e66fecc5ce7cab1ae3ae103bf8359c5ca3d644f84 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1-activate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T08:53:06.864 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:06 smithi089 podman[76520]: 2024-09-17 08:53:06.661105285 +0000 UTC m=+0.015738025 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T08:53:06.864 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:06 smithi089 podman[76520]: 2024-09-17 08:53:06.761585835 +0000 UTC m=+0.116218560 container create 3f46e0cc90aeb5ec5907a86b4e2b3cca7fa6e42eb27431cb255c1c6482a40c1d (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T08:53:07.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:07 smithi089 ceph-mon[67711]: pgmap v70: 129 pgs: 3 active+undersized, 17 stale+active+clean, 2 active+undersized+degraded, 107 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 127 B/s rd, 0 op/s; 8/444 objects degraded (1.802%) 2024-09-17T08:53:07.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:07 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:07.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:07 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:07.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:07 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:53:07.411 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:06 smithi089 podman[76520]: 2024-09-17 08:53:06.955950218 +0000 UTC m=+0.310582951 container init 3f46e0cc90aeb5ec5907a86b4e2b3cca7fa6e42eb27431cb255c1c6482a40c1d (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731) 2024-09-17T08:53:07.411 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:06 smithi089 podman[76520]: 2024-09-17 08:53:06.959326448 +0000 UTC m=+0.313959176 container start 3f46e0cc90aeb5ec5907a86b4e2b3cca7fa6e42eb27431cb255c1c6482a40c1d (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True) 2024-09-17T08:53:07.411 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:06 smithi089 ceph-osd[76538]: -- 172.21.15.89:0/1727694907 <== mon.0 v2:172.21.15.89:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55d3b7ddb1e0 con 0x55d3b7d79c00 2024-09-17T08:53:07.411 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:07 smithi089 bash[76520]: 3f46e0cc90aeb5ec5907a86b4e2b3cca7fa6e42eb27431cb255c1c6482a40c1d 2024-09-17T08:53:07.411 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:07 smithi089 systemd[1]: Started Ceph osd.1 for fc89bb2a-74ce-11ef-bceb-c7b262605968. 2024-09-17T08:53:07.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:07 smithi133 ceph-mon[49422]: pgmap v70: 129 pgs: 3 active+undersized, 17 stale+active+clean, 2 active+undersized+degraded, 107 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 127 B/s rd, 0 op/s; 8/444 objects degraded (1.802%) 2024-09-17T08:53:07.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:07 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:07.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:07 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:07.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:07 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:53:07.809 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:07 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1[76534]: 2024-09-17T08:53:07.502+0000 7fad6ffbf640 -1 Falling back to public interface 2024-09-17T08:53:09.202 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:09 smithi089 ceph-mon[67711]: pgmap v71: 129 pgs: 37 active+undersized, 16 active+undersized+degraded, 76 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 51/444 objects degraded (11.486%) 2024-09-17T08:53:09.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:09 smithi133 ceph-mon[49422]: pgmap v71: 129 pgs: 37 active+undersized, 16 active+undersized+degraded, 76 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 51/444 objects degraded (11.486%) 2024-09-17T08:53:11.319 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:11 smithi089 ceph-mon[67711]: pgmap v72: 129 pgs: 37 active+undersized, 16 active+undersized+degraded, 76 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 51/444 objects degraded (11.486%) 2024-09-17T08:53:11.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:11 smithi133 ceph-mon[49422]: pgmap v72: 129 pgs: 37 active+undersized, 16 active+undersized+degraded, 76 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 51/444 objects degraded (11.486%) 2024-09-17T08:53:13.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:13 smithi089 ceph-mon[67711]: pgmap v73: 129 pgs: 37 active+undersized, 16 active+undersized+degraded, 76 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 51/444 objects degraded (11.486%) 2024-09-17T08:53:13.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:13 smithi133 ceph-mon[49422]: pgmap v73: 129 pgs: 37 active+undersized, 16 active+undersized+degraded, 76 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 51/444 objects degraded (11.486%) 2024-09-17T08:53:14.410 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:14 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1[76534]: 2024-09-17T08:53:14.094+0000 7fad6ffbf640 -1 osd.1 0 read_superblock omap replica is missing. 2024-09-17T08:53:15.160 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:15 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1[76534]: 2024-09-17T08:53:15.023+0000 7fad6ffbf640 -1 osd.1 81 log_to_monitors true 2024-09-17T08:53:15.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:14 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:15.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:14 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:15.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:14 smithi089 ceph-mon[67711]: pgmap v74: 129 pgs: 37 active+undersized, 16 active+undersized+degraded, 76 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 51/444 objects degraded (11.486%) 2024-09-17T08:53:15.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:14 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:15.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:14 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:15.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:14 smithi089 ceph-mon[67711]: Health check update: Degraded data redundancy: 51/444 objects degraded (11.486%), 16 pgs degraded (PG_DEGRADED) 2024-09-17T08:53:15.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:14 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:15.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:14 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:15.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:14 smithi133 ceph-mon[49422]: pgmap v74: 129 pgs: 37 active+undersized, 16 active+undersized+degraded, 76 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 51/444 objects degraded (11.486%) 2024-09-17T08:53:15.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:14 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:15.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:14 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:15.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:14 smithi133 ceph-mon[49422]: Health check update: Degraded data redundancy: 51/444 objects degraded (11.486%), 16 pgs degraded (PG_DEGRADED) 2024-09-17T08:53:16.296 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:15 smithi089 ceph-mon[67711]: from='osd.1 [v2:172.21.15.89:6810/3369865092,v1:172.21.15.89:6811/3369865092]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T08:53:16.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:15 smithi133 ceph-mon[49422]: from='osd.1 [v2:172.21.15.89:6810/3369865092,v1:172.21.15.89:6811/3369865092]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T08:53:16.660 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 08:53:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1[76534]: 2024-09-17T08:53:16.450+0000 7fad63d61640 -1 osd.1 81 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T08:53:17.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:16 smithi089 ceph-mon[67711]: from='osd.1 [v2:172.21.15.89:6810/3369865092,v1:172.21.15.89:6811/3369865092]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T08:53:17.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:16 smithi089 ceph-mon[67711]: osdmap e84: 8 total, 7 up, 8 in 2024-09-17T08:53:17.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:16 smithi089 ceph-mon[67711]: from='osd.1 [v2:172.21.15.89:6810/3369865092,v1:172.21.15.89:6811/3369865092]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-09-17T08:53:17.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:16 smithi089 ceph-mon[67711]: pgmap v76: 129 pgs: 37 active+undersized, 16 active+undersized+degraded, 76 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 51/444 objects degraded (11.486%) 2024-09-17T08:53:17.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:16 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:17.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:16 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:53:17.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:16 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:17.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:16 smithi089 ceph-mon[67711]: from='osd.1 [v2:172.21.15.89:6810/3369865092,v1:172.21.15.89:6811/3369865092]' entity='osd.1' 2024-09-17T08:53:17.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:16 smithi133 ceph-mon[49422]: from='osd.1 [v2:172.21.15.89:6810/3369865092,v1:172.21.15.89:6811/3369865092]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T08:53:17.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:16 smithi133 ceph-mon[49422]: osdmap e84: 8 total, 7 up, 8 in 2024-09-17T08:53:17.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:16 smithi133 ceph-mon[49422]: from='osd.1 [v2:172.21.15.89:6810/3369865092,v1:172.21.15.89:6811/3369865092]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-09-17T08:53:17.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:16 smithi133 ceph-mon[49422]: pgmap v76: 129 pgs: 37 active+undersized, 16 active+undersized+degraded, 76 active+clean; 221 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 51/444 objects degraded (11.486%) 2024-09-17T08:53:17.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:16 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:17.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:16 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:53:17.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:16 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:17.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:16 smithi133 ceph-mon[49422]: from='osd.1 [v2:172.21.15.89:6810/3369865092,v1:172.21.15.89:6811/3369865092]' entity='osd.1' 2024-09-17T08:53:18.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:17 smithi089 ceph-mon[67711]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T08:53:18.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:17 smithi089 ceph-mon[67711]: osd.1 [v2:172.21.15.89:6810/3369865092,v1:172.21.15.89:6811/3369865092] boot 2024-09-17T08:53:18.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:17 smithi089 ceph-mon[67711]: osdmap e85: 8 total, 8 up, 8 in 2024-09-17T08:53:18.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:17 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:53:18.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:17 smithi133 ceph-mon[49422]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T08:53:18.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:17 smithi133 ceph-mon[49422]: osd.1 [v2:172.21.15.89:6810/3369865092,v1:172.21.15.89:6811/3369865092] boot 2024-09-17T08:53:18.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:17 smithi133 ceph-mon[49422]: osdmap e85: 8 total, 8 up, 8 in 2024-09-17T08:53:18.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:17 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:53:19.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:18 smithi089 ceph-mon[67711]: pgmap v78: 129 pgs: 37 active+undersized, 16 active+undersized+degraded, 76 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 51/444 objects degraded (11.486%) 2024-09-17T08:53:19.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:19.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:19.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:53:19.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:53:19.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:19.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:19.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:18 smithi089 ceph-mon[67711]: osdmap e86: 8 total, 8 up, 8 in 2024-09-17T08:53:19.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:53:19.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:53:19.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:53:19.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:53:19.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-17T08:53:19.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:18 smithi133 ceph-mon[49422]: pgmap v78: 129 pgs: 37 active+undersized, 16 active+undersized+degraded, 76 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 51/444 objects degraded (11.486%) 2024-09-17T08:53:19.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:19.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:19.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:53:19.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:53:19.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:19.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:19.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:18 smithi133 ceph-mon[49422]: osdmap e86: 8 total, 8 up, 8 in 2024-09-17T08:53:19.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:53:19.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:53:19.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:53:19.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:53:19.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-17T08:53:20.279 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:19 smithi089 ceph-mon[67711]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:53:20.279 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:19 smithi089 ceph-mon[67711]: pgmap v79: 129 pgs: 37 active+undersized, 16 active+undersized+degraded, 76 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 320 B/s rd, 0 op/s; 51/444 objects degraded (11.486%) 2024-09-17T08:53:20.279 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:19 smithi089 ceph-mon[67711]: pgmap v80: 129 pgs: 37 active+undersized, 16 active+undersized+degraded, 76 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 233 B/s rd, 0 op/s; 51/444 objects degraded (11.486%) 2024-09-17T08:53:20.279 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:19 smithi089 ceph-mon[67711]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-17T08:53:20.279 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:19 smithi089 ceph-mon[67711]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-09-17T08:53:20.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:19 smithi133 ceph-mon[49422]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:53:20.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:19 smithi133 ceph-mon[49422]: pgmap v79: 129 pgs: 37 active+undersized, 16 active+undersized+degraded, 76 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 320 B/s rd, 0 op/s; 51/444 objects degraded (11.486%) 2024-09-17T08:53:20.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:19 smithi133 ceph-mon[49422]: pgmap v80: 129 pgs: 37 active+undersized, 16 active+undersized+degraded, 76 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 233 B/s rd, 0 op/s; 51/444 objects degraded (11.486%) 2024-09-17T08:53:20.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:19 smithi133 ceph-mon[49422]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-17T08:53:20.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:19 smithi133 ceph-mon[49422]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-09-17T08:53:22.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:21 smithi089 ceph-mon[67711]: pgmap v82: 129 pgs: 37 active+undersized, 16 active+undersized+degraded, 76 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 233 B/s rd, 0 op/s; 51/444 objects degraded (11.486%) 2024-09-17T08:53:22.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:21 smithi133 ceph-mon[49422]: pgmap v82: 129 pgs: 37 active+undersized, 16 active+undersized+degraded, 76 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 233 B/s rd, 0 op/s; 51/444 objects degraded (11.486%) 2024-09-17T08:53:23.390 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:23 smithi089 ceph-mon[67711]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 51/444 objects degraded (11.486%), 16 pgs degraded) 2024-09-17T08:53:23.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:23 smithi133 ceph-mon[49422]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 51/444 objects degraded (11.486%), 16 pgs degraded) 2024-09-17T08:53:24.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:24 smithi089 ceph-mon[67711]: pgmap v83: 129 pgs: 129 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 208 B/s rd, 0 op/s 2024-09-17T08:53:24.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:24 smithi133 ceph-mon[49422]: pgmap v83: 129 pgs: 129 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 208 B/s rd, 0 op/s 2024-09-17T08:53:26.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:26 smithi089 ceph-mon[67711]: pgmap v84: 129 pgs: 129 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 160 B/s rd, 0 op/s 2024-09-17T08:53:26.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:26 smithi133 ceph-mon[49422]: pgmap v84: 129 pgs: 129 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 160 B/s rd, 0 op/s 2024-09-17T08:53:28.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:28 smithi089 ceph-mon[67711]: pgmap v85: 129 pgs: 129 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-09-17T08:53:28.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:28 smithi133 ceph-mon[49422]: pgmap v85: 129 pgs: 129 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-09-17T08:53:30.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:30 smithi089 ceph-mon[67711]: pgmap v86: 129 pgs: 129 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T08:53:30.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:30 smithi133 ceph-mon[49422]: pgmap v86: 129 pgs: 129 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T08:53:30.617 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:53:31.242 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:53:31.242 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 running (11m) 17s ago 21m 17.8M - 0.20.0 0881eb8f169f 98413cb98a4d 2024-09-17T08:53:31.242 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (86s) 17s ago 21m 6895k - 18.2.4-855-g19e2a2be 980a0bfcd684 71cee01efda3 2024-09-17T08:53:31.242 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (81s) 76s ago 21m 6891k - 18.2.4-855-g19e2a2be 980a0bfcd684 d4830f191563 2024-09-17T08:53:31.242 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 running (9m) 17s ago 21m 37.0M - 6.7.4 557c83e11646 7989dd643c63 2024-09-17T08:53:31.242 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (16m) 17s ago 16m 43.9M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:53:31.243 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (16m) 76s ago 16m 16.2M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:53:31.243 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:8443,9283,8765 running (3m) 17s ago 23m 486M - 18.2.4-855-g19e2a2be 980a0bfcd684 3c5462471da5 2024-09-17T08:53:31.243 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283,8765 running (2m) 76s ago 20m 437M - 18.2.4-855-g19e2a2be 980a0bfcd684 65615ca3d291 2024-09-17T08:53:31.243 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (2m) 17s ago 23m 51.8M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 646dede0515f 2024-09-17T08:53:31.243 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (2m) 76s ago 20m 36.3M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 c4cc64200487 2024-09-17T08:53:31.243 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (13m) 17s ago 13m 150M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:53:31.243 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (13m) 76s ago 13m 90.9M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:53:31.243 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 running (7m) 17s ago 21m 17.2M - 0.18.1 e5a616e4b9cf 8d8f92b91922 2024-09-17T08:53:31.243 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (3m) 76s ago 20m 2553k - 0.18.1 e5a616e4b9cf 205b9ba6c0ba 2024-09-17T08:53:31.243 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (60s) 17s ago 20m 209M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 77ff85f32922 2024-09-17T08:53:31.243 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (24s) 17s ago 19m 12.0M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 3f46e0cc90ae 2024-09-17T08:53:31.243 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (19m) 17s ago 19m 359M 4096M 16.2.0 24ecd6d5f14c efc5a17c7a8f 2024-09-17T08:53:31.243 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (19m) 17s ago 19m 463M 4096M 16.2.0 24ecd6d5f14c aa8afc36736b 2024-09-17T08:53:31.244 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (18m) 76s ago 18m 492M 4096M 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:53:31.244 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (18m) 76s ago 18m 585M 4096M 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:53:31.244 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (18m) 76s ago 18m 532M 4096M 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:53:31.244 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (17m) 76s ago 17m 772M 4096M 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:53:31.244 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 unknown 17s ago 21m - - 2024-09-17T08:53:31.617 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:53:31.617 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:53:31.617 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:53:31.617 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:53:31.617 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:53:31.618 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:53:31.618 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:53:31.618 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:53:31.618 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 6, 2024-09-17T08:53:31.618 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:53:31.618 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:53:31.618 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:53:31.618 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:53:31.619 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:53:31.619 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:53:31.619 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 8, 2024-09-17T08:53:31.619 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 6 2024-09-17T08:53:31.619 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:53:31.620 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:53:31.940 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:53:31.940 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:53:31.940 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:53:31.940 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:53:31.940 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [ 2024-09-17T08:53:31.941 INFO:teuthology.orchestra.run.smithi089.stdout: "crash", 2024-09-17T08:53:31.941 INFO:teuthology.orchestra.run.smithi089.stdout: "mon", 2024-09-17T08:53:31.941 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr" 2024-09-17T08:53:31.941 INFO:teuthology.orchestra.run.smithi089.stdout: ], 2024-09-17T08:53:31.941 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "8/23 daemons upgraded", 2024-09-17T08:53:31.941 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "Currently upgrading osd daemons", 2024-09-17T08:53:31.941 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:53:31.941 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:53:32.319 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-17T08:53:32.319 INFO:teuthology.orchestra.run.smithi089.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-17T08:53:32.319 INFO:teuthology.orchestra.run.smithi089.stdout: daemon prometheus.smithi089 on smithi089 is in unknown state 2024-09-17T08:53:32.319 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:32 smithi089 ceph-mon[67711]: pgmap v87: 129 pgs: 129 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-09-17T08:53:32.319 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:32 smithi089 ceph-mon[67711]: from='client.34236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:53:32.319 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:32 smithi089 ceph-mon[67711]: from='client.34240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:53:32.319 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:32 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:32.320 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:32 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:53:32.320 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:32 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:32.320 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:32 smithi089 ceph-mon[67711]: from='client.34244 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:53:32.320 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:32 smithi089 ceph-mon[67711]: from='client.34248 172.21.15.89:0/3589551129' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:53:32.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:32 smithi133 ceph-mon[49422]: pgmap v87: 129 pgs: 129 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-09-17T08:53:32.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:32 smithi133 ceph-mon[49422]: from='client.34236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:53:32.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:32 smithi133 ceph-mon[49422]: from='client.34240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:53:32.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:32 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:32.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:32 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:53:32.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:32 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:32.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:32 smithi133 ceph-mon[49422]: from='client.34244 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:53:32.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:32 smithi133 ceph-mon[49422]: from='client.34248 172.21.15.89:0/3589551129' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:53:33.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:33 smithi089 ceph-mon[67711]: from='client.34252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:53:33.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:33 smithi089 ceph-mon[67711]: from='client.34256 172.21.15.89:0/4256347938' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:53:33.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:33 smithi133 ceph-mon[49422]: from='client.34252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:53:33.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:33 smithi133 ceph-mon[49422]: from='client.34256 172.21.15.89:0/4256347938' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:53:34.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:34 smithi089 ceph-mon[67711]: pgmap v88: 129 pgs: 129 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:53:34.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:34 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-17T08:53:34.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:34 smithi133 ceph-mon[49422]: pgmap v88: 129 pgs: 129 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:53:34.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:34 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-17T08:53:35.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:35 smithi089 ceph-mon[67711]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-17T08:53:35.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:35 smithi089 ceph-mon[67711]: Upgrade: osd.2 is safe to restart 2024-09-17T08:53:35.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:35 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:35.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:35 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T08:53:35.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:35 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:53:35.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:35 smithi133 ceph-mon[49422]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-17T08:53:35.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:35 smithi133 ceph-mon[49422]: Upgrade: osd.2 is safe to restart 2024-09-17T08:53:35.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:35 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:35.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:35 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T08:53:35.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:35 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:53:36.100 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:36 smithi089 ceph-mon[67711]: pgmap v89: 129 pgs: 129 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:53:36.100 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:36 smithi089 ceph-mon[67711]: Upgrade: Updating osd.2 2024-09-17T08:53:36.100 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:36 smithi089 ceph-mon[67711]: Deploying daemon osd.2 on smithi089 2024-09-17T08:53:36.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:36 smithi133 ceph-mon[49422]: pgmap v89: 129 pgs: 129 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:53:36.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:36 smithi133 ceph-mon[49422]: Upgrade: Updating osd.2 2024-09-17T08:53:36.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:36 smithi133 ceph-mon[49422]: Deploying daemon osd.2 on smithi089 2024-09-17T08:53:37.951 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:37 smithi089 systemd[1]: Stopping Ceph osd.2 for fc89bb2a-74ce-11ef-bceb-c7b262605968... 2024-09-17T08:53:37.951 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.2[37969]: debug 2024-09-17T08:53:37.845+0000 7f116f87d700 -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-09-17T08:53:37.951 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.2[37969]: debug 2024-09-17T08:53:37.845+0000 7f116f87d700 -1 osd.2 86 *** Got signal Terminated *** 2024-09-17T08:53:37.951 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:37 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.2[37969]: debug 2024-09-17T08:53:37.845+0000 7f116f87d700 -1 osd.2 86 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T08:53:38.263 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:38 smithi089 ceph-mon[67711]: pgmap v90: 129 pgs: 129 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:53:38.264 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:37 smithi089 podman[78953]: 2024-09-17 08:53:37.95806491 +0000 UTC m=+0.219017627 container died efc5a17c7a8ffe93801b979242e66fed9760086967fbd1d15da5fc85d86af8b7 (image=quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.2, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-16.2.0, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, RELEASE=HEAD, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557, org.label-schema.name=CentOS Base Image, ceph=True, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.vendor=CentOS) 2024-09-17T08:53:38.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:38 smithi133 ceph-mon[49422]: pgmap v90: 129 pgs: 129 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:53:38.605 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:38 smithi089 podman[78953]: 2024-09-17 08:53:38.354102217 +0000 UTC m=+0.615054936 container cleanup efc5a17c7a8ffe93801b979242e66fed9760086967fbd1d15da5fc85d86af8b7 (image=quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-16.2.0, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, ceph=True) 2024-09-17T08:53:38.605 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:38 smithi089 bash[78953]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.2 2024-09-17T08:53:38.910 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:38 smithi089 podman[78967]: 2024-09-17 08:53:38.605585471 +0000 UTC m=+0.649096020 container remove efc5a17c7a8ffe93801b979242e66fed9760086967fbd1d15da5fc85d86af8b7 (image=quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.2, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-16.2.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20201204) 2024-09-17T08:53:39.309 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:39 smithi089 podman[79070]: 2024-09-17 08:53:38.963065004 +0000 UTC m=+0.016215616 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T08:53:39.309 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:39 smithi089 podman[79070]: 2024-09-17 08:53:39.073476214 +0000 UTC m=+0.126626849 container create d697792c00db7649b0b0191b4c11f332fe2b378d33ddb7ec7b4d3687b786c221 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2-deactivate, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True) 2024-09-17T08:53:39.310 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:39 smithi089 ceph-mon[67711]: osd.2 reported immediately failed by osd.0 2024-09-17T08:53:39.310 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:39 smithi089 ceph-mon[67711]: osd.2 failed (root=default,host=smithi089) (connection refused reported by osd.0) 2024-09-17T08:53:39.310 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:39 smithi089 ceph-mon[67711]: osd.2 reported immediately failed by osd.3 2024-09-17T08:53:39.310 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:39 smithi089 ceph-mon[67711]: osd.2 reported immediately failed by osd.0 2024-09-17T08:53:39.310 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:39 smithi089 ceph-mon[67711]: osd.2 reported immediately failed by osd.1 2024-09-17T08:53:39.310 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:39 smithi089 ceph-mon[67711]: osd.2 reported immediately failed by osd.3 2024-09-17T08:53:39.310 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:39 smithi089 ceph-mon[67711]: osd.2 reported immediately failed by osd.1 2024-09-17T08:53:39.310 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:39 smithi089 ceph-mon[67711]: osd.2 reported immediately failed by osd.6 2024-09-17T08:53:39.310 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:39 smithi089 ceph-mon[67711]: osd.2 reported immediately failed by osd.7 2024-09-17T08:53:39.310 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:39 smithi089 ceph-mon[67711]: osd.2 reported immediately failed by osd.4 2024-09-17T08:53:39.310 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:39 smithi089 ceph-mon[67711]: osd.2 reported immediately failed by osd.5 2024-09-17T08:53:39.310 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:39 smithi089 ceph-mon[67711]: osd.2 reported immediately failed by osd.6 2024-09-17T08:53:39.310 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:39 smithi089 ceph-mon[67711]: osd.2 reported immediately failed by osd.7 2024-09-17T08:53:39.310 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:39 smithi089 ceph-mon[67711]: osd.2 reported immediately failed by osd.4 2024-09-17T08:53:39.311 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:39 smithi089 ceph-mon[67711]: osd.2 reported immediately failed by osd.5 2024-09-17T08:53:39.311 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:39 smithi089 ceph-mon[67711]: osd.2 reported immediately failed by osd.0 2024-09-17T08:53:39.311 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:39 smithi089 ceph-mon[67711]: osd.2 reported immediately failed by osd.3 2024-09-17T08:53:39.311 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:39 smithi089 ceph-mon[67711]: osd.2 reported immediately failed by osd.3 2024-09-17T08:53:39.311 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:39 smithi089 ceph-mon[67711]: osd.2 reported immediately failed by osd.0 2024-09-17T08:53:39.311 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:39 smithi089 ceph-mon[67711]: osd.2 reported immediately failed by osd.1 2024-09-17T08:53:39.311 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:39 smithi089 ceph-mon[67711]: osd.2 reported immediately failed by osd.0 2024-09-17T08:53:39.311 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:39 smithi089 ceph-mon[67711]: osd.2 reported immediately failed by osd.1 2024-09-17T08:53:39.311 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:39 smithi089 ceph-mon[67711]: osd.2 reported immediately failed by osd.7 2024-09-17T08:53:39.311 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:39 smithi089 ceph-mon[67711]: osd.2 reported immediately failed by osd.6 2024-09-17T08:53:39.311 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:39 smithi089 ceph-mon[67711]: osd.2 reported immediately failed by osd.7 2024-09-17T08:53:39.311 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:39 smithi089 ceph-mon[67711]: osd.2 reported immediately failed by osd.4 2024-09-17T08:53:39.311 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:39 smithi089 ceph-mon[67711]: osd.2 reported immediately failed by osd.5 2024-09-17T08:53:39.311 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:39 smithi089 ceph-mon[67711]: osd.2 reported immediately failed by osd.6 2024-09-17T08:53:39.311 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:39 smithi089 ceph-mon[67711]: osd.2 reported immediately failed by osd.4 2024-09-17T08:53:39.311 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:39 smithi089 ceph-mon[67711]: osd.2 reported immediately failed by osd.5 2024-09-17T08:53:39.312 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:39 smithi089 ceph-mon[67711]: osd.2 reported immediately failed by osd.3 2024-09-17T08:53:39.312 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:39 smithi089 ceph-mon[67711]: osd.2 reported immediately failed by osd.0 2024-09-17T08:53:39.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:39 smithi133 ceph-mon[49422]: osd.2 reported immediately failed by osd.0 2024-09-17T08:53:39.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:39 smithi133 ceph-mon[49422]: osd.2 failed (root=default,host=smithi089) (connection refused reported by osd.0) 2024-09-17T08:53:39.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:39 smithi133 ceph-mon[49422]: osd.2 reported immediately failed by osd.3 2024-09-17T08:53:39.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:39 smithi133 ceph-mon[49422]: osd.2 reported immediately failed by osd.0 2024-09-17T08:53:39.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:39 smithi133 ceph-mon[49422]: osd.2 reported immediately failed by osd.1 2024-09-17T08:53:39.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:39 smithi133 ceph-mon[49422]: osd.2 reported immediately failed by osd.3 2024-09-17T08:53:39.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:39 smithi133 ceph-mon[49422]: osd.2 reported immediately failed by osd.1 2024-09-17T08:53:39.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:39 smithi133 ceph-mon[49422]: osd.2 reported immediately failed by osd.6 2024-09-17T08:53:39.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:39 smithi133 ceph-mon[49422]: osd.2 reported immediately failed by osd.7 2024-09-17T08:53:39.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:39 smithi133 ceph-mon[49422]: osd.2 reported immediately failed by osd.4 2024-09-17T08:53:39.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:39 smithi133 ceph-mon[49422]: osd.2 reported immediately failed by osd.5 2024-09-17T08:53:39.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:39 smithi133 ceph-mon[49422]: osd.2 reported immediately failed by osd.6 2024-09-17T08:53:39.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:39 smithi133 ceph-mon[49422]: osd.2 reported immediately failed by osd.7 2024-09-17T08:53:39.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:39 smithi133 ceph-mon[49422]: osd.2 reported immediately failed by osd.4 2024-09-17T08:53:39.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:39 smithi133 ceph-mon[49422]: osd.2 reported immediately failed by osd.5 2024-09-17T08:53:39.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:39 smithi133 ceph-mon[49422]: osd.2 reported immediately failed by osd.0 2024-09-17T08:53:39.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:39 smithi133 ceph-mon[49422]: osd.2 reported immediately failed by osd.3 2024-09-17T08:53:39.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:39 smithi133 ceph-mon[49422]: osd.2 reported immediately failed by osd.3 2024-09-17T08:53:39.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:39 smithi133 ceph-mon[49422]: osd.2 reported immediately failed by osd.0 2024-09-17T08:53:39.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:39 smithi133 ceph-mon[49422]: osd.2 reported immediately failed by osd.1 2024-09-17T08:53:39.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:39 smithi133 ceph-mon[49422]: osd.2 reported immediately failed by osd.0 2024-09-17T08:53:39.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:39 smithi133 ceph-mon[49422]: osd.2 reported immediately failed by osd.1 2024-09-17T08:53:39.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:39 smithi133 ceph-mon[49422]: osd.2 reported immediately failed by osd.7 2024-09-17T08:53:39.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:39 smithi133 ceph-mon[49422]: osd.2 reported immediately failed by osd.6 2024-09-17T08:53:39.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:39 smithi133 ceph-mon[49422]: osd.2 reported immediately failed by osd.7 2024-09-17T08:53:39.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:39 smithi133 ceph-mon[49422]: osd.2 reported immediately failed by osd.4 2024-09-17T08:53:39.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:39 smithi133 ceph-mon[49422]: osd.2 reported immediately failed by osd.5 2024-09-17T08:53:39.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:39 smithi133 ceph-mon[49422]: osd.2 reported immediately failed by osd.6 2024-09-17T08:53:39.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:39 smithi133 ceph-mon[49422]: osd.2 reported immediately failed by osd.4 2024-09-17T08:53:39.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:39 smithi133 ceph-mon[49422]: osd.2 reported immediately failed by osd.5 2024-09-17T08:53:39.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:39 smithi133 ceph-mon[49422]: osd.2 reported immediately failed by osd.3 2024-09-17T08:53:39.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:39 smithi133 ceph-mon[49422]: osd.2 reported immediately failed by osd.0 2024-09-17T08:53:39.623 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:39 smithi089 podman[79070]: 2024-09-17 08:53:39.309427355 +0000 UTC m=+0.362577956 container init d697792c00db7649b0b0191b4c11f332fe2b378d33ddb7ec7b4d3687b786c221 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-19e2a2b, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux ) 2024-09-17T08:53:39.623 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:39 smithi089 podman[79070]: 2024-09-17 08:53:39.314059718 +0000 UTC m=+0.367210315 container start d697792c00db7649b0b0191b4c11f332fe2b378d33ddb7ec7b4d3687b786c221 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-19e2a2b, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T08:53:39.623 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:39 smithi089 podman[79070]: 2024-09-17 08:53:39.409719986 +0000 UTC m=+0.462870587 container attach d697792c00db7649b0b0191b4c11f332fe2b378d33ddb7ec7b4d3687b786c221 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2-deactivate, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-19e2a2b, GIT_CLEAN=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-09-17T08:53:39.623 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:39 smithi089 podman[79070]: 2024-09-17 08:53:39.506009011 +0000 UTC m=+0.559159621 container died d697792c00db7649b0b0191b4c11f332fe2b378d33ddb7ec7b4d3687b786c221 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2-deactivate, ceph=True, GIT_CLEAN=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=reef-19e2a2b, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T08:53:40.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:40 smithi089 ceph-mon[67711]: pgmap v91: 129 pgs: 129 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:53:40.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:40 smithi089 ceph-mon[67711]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T08:53:40.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:40 smithi089 ceph-mon[67711]: osdmap e87: 8 total, 7 up, 8 in 2024-09-17T08:53:40.386 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:40 smithi089 podman[79095]: 2024-09-17 08:53:40.247061924 +0000 UTC m=+0.731489124 container remove d697792c00db7649b0b0191b4c11f332fe2b378d33ddb7ec7b4d3687b786c221 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2-deactivate, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T08:53:40.386 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:40 smithi089 systemd[1]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.2.service: Deactivated successfully. 2024-09-17T08:53:40.386 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:40 smithi089 systemd[1]: Stopped Ceph osd.2 for fc89bb2a-74ce-11ef-bceb-c7b262605968. 2024-09-17T08:53:40.386 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:40 smithi089 systemd[1]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.2.service: Consumed 1.097s CPU time. 2024-09-17T08:53:40.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:40 smithi133 ceph-mon[49422]: pgmap v91: 129 pgs: 129 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:53:40.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:40 smithi133 ceph-mon[49422]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T08:53:40.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:40 smithi133 ceph-mon[49422]: osdmap e87: 8 total, 7 up, 8 in 2024-09-17T08:53:40.660 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:40 smithi089 systemd[1]: Starting Ceph osd.2 for fc89bb2a-74ce-11ef-bceb-c7b262605968... 2024-09-17T08:53:41.026 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:40 smithi089 podman[79206]: 2024-09-17 08:53:40.60404078 +0000 UTC m=+0.016125517 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T08:53:41.026 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:40 smithi089 podman[79206]: 2024-09-17 08:53:40.706562581 +0000 UTC m=+0.118647307 container create 74d1cc7ff1674076508ffc0ee6928577ca5ce50016bd8f8f2af5e45ea4f69109 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2-activate, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T08:53:41.026 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:40 smithi089 podman[79206]: 2024-09-17 08:53:40.909267796 +0000 UTC m=+0.321352525 container init 74d1cc7ff1674076508ffc0ee6928577ca5ce50016bd8f8f2af5e45ea4f69109 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2-activate, RELEASE=reef-19e2a2b, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2) 2024-09-17T08:53:41.026 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:40 smithi089 podman[79206]: 2024-09-17 08:53:40.912654219 +0000 UTC m=+0.324738944 container start 74d1cc7ff1674076508ffc0ee6928577ca5ce50016bd8f8f2af5e45ea4f69109 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2-activate, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-19e2a2b, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux ) 2024-09-17T08:53:41.026 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:41 smithi089 podman[79206]: 2024-09-17 08:53:41.02588689 +0000 UTC m=+0.437971629 container attach 74d1cc7ff1674076508ffc0ee6928577ca5ce50016bd8f8f2af5e45ea4f69109 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2-activate, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2) 2024-09-17T08:53:41.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:41 smithi089 ceph-mon[67711]: osdmap e88: 8 total, 7 up, 8 in 2024-09-17T08:53:41.410 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2-activate[79222]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-17T08:53:41.410 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:41 smithi089 bash[79206]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-17T08:53:41.411 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2-activate[79222]: 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-09-17T08:53:41.411 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:41 smithi089 bash[79206]: 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-09-17T08:53:41.411 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2-activate[79222]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-17T08:53:41.411 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:41 smithi089 bash[79206]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-17T08:53:41.411 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2-activate[79222]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-17T08:53:41.411 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:41 smithi089 bash[79206]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-17T08:53:41.411 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2-activate[79222]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-17T08:53:41.411 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:41 smithi089 bash[79206]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-17T08:53:41.412 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2-activate[79222]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-17T08:53:41.412 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:41 smithi089 bash[79206]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-17T08:53:41.412 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:41 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2-activate[79222]: --> ceph-volume raw activate successful for osd ID: 2 2024-09-17T08:53:41.412 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:41 smithi089 bash[79206]: --> ceph-volume raw activate successful for osd ID: 2 2024-09-17T08:53:41.412 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:41 smithi089 podman[79206]: 2024-09-17 08:53:41.260777927 +0000 UTC m=+0.672862662 container died 74d1cc7ff1674076508ffc0ee6928577ca5ce50016bd8f8f2af5e45ea4f69109 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2-activate, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_CLEAN=True) 2024-09-17T08:53:41.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:41 smithi133 ceph-mon[49422]: osdmap e88: 8 total, 7 up, 8 in 2024-09-17T08:53:42.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:42 smithi089 ceph-mon[67711]: pgmap v94: 129 pgs: 11 stale+active+clean, 118 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-09-17T08:53:42.160 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:41 smithi089 podman[79344]: 2024-09-17 08:53:41.879718609 +0000 UTC m=+0.613262802 container remove 74d1cc7ff1674076508ffc0ee6928577ca5ce50016bd8f8f2af5e45ea4f69109 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=reef-19e2a2b) 2024-09-17T08:53:42.161 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:42 smithi089 podman[79403]: 2024-09-17 08:53:41.989833092 +0000 UTC m=+0.016480855 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T08:53:42.161 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:42 smithi089 podman[79403]: 2024-09-17 08:53:42.097481785 +0000 UTC m=+0.124129535 container create 628827298bcc729fca0dd56baadd2ae5fc276b4a604e4649edb8e0aecc50818c (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , RELEASE=reef-19e2a2b, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T08:53:42.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:42 smithi133 ceph-mon[49422]: pgmap v94: 129 pgs: 11 stale+active+clean, 118 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-09-17T08:53:42.660 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:42 smithi089 podman[79403]: 2024-09-17 08:53:42.350436961 +0000 UTC m=+0.377084716 container init 628827298bcc729fca0dd56baadd2ae5fc276b4a604e4649edb8e0aecc50818c (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2, CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-09-17T08:53:42.660 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:42 smithi089 podman[79403]: 2024-09-17 08:53:42.353677238 +0000 UTC m=+0.380324989 container start 628827298bcc729fca0dd56baadd2ae5fc276b4a604e4649edb8e0aecc50818c (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, org.label-schema.build-date=20240731, io.buildah.version=1.37.2) 2024-09-17T08:53:42.661 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:42 smithi089 ceph-osd[79422]: -- 172.21.15.89:0/415056226 <== mon.0 v2:172.21.15.89:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x562ab03071e0 con 0x562ab02a5c00 2024-09-17T08:53:42.661 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:42 smithi089 bash[79403]: 628827298bcc729fca0dd56baadd2ae5fc276b4a604e4649edb8e0aecc50818c 2024-09-17T08:53:42.661 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:42 smithi089 systemd[1]: Started Ceph osd.2 for fc89bb2a-74ce-11ef-bceb-c7b262605968. 2024-09-17T08:53:43.160 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2[79418]: 2024-09-17T08:53:42.898+0000 7f972f913640 -1 Falling back to public interface 2024-09-17T08:53:43.877 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:43 smithi089 ceph-mon[67711]: pgmap v95: 129 pgs: 21 active+undersized, 14 active+undersized+degraded, 94 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 52/444 objects degraded (11.712%) 2024-09-17T08:53:43.877 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:43 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:43.877 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:43 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:43.878 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:43 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:53:43.878 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:43 smithi089 ceph-mon[67711]: Health check failed: Degraded data redundancy: 52/444 objects degraded (11.712%), 14 pgs degraded (PG_DEGRADED) 2024-09-17T08:53:43.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:43 smithi133 ceph-mon[49422]: pgmap v95: 129 pgs: 21 active+undersized, 14 active+undersized+degraded, 94 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 52/444 objects degraded (11.712%) 2024-09-17T08:53:43.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:43 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:43.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:43 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:43.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:43 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:53:43.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:43 smithi133 ceph-mon[49422]: Health check failed: Degraded data redundancy: 52/444 objects degraded (11.712%), 14 pgs degraded (PG_DEGRADED) 2024-09-17T08:53:45.809 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:45 smithi089 ceph-mon[67711]: pgmap v96: 129 pgs: 21 active+undersized, 14 active+undersized+degraded, 94 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 52/444 objects degraded (11.712%) 2024-09-17T08:53:45.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:45 smithi133 ceph-mon[49422]: pgmap v96: 129 pgs: 21 active+undersized, 14 active+undersized+degraded, 94 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 52/444 objects degraded (11.712%) 2024-09-17T08:53:47.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:47 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:47.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:47 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:53:47.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:47 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:47.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:47 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:53:48.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:48 smithi089 ceph-mon[67711]: pgmap v97: 129 pgs: 21 active+undersized, 14 active+undersized+degraded, 94 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 127 B/s rd, 0 op/s; 52/444 objects degraded (11.712%) 2024-09-17T08:53:48.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:48 smithi133 ceph-mon[49422]: pgmap v97: 129 pgs: 21 active+undersized, 14 active+undersized+degraded, 94 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 127 B/s rd, 0 op/s; 52/444 objects degraded (11.712%) 2024-09-17T08:53:48.660 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:48 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2[79418]: 2024-09-17T08:53:48.295+0000 7f972f913640 -1 osd.2 0 read_superblock omap replica is missing. 2024-09-17T08:53:49.410 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:49 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2[79418]: 2024-09-17T08:53:49.104+0000 7f972f913640 -1 osd.2 86 log_to_monitors true 2024-09-17T08:53:50.117 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:50 smithi089 ceph-mon[67711]: pgmap v98: 129 pgs: 21 active+undersized, 14 active+undersized+degraded, 94 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 219 B/s rd, 0 op/s; 52/444 objects degraded (11.712%) 2024-09-17T08:53:50.117 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:50 smithi089 ceph-mon[67711]: from='osd.2 [v2:172.21.15.89:6818/1235526012,v1:172.21.15.89:6819/1235526012]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T08:53:50.117 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:50 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:50.117 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:50 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:50.118 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:50 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:50.118 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:50 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:50.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:50 smithi133 ceph-mon[49422]: pgmap v98: 129 pgs: 21 active+undersized, 14 active+undersized+degraded, 94 active+clean; 221 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 219 B/s rd, 0 op/s; 52/444 objects degraded (11.712%) 2024-09-17T08:53:50.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:50 smithi133 ceph-mon[49422]: from='osd.2 [v2:172.21.15.89:6818/1235526012,v1:172.21.15.89:6819/1235526012]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T08:53:50.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:50 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:50.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:50 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:50.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:50 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:50.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:50 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:50.910 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 08:53:50 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2[79418]: 2024-09-17T08:53:50.493+0000 7f97236b5640 -1 osd.2 86 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T08:53:51.308 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:51 smithi089 ceph-mon[67711]: from='osd.2 [v2:172.21.15.89:6818/1235526012,v1:172.21.15.89:6819/1235526012]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T08:53:51.309 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:51 smithi089 ceph-mon[67711]: osdmap e89: 8 total, 7 up, 8 in 2024-09-17T08:53:51.309 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:51 smithi089 ceph-mon[67711]: from='osd.2 [v2:172.21.15.89:6818/1235526012,v1:172.21.15.89:6819/1235526012]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-09-17T08:53:51.309 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:51 smithi089 ceph-mon[67711]: from='osd.2 [v2:172.21.15.89:6818/1235526012,v1:172.21.15.89:6819/1235526012]' entity='osd.2' 2024-09-17T08:53:51.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:51 smithi133 ceph-mon[49422]: from='osd.2 [v2:172.21.15.89:6818/1235526012,v1:172.21.15.89:6819/1235526012]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T08:53:51.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:51 smithi133 ceph-mon[49422]: osdmap e89: 8 total, 7 up, 8 in 2024-09-17T08:53:51.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:51 smithi133 ceph-mon[49422]: from='osd.2 [v2:172.21.15.89:6818/1235526012,v1:172.21.15.89:6819/1235526012]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-09-17T08:53:51.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:51 smithi133 ceph-mon[49422]: from='osd.2 [v2:172.21.15.89:6818/1235526012,v1:172.21.15.89:6819/1235526012]' entity='osd.2' 2024-09-17T08:53:52.315 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:52 smithi089 ceph-mon[67711]: pgmap v100: 129 pgs: 21 active+undersized, 14 active+undersized+degraded, 94 active+clean; 221 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s; 52/444 objects degraded (11.712%) 2024-09-17T08:53:52.315 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:52 smithi089 ceph-mon[67711]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T08:53:52.315 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:52 smithi089 ceph-mon[67711]: osd.2 [v2:172.21.15.89:6818/1235526012,v1:172.21.15.89:6819/1235526012] boot 2024-09-17T08:53:52.315 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:52 smithi089 ceph-mon[67711]: osdmap e90: 8 total, 8 up, 8 in 2024-09-17T08:53:52.315 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:52 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:53:52.327 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:52 smithi133 ceph-mon[49422]: pgmap v100: 129 pgs: 21 active+undersized, 14 active+undersized+degraded, 94 active+clean; 221 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s; 52/444 objects degraded (11.712%) 2024-09-17T08:53:52.327 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:52 smithi133 ceph-mon[49422]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T08:53:52.327 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:52 smithi133 ceph-mon[49422]: osd.2 [v2:172.21.15.89:6818/1235526012,v1:172.21.15.89:6819/1235526012] boot 2024-09-17T08:53:52.327 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:52 smithi133 ceph-mon[49422]: osdmap e90: 8 total, 8 up, 8 in 2024-09-17T08:53:52.328 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:52 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:53:53.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:53 smithi089 ceph-mon[67711]: pgmap v102: 129 pgs: 17 peering, 12 active+undersized, 6 active+undersized+degraded, 94 active+clean; 221 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 0 op/s; 28/444 objects degraded (6.306%) 2024-09-17T08:53:53.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:53 smithi089 ceph-mon[67711]: osdmap e91: 8 total, 8 up, 8 in 2024-09-17T08:53:53.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:53 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:53.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:53 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:53.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:53 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:53:53.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:53 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:53:53.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:53 smithi089 ceph-mon[67711]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:53:53.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:53 smithi089 ceph-mon[67711]: pgmap v104: 129 pgs: 17 peering, 12 active+undersized, 6 active+undersized+degraded, 94 active+clean; 221 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 28/444 objects degraded (6.306%) 2024-09-17T08:53:53.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:53 smithi089 ceph-mon[67711]: pgmap v105: 129 pgs: 17 peering, 12 active+undersized, 6 active+undersized+degraded, 94 active+clean; 221 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 28/444 objects degraded (6.306%) 2024-09-17T08:53:53.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:53 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:53.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:53 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:53.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:53 smithi089 ceph-mon[67711]: Health check update: Degraded data redundancy: 28/444 objects degraded (6.306%), 6 pgs degraded (PG_DEGRADED) 2024-09-17T08:53:53.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:53 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:53:53.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:53 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:53:53.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:53 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:53:53.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:53 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:53:53.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:53 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-17T08:53:53.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:53 smithi089 ceph-mon[67711]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-17T08:53:53.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:53 smithi089 ceph-mon[67711]: Upgrade: unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2024-09-17T08:53:53.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:53 smithi133 ceph-mon[49422]: pgmap v102: 129 pgs: 17 peering, 12 active+undersized, 6 active+undersized+degraded, 94 active+clean; 221 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 0 op/s; 28/444 objects degraded (6.306%) 2024-09-17T08:53:53.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:53 smithi133 ceph-mon[49422]: osdmap e91: 8 total, 8 up, 8 in 2024-09-17T08:53:53.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:53 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:53.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:53 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:53.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:53 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:53:53.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:53 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:53:53.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:53 smithi133 ceph-mon[49422]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:53:53.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:53 smithi133 ceph-mon[49422]: pgmap v104: 129 pgs: 17 peering, 12 active+undersized, 6 active+undersized+degraded, 94 active+clean; 221 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 28/444 objects degraded (6.306%) 2024-09-17T08:53:53.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:53 smithi133 ceph-mon[49422]: pgmap v105: 129 pgs: 17 peering, 12 active+undersized, 6 active+undersized+degraded, 94 active+clean; 221 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 28/444 objects degraded (6.306%) 2024-09-17T08:53:53.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:53 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:53.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:53 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:53:53.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:53 smithi133 ceph-mon[49422]: Health check update: Degraded data redundancy: 28/444 objects degraded (6.306%), 6 pgs degraded (PG_DEGRADED) 2024-09-17T08:53:53.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:53 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:53:53.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:53 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:53:53.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:53 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:53:53.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:53 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:53:53.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:53 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-17T08:53:53.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:53 smithi133 ceph-mon[49422]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-17T08:53:53.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:53 smithi133 ceph-mon[49422]: Upgrade: unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2024-09-17T08:53:56.310 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:56 smithi089 ceph-mon[67711]: pgmap v106: 129 pgs: 17 peering, 12 active+undersized, 6 active+undersized+degraded, 94 active+clean; 221 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 28/444 objects degraded (6.306%) 2024-09-17T08:53:56.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:56 smithi133 ceph-mon[49422]: pgmap v106: 129 pgs: 17 peering, 12 active+undersized, 6 active+undersized+degraded, 94 active+clean; 221 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 28/444 objects degraded (6.306%) 2024-09-17T08:53:57.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:57 smithi089 ceph-mon[67711]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/444 objects degraded (6.306%), 6 pgs degraded) 2024-09-17T08:53:57.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:57 smithi133 ceph-mon[49422]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/444 objects degraded (6.306%), 6 pgs degraded) 2024-09-17T08:53:58.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:53:58 smithi089 ceph-mon[67711]: pgmap v107: 129 pgs: 129 active+clean; 221 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 185 B/s rd, 0 op/s 2024-09-17T08:53:58.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:53:58 smithi133 ceph-mon[49422]: pgmap v107: 129 pgs: 129 active+clean; 221 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 185 B/s rd, 0 op/s 2024-09-17T08:54:00.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:00 smithi089 ceph-mon[67711]: pgmap v108: 129 pgs: 129 active+clean; 221 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 154 B/s rd, 0 op/s 2024-09-17T08:54:00.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:00 smithi133 ceph-mon[49422]: pgmap v108: 129 pgs: 129 active+clean; 221 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 154 B/s rd, 0 op/s 2024-09-17T08:54:02.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:02 smithi089 ceph-mon[67711]: pgmap v109: 129 pgs: 129 active+clean; 221 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 120 B/s rd, 0 op/s 2024-09-17T08:54:02.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:02 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:02.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:02 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:54:02.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:02 smithi133 ceph-mon[49422]: pgmap v109: 129 pgs: 129 active+clean; 221 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 120 B/s rd, 0 op/s 2024-09-17T08:54:02.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:02 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:02.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:02 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:54:02.672 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:54:03.306 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:54:03.306 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 running (12m) 14s ago 22m 17.8M - 0.20.0 0881eb8f169f 98413cb98a4d 2024-09-17T08:54:03.306 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (118s) 14s ago 22m 6895k - 18.2.4-855-g19e2a2be 980a0bfcd684 71cee01efda3 2024-09-17T08:54:03.306 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (113s) 109s ago 21m 6891k - 18.2.4-855-g19e2a2be 980a0bfcd684 d4830f191563 2024-09-17T08:54:03.306 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 running (10m) 14s ago 22m 37.0M - 6.7.4 557c83e11646 7989dd643c63 2024-09-17T08:54:03.306 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (17m) 14s ago 17m 43.9M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:54:03.306 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (17m) 109s ago 17m 16.2M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:54:03.306 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:8443,9283,8765 running (3m) 14s ago 23m 487M - 18.2.4-855-g19e2a2be 980a0bfcd684 3c5462471da5 2024-09-17T08:54:03.306 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283,8765 running (3m) 109s ago 21m 437M - 18.2.4-855-g19e2a2be 980a0bfcd684 65615ca3d291 2024-09-17T08:54:03.306 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (2m) 14s ago 23m 53.5M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 646dede0515f 2024-09-17T08:54:03.306 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (2m) 109s ago 21m 36.3M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 c4cc64200487 2024-09-17T08:54:03.306 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (14m) 14s ago 14m 151M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:54:03.307 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (14m) 109s ago 14m 90.9M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:54:03.307 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 running (7m) 14s ago 21m 17.2M - 0.18.1 e5a616e4b9cf 8d8f92b91922 2024-09-17T08:54:03.307 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (3m) 109s ago 21m 2553k - 0.18.1 e5a616e4b9cf 205b9ba6c0ba 2024-09-17T08:54:03.307 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (92s) 14s ago 20m 211M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 77ff85f32922 2024-09-17T08:54:03.307 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (56s) 14s ago 20m 190M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 3f46e0cc90ae 2024-09-17T08:54:03.307 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (21s) 14s ago 20m 11.3M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 628827298bcc 2024-09-17T08:54:03.307 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (19m) 14s ago 19m 465M 4096M 16.2.0 24ecd6d5f14c aa8afc36736b 2024-09-17T08:54:03.307 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (19m) 109s ago 19m 492M 4096M 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:54:03.307 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (19m) 109s ago 19m 585M 4096M 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:54:03.307 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (18m) 109s ago 18m 532M 4096M 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:54:03.307 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (18m) 109s ago 18m 772M 4096M 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:54:03.307 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 unknown 14s ago 21m - - 2024-09-17T08:54:03.718 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:54:03.718 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:54:03.718 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:54:03.718 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:54:03.719 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:54:03.719 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:54:03.719 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:54:03.719 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:54:03.719 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 5, 2024-09-17T08:54:03.719 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 3 2024-09-17T08:54:03.719 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:54:03.719 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:54:03.719 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:54:03.719 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:54:03.719 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:54:03.719 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 7, 2024-09-17T08:54:03.719 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 7 2024-09-17T08:54:03.719 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:54:03.720 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:54:04.043 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:54:04.044 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:54:04.044 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:54:04.044 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:54:04.044 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [ 2024-09-17T08:54:04.044 INFO:teuthology.orchestra.run.smithi089.stdout: "crash", 2024-09-17T08:54:04.044 INFO:teuthology.orchestra.run.smithi089.stdout: "mon", 2024-09-17T08:54:04.044 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr" 2024-09-17T08:54:04.044 INFO:teuthology.orchestra.run.smithi089.stdout: ], 2024-09-17T08:54:04.044 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "9/23 daemons upgraded", 2024-09-17T08:54:04.044 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "Currently upgrading osd daemons", 2024-09-17T08:54:04.045 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:54:04.045 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:54:04.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:04 smithi089 ceph-mon[67711]: from='client.34264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:54:04.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:04 smithi089 ceph-mon[67711]: from='client.34268 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:54:04.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:04 smithi089 ceph-mon[67711]: pgmap v110: 129 pgs: 129 active+clean; 221 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T08:54:04.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:04 smithi089 ceph-mon[67711]: from='client.34276 172.21.15.89:0/3396072525' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:54:04.423 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-17T08:54:04.423 INFO:teuthology.orchestra.run.smithi089.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-17T08:54:04.423 INFO:teuthology.orchestra.run.smithi089.stdout: daemon prometheus.smithi089 on smithi089 is in unknown state 2024-09-17T08:54:04.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:04 smithi133 ceph-mon[49422]: from='client.34264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:54:04.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:04 smithi133 ceph-mon[49422]: from='client.34268 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:54:04.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:04 smithi133 ceph-mon[49422]: pgmap v110: 129 pgs: 129 active+clean; 221 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T08:54:04.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:04 smithi133 ceph-mon[49422]: from='client.34276 172.21.15.89:0/3396072525' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:54:05.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:05 smithi089 ceph-mon[67711]: from='client.34272 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:54:05.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:05 smithi089 ceph-mon[67711]: from='client.34280 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:54:05.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:05 smithi089 ceph-mon[67711]: from='client.34284 172.21.15.89:0/348591615' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:54:05.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:05 smithi133 ceph-mon[49422]: from='client.34272 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:54:05.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:05 smithi133 ceph-mon[49422]: from='client.34280 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:54:05.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:05 smithi133 ceph-mon[49422]: from='client.34284 172.21.15.89:0/348591615' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:54:06.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:06 smithi089 ceph-mon[67711]: pgmap v111: 129 pgs: 129 active+clean; 221 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:54:06.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:06 smithi133 ceph-mon[49422]: pgmap v111: 129 pgs: 129 active+clean; 221 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:54:07.601 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:07 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:07.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:07 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:08.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:08 smithi089 ceph-mon[67711]: pgmap v112: 129 pgs: 129 active+clean; 221 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:54:08.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:08 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-17T08:54:08.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:08 smithi133 ceph-mon[49422]: pgmap v112: 129 pgs: 129 active+clean; 221 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:54:08.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:08 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-17T08:54:09.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:09 smithi089 ceph-mon[67711]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-17T08:54:09.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:09 smithi089 ceph-mon[67711]: Upgrade: osd.3 is safe to restart 2024-09-17T08:54:09.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:09 smithi133 ceph-mon[49422]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-17T08:54:09.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:09 smithi133 ceph-mon[49422]: Upgrade: osd.3 is safe to restart 2024-09-17T08:54:10.461 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:10 smithi089 ceph-mon[67711]: pgmap v113: 129 pgs: 129 active+clean; 221 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:54:10.461 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:10 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:10.462 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:10 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-17T08:54:10.462 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:10 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:54:10.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:10 smithi133 ceph-mon[49422]: pgmap v113: 129 pgs: 129 active+clean; 221 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:54:10.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:10 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:10.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:10 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-17T08:54:10.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:10 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:54:11.314 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:11 smithi089 ceph-mon[67711]: Upgrade: Updating osd.3 2024-09-17T08:54:11.314 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:11 smithi089 ceph-mon[67711]: Deploying daemon osd.3 on smithi089 2024-09-17T08:54:11.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:11 smithi133 ceph-mon[49422]: Upgrade: Updating osd.3 2024-09-17T08:54:11.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:11 smithi133 ceph-mon[49422]: Deploying daemon osd.3 on smithi089 2024-09-17T08:54:12.496 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:12 smithi089 ceph-mon[67711]: pgmap v114: 129 pgs: 129 active+clean; 221 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:54:12.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:12 smithi133 ceph-mon[49422]: pgmap v114: 129 pgs: 129 active+clean; 221 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:54:13.125 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:12 smithi089 systemd[1]: Stopping Ceph osd.3 for fc89bb2a-74ce-11ef-bceb-c7b262605968... 2024-09-17T08:54:13.125 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.3[40941]: debug 2024-09-17T08:54:12.992+0000 7f9e6cf5a700 -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-09-17T08:54:13.125 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.3[40941]: debug 2024-09-17T08:54:12.992+0000 7f9e6cf5a700 -1 osd.3 91 *** Got signal Terminated *** 2024-09-17T08:54:13.125 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:12 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.3[40941]: debug 2024-09-17T08:54:12.992+0000 7f9e6cf5a700 -1 osd.3 91 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T08:54:13.411 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:13 smithi089 podman[81860]: 2024-09-17 08:54:13.125339323 +0000 UTC m=+0.237592844 container died aa8afc36736bfdb4cb1519fc5024cc3b44fe427c6e118d67b8dafa8798f3f3f0 (image=quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.3, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20201204, GIT_CLEAN=True, ceph=True, RELEASE=HEAD, maintainer=Dimitri Savineau , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, CEPH_POINT_RELEASE=-16.2.0, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557) 2024-09-17T08:54:13.844 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:13 smithi089 podman[81860]: 2024-09-17 08:54:13.667905693 +0000 UTC m=+0.780159204 container cleanup aa8afc36736bfdb4cb1519fc5024cc3b44fe427c6e118d67b8dafa8798f3f3f0 (image=quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.3, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20201204, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557, RELEASE=HEAD, CEPH_POINT_RELEASE=-16.2.0, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-17T08:54:13.844 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:13 smithi089 bash[81860]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.3 2024-09-17T08:54:14.160 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:13 smithi089 podman[81875]: 2024-09-17 08:54:13.844373465 +0000 UTC m=+0.712914084 container remove aa8afc36736bfdb4cb1519fc5024cc3b44fe427c6e118d67b8dafa8798f3f3f0 (image=quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.3, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Base Image, RELEASE=HEAD, ceph=True, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557, org.label-schema.build-date=20201204, CEPH_POINT_RELEASE=-16.2.0, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-17T08:54:14.517 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:14 smithi089 podman[81977]: 2024-09-17 08:54:14.305564611 +0000 UTC m=+0.016377983 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T08:54:14.517 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:14 smithi089 podman[81977]: 2024-09-17 08:54:14.412027158 +0000 UTC m=+0.122840554 container create 8cbb35d4c4b112e1f46215a73b545c04ca204ea61b0e6f653b04a83d552daabf (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3-deactivate, RELEASE=reef-19e2a2b, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T08:54:14.518 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:14 smithi089 ceph-mon[67711]: pgmap v115: 129 pgs: 129 active+clean; 221 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:54:14.518 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:14 smithi089 ceph-mon[67711]: osd.3 reported immediately failed by osd.1 2024-09-17T08:54:14.518 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:14 smithi089 ceph-mon[67711]: osd.3 failed (root=default,host=smithi089) (connection refused reported by osd.1) 2024-09-17T08:54:14.518 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:14 smithi089 ceph-mon[67711]: osd.3 reported immediately failed by osd.1 2024-09-17T08:54:14.518 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:14 smithi089 ceph-mon[67711]: osd.3 reported immediately failed by osd.2 2024-09-17T08:54:14.518 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:14 smithi089 ceph-mon[67711]: osd.3 reported immediately failed by osd.4 2024-09-17T08:54:14.518 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:14 smithi089 ceph-mon[67711]: osd.3 reported immediately failed by osd.5 2024-09-17T08:54:14.518 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:14 smithi089 ceph-mon[67711]: osd.3 reported immediately failed by osd.6 2024-09-17T08:54:14.518 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:14 smithi089 ceph-mon[67711]: osd.3 reported immediately failed by osd.7 2024-09-17T08:54:14.518 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:14 smithi089 ceph-mon[67711]: osd.3 reported immediately failed by osd.0 2024-09-17T08:54:14.518 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:14 smithi089 ceph-mon[67711]: osd.3 reported immediately failed by osd.2 2024-09-17T08:54:14.519 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:14 smithi089 ceph-mon[67711]: osd.3 reported immediately failed by osd.4 2024-09-17T08:54:14.519 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:14 smithi089 ceph-mon[67711]: osd.3 reported immediately failed by osd.5 2024-09-17T08:54:14.519 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:14 smithi089 ceph-mon[67711]: osd.3 reported immediately failed by osd.6 2024-09-17T08:54:14.519 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:14 smithi089 ceph-mon[67711]: osd.3 reported immediately failed by osd.7 2024-09-17T08:54:14.519 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:14 smithi089 ceph-mon[67711]: osd.3 reported immediately failed by osd.0 2024-09-17T08:54:14.519 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:14 smithi089 ceph-mon[67711]: osd.3 reported immediately failed by osd.6 2024-09-17T08:54:14.519 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:14 smithi089 ceph-mon[67711]: osd.3 reported immediately failed by osd.0 2024-09-17T08:54:14.519 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:14 smithi089 ceph-mon[67711]: osd.3 reported immediately failed by osd.1 2024-09-17T08:54:14.519 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:14 smithi089 ceph-mon[67711]: osd.3 reported immediately failed by osd.2 2024-09-17T08:54:14.519 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:14 smithi089 ceph-mon[67711]: osd.3 reported immediately failed by osd.4 2024-09-17T08:54:14.519 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:14 smithi089 ceph-mon[67711]: osd.3 reported immediately failed by osd.5 2024-09-17T08:54:14.519 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:14 smithi089 ceph-mon[67711]: osd.3 reported immediately failed by osd.6 2024-09-17T08:54:14.520 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:14 smithi089 ceph-mon[67711]: osd.3 reported immediately failed by osd.7 2024-09-17T08:54:14.520 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:14 smithi089 ceph-mon[67711]: osd.3 reported immediately failed by osd.0 2024-09-17T08:54:14.520 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:14 smithi089 ceph-mon[67711]: osd.3 reported immediately failed by osd.1 2024-09-17T08:54:14.520 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:14 smithi089 ceph-mon[67711]: osd.3 reported immediately failed by osd.2 2024-09-17T08:54:14.520 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:14 smithi089 ceph-mon[67711]: osd.3 reported immediately failed by osd.4 2024-09-17T08:54:14.520 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:14 smithi089 ceph-mon[67711]: osd.3 reported immediately failed by osd.5 2024-09-17T08:54:14.520 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:14 smithi089 ceph-mon[67711]: osd.3 reported immediately failed by osd.7 2024-09-17T08:54:14.520 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:14 smithi089 ceph-mon[67711]: osd.3 reported immediately failed by osd.4 2024-09-17T08:54:14.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:14 smithi133 ceph-mon[49422]: pgmap v115: 129 pgs: 129 active+clean; 221 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:54:14.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:14 smithi133 ceph-mon[49422]: osd.3 reported immediately failed by osd.1 2024-09-17T08:54:14.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:14 smithi133 ceph-mon[49422]: osd.3 failed (root=default,host=smithi089) (connection refused reported by osd.1) 2024-09-17T08:54:14.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:14 smithi133 ceph-mon[49422]: osd.3 reported immediately failed by osd.1 2024-09-17T08:54:14.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:14 smithi133 ceph-mon[49422]: osd.3 reported immediately failed by osd.2 2024-09-17T08:54:14.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:14 smithi133 ceph-mon[49422]: osd.3 reported immediately failed by osd.4 2024-09-17T08:54:14.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:14 smithi133 ceph-mon[49422]: osd.3 reported immediately failed by osd.5 2024-09-17T08:54:14.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:14 smithi133 ceph-mon[49422]: osd.3 reported immediately failed by osd.6 2024-09-17T08:54:14.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:14 smithi133 ceph-mon[49422]: osd.3 reported immediately failed by osd.7 2024-09-17T08:54:14.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:14 smithi133 ceph-mon[49422]: osd.3 reported immediately failed by osd.0 2024-09-17T08:54:14.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:14 smithi133 ceph-mon[49422]: osd.3 reported immediately failed by osd.2 2024-09-17T08:54:14.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:14 smithi133 ceph-mon[49422]: osd.3 reported immediately failed by osd.4 2024-09-17T08:54:14.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:14 smithi133 ceph-mon[49422]: osd.3 reported immediately failed by osd.5 2024-09-17T08:54:14.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:14 smithi133 ceph-mon[49422]: osd.3 reported immediately failed by osd.6 2024-09-17T08:54:14.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:14 smithi133 ceph-mon[49422]: osd.3 reported immediately failed by osd.7 2024-09-17T08:54:14.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:14 smithi133 ceph-mon[49422]: osd.3 reported immediately failed by osd.0 2024-09-17T08:54:14.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:14 smithi133 ceph-mon[49422]: osd.3 reported immediately failed by osd.6 2024-09-17T08:54:14.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:14 smithi133 ceph-mon[49422]: osd.3 reported immediately failed by osd.0 2024-09-17T08:54:14.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:14 smithi133 ceph-mon[49422]: osd.3 reported immediately failed by osd.1 2024-09-17T08:54:14.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:14 smithi133 ceph-mon[49422]: osd.3 reported immediately failed by osd.2 2024-09-17T08:54:14.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:14 smithi133 ceph-mon[49422]: osd.3 reported immediately failed by osd.4 2024-09-17T08:54:14.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:14 smithi133 ceph-mon[49422]: osd.3 reported immediately failed by osd.5 2024-09-17T08:54:14.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:14 smithi133 ceph-mon[49422]: osd.3 reported immediately failed by osd.6 2024-09-17T08:54:14.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:14 smithi133 ceph-mon[49422]: osd.3 reported immediately failed by osd.7 2024-09-17T08:54:14.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:14 smithi133 ceph-mon[49422]: osd.3 reported immediately failed by osd.0 2024-09-17T08:54:14.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:14 smithi133 ceph-mon[49422]: osd.3 reported immediately failed by osd.1 2024-09-17T08:54:14.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:14 smithi133 ceph-mon[49422]: osd.3 reported immediately failed by osd.2 2024-09-17T08:54:14.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:14 smithi133 ceph-mon[49422]: osd.3 reported immediately failed by osd.4 2024-09-17T08:54:14.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:14 smithi133 ceph-mon[49422]: osd.3 reported immediately failed by osd.5 2024-09-17T08:54:14.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:14 smithi133 ceph-mon[49422]: osd.3 reported immediately failed by osd.7 2024-09-17T08:54:14.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:14 smithi133 ceph-mon[49422]: osd.3 reported immediately failed by osd.4 2024-09-17T08:54:14.816 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:14 smithi089 podman[81977]: 2024-09-17 08:54:14.631194553 +0000 UTC m=+0.342007919 container init 8cbb35d4c4b112e1f46215a73b545c04ca204ea61b0e6f653b04a83d552daabf (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3-deactivate, RELEASE=reef-19e2a2b, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2) 2024-09-17T08:54:14.817 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:14 smithi089 podman[81977]: 2024-09-17 08:54:14.634511657 +0000 UTC m=+0.345325007 container start 8cbb35d4c4b112e1f46215a73b545c04ca204ea61b0e6f653b04a83d552daabf (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3-deactivate, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-19e2a2b, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True) 2024-09-17T08:54:14.817 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:14 smithi089 podman[81977]: 2024-09-17 08:54:14.706151965 +0000 UTC m=+0.416965341 container attach 8cbb35d4c4b112e1f46215a73b545c04ca204ea61b0e6f653b04a83d552daabf (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3-deactivate, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731) 2024-09-17T08:54:15.160 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:14 smithi089 podman[81977]: 2024-09-17 08:54:14.816311721 +0000 UTC m=+0.527125081 container died 8cbb35d4c4b112e1f46215a73b545c04ca204ea61b0e6f653b04a83d552daabf (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3-deactivate, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, RELEASE=reef-19e2a2b, CEPH_POINT_RELEASE=) 2024-09-17T08:54:15.444 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:15 smithi089 ceph-mon[67711]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T08:54:15.444 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:15 smithi089 ceph-mon[67711]: osdmap e92: 8 total, 7 up, 8 in 2024-09-17T08:54:15.444 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:15 smithi089 ceph-mon[67711]: osdmap e93: 8 total, 7 up, 8 in 2024-09-17T08:54:15.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:15 smithi133 ceph-mon[49422]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T08:54:15.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:15 smithi133 ceph-mon[49422]: osdmap e92: 8 total, 7 up, 8 in 2024-09-17T08:54:15.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:15 smithi133 ceph-mon[49422]: osdmap e93: 8 total, 7 up, 8 in 2024-09-17T08:54:15.884 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:15 smithi089 podman[82000]: 2024-09-17 08:54:15.44385737 +0000 UTC m=+0.621877514 container remove 8cbb35d4c4b112e1f46215a73b545c04ca204ea61b0e6f653b04a83d552daabf (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=reef-19e2a2b, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD) 2024-09-17T08:54:15.884 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:15 smithi089 systemd[1]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.3.service: Deactivated successfully. 2024-09-17T08:54:15.884 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:15 smithi089 systemd[1]: Stopped Ceph osd.3 for fc89bb2a-74ce-11ef-bceb-c7b262605968. 2024-09-17T08:54:15.885 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:15 smithi089 systemd[1]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.3.service: Consumed 1.137s CPU time. 2024-09-17T08:54:15.885 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:15 smithi089 systemd[1]: Starting Ceph osd.3 for fc89bb2a-74ce-11ef-bceb-c7b262605968... 2024-09-17T08:54:16.148 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:15 smithi089 podman[82102]: 2024-09-17 08:54:15.786857142 +0000 UTC m=+0.016101319 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T08:54:16.148 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:15 smithi089 podman[82102]: 2024-09-17 08:54:15.919696838 +0000 UTC m=+0.148941016 container create 87bc2b8ba40bc66bf59f6df70e8bac1c8f4fa2085f58f98c71be53bdd79c9f75 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3-activate, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, ceph=True, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T08:54:16.148 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:16 smithi089 podman[82102]: 2024-09-17 08:54:16.147661531 +0000 UTC m=+0.376905717 container init 87bc2b8ba40bc66bf59f6df70e8bac1c8f4fa2085f58f98c71be53bdd79c9f75 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3-activate, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=reef-19e2a2b, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T08:54:16.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:16 smithi089 ceph-mon[67711]: pgmap v117: 129 pgs: 20 stale+active+clean, 109 active+clean; 221 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T08:54:16.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:16 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:16.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:16 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:54:16.411 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:16 smithi089 podman[82102]: 2024-09-17 08:54:16.151140195 +0000 UTC m=+0.380384381 container start 87bc2b8ba40bc66bf59f6df70e8bac1c8f4fa2085f58f98c71be53bdd79c9f75 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3-activate, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS) 2024-09-17T08:54:16.411 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:16 smithi089 podman[82102]: 2024-09-17 08:54:16.247911057 +0000 UTC m=+0.477155238 container attach 87bc2b8ba40bc66bf59f6df70e8bac1c8f4fa2085f58f98c71be53bdd79c9f75 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=reef-19e2a2b, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0) 2024-09-17T08:54:16.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:16 smithi133 ceph-mon[49422]: pgmap v117: 129 pgs: 20 stale+active+clean, 109 active+clean; 221 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T08:54:16.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:16 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:16.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:16 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:54:16.911 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3-activate[82117]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-17T08:54:16.911 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:16 smithi089 bash[82102]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-17T08:54:16.911 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3-activate[82117]: 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-09-17T08:54:16.911 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:16 smithi089 bash[82102]: 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-09-17T08:54:16.911 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3-activate[82117]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-17T08:54:16.911 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:16 smithi089 bash[82102]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-17T08:54:16.911 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3-activate[82117]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-17T08:54:16.911 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:16 smithi089 bash[82102]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-17T08:54:16.911 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3-activate[82117]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-09-17T08:54:16.912 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:16 smithi089 bash[82102]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-09-17T08:54:16.912 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3-activate[82117]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-17T08:54:16.912 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:16 smithi089 bash[82102]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-17T08:54:16.912 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:16 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3-activate[82117]: --> ceph-volume raw activate successful for osd ID: 3 2024-09-17T08:54:16.912 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:16 smithi089 bash[82102]: --> ceph-volume raw activate successful for osd ID: 3 2024-09-17T08:54:16.912 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:16 smithi089 podman[82102]: 2024-09-17 08:54:16.495764691 +0000 UTC m=+0.725008870 container died 87bc2b8ba40bc66bf59f6df70e8bac1c8f4fa2085f58f98c71be53bdd79c9f75 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3-activate, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2024-09-17T08:54:17.280 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:17 smithi089 podman[82233]: 2024-09-17 08:54:17.076771484 +0000 UTC m=+0.572265503 container remove 87bc2b8ba40bc66bf59f6df70e8bac1c8f4fa2085f58f98c71be53bdd79c9f75 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3-activate, org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-19e2a2b, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2024-09-17T08:54:17.580 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:17 smithi089 ceph-mon[67711]: pgmap v119: 129 pgs: 30 active+undersized, 6 peering, 14 active+undersized+degraded, 79 active+clean; 221 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 38/444 objects degraded (8.559%) 2024-09-17T08:54:17.580 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:17 smithi089 ceph-mon[67711]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-17T08:54:17.580 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:17 smithi089 ceph-mon[67711]: Health check failed: Degraded data redundancy: 38/444 objects degraded (8.559%), 14 pgs degraded (PG_DEGRADED) 2024-09-17T08:54:17.581 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:17 smithi089 podman[82290]: 2024-09-17 08:54:17.192070752 +0000 UTC m=+0.016261038 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T08:54:17.581 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:17 smithi089 podman[82290]: 2024-09-17 08:54:17.302824652 +0000 UTC m=+0.127014970 container create 8eb04ed70129cd9f4aec95d5844d2be60d8aa3a53ae3d6128cb04bd68048e6d3 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, RELEASE=reef-19e2a2b, ceph=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux ) 2024-09-17T08:54:17.581 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:17 smithi089 podman[82290]: 2024-09-17 08:54:17.488638341 +0000 UTC m=+0.312828620 container init 8eb04ed70129cd9f4aec95d5844d2be60d8aa3a53ae3d6128cb04bd68048e6d3 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3, RELEASE=reef-19e2a2b, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-09-17T08:54:17.581 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:17 smithi089 podman[82290]: 2024-09-17 08:54:17.491834201 +0000 UTC m=+0.316024468 container start 8eb04ed70129cd9f4aec95d5844d2be60d8aa3a53ae3d6128cb04bd68048e6d3 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3, RELEASE=reef-19e2a2b, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-09-17T08:54:17.581 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:17 smithi089 ceph-osd[82309]: -- 172.21.15.89:0/910441121 <== mon.0 v2:172.21.15.89:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x559f3c9ed1e0 con 0x559f3d76c000 2024-09-17T08:54:17.581 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:17 smithi089 bash[82290]: 8eb04ed70129cd9f4aec95d5844d2be60d8aa3a53ae3d6128cb04bd68048e6d3 2024-09-17T08:54:17.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:17 smithi133 ceph-mon[49422]: pgmap v119: 129 pgs: 30 active+undersized, 6 peering, 14 active+undersized+degraded, 79 active+clean; 221 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 38/444 objects degraded (8.559%) 2024-09-17T08:54:17.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:17 smithi133 ceph-mon[49422]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-17T08:54:17.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:17 smithi133 ceph-mon[49422]: Health check failed: Degraded data redundancy: 38/444 objects degraded (8.559%), 14 pgs degraded (PG_DEGRADED) 2024-09-17T08:54:17.910 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:17 smithi089 systemd[1]: Started Ceph osd.3 for fc89bb2a-74ce-11ef-bceb-c7b262605968. 2024-09-17T08:54:18.342 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:18 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3[82305]: 2024-09-17T08:54:18.028+0000 7fa5cc332640 -1 Falling back to public interface 2024-09-17T08:54:18.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:18.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:18.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:54:18.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:18.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:18.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:54:19.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:19 smithi089 ceph-mon[67711]: pgmap v120: 129 pgs: 30 active+undersized, 6 peering, 14 active+undersized+degraded, 79 active+clean; 221 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 38/444 objects degraded (8.559%) 2024-09-17T08:54:19.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:19 smithi133 ceph-mon[49422]: pgmap v120: 129 pgs: 30 active+undersized, 6 peering, 14 active+undersized+degraded, 79 active+clean; 221 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 38/444 objects degraded (8.559%) 2024-09-17T08:54:21.383 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:21 smithi089 ceph-mon[67711]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-17T08:54:21.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:21 smithi133 ceph-mon[49422]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-17T08:54:22.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:22 smithi089 ceph-mon[67711]: pgmap v121: 129 pgs: 32 active+undersized, 18 active+undersized+degraded, 79 active+clean; 221 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 54/444 objects degraded (12.162%) 2024-09-17T08:54:22.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:22 smithi133 ceph-mon[49422]: pgmap v121: 129 pgs: 32 active+undersized, 18 active+undersized+degraded, 79 active+clean; 221 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 54/444 objects degraded (12.162%) 2024-09-17T08:54:24.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:24 smithi089 ceph-mon[67711]: pgmap v122: 129 pgs: 32 active+undersized, 18 active+undersized+degraded, 79 active+clean; 221 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 54/444 objects degraded (12.162%) 2024-09-17T08:54:24.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:24 smithi133 ceph-mon[49422]: pgmap v122: 129 pgs: 32 active+undersized, 18 active+undersized+degraded, 79 active+clean; 221 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 54/444 objects degraded (12.162%) 2024-09-17T08:54:24.910 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:24 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3[82305]: 2024-09-17T08:54:24.477+0000 7fa5cc332640 -1 osd.3 0 read_superblock omap replica is missing. 2024-09-17T08:54:25.749 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:25 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3[82305]: 2024-09-17T08:54:25.440+0000 7fa5cc332640 -1 osd.3 91 log_to_monitors true 2024-09-17T08:54:25.749 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:25 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:25.749 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:25 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:25.749 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:25 smithi089 ceph-mon[67711]: Health check update: Degraded data redundancy: 54/444 objects degraded (12.162%), 18 pgs degraded (PG_DEGRADED) 2024-09-17T08:54:25.749 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:25 smithi089 ceph-mon[67711]: pgmap v123: 129 pgs: 32 active+undersized, 18 active+undersized+degraded, 79 active+clean; 221 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 54/444 objects degraded (12.162%) 2024-09-17T08:54:25.750 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:25 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:25.750 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:25 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:25.750 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:25 smithi089 ceph-mon[67711]: from='osd.3 [v2:172.21.15.89:6826/2183473357,v1:172.21.15.89:6827/2183473357]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-17T08:54:25.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:25 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:25.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:25 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:25.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:25 smithi133 ceph-mon[49422]: Health check update: Degraded data redundancy: 54/444 objects degraded (12.162%), 18 pgs degraded (PG_DEGRADED) 2024-09-17T08:54:25.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:25 smithi133 ceph-mon[49422]: pgmap v123: 129 pgs: 32 active+undersized, 18 active+undersized+degraded, 79 active+clean; 221 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 54/444 objects degraded (12.162%) 2024-09-17T08:54:25.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:25 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:25.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:25 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:25.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:25 smithi133 ceph-mon[49422]: from='osd.3 [v2:172.21.15.89:6826/2183473357,v1:172.21.15.89:6827/2183473357]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-17T08:54:26.410 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 08:54:26 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3[82305]: 2024-09-17T08:54:26.061+0000 7fa5c40dc640 -1 osd.3 91 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T08:54:27.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:27 smithi089 ceph-mon[67711]: from='osd.3 [v2:172.21.15.89:6826/2183473357,v1:172.21.15.89:6827/2183473357]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-17T08:54:27.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:27 smithi089 ceph-mon[67711]: osdmap e94: 8 total, 7 up, 8 in 2024-09-17T08:54:27.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:27 smithi089 ceph-mon[67711]: from='osd.3 [v2:172.21.15.89:6826/2183473357,v1:172.21.15.89:6827/2183473357]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-09-17T08:54:27.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:27 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:27.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:27 smithi133 ceph-mon[49422]: from='osd.3 [v2:172.21.15.89:6826/2183473357,v1:172.21.15.89:6827/2183473357]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-17T08:54:27.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:27 smithi133 ceph-mon[49422]: osdmap e94: 8 total, 7 up, 8 in 2024-09-17T08:54:27.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:27 smithi133 ceph-mon[49422]: from='osd.3 [v2:172.21.15.89:6826/2183473357,v1:172.21.15.89:6827/2183473357]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-09-17T08:54:27.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:27 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:28.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:28 smithi089 ceph-mon[67711]: pgmap v125: 129 pgs: 32 active+undersized, 18 active+undersized+degraded, 79 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s; 54/444 objects degraded (12.162%) 2024-09-17T08:54:28.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:28 smithi089 ceph-mon[67711]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T08:54:28.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:28 smithi089 ceph-mon[67711]: osd.3 [v2:172.21.15.89:6826/2183473357,v1:172.21.15.89:6827/2183473357] boot 2024-09-17T08:54:28.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:28 smithi089 ceph-mon[67711]: osdmap e95: 8 total, 8 up, 8 in 2024-09-17T08:54:28.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:28 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:54:28.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:28 smithi133 ceph-mon[49422]: pgmap v125: 129 pgs: 32 active+undersized, 18 active+undersized+degraded, 79 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s; 54/444 objects degraded (12.162%) 2024-09-17T08:54:28.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:28 smithi133 ceph-mon[49422]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T08:54:28.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:28 smithi133 ceph-mon[49422]: osd.3 [v2:172.21.15.89:6826/2183473357,v1:172.21.15.89:6827/2183473357] boot 2024-09-17T08:54:28.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:28 smithi133 ceph-mon[49422]: osdmap e95: 8 total, 8 up, 8 in 2024-09-17T08:54:28.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:28 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:54:29.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:29 smithi089 ceph-mon[67711]: osdmap e96: 8 total, 8 up, 8 in 2024-09-17T08:54:29.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:29 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:29.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:29 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:29.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:29 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:54:29.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:29 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:54:29.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:29 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:29.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:29 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:29.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:29 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:54:29.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:29 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:54:29.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:29 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:54:29.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:29 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:54:29.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:29 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-17T08:54:29.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:29 smithi133 ceph-mon[49422]: osdmap e96: 8 total, 8 up, 8 in 2024-09-17T08:54:29.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:29 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:29.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:29 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:29.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:29 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:54:29.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:29 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:54:29.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:29 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:29.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:29 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:29.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:29 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:54:29.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:29 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:54:29.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:29 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:54:29.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:29 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:54:29.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:29 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-17T08:54:30.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:30 smithi089 ceph-mon[67711]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:54:30.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:30 smithi089 ceph-mon[67711]: pgmap v128: 129 pgs: 32 active+undersized, 18 active+undersized+degraded, 79 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 184 B/s rd, 0 op/s; 54/444 objects degraded (12.162%) 2024-09-17T08:54:30.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:30 smithi089 ceph-mon[67711]: pgmap v129: 129 pgs: 32 active+undersized, 18 active+undersized+degraded, 79 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 287 B/s rd, 0 op/s; 54/444 objects degraded (12.162%) 2024-09-17T08:54:30.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:30 smithi089 ceph-mon[67711]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-17T08:54:30.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:30 smithi089 ceph-mon[67711]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-09-17T08:54:30.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:30 smithi133 ceph-mon[49422]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:54:30.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:30 smithi133 ceph-mon[49422]: pgmap v128: 129 pgs: 32 active+undersized, 18 active+undersized+degraded, 79 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 184 B/s rd, 0 op/s; 54/444 objects degraded (12.162%) 2024-09-17T08:54:30.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:30 smithi133 ceph-mon[49422]: pgmap v129: 129 pgs: 32 active+undersized, 18 active+undersized+degraded, 79 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 287 B/s rd, 0 op/s; 54/444 objects degraded (12.162%) 2024-09-17T08:54:30.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:30 smithi133 ceph-mon[49422]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-17T08:54:30.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:30 smithi133 ceph-mon[49422]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-09-17T08:54:32.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:32 smithi089 ceph-mon[67711]: pgmap v130: 129 pgs: 26 active+undersized, 14 active+undersized+degraded, 89 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 226 B/s rd, 0 op/s; 33/444 objects degraded (7.432%) 2024-09-17T08:54:32.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:32 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:32.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:32 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:54:32.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:32 smithi089 ceph-mon[67711]: Health check update: Degraded data redundancy: 33/444 objects degraded (7.432%), 14 pgs degraded (PG_DEGRADED) 2024-09-17T08:54:32.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:32 smithi133 ceph-mon[49422]: pgmap v130: 129 pgs: 26 active+undersized, 14 active+undersized+degraded, 89 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 226 B/s rd, 0 op/s; 33/444 objects degraded (7.432%) 2024-09-17T08:54:32.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:32 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:32.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:32 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:54:32.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:32 smithi133 ceph-mon[49422]: Health check update: Degraded data redundancy: 33/444 objects degraded (7.432%), 14 pgs degraded (PG_DEGRADED) 2024-09-17T08:54:33.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:33 smithi089 ceph-mon[67711]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 33/444 objects degraded (7.432%), 14 pgs degraded) 2024-09-17T08:54:33.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:33 smithi133 ceph-mon[49422]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 33/444 objects degraded (7.432%), 14 pgs degraded) 2024-09-17T08:54:34.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:34 smithi089 ceph-mon[67711]: pgmap v131: 129 pgs: 129 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 30 KiB/s rd, 30 op/s 2024-09-17T08:54:34.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:34 smithi133 ceph-mon[49422]: pgmap v131: 129 pgs: 129 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 30 KiB/s rd, 30 op/s 2024-09-17T08:54:34.773 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:54:35.395 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:54:35.395 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 running (12m) 10s ago 22m 17.8M - 0.20.0 0881eb8f169f 98413cb98a4d 2024-09-17T08:54:35.395 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (2m) 10s ago 22m 6895k - 18.2.4-855-g19e2a2be 980a0bfcd684 71cee01efda3 2024-09-17T08:54:35.395 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (2m) 2m ago 22m 6891k - 18.2.4-855-g19e2a2be 980a0bfcd684 d4830f191563 2024-09-17T08:54:35.395 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 running (10m) 10s ago 22m 36.9M - 6.7.4 557c83e11646 7989dd643c63 2024-09-17T08:54:35.395 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (17m) 10s ago 17m 43.9M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:54:35.395 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (17m) 2m ago 17m 16.2M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:54:35.395 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:8443,9283,8765 running (4m) 10s ago 24m 488M - 18.2.4-855-g19e2a2be 980a0bfcd684 3c5462471da5 2024-09-17T08:54:35.395 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283,8765 running (3m) 2m ago 22m 437M - 18.2.4-855-g19e2a2be 980a0bfcd684 65615ca3d291 2024-09-17T08:54:35.395 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (3m) 10s ago 24m 54.8M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 646dede0515f 2024-09-17T08:54:35.396 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (3m) 2m ago 21m 36.3M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 c4cc64200487 2024-09-17T08:54:35.396 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (15m) 10s ago 15m 158M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:54:35.396 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (14m) 2m ago 14m 90.9M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:54:35.396 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 running (8m) 10s ago 22m 17.2M - 0.18.1 e5a616e4b9cf 8d8f92b91922 2024-09-17T08:54:35.396 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (4m) 2m ago 21m 2553k - 0.18.1 e5a616e4b9cf 205b9ba6c0ba 2024-09-17T08:54:35.396 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (2m) 10s ago 21m 212M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 77ff85f32922 2024-09-17T08:54:35.396 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (88s) 10s ago 21m 190M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 3f46e0cc90ae 2024-09-17T08:54:35.396 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (53s) 10s ago 20m 172M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 628827298bcc 2024-09-17T08:54:35.396 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (18s) 10s ago 20m 12.0M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 8eb04ed70129 2024-09-17T08:54:35.396 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (19m) 2m ago 19m 492M 4096M 16.2.0 24ecd6d5f14c 4031ec170b73 2024-09-17T08:54:35.396 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (19m) 2m ago 19m 585M 4096M 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:54:35.396 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (19m) 2m ago 19m 532M 4096M 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:54:35.397 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (19m) 2m ago 18m 772M 4096M 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:54:35.397 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 unknown 10s ago 22m - - 2024-09-17T08:54:35.775 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:54:35.775 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:54:35.775 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:54:35.775 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:54:35.775 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:54:35.775 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:54:35.776 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:54:35.776 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:54:35.776 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 4, 2024-09-17T08:54:35.776 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 4 2024-09-17T08:54:35.776 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:54:35.776 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:54:35.776 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:54:35.776 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:54:35.776 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:54:35.776 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 6, 2024-09-17T08:54:35.776 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 8 2024-09-17T08:54:35.776 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:54:35.776 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:54:36.103 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:54:36.103 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:54:36.103 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:54:36.104 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:54:36.104 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [ 2024-09-17T08:54:36.104 INFO:teuthology.orchestra.run.smithi089.stdout: "crash", 2024-09-17T08:54:36.104 INFO:teuthology.orchestra.run.smithi089.stdout: "mon", 2024-09-17T08:54:36.104 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr" 2024-09-17T08:54:36.104 INFO:teuthology.orchestra.run.smithi089.stdout: ], 2024-09-17T08:54:36.104 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "10/23 daemons upgraded", 2024-09-17T08:54:36.104 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "Currently upgrading osd daemons", 2024-09-17T08:54:36.104 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:54:36.104 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:54:36.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:36 smithi089 ceph-mon[67711]: pgmap v132: 129 pgs: 129 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 22 KiB/s rd, 22 op/s 2024-09-17T08:54:36.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:36 smithi089 ceph-mon[67711]: from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:54:36.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:36 smithi089 ceph-mon[67711]: from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:54:36.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:36 smithi089 ceph-mon[67711]: from='client.34304 172.21.15.89:0/1881944446' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:54:36.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:36 smithi133 ceph-mon[49422]: pgmap v132: 129 pgs: 129 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 22 KiB/s rd, 22 op/s 2024-09-17T08:54:36.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:36 smithi133 ceph-mon[49422]: from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:54:36.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:36 smithi133 ceph-mon[49422]: from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:54:36.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:36 smithi133 ceph-mon[49422]: from='client.34304 172.21.15.89:0/1881944446' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:54:36.494 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-17T08:54:36.495 INFO:teuthology.orchestra.run.smithi089.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-17T08:54:36.495 INFO:teuthology.orchestra.run.smithi089.stdout: daemon prometheus.smithi089 on smithi089 is in unknown state 2024-09-17T08:54:37.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:37 smithi089 ceph-mon[67711]: from='client.34300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:54:37.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:37 smithi089 ceph-mon[67711]: from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:54:37.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:37 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:37.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:37 smithi089 ceph-mon[67711]: from='client.34312 172.21.15.89:0/2626383788' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:54:37.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:37 smithi133 ceph-mon[49422]: from='client.34300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:54:37.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:37 smithi133 ceph-mon[49422]: from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:54:37.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:37 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:37.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:37 smithi133 ceph-mon[49422]: from='client.34312 172.21.15.89:0/2626383788' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:54:38.556 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:38 smithi089 ceph-mon[67711]: pgmap v133: 129 pgs: 129 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-09-17T08:54:38.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:38 smithi133 ceph-mon[49422]: pgmap v133: 129 pgs: 129 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-09-17T08:54:40.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:40 smithi089 ceph-mon[67711]: pgmap v134: 129 pgs: 129 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-09-17T08:54:40.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:40 smithi133 ceph-mon[49422]: pgmap v134: 129 pgs: 129 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-09-17T08:54:42.468 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:42 smithi089 ceph-mon[67711]: pgmap v135: 129 pgs: 129 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 14 op/s 2024-09-17T08:54:42.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:42 smithi133 ceph-mon[49422]: pgmap v135: 129 pgs: 129 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 14 op/s 2024-09-17T08:54:44.317 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:44 smithi133 ceph-mon[49422]: pgmap v136: 129 pgs: 129 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 14 op/s 2024-09-17T08:54:44.317 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:44 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-17T08:54:44.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:44 smithi089 ceph-mon[67711]: pgmap v136: 129 pgs: 129 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 14 op/s 2024-09-17T08:54:44.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:44 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-17T08:54:45.547 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:45 smithi133 ceph-mon[49422]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-17T08:54:45.548 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:45 smithi133 ceph-mon[49422]: Upgrade: osd.4 is safe to restart 2024-09-17T08:54:45.548 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:45 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:45.548 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:45 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-17T08:54:45.548 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:45 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:54:45.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:45 smithi089 ceph-mon[67711]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-17T08:54:45.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:45 smithi089 ceph-mon[67711]: Upgrade: osd.4 is safe to restart 2024-09-17T08:54:45.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:45 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:45.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:45 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-17T08:54:45.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:45 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:54:46.385 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:46 smithi133 ceph-mon[49422]: pgmap v137: 129 pgs: 129 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:54:46.385 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:46 smithi133 ceph-mon[49422]: Upgrade: Updating osd.4 2024-09-17T08:54:46.385 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:46 smithi133 ceph-mon[49422]: Deploying daemon osd.4 on smithi133 2024-09-17T08:54:46.385 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:46 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:46.385 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:46 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:54:46.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:46 smithi089 ceph-mon[67711]: pgmap v137: 129 pgs: 129 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:54:46.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:46 smithi089 ceph-mon[67711]: Upgrade: Updating osd.4 2024-09-17T08:54:46.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:46 smithi089 ceph-mon[67711]: Deploying daemon osd.4 on smithi133 2024-09-17T08:54:46.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:46 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:46.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:46 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:54:47.989 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:47 smithi133 systemd[1]: Stopping Ceph osd.4 for fc89bb2a-74ce-11ef-bceb-c7b262605968... 2024-09-17T08:54:47.990 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.4[29577]: debug 2024-09-17T08:54:47.846+0000 7f0c1b300700 -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-09-17T08:54:47.990 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.4[29577]: debug 2024-09-17T08:54:47.846+0000 7f0c1b300700 -1 osd.4 96 *** Got signal Terminated *** 2024-09-17T08:54:47.990 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:47 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.4[29577]: debug 2024-09-17T08:54:47.846+0000 7f0c1b300700 -1 osd.4 96 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T08:54:48.246 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:47 smithi133 podman[53894]: 2024-09-17 08:54:47.990570672 +0000 UTC m=+0.232951658 container died 4031ec170b73b18254e918d7d89cd4e93e2cb82d9a4511bcc94101262cbd41ad (image=quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.4, maintainer=Dimitri Savineau , RELEASE=HEAD, ceph=True, org.label-schema.build-date=20201204, CEPH_POINT_RELEASE=-16.2.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0) 2024-09-17T08:54:48.631 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:48 smithi133 podman[53894]: 2024-09-17 08:54:48.338219015 +0000 UTC m=+0.580599991 container cleanup 4031ec170b73b18254e918d7d89cd4e93e2cb82d9a4511bcc94101262cbd41ad (image=quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.4, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557, org.label-schema.name=CentOS Base Image, org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=-16.2.0, GIT_BRANCH=HEAD, RELEASE=HEAD, org.label-schema.build-date=20201204, GIT_CLEAN=True, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-17T08:54:48.631 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:48 smithi133 bash[53894]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.4 2024-09-17T08:54:48.632 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:48 smithi133 ceph-mon[49422]: pgmap v138: 129 pgs: 129 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:54:48.632 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:48 smithi133 ceph-mon[49422]: osd.4 reported immediately failed by osd.1 2024-09-17T08:54:48.632 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:48 smithi133 ceph-mon[49422]: osd.4 failed (root=default,host=smithi133) (connection refused reported by osd.1) 2024-09-17T08:54:48.632 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:48 smithi133 ceph-mon[49422]: osd.4 reported immediately failed by osd.6 2024-09-17T08:54:48.632 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:48 smithi133 ceph-mon[49422]: osd.4 reported immediately failed by osd.7 2024-09-17T08:54:48.632 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:48 smithi133 ceph-mon[49422]: osd.4 reported immediately failed by osd.0 2024-09-17T08:54:48.632 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:48 smithi133 ceph-mon[49422]: osd.4 reported immediately failed by osd.1 2024-09-17T08:54:48.632 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:48 smithi133 ceph-mon[49422]: osd.4 reported immediately failed by osd.2 2024-09-17T08:54:48.632 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:48 smithi133 ceph-mon[49422]: osd.4 reported immediately failed by osd.3 2024-09-17T08:54:48.632 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:48 smithi133 ceph-mon[49422]: osd.4 reported immediately failed by osd.5 2024-09-17T08:54:48.633 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:48 smithi133 ceph-mon[49422]: osd.4 reported immediately failed by osd.6 2024-09-17T08:54:48.633 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:48 smithi133 ceph-mon[49422]: osd.4 reported immediately failed by osd.7 2024-09-17T08:54:48.633 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:48 smithi133 ceph-mon[49422]: osd.4 reported immediately failed by osd.0 2024-09-17T08:54:48.633 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:48 smithi133 ceph-mon[49422]: osd.4 reported immediately failed by osd.2 2024-09-17T08:54:48.633 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:48 smithi133 ceph-mon[49422]: osd.4 reported immediately failed by osd.3 2024-09-17T08:54:48.633 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:48 smithi133 ceph-mon[49422]: osd.4 reported immediately failed by osd.5 2024-09-17T08:54:48.633 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:48 smithi133 ceph-mon[49422]: osd.4 reported immediately failed by osd.5 2024-09-17T08:54:48.633 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:48 smithi133 ceph-mon[49422]: osd.4 reported immediately failed by osd.7 2024-09-17T08:54:48.633 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:48 smithi133 ceph-mon[49422]: osd.4 reported immediately failed by osd.6 2024-09-17T08:54:48.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:48 smithi089 ceph-mon[67711]: pgmap v138: 129 pgs: 129 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:54:48.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:48 smithi089 ceph-mon[67711]: osd.4 reported immediately failed by osd.1 2024-09-17T08:54:48.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:48 smithi089 ceph-mon[67711]: osd.4 failed (root=default,host=smithi133) (connection refused reported by osd.1) 2024-09-17T08:54:48.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:48 smithi089 ceph-mon[67711]: osd.4 reported immediately failed by osd.6 2024-09-17T08:54:48.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:48 smithi089 ceph-mon[67711]: osd.4 reported immediately failed by osd.7 2024-09-17T08:54:48.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:48 smithi089 ceph-mon[67711]: osd.4 reported immediately failed by osd.0 2024-09-17T08:54:48.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:48 smithi089 ceph-mon[67711]: osd.4 reported immediately failed by osd.1 2024-09-17T08:54:48.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:48 smithi089 ceph-mon[67711]: osd.4 reported immediately failed by osd.2 2024-09-17T08:54:48.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:48 smithi089 ceph-mon[67711]: osd.4 reported immediately failed by osd.3 2024-09-17T08:54:48.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:48 smithi089 ceph-mon[67711]: osd.4 reported immediately failed by osd.5 2024-09-17T08:54:48.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:48 smithi089 ceph-mon[67711]: osd.4 reported immediately failed by osd.6 2024-09-17T08:54:48.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:48 smithi089 ceph-mon[67711]: osd.4 reported immediately failed by osd.7 2024-09-17T08:54:48.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:48 smithi089 ceph-mon[67711]: osd.4 reported immediately failed by osd.0 2024-09-17T08:54:48.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:48 smithi089 ceph-mon[67711]: osd.4 reported immediately failed by osd.2 2024-09-17T08:54:48.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:48 smithi089 ceph-mon[67711]: osd.4 reported immediately failed by osd.3 2024-09-17T08:54:48.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:48 smithi089 ceph-mon[67711]: osd.4 reported immediately failed by osd.5 2024-09-17T08:54:48.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:48 smithi089 ceph-mon[67711]: osd.4 reported immediately failed by osd.5 2024-09-17T08:54:48.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:48 smithi089 ceph-mon[67711]: osd.4 reported immediately failed by osd.7 2024-09-17T08:54:48.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:48 smithi089 ceph-mon[67711]: osd.4 reported immediately failed by osd.6 2024-09-17T08:54:48.926 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:48 smithi133 podman[53908]: 2024-09-17 08:54:48.631090304 +0000 UTC m=+0.635148231 container remove 4031ec170b73b18254e918d7d89cd4e93e2cb82d9a4511bcc94101262cbd41ad (image=quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.4, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=-16.2.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557, org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0, RELEASE=HEAD, maintainer=Dimitri Savineau ) 2024-09-17T08:54:49.224 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:49 smithi133 podman[54020]: 2024-09-17 08:54:48.996027623 +0000 UTC m=+0.016436615 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T08:54:49.224 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:49 smithi133 podman[54020]: 2024-09-17 08:54:49.123773553 +0000 UTC m=+0.144182534 container create 5ed76cd562d7a90744dfbaaae975448581c252693c62ffa09c8163ec5815e754 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4-deactivate, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T08:54:49.518 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:49 smithi133 ceph-mon[49422]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T08:54:49.518 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:49 smithi133 ceph-mon[49422]: osdmap e97: 8 total, 7 up, 8 in 2024-09-17T08:54:49.518 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:49 smithi133 podman[54020]: 2024-09-17 08:54:49.443424277 +0000 UTC m=+0.463833267 container init 5ed76cd562d7a90744dfbaaae975448581c252693c62ffa09c8163ec5815e754 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, RELEASE=reef-19e2a2b, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_CLEAN=True) 2024-09-17T08:54:49.518 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:49 smithi133 podman[54020]: 2024-09-17 08:54:49.446913964 +0000 UTC m=+0.467322954 container start 5ed76cd562d7a90744dfbaaae975448581c252693c62ffa09c8163ec5815e754 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4-deactivate, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, RELEASE=reef-19e2a2b, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-09-17T08:54:49.518 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:49 smithi133 podman[54020]: 2024-09-17 08:54:49.518226103 +0000 UTC m=+0.538635085 container attach 5ed76cd562d7a90744dfbaaae975448581c252693c62ffa09c8163ec5815e754 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-19e2a2b, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux ) 2024-09-17T08:54:49.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:49 smithi089 ceph-mon[67711]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T08:54:49.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:49 smithi089 ceph-mon[67711]: osdmap e97: 8 total, 7 up, 8 in 2024-09-17T08:54:49.926 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:49 smithi133 podman[54020]: 2024-09-17 08:54:49.633110977 +0000 UTC m=+0.653519975 container died 5ed76cd562d7a90744dfbaaae975448581c252693c62ffa09c8163ec5815e754 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, RELEASE=reef-19e2a2b, io.buildah.version=1.37.2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-09-17T08:54:50.645 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:50 smithi133 ceph-mon[49422]: pgmap v140: 129 pgs: 18 stale+active+clean, 111 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T08:54:50.645 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:50 smithi133 ceph-mon[49422]: osdmap e98: 8 total, 7 up, 8 in 2024-09-17T08:54:50.645 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:50 smithi133 podman[54043]: 2024-09-17 08:54:50.213186629 +0000 UTC m=+0.573697274 container remove 5ed76cd562d7a90744dfbaaae975448581c252693c62ffa09c8163ec5815e754 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4-deactivate, org.label-schema.vendor=CentOS, RELEASE=reef-19e2a2b, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T08:54:50.645 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:50 smithi133 systemd[1]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.4.service: Deactivated successfully. 2024-09-17T08:54:50.645 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:50 smithi133 systemd[1]: Stopped Ceph osd.4 for fc89bb2a-74ce-11ef-bceb-c7b262605968. 2024-09-17T08:54:50.645 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:50 smithi133 systemd[1]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.4.service: Consumed 1.129s CPU time. 2024-09-17T08:54:50.645 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:50 smithi133 systemd[1]: Starting Ceph osd.4 for fc89bb2a-74ce-11ef-bceb-c7b262605968... 2024-09-17T08:54:50.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:50 smithi089 ceph-mon[67711]: pgmap v140: 129 pgs: 18 stale+active+clean, 111 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T08:54:50.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:50 smithi089 ceph-mon[67711]: osdmap e98: 8 total, 7 up, 8 in 2024-09-17T08:54:50.926 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:50 smithi133 podman[54142]: 2024-09-17 08:54:50.548311795 +0000 UTC m=+0.016615958 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T08:54:50.926 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:50 smithi133 podman[54142]: 2024-09-17 08:54:50.680961717 +0000 UTC m=+0.149265880 container create 7267c55ce7d30d9482005cf2ac6287afdaf242bd096e60fc997987f8d70a5840 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731) 2024-09-17T08:54:50.926 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:50 smithi133 podman[54142]: 2024-09-17 08:54:50.883323926 +0000 UTC m=+0.351628089 container init 7267c55ce7d30d9482005cf2ac6287afdaf242bd096e60fc997987f8d70a5840 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4-activate, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=reef-19e2a2b, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, ceph=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2) 2024-09-17T08:54:50.926 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:50 smithi133 podman[54142]: 2024-09-17 08:54:50.886691496 +0000 UTC m=+0.354995663 container start 7267c55ce7d30d9482005cf2ac6287afdaf242bd096e60fc997987f8d70a5840 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4-activate, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, ceph=True, RELEASE=reef-19e2a2b, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True) 2024-09-17T08:54:51.212 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:50 smithi133 podman[54142]: 2024-09-17 08:54:50.961964377 +0000 UTC m=+0.430268543 container attach 7267c55ce7d30d9482005cf2ac6287afdaf242bd096e60fc997987f8d70a5840 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4-activate, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731) 2024-09-17T08:54:51.212 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:51 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4-activate[54157]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-17T08:54:51.213 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:51 smithi133 bash[54142]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-17T08:54:51.213 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:51 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4-activate[54157]: 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-09-17T08:54:51.213 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:51 smithi133 bash[54142]: 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-09-17T08:54:51.213 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:51 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4-activate[54157]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-17T08:54:51.213 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:51 smithi133 bash[54142]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-17T08:54:51.213 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:51 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4-activate[54157]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-17T08:54:51.213 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:51 smithi133 bash[54142]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-17T08:54:51.213 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:51 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4-activate[54157]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-09-17T08:54:51.213 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:51 smithi133 bash[54142]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-09-17T08:54:51.213 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:51 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4-activate[54157]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-17T08:54:51.213 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:51 smithi133 bash[54142]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-17T08:54:51.528 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:51 smithi133 ceph-mon[49422]: pgmap v142: 129 pgs: 6 active+undersized, 14 stale+active+clean, 6 active+undersized+degraded, 103 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 0 op/s; 14/444 objects degraded (3.153%) 2024-09-17T08:54:51.528 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:51 smithi133 ceph-mon[49422]: Health check failed: Degraded data redundancy: 14/444 objects degraded (3.153%), 6 pgs degraded (PG_DEGRADED) 2024-09-17T08:54:51.528 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:51 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4-activate[54157]: --> ceph-volume raw activate successful for osd ID: 4 2024-09-17T08:54:51.528 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:51 smithi133 bash[54142]: --> ceph-volume raw activate successful for osd ID: 4 2024-09-17T08:54:51.528 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:51 smithi133 podman[54142]: 2024-09-17 08:54:51.23283143 +0000 UTC m=+0.701135594 container died 7267c55ce7d30d9482005cf2ac6287afdaf242bd096e60fc997987f8d70a5840 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4-activate, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, RELEASE=reef-19e2a2b, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T08:54:51.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:51 smithi089 ceph-mon[67711]: pgmap v142: 129 pgs: 6 active+undersized, 14 stale+active+clean, 6 active+undersized+degraded, 103 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 0 op/s; 14/444 objects degraded (3.153%) 2024-09-17T08:54:51.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:51 smithi089 ceph-mon[67711]: Health check failed: Degraded data redundancy: 14/444 objects degraded (3.153%), 6 pgs degraded (PG_DEGRADED) 2024-09-17T08:54:52.140 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:51 smithi133 podman[54280]: 2024-09-17 08:54:51.786826658 +0000 UTC m=+0.548320806 container remove 7267c55ce7d30d9482005cf2ac6287afdaf242bd096e60fc997987f8d70a5840 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_CLEAN=True) 2024-09-17T08:54:52.141 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:51 smithi133 podman[54340]: 2024-09-17 08:54:51.897022755 +0000 UTC m=+0.016066504 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T08:54:52.141 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:52 smithi133 podman[54340]: 2024-09-17 08:54:52.012733753 +0000 UTC m=+0.131777470 container create 21f58ae6b96f9f143a84a271ebbd1b71b023bb2732b42131619e0ee03df828d9 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=reef-19e2a2b, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T08:54:52.426 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:52 smithi133 podman[54340]: 2024-09-17 08:54:52.240037834 +0000 UTC m=+0.359081562 container init 21f58ae6b96f9f143a84a271ebbd1b71b023bb2732b42131619e0ee03df828d9 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0) 2024-09-17T08:54:52.426 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:52 smithi133 podman[54340]: 2024-09-17 08:54:52.24323988 +0000 UTC m=+0.362283601 container start 21f58ae6b96f9f143a84a271ebbd1b71b023bb2732b42131619e0ee03df828d9 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2, ceph=True) 2024-09-17T08:54:52.426 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:52 smithi133 ceph-osd[54359]: -- 172.21.15.133:0/2572495542 <== mon.1 v2:172.21.15.133:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5555a28511e0 con 0x5555a27efc00 2024-09-17T08:54:52.426 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:52 smithi133 bash[54340]: 21f58ae6b96f9f143a84a271ebbd1b71b023bb2732b42131619e0ee03df828d9 2024-09-17T08:54:52.426 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:52 smithi133 systemd[1]: Started Ceph osd.4 for fc89bb2a-74ce-11ef-bceb-c7b262605968. 2024-09-17T08:54:53.042 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:52 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4[54355]: 2024-09-17T08:54:52.782+0000 7f6e0c472640 -1 Falling back to public interface 2024-09-17T08:54:53.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:53 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:53.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:53 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:53.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:53 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:54:53.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:53 smithi089 ceph-mon[67711]: pgmap v143: 129 pgs: 40 active+undersized, 16 active+undersized+degraded, 73 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 48/444 objects degraded (10.811%) 2024-09-17T08:54:53.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:53 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:53.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:53 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:53.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:53 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:54:53.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:53 smithi133 ceph-mon[49422]: pgmap v143: 129 pgs: 40 active+undersized, 16 active+undersized+degraded, 73 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 48/444 objects degraded (10.811%) 2024-09-17T08:54:55.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:55 smithi089 ceph-mon[67711]: pgmap v144: 129 pgs: 40 active+undersized, 16 active+undersized+degraded, 73 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 0 op/s; 48/444 objects degraded (10.811%) 2024-09-17T08:54:55.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:55 smithi133 ceph-mon[49422]: pgmap v144: 129 pgs: 40 active+undersized, 16 active+undersized+degraded, 73 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 0 op/s; 48/444 objects degraded (10.811%) 2024-09-17T08:54:57.509 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:57 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:57.510 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:57 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:57.510 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:57 smithi133 ceph-mon[49422]: pgmap v145: 129 pgs: 40 active+undersized, 16 active+undersized+degraded, 73 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 245 B/s rd, 0 op/s; 48/444 objects degraded (10.811%) 2024-09-17T08:54:57.510 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:57 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:57.510 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:57 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:57.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:57 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:57.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:57 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:57.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:57 smithi089 ceph-mon[67711]: pgmap v145: 129 pgs: 40 active+undersized, 16 active+undersized+degraded, 73 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 245 B/s rd, 0 op/s; 48/444 objects degraded (10.811%) 2024-09-17T08:54:57.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:57 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:57.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:57 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:54:59.842 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:54:59 smithi133 ceph-mon[49422]: pgmap v146: 129 pgs: 40 active+undersized, 16 active+undersized+degraded, 73 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s; 48/444 objects degraded (10.811%) 2024-09-17T08:54:59.842 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:54:59 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4[54355]: 2024-09-17T08:54:59.732+0000 7f6e0c472640 -1 osd.4 0 read_superblock omap replica is missing. 2024-09-17T08:54:59.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:54:59 smithi089 ceph-mon[67711]: pgmap v146: 129 pgs: 40 active+undersized, 16 active+undersized+degraded, 73 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s; 48/444 objects degraded (10.811%) 2024-09-17T08:55:00.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:00 smithi089 ceph-mon[67711]: Health check update: Degraded data redundancy: 48/444 objects degraded (10.811%), 16 pgs degraded (PG_DEGRADED) 2024-09-17T08:55:00.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:00 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:00.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:00 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:00.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:00 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:55:00.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:00 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:55:00.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:00 smithi089 ceph-mon[67711]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:55:00.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:00 smithi089 ceph-mon[67711]: pgmap v147: 129 pgs: 40 active+undersized, 16 active+undersized+degraded, 73 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 192 B/s rd, 0 op/s; 48/444 objects degraded (10.811%) 2024-09-17T08:55:00.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:00 smithi089 ceph-mon[67711]: pgmap v148: 129 pgs: 40 active+undersized, 16 active+undersized+degraded, 73 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 219 B/s rd, 0 op/s; 48/444 objects degraded (10.811%) 2024-09-17T08:55:00.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:00 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:00.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:00 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:00.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:00 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:55:00.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:00 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:55:00.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:00 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:55:00.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:00 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:55:00.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:00 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-17T08:55:00.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:00 smithi089 ceph-mon[67711]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-17T08:55:00.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:00 smithi089 ceph-mon[67711]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-09-17T08:55:00.926 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:55:00 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4[54355]: 2024-09-17T08:55:00.750+0000 7f6e0c472640 -1 osd.4 96 log_to_monitors true 2024-09-17T08:55:00.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:00 smithi133 ceph-mon[49422]: Health check update: Degraded data redundancy: 48/444 objects degraded (10.811%), 16 pgs degraded (PG_DEGRADED) 2024-09-17T08:55:00.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:00 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:00.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:00 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:00.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:00 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:55:00.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:00 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:55:00.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:00 smithi133 ceph-mon[49422]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:55:00.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:00 smithi133 ceph-mon[49422]: pgmap v147: 129 pgs: 40 active+undersized, 16 active+undersized+degraded, 73 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 192 B/s rd, 0 op/s; 48/444 objects degraded (10.811%) 2024-09-17T08:55:00.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:00 smithi133 ceph-mon[49422]: pgmap v148: 129 pgs: 40 active+undersized, 16 active+undersized+degraded, 73 active+clean; 221 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 219 B/s rd, 0 op/s; 48/444 objects degraded (10.811%) 2024-09-17T08:55:00.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:00 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:00.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:00 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:00.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:00 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:55:00.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:00 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:55:00.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:00 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:55:00.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:00 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:55:00.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:00 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-17T08:55:00.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:00 smithi133 ceph-mon[49422]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-17T08:55:00.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:00 smithi133 ceph-mon[49422]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-09-17T08:55:01.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:01 smithi089 ceph-mon[67711]: from='osd.4 [v2:172.21.15.133:6800/1125532269,v1:172.21.15.133:6801/1125532269]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-17T08:55:01.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:01 smithi089 ceph-mon[67711]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-17T08:55:01.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:01 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:01.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:01 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:55:01.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:01 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:01.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:01 smithi133 ceph-mon[49422]: from='osd.4 [v2:172.21.15.133:6800/1125532269,v1:172.21.15.133:6801/1125532269]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-17T08:55:01.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:01 smithi133 ceph-mon[49422]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-17T08:55:01.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:01 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:01.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:01 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:55:01.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:01 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:02.426 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 08:55:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4[54355]: 2024-09-17T08:55:02.101+0000 7f6e00214640 -1 osd.4 96 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T08:55:02.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:02 smithi089 ceph-mon[67711]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-17T08:55:02.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:02 smithi089 ceph-mon[67711]: osdmap e99: 8 total, 7 up, 8 in 2024-09-17T08:55:02.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:02 smithi089 ceph-mon[67711]: from='osd.4 [v2:172.21.15.133:6800/1125532269,v1:172.21.15.133:6801/1125532269]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-17T08:55:02.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:02 smithi089 ceph-mon[67711]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-17T08:55:02.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:02 smithi089 ceph-mon[67711]: pgmap v150: 129 pgs: 40 active+undersized, 16 active+undersized+degraded, 73 active+clean; 221 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 280 B/s rd, 0 op/s; 48/444 objects degraded (10.811%) 2024-09-17T08:55:02.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:02 smithi089 ceph-mon[67711]: from='osd.4 ' entity='osd.4' 2024-09-17T08:55:02.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:02 smithi133 ceph-mon[49422]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-17T08:55:02.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:02 smithi133 ceph-mon[49422]: osdmap e99: 8 total, 7 up, 8 in 2024-09-17T08:55:02.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:02 smithi133 ceph-mon[49422]: from='osd.4 [v2:172.21.15.133:6800/1125532269,v1:172.21.15.133:6801/1125532269]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-17T08:55:02.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:02 smithi133 ceph-mon[49422]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-17T08:55:02.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:02 smithi133 ceph-mon[49422]: pgmap v150: 129 pgs: 40 active+undersized, 16 active+undersized+degraded, 73 active+clean; 221 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 280 B/s rd, 0 op/s; 48/444 objects degraded (10.811%) 2024-09-17T08:55:02.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:02 smithi133 ceph-mon[49422]: from='osd.4 ' entity='osd.4' 2024-09-17T08:55:03.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:03 smithi089 ceph-mon[67711]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T08:55:03.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:03 smithi089 ceph-mon[67711]: osd.4 [v2:172.21.15.133:6800/1125532269,v1:172.21.15.133:6801/1125532269] boot 2024-09-17T08:55:03.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:03 smithi089 ceph-mon[67711]: osdmap e100: 8 total, 8 up, 8 in 2024-09-17T08:55:03.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:03 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:55:03.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:03 smithi133 ceph-mon[49422]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T08:55:03.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:03 smithi133 ceph-mon[49422]: osd.4 [v2:172.21.15.133:6800/1125532269,v1:172.21.15.133:6801/1125532269] boot 2024-09-17T08:55:03.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:03 smithi133 ceph-mon[49422]: osdmap e100: 8 total, 8 up, 8 in 2024-09-17T08:55:03.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:03 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:55:05.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:05 smithi089 ceph-mon[67711]: pgmap v152: 129 pgs: 40 active+undersized, 16 active+undersized+degraded, 73 active+clean; 221 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 192 B/s rd, 0 op/s; 48/444 objects degraded (10.811%) 2024-09-17T08:55:05.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:05 smithi089 ceph-mon[67711]: osdmap e101: 8 total, 8 up, 8 in 2024-09-17T08:55:05.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:05 smithi133 ceph-mon[49422]: pgmap v152: 129 pgs: 40 active+undersized, 16 active+undersized+degraded, 73 active+clean; 221 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 192 B/s rd, 0 op/s; 48/444 objects degraded (10.811%) 2024-09-17T08:55:05.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:05 smithi133 ceph-mon[49422]: osdmap e101: 8 total, 8 up, 8 in 2024-09-17T08:55:06.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:06 smithi089 ceph-mon[67711]: Health check update: Degraded data redundancy: 37/444 objects degraded (8.333%), 12 pgs degraded (PG_DEGRADED) 2024-09-17T08:55:06.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:06 smithi133 ceph-mon[49422]: Health check update: Degraded data redundancy: 37/444 objects degraded (8.333%), 12 pgs degraded (PG_DEGRADED) 2024-09-17T08:55:06.843 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:55:07.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:07 smithi089 ceph-mon[67711]: pgmap v154: 129 pgs: 36 active+undersized, 12 active+undersized+degraded, 81 active+clean; 221 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 37/444 objects degraded (8.333%) 2024-09-17T08:55:07.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:07 smithi133 ceph-mon[49422]: pgmap v154: 129 pgs: 36 active+undersized, 12 active+undersized+degraded, 81 active+clean; 221 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 37/444 objects degraded (8.333%) 2024-09-17T08:55:07.471 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:55:07.471 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 running (13m) 43s ago 23m 17.8M - 0.20.0 0881eb8f169f 98413cb98a4d 2024-09-17T08:55:07.471 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (3m) 43s ago 23m 6895k - 18.2.4-855-g19e2a2be 980a0bfcd684 71cee01efda3 2024-09-17T08:55:07.471 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (2m) 11s ago 22m 6891k - 18.2.4-855-g19e2a2be 980a0bfcd684 d4830f191563 2024-09-17T08:55:07.471 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 running (11m) 43s ago 23m 36.9M - 6.7.4 557c83e11646 7989dd643c63 2024-09-17T08:55:07.471 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (18m) 43s ago 18m 43.9M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:55:07.471 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (18m) 11s ago 18m 16.7M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:55:07.472 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:8443,9283,8765 running (4m) 43s ago 24m 488M - 18.2.4-855-g19e2a2be 980a0bfcd684 3c5462471da5 2024-09-17T08:55:07.472 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283,8765 running (4m) 11s ago 22m 438M - 18.2.4-855-g19e2a2be 980a0bfcd684 65615ca3d291 2024-09-17T08:55:07.472 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (3m) 43s ago 24m 54.8M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 646dede0515f 2024-09-17T08:55:07.472 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (3m) 11s ago 22m 46.7M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 c4cc64200487 2024-09-17T08:55:07.472 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (15m) 43s ago 15m 158M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:55:07.472 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (15m) 11s ago 15m 91.4M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:55:07.472 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 running (9m) 43s ago 23m 17.2M - 0.18.1 e5a616e4b9cf 8d8f92b91922 2024-09-17T08:55:07.472 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (4m) 11s ago 22m 2553k - 0.18.1 e5a616e4b9cf 205b9ba6c0ba 2024-09-17T08:55:07.472 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (2m) 43s ago 22m 212M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 77ff85f32922 2024-09-17T08:55:07.472 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (2m) 43s ago 21m 190M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 3f46e0cc90ae 2024-09-17T08:55:07.472 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (85s) 43s ago 21m 172M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 628827298bcc 2024-09-17T08:55:07.472 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (50s) 43s ago 20m 12.0M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 8eb04ed70129 2024-09-17T08:55:07.472 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (15s) 11s ago 20m 14.3M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 21f58ae6b96f 2024-09-17T08:55:07.473 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (20m) 11s ago 20m 582M 4096M 16.2.0 24ecd6d5f14c 701956dc6b40 2024-09-17T08:55:07.473 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (19m) 11s ago 19m 528M 4096M 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:55:07.473 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (19m) 11s ago 19m 770M 4096M 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:55:07.473 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 unknown 43s ago 22m - - 2024-09-17T08:55:07.850 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:55:07.851 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:55:07.851 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:55:07.851 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:55:07.851 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:55:07.851 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:55:07.851 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:55:07.851 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:55:07.851 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 3, 2024-09-17T08:55:07.851 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 5 2024-09-17T08:55:07.851 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:55:07.851 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:55:07.851 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:55:07.852 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:55:07.852 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:55:07.852 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 5, 2024-09-17T08:55:07.852 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 9 2024-09-17T08:55:07.852 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:55:07.852 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:55:08.178 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:55:08.178 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:55:08.178 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:55:08.178 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:55:08.178 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [ 2024-09-17T08:55:08.178 INFO:teuthology.orchestra.run.smithi089.stdout: "crash", 2024-09-17T08:55:08.178 INFO:teuthology.orchestra.run.smithi089.stdout: "mon", 2024-09-17T08:55:08.179 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr" 2024-09-17T08:55:08.179 INFO:teuthology.orchestra.run.smithi089.stdout: ], 2024-09-17T08:55:08.179 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "11/23 daemons upgraded", 2024-09-17T08:55:08.179 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "Currently upgrading osd daemons", 2024-09-17T08:55:08.179 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:55:08.179 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:55:08.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:08 smithi089 ceph-mon[67711]: from='client.34318 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:55:08.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:08 smithi089 ceph-mon[67711]: from='client.34322 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:55:08.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:08 smithi089 ceph-mon[67711]: from='client.34330 172.21.15.89:0/1425595930' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:55:08.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:08 smithi133 ceph-mon[49422]: from='client.34318 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:55:08.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:08 smithi133 ceph-mon[49422]: from='client.34322 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:55:08.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:08 smithi133 ceph-mon[49422]: from='client.34330 172.21.15.89:0/1425595930' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:55:08.557 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-17T08:55:08.558 INFO:teuthology.orchestra.run.smithi089.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-17T08:55:08.558 INFO:teuthology.orchestra.run.smithi089.stdout: daemon prometheus.smithi089 on smithi089 is in unknown state 2024-09-17T08:55:09.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:09 smithi089 ceph-mon[67711]: from='client.34326 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:55:09.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:09 smithi089 ceph-mon[67711]: pgmap v155: 129 pgs: 129 active+clean; 221 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 163 B/s rd, 0 op/s 2024-09-17T08:55:09.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:09 smithi089 ceph-mon[67711]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 37/444 objects degraded (8.333%), 12 pgs degraded) 2024-09-17T08:55:09.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:09 smithi089 ceph-mon[67711]: from='client.34334 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:55:09.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:09 smithi089 ceph-mon[67711]: from='client.34338 172.21.15.89:0/386688508' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:55:09.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:09 smithi133 ceph-mon[49422]: from='client.34326 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:55:09.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:09 smithi133 ceph-mon[49422]: pgmap v155: 129 pgs: 129 active+clean; 221 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 163 B/s rd, 0 op/s 2024-09-17T08:55:09.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:09 smithi133 ceph-mon[49422]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 37/444 objects degraded (8.333%), 12 pgs degraded) 2024-09-17T08:55:09.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:09 smithi133 ceph-mon[49422]: from='client.34334 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:55:09.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:09 smithi133 ceph-mon[49422]: from='client.34338 172.21.15.89:0/386688508' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:55:11.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:11 smithi133 ceph-mon[49422]: pgmap v156: 129 pgs: 129 active+clean; 221 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-09-17T08:55:11.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:11 smithi089 ceph-mon[67711]: pgmap v156: 129 pgs: 129 active+clean; 221 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-09-17T08:55:13.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:13 smithi133 ceph-mon[49422]: pgmap v157: 129 pgs: 129 active+clean; 221 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 232 B/s rd, 0 op/s 2024-09-17T08:55:13.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:13 smithi089 ceph-mon[67711]: pgmap v157: 129 pgs: 129 active+clean; 221 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 232 B/s rd, 0 op/s 2024-09-17T08:55:15.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:15 smithi133 ceph-mon[49422]: pgmap v158: 129 pgs: 129 active+clean; 221 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T08:55:15.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:15 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-17T08:55:15.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:15 smithi089 ceph-mon[67711]: pgmap v158: 129 pgs: 129 active+clean; 221 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T08:55:15.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:15 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-17T08:55:16.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:16 smithi133 ceph-mon[49422]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-17T08:55:16.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:16 smithi133 ceph-mon[49422]: Upgrade: osd.5 is safe to restart 2024-09-17T08:55:16.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:16 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:16.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:16 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:55:16.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:16 smithi089 ceph-mon[67711]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-17T08:55:16.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:16 smithi089 ceph-mon[67711]: Upgrade: osd.5 is safe to restart 2024-09-17T08:55:16.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:16 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:16.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:16 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:55:17.522 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:17 smithi133 ceph-mon[49422]: pgmap v159: 129 pgs: 129 active+clean; 221 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-09-17T08:55:17.522 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:17 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:17.522 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:17 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:17.522 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:17 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-17T08:55:17.522 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:17 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:55:17.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:17 smithi089 ceph-mon[67711]: pgmap v159: 129 pgs: 129 active+clean; 221 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-09-17T08:55:17.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:17 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:17.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:17 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:17.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:17 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-17T08:55:17.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:17 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:55:18.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:18 smithi133 ceph-mon[49422]: Upgrade: Updating osd.5 2024-09-17T08:55:18.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:18 smithi133 ceph-mon[49422]: Deploying daemon osd.5 on smithi133 2024-09-17T08:55:18.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:18 smithi089 ceph-mon[67711]: Upgrade: Updating osd.5 2024-09-17T08:55:18.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:18 smithi089 ceph-mon[67711]: Deploying daemon osd.5 on smithi133 2024-09-17T08:55:19.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:19 smithi133 ceph-mon[49422]: pgmap v160: 129 pgs: 129 active+clean; 221 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:55:19.415 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:19 smithi133 systemd[1]: Stopping Ceph osd.5 for fc89bb2a-74ce-11ef-bceb-c7b262605968... 2024-09-17T08:55:19.415 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.5[32055]: debug 2024-09-17T08:55:19.251+0000 7f044528b700 -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-09-17T08:55:19.415 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.5[32055]: debug 2024-09-17T08:55:19.251+0000 7f044528b700 -1 osd.5 101 *** Got signal Terminated *** 2024-09-17T08:55:19.415 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.5[32055]: debug 2024-09-17T08:55:19.251+0000 7f044528b700 -1 osd.5 101 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T08:55:19.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:19 smithi089 ceph-mon[67711]: pgmap v160: 129 pgs: 129 active+clean; 221 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:55:19.676 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:19 smithi133 podman[56214]: 2024-09-17 08:55:19.415353603 +0000 UTC m=+0.274875496 container died 701956dc6b40f92f3a0d7577966a1c7e008ebb907b500470e81c1ca30600d1ff (image=quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.5, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20201204, org.label-schema.vendor=CentOS, RELEASE=HEAD, ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-16.2.0, GIT_BRANCH=HEAD, maintainer=Dimitri Savineau , GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-09-17T08:55:20.078 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:19 smithi133 podman[56214]: 2024-09-17 08:55:19.768451062 +0000 UTC m=+0.627972947 container cleanup 701956dc6b40f92f3a0d7577966a1c7e008ebb907b500470e81c1ca30600d1ff (image=quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.5, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20201204, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-16.2.0, org.label-schema.name=CentOS Base Image, maintainer=Dimitri Savineau , RELEASE=HEAD) 2024-09-17T08:55:20.079 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:19 smithi133 bash[56214]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.5 2024-09-17T08:55:20.426 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:20 smithi133 podman[56229]: 2024-09-17 08:55:20.078222133 +0000 UTC m=+0.656099302 container remove 701956dc6b40f92f3a0d7577966a1c7e008ebb907b500470e81c1ca30600d1ff (image=quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.5, ceph=True, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, RELEASE=HEAD, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-16.2.0) 2024-09-17T08:55:20.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:20 smithi133 ceph-mon[49422]: osd.5 reported immediately failed by osd.7 2024-09-17T08:55:20.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:20 smithi133 ceph-mon[49422]: osd.5 failed (root=default,host=smithi133) (connection refused reported by osd.7) 2024-09-17T08:55:20.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:20 smithi133 ceph-mon[49422]: osd.5 reported immediately failed by osd.7 2024-09-17T08:55:20.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:20 smithi133 ceph-mon[49422]: osd.5 reported immediately failed by osd.0 2024-09-17T08:55:20.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:20 smithi133 ceph-mon[49422]: osd.5 reported immediately failed by osd.1 2024-09-17T08:55:20.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:20 smithi133 ceph-mon[49422]: osd.5 reported immediately failed by osd.2 2024-09-17T08:55:20.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:20 smithi133 ceph-mon[49422]: osd.5 reported immediately failed by osd.3 2024-09-17T08:55:20.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:20 smithi133 ceph-mon[49422]: osd.5 reported immediately failed by osd.4 2024-09-17T08:55:20.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:20 smithi133 ceph-mon[49422]: osd.5 reported immediately failed by osd.6 2024-09-17T08:55:20.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:20 smithi133 ceph-mon[49422]: osd.5 reported immediately failed by osd.0 2024-09-17T08:55:20.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:20 smithi133 ceph-mon[49422]: osd.5 reported immediately failed by osd.1 2024-09-17T08:55:20.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:20 smithi133 ceph-mon[49422]: osd.5 reported immediately failed by osd.2 2024-09-17T08:55:20.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:20 smithi133 ceph-mon[49422]: osd.5 reported immediately failed by osd.3 2024-09-17T08:55:20.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:20 smithi133 ceph-mon[49422]: osd.5 reported immediately failed by osd.4 2024-09-17T08:55:20.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:20 smithi133 ceph-mon[49422]: osd.5 reported immediately failed by osd.6 2024-09-17T08:55:20.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:20 smithi133 ceph-mon[49422]: osd.5 reported immediately failed by osd.6 2024-09-17T08:55:20.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:20 smithi133 ceph-mon[49422]: osd.5 reported immediately failed by osd.6 2024-09-17T08:55:20.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:20 smithi133 ceph-mon[49422]: osd.5 reported immediately failed by osd.7 2024-09-17T08:55:20.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:20 smithi133 ceph-mon[49422]: osd.5 reported immediately failed by osd.4 2024-09-17T08:55:20.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:20 smithi133 ceph-mon[49422]: osd.5 reported immediately failed by osd.7 2024-09-17T08:55:20.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:20 smithi133 ceph-mon[49422]: osd.5 reported immediately failed by osd.4 2024-09-17T08:55:20.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:20 smithi133 ceph-mon[49422]: osd.5 reported immediately failed by osd.3 2024-09-17T08:55:20.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:20 smithi133 ceph-mon[49422]: osd.5 reported immediately failed by osd.2 2024-09-17T08:55:20.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:20 smithi133 ceph-mon[49422]: osd.5 reported immediately failed by osd.0 2024-09-17T08:55:20.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:20 smithi133 ceph-mon[49422]: osd.5 reported immediately failed by osd.1 2024-09-17T08:55:20.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:20 smithi133 ceph-mon[49422]: osd.5 reported immediately failed by osd.2 2024-09-17T08:55:20.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:20 smithi133 ceph-mon[49422]: osd.5 reported immediately failed by osd.3 2024-09-17T08:55:20.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:20 smithi133 ceph-mon[49422]: osd.5 reported immediately failed by osd.0 2024-09-17T08:55:20.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:20 smithi133 ceph-mon[49422]: osd.5 reported immediately failed by osd.1 2024-09-17T08:55:20.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:20 smithi133 ceph-mon[49422]: osd.5 reported immediately failed by osd.4 2024-09-17T08:55:20.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:20 smithi133 ceph-mon[49422]: osd.5 reported immediately failed by osd.7 2024-09-17T08:55:20.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:20 smithi133 ceph-mon[49422]: osd.5 reported immediately failed by osd.1 2024-09-17T08:55:20.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:20 smithi089 ceph-mon[67711]: osd.5 reported immediately failed by osd.7 2024-09-17T08:55:20.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:20 smithi089 ceph-mon[67711]: osd.5 failed (root=default,host=smithi133) (connection refused reported by osd.7) 2024-09-17T08:55:20.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:20 smithi089 ceph-mon[67711]: osd.5 reported immediately failed by osd.7 2024-09-17T08:55:20.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:20 smithi089 ceph-mon[67711]: osd.5 reported immediately failed by osd.0 2024-09-17T08:55:20.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:20 smithi089 ceph-mon[67711]: osd.5 reported immediately failed by osd.1 2024-09-17T08:55:20.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:20 smithi089 ceph-mon[67711]: osd.5 reported immediately failed by osd.2 2024-09-17T08:55:20.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:20 smithi089 ceph-mon[67711]: osd.5 reported immediately failed by osd.3 2024-09-17T08:55:20.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:20 smithi089 ceph-mon[67711]: osd.5 reported immediately failed by osd.4 2024-09-17T08:55:20.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:20 smithi089 ceph-mon[67711]: osd.5 reported immediately failed by osd.6 2024-09-17T08:55:20.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:20 smithi089 ceph-mon[67711]: osd.5 reported immediately failed by osd.0 2024-09-17T08:55:20.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:20 smithi089 ceph-mon[67711]: osd.5 reported immediately failed by osd.1 2024-09-17T08:55:20.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:20 smithi089 ceph-mon[67711]: osd.5 reported immediately failed by osd.2 2024-09-17T08:55:20.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:20 smithi089 ceph-mon[67711]: osd.5 reported immediately failed by osd.3 2024-09-17T08:55:20.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:20 smithi089 ceph-mon[67711]: osd.5 reported immediately failed by osd.4 2024-09-17T08:55:20.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:20 smithi089 ceph-mon[67711]: osd.5 reported immediately failed by osd.6 2024-09-17T08:55:20.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:20 smithi089 ceph-mon[67711]: osd.5 reported immediately failed by osd.6 2024-09-17T08:55:20.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:20 smithi089 ceph-mon[67711]: osd.5 reported immediately failed by osd.6 2024-09-17T08:55:20.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:20 smithi089 ceph-mon[67711]: osd.5 reported immediately failed by osd.7 2024-09-17T08:55:20.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:20 smithi089 ceph-mon[67711]: osd.5 reported immediately failed by osd.4 2024-09-17T08:55:20.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:20 smithi089 ceph-mon[67711]: osd.5 reported immediately failed by osd.7 2024-09-17T08:55:20.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:20 smithi089 ceph-mon[67711]: osd.5 reported immediately failed by osd.4 2024-09-17T08:55:20.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:20 smithi089 ceph-mon[67711]: osd.5 reported immediately failed by osd.3 2024-09-17T08:55:20.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:20 smithi089 ceph-mon[67711]: osd.5 reported immediately failed by osd.2 2024-09-17T08:55:20.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:20 smithi089 ceph-mon[67711]: osd.5 reported immediately failed by osd.0 2024-09-17T08:55:20.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:20 smithi089 ceph-mon[67711]: osd.5 reported immediately failed by osd.1 2024-09-17T08:55:20.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:20 smithi089 ceph-mon[67711]: osd.5 reported immediately failed by osd.2 2024-09-17T08:55:20.663 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:20 smithi089 ceph-mon[67711]: osd.5 reported immediately failed by osd.3 2024-09-17T08:55:20.663 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:20 smithi089 ceph-mon[67711]: osd.5 reported immediately failed by osd.0 2024-09-17T08:55:20.663 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:20 smithi089 ceph-mon[67711]: osd.5 reported immediately failed by osd.1 2024-09-17T08:55:20.663 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:20 smithi089 ceph-mon[67711]: osd.5 reported immediately failed by osd.4 2024-09-17T08:55:20.663 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:20 smithi089 ceph-mon[67711]: osd.5 reported immediately failed by osd.7 2024-09-17T08:55:20.663 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:20 smithi089 ceph-mon[67711]: osd.5 reported immediately failed by osd.1 2024-09-17T08:55:20.815 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:20 smithi133 podman[56332]: 2024-09-17 08:55:20.43101486 +0000 UTC m=+0.016289514 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T08:55:20.815 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:20 smithi133 podman[56332]: 2024-09-17 08:55:20.570837915 +0000 UTC m=+0.156112566 container create 9e1277732f89824282ca3856752a4ae8a626e11f0c2ac9bfb1ef791814cfadf5 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_BRANCH=HEAD, RELEASE=reef-19e2a2b, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-09-17T08:55:20.815 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:20 smithi133 podman[56332]: 2024-09-17 08:55:20.815170609 +0000 UTC m=+0.400445268 container init 9e1277732f89824282ca3856752a4ae8a626e11f0c2ac9bfb1ef791814cfadf5 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5-deactivate, GIT_CLEAN=True, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b) 2024-09-17T08:55:21.176 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:20 smithi133 podman[56332]: 2024-09-17 08:55:20.818490205 +0000 UTC m=+0.403764855 container start 9e1277732f89824282ca3856752a4ae8a626e11f0c2ac9bfb1ef791814cfadf5 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5-deactivate, CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux ) 2024-09-17T08:55:21.176 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:20 smithi133 podman[56332]: 2024-09-17 08:55:20.898541006 +0000 UTC m=+0.483815666 container attach 9e1277732f89824282ca3856752a4ae8a626e11f0c2ac9bfb1ef791814cfadf5 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5-deactivate, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , RELEASE=reef-19e2a2b, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS) 2024-09-17T08:55:21.176 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:20 smithi133 podman[56332]: 2024-09-17 08:55:20.998926475 +0000 UTC m=+0.584201125 container died 9e1277732f89824282ca3856752a4ae8a626e11f0c2ac9bfb1ef791814cfadf5 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5-deactivate, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, io.buildah.version=1.37.2) 2024-09-17T08:55:21.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:21 smithi089 ceph-mon[67711]: pgmap v161: 129 pgs: 129 active+clean; 221 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:55:21.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:21 smithi089 ceph-mon[67711]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T08:55:21.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:21 smithi089 ceph-mon[67711]: osdmap e102: 8 total, 7 up, 8 in 2024-09-17T08:55:21.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:21 smithi133 ceph-mon[49422]: pgmap v161: 129 pgs: 129 active+clean; 221 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:55:21.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:21 smithi133 ceph-mon[49422]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T08:55:21.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:21 smithi133 ceph-mon[49422]: osdmap e102: 8 total, 7 up, 8 in 2024-09-17T08:55:22.139 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:21 smithi133 podman[56355]: 2024-09-17 08:55:21.71259096 +0000 UTC m=+0.705831543 container remove 9e1277732f89824282ca3856752a4ae8a626e11f0c2ac9bfb1ef791814cfadf5 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5-deactivate, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2024-09-17T08:55:22.139 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:21 smithi133 systemd[1]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.5.service: Deactivated successfully. 2024-09-17T08:55:22.139 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:21 smithi133 systemd[1]: Stopped Ceph osd.5 for fc89bb2a-74ce-11ef-bceb-c7b262605968. 2024-09-17T08:55:22.139 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:21 smithi133 systemd[1]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.5.service: Consumed 1.113s CPU time. 2024-09-17T08:55:22.139 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:21 smithi133 systemd[1]: Starting Ceph osd.5 for fc89bb2a-74ce-11ef-bceb-c7b262605968... 2024-09-17T08:55:22.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:22 smithi133 ceph-mon[49422]: osdmap e103: 8 total, 7 up, 8 in 2024-09-17T08:55:22.426 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:22 smithi133 podman[56454]: 2024-09-17 08:55:22.040642348 +0000 UTC m=+0.015582435 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T08:55:22.426 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:22 smithi133 podman[56454]: 2024-09-17 08:55:22.153449148 +0000 UTC m=+0.128389225 container create 9dfa7c02c2cd7255351525791c49170bd8b7492910b7fd03df150bb708a97e4f (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, RELEASE=reef-19e2a2b, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, ceph=True) 2024-09-17T08:55:22.426 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:22 smithi133 podman[56454]: 2024-09-17 08:55:22.374420584 +0000 UTC m=+0.349360668 container init 9dfa7c02c2cd7255351525791c49170bd8b7492910b7fd03df150bb708a97e4f (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5-activate, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, RELEASE=reef-19e2a2b, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True) 2024-09-17T08:55:22.426 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:22 smithi133 podman[56454]: 2024-09-17 08:55:22.377916794 +0000 UTC m=+0.352856869 container start 9dfa7c02c2cd7255351525791c49170bd8b7492910b7fd03df150bb708a97e4f (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux ) 2024-09-17T08:55:22.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:22 smithi089 ceph-mon[67711]: osdmap e103: 8 total, 7 up, 8 in 2024-09-17T08:55:22.721 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:22 smithi133 podman[56454]: 2024-09-17 08:55:22.457301622 +0000 UTC m=+0.432241699 container attach 9dfa7c02c2cd7255351525791c49170bd8b7492910b7fd03df150bb708a97e4f (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5-activate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=reef-19e2a2b, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD) 2024-09-17T08:55:22.721 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5-activate[56469]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-17T08:55:22.721 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:22 smithi133 bash[56454]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-17T08:55:22.721 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5-activate[56469]: 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-09-17T08:55:22.721 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:22 smithi133 bash[56454]: 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-09-17T08:55:22.721 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5-activate[56469]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-17T08:55:22.722 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:22 smithi133 bash[56454]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-17T08:55:22.722 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5-activate[56469]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-17T08:55:22.722 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:22 smithi133 bash[56454]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-17T08:55:22.722 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5-activate[56469]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-17T08:55:22.722 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:22 smithi133 bash[56454]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-17T08:55:22.722 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5-activate[56469]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-17T08:55:22.722 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:22 smithi133 bash[56454]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-17T08:55:22.722 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5-activate[56469]: --> ceph-volume raw activate successful for osd ID: 5 2024-09-17T08:55:22.722 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:22 smithi133 bash[56454]: --> ceph-volume raw activate successful for osd ID: 5 2024-09-17T08:55:22.722 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:22 smithi133 podman[56454]: 2024-09-17 08:55:22.721087686 +0000 UTC m=+0.696027772 container died 9dfa7c02c2cd7255351525791c49170bd8b7492910b7fd03df150bb708a97e4f (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5-activate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, ceph=True, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T08:55:23.369 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:23 smithi133 ceph-mon[49422]: pgmap v164: 129 pgs: 5 active+undersized, 20 peering, 5 stale+active+clean, 2 active+undersized+degraded, 97 active+clean; 221 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 4/444 objects degraded (0.901%) 2024-09-17T08:55:23.369 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:23 smithi133 ceph-mon[49422]: Health check failed: Reduced data availability: 3 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2024-09-17T08:55:23.369 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:23 smithi133 ceph-mon[49422]: Health check failed: Degraded data redundancy: 4/444 objects degraded (0.901%), 2 pgs degraded (PG_DEGRADED) 2024-09-17T08:55:23.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:23 smithi089 ceph-mon[67711]: pgmap v164: 129 pgs: 5 active+undersized, 20 peering, 5 stale+active+clean, 2 active+undersized+degraded, 97 active+clean; 221 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 4/444 objects degraded (0.901%) 2024-09-17T08:55:23.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:23 smithi089 ceph-mon[67711]: Health check failed: Reduced data availability: 3 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2024-09-17T08:55:23.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:23 smithi089 ceph-mon[67711]: Health check failed: Degraded data redundancy: 4/444 objects degraded (0.901%), 2 pgs degraded (PG_DEGRADED) 2024-09-17T08:55:23.676 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:23 smithi133 podman[56581]: 2024-09-17 08:55:23.369276773 +0000 UTC m=+0.642295150 container remove 9dfa7c02c2cd7255351525791c49170bd8b7492910b7fd03df150bb708a97e4f (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5-activate, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, ceph=True, io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T08:55:23.676 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:23 smithi133 podman[56641]: 2024-09-17 08:55:23.478597851 +0000 UTC m=+0.015881051 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T08:55:23.676 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:23 smithi133 podman[56641]: 2024-09-17 08:55:23.578652051 +0000 UTC m=+0.115935242 container create 92385646fccd0fbd15184ad963ac17b1ad68e97beb4e7171f8d459cee2a60b1d (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T08:55:24.176 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:23 smithi133 podman[56641]: 2024-09-17 08:55:23.789071349 +0000 UTC m=+0.326354538 container init 92385646fccd0fbd15184ad963ac17b1ad68e97beb4e7171f8d459cee2a60b1d (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5, RELEASE=reef-19e2a2b, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T08:55:24.176 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:23 smithi133 podman[56641]: 2024-09-17 08:55:23.79237487 +0000 UTC m=+0.329658060 container start 92385646fccd0fbd15184ad963ac17b1ad68e97beb4e7171f8d459cee2a60b1d (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, RELEASE=reef-19e2a2b, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2) 2024-09-17T08:55:24.176 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:23 smithi133 ceph-osd[56661]: -- 172.21.15.133:0/3866479374 <== mon.1 v2:172.21.15.133:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5570d587b1e0 con 0x5570d65fa000 2024-09-17T08:55:24.176 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:23 smithi133 bash[56641]: 92385646fccd0fbd15184ad963ac17b1ad68e97beb4e7171f8d459cee2a60b1d 2024-09-17T08:55:24.177 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:23 smithi133 systemd[1]: Started Ceph osd.5 for fc89bb2a-74ce-11ef-bceb-c7b262605968. 2024-09-17T08:55:24.598 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T08:55:24.329+0000 7fca87d08640 -1 Falling back to public interface 2024-09-17T08:55:25.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:24 smithi133 ceph-mon[49422]: pgmap v165: 129 pgs: 12 active+undersized, 20 peering, 1 stale+active+clean, 8 active+undersized+degraded, 88 active+clean; 221 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 24/444 objects degraded (5.405%) 2024-09-17T08:55:25.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:24 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:25.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:24 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:25.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:24 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:55:25.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:24 smithi089 ceph-mon[67711]: pgmap v165: 129 pgs: 12 active+undersized, 20 peering, 1 stale+active+clean, 8 active+undersized+degraded, 88 active+clean; 221 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 24/444 objects degraded (5.405%) 2024-09-17T08:55:25.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:24 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:25.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:24 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:25.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:24 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:55:27.160 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:26 smithi133 ceph-mon[49422]: pgmap v166: 129 pgs: 20 active+undersized, 15 peering, 10 active+undersized+degraded, 84 active+clean; 221 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 0 op/s; 29/444 objects degraded (6.532%) 2024-09-17T08:55:27.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:26 smithi089 ceph-mon[67711]: pgmap v166: 129 pgs: 20 active+undersized, 15 peering, 10 active+undersized+degraded, 84 active+clean; 221 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 0 op/s; 29/444 objects degraded (6.532%) 2024-09-17T08:55:28.841 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:28 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:28.841 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:28 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:28.842 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:28 smithi133 ceph-mon[49422]: pgmap v167: 129 pgs: 30 active+undersized, 15 active+undersized+degraded, 84 active+clean; 221 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 44/444 objects degraded (9.910%) 2024-09-17T08:55:28.842 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:28 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:28.842 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:28 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:28.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:28 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:28.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:28 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:28.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:28 smithi089 ceph-mon[67711]: pgmap v167: 129 pgs: 30 active+undersized, 15 active+undersized+degraded, 84 active+clean; 221 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 44/444 objects degraded (9.910%) 2024-09-17T08:55:28.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:28 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:28.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:28 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:29.760 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:29 smithi133 ceph-mon[49422]: Health check update: Degraded data redundancy: 44/444 objects degraded (9.910%), 15 pgs degraded (PG_DEGRADED) 2024-09-17T08:55:29.760 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:29 smithi133 ceph-mon[49422]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 7 pgs peering) 2024-09-17T08:55:29.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:29 smithi089 ceph-mon[67711]: Health check update: Degraded data redundancy: 44/444 objects degraded (9.910%), 15 pgs degraded (PG_DEGRADED) 2024-09-17T08:55:29.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:29 smithi089 ceph-mon[67711]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 7 pgs peering) 2024-09-17T08:55:30.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:30 smithi089 ceph-mon[67711]: pgmap v168: 129 pgs: 30 active+undersized, 15 active+undersized+degraded, 84 active+clean; 221 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 212 B/s rd, 0 op/s; 44/444 objects degraded (9.910%) 2024-09-17T08:55:30.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:30 smithi133 ceph-mon[49422]: pgmap v168: 129 pgs: 30 active+undersized, 15 active+undersized+degraded, 84 active+clean; 221 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 212 B/s rd, 0 op/s; 44/444 objects degraded (9.910%) 2024-09-17T08:55:31.926 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T08:55:31.560+0000 7fca87d08640 -1 osd.5 0 read_superblock omap replica is missing. 2024-09-17T08:55:32.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:32 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:32.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:32 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:55:32.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:32 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:32.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:32 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:32.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:32 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:55:32.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:32 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:55:32.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:32 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:32.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:32 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:32.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:32 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:55:32.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:32 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:55:32.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:32 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:55:32.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:32 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:55:32.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:32 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-17T08:55:32.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:32 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:32.492 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:32 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:55:32.492 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:32 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:32.492 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:32 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:32.492 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:32 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:55:32.492 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:32 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:55:32.493 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:32 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:32.493 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:32 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:32.493 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:32 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:55:32.493 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:32 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:55:32.493 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:32 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:55:32.493 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:32 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:55:32.493 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:32 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-17T08:55:32.926 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:32 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T08:55:32.593+0000 7fca87d08640 -1 osd.5 101 log_to_monitors true 2024-09-17T08:55:33.350 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:33 smithi133 ceph-mon[49422]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:55:33.350 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:33 smithi133 ceph-mon[49422]: pgmap v169: 129 pgs: 30 active+undersized, 15 active+undersized+degraded, 84 active+clean; 221 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 203 B/s rd, 0 op/s; 44/444 objects degraded (9.910%) 2024-09-17T08:55:33.350 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:33 smithi133 ceph-mon[49422]: pgmap v170: 129 pgs: 30 active+undersized, 15 active+undersized+degraded, 84 active+clean; 221 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 216 B/s rd, 0 op/s; 44/444 objects degraded (9.910%) 2024-09-17T08:55:33.350 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:33 smithi133 ceph-mon[49422]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-17T08:55:33.350 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:33 smithi133 ceph-mon[49422]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-09-17T08:55:33.350 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:33 smithi133 ceph-mon[49422]: from='osd.5 [v2:172.21.15.133:6808/1000822903,v1:172.21.15.133:6809/1000822903]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-17T08:55:33.350 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:33 smithi133 ceph-mon[49422]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-17T08:55:33.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:33 smithi089 ceph-mon[67711]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:55:33.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:33 smithi089 ceph-mon[67711]: pgmap v169: 129 pgs: 30 active+undersized, 15 active+undersized+degraded, 84 active+clean; 221 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 203 B/s rd, 0 op/s; 44/444 objects degraded (9.910%) 2024-09-17T08:55:33.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:33 smithi089 ceph-mon[67711]: pgmap v170: 129 pgs: 30 active+undersized, 15 active+undersized+degraded, 84 active+clean; 221 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 216 B/s rd, 0 op/s; 44/444 objects degraded (9.910%) 2024-09-17T08:55:33.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:33 smithi089 ceph-mon[67711]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-17T08:55:33.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:33 smithi089 ceph-mon[67711]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-09-17T08:55:33.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:33 smithi089 ceph-mon[67711]: from='osd.5 [v2:172.21.15.133:6808/1000822903,v1:172.21.15.133:6809/1000822903]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-17T08:55:33.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:33 smithi089 ceph-mon[67711]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-17T08:55:33.676 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 08:55:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T08:55:33.349+0000 7fca7fab2640 -1 osd.5 101 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T08:55:34.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:34 smithi089 ceph-mon[67711]: pgmap v171: 129 pgs: 30 active+undersized, 15 active+undersized+degraded, 84 active+clean; 221 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 216 B/s rd, 0 op/s; 44/444 objects degraded (9.910%) 2024-09-17T08:55:34.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:34 smithi089 ceph-mon[67711]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-17T08:55:34.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:34 smithi089 ceph-mon[67711]: osdmap e104: 8 total, 7 up, 8 in 2024-09-17T08:55:34.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:34 smithi089 ceph-mon[67711]: from='osd.5 [v2:172.21.15.133:6808/1000822903,v1:172.21.15.133:6809/1000822903]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-17T08:55:34.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:34 smithi089 ceph-mon[67711]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-17T08:55:34.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:34 smithi133 ceph-mon[49422]: pgmap v171: 129 pgs: 30 active+undersized, 15 active+undersized+degraded, 84 active+clean; 221 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 216 B/s rd, 0 op/s; 44/444 objects degraded (9.910%) 2024-09-17T08:55:34.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:34 smithi133 ceph-mon[49422]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-17T08:55:34.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:34 smithi133 ceph-mon[49422]: osdmap e104: 8 total, 7 up, 8 in 2024-09-17T08:55:34.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:34 smithi133 ceph-mon[49422]: from='osd.5 [v2:172.21.15.133:6808/1000822903,v1:172.21.15.133:6809/1000822903]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-17T08:55:34.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:34 smithi133 ceph-mon[49422]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-17T08:55:35.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:35 smithi089 ceph-mon[67711]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T08:55:35.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:35 smithi089 ceph-mon[67711]: osd.5 [v2:172.21.15.133:6808/1000822903,v1:172.21.15.133:6809/1000822903] boot 2024-09-17T08:55:35.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:35 smithi089 ceph-mon[67711]: osdmap e105: 8 total, 8 up, 8 in 2024-09-17T08:55:35.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:35 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:55:35.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:35 smithi133 ceph-mon[49422]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T08:55:35.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:35 smithi133 ceph-mon[49422]: osd.5 [v2:172.21.15.133:6808/1000822903,v1:172.21.15.133:6809/1000822903] boot 2024-09-17T08:55:35.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:35 smithi133 ceph-mon[49422]: osdmap e105: 8 total, 8 up, 8 in 2024-09-17T08:55:35.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:35 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:55:36.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:36 smithi089 ceph-mon[67711]: pgmap v174: 129 pgs: 4 peering, 27 active+undersized, 14 active+undersized+degraded, 84 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s; 42/444 objects degraded (9.459%) 2024-09-17T08:55:36.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:36 smithi089 ceph-mon[67711]: Health check update: Degraded data redundancy: 42/444 objects degraded (9.459%), 14 pgs degraded (PG_DEGRADED) 2024-09-17T08:55:36.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:36 smithi089 ceph-mon[67711]: osdmap e106: 8 total, 8 up, 8 in 2024-09-17T08:55:36.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:36 smithi133 ceph-mon[49422]: pgmap v174: 129 pgs: 4 peering, 27 active+undersized, 14 active+undersized+degraded, 84 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s; 42/444 objects degraded (9.459%) 2024-09-17T08:55:36.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:36 smithi133 ceph-mon[49422]: Health check update: Degraded data redundancy: 42/444 objects degraded (9.459%), 14 pgs degraded (PG_DEGRADED) 2024-09-17T08:55:36.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:36 smithi133 ceph-mon[49422]: osdmap e106: 8 total, 8 up, 8 in 2024-09-17T08:55:38.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:38 smithi089 ceph-mon[67711]: pgmap v176: 129 pgs: 4 peering, 12 active+undersized, 5 active+undersized+degraded, 108 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 15/444 objects degraded (3.378%) 2024-09-17T08:55:38.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:38 smithi133 ceph-mon[49422]: pgmap v176: 129 pgs: 4 peering, 12 active+undersized, 5 active+undersized+degraded, 108 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 15/444 objects degraded (3.378%) 2024-09-17T08:55:38.902 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:55:39.533 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:55:39.534 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 running (13m) 75s ago 24m 17.8M - 0.20.0 0881eb8f169f 98413cb98a4d 2024-09-17T08:55:39.534 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (3m) 75s ago 23m 6895k - 18.2.4-855-g19e2a2be 980a0bfcd684 71cee01efda3 2024-09-17T08:55:39.534 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (3m) 11s ago 23m 6891k - 18.2.4-855-g19e2a2be 980a0bfcd684 d4830f191563 2024-09-17T08:55:39.534 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 running (11m) 75s ago 23m 36.9M - 6.7.4 557c83e11646 7989dd643c63 2024-09-17T08:55:39.534 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (18m) 75s ago 18m 43.9M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:55:39.534 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (18m) 11s ago 18m 16.8M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:55:39.534 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:8443,9283,8765 running (5m) 75s ago 25m 488M - 18.2.4-855-g19e2a2be 980a0bfcd684 3c5462471da5 2024-09-17T08:55:39.534 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283,8765 running (4m) 11s ago 23m 438M - 18.2.4-855-g19e2a2be 980a0bfcd684 65615ca3d291 2024-09-17T08:55:39.534 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (4m) 75s ago 25m 54.8M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 646dede0515f 2024-09-17T08:55:39.534 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (4m) 11s ago 23m 47.9M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 c4cc64200487 2024-09-17T08:55:39.534 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (16m) 75s ago 16m 158M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:55:39.534 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (16m) 11s ago 16m 91.4M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:55:39.534 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 running (9m) 75s ago 23m 17.2M - 0.18.1 e5a616e4b9cf 8d8f92b91922 2024-09-17T08:55:39.535 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (5m) 11s ago 22m 2553k - 0.18.1 e5a616e4b9cf 205b9ba6c0ba 2024-09-17T08:55:39.535 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (3m) 75s ago 22m 212M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 77ff85f32922 2024-09-17T08:55:39.535 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (2m) 75s ago 22m 190M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 3f46e0cc90ae 2024-09-17T08:55:39.535 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (117s) 75s ago 21m 172M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 628827298bcc 2024-09-17T08:55:39.535 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (82s) 75s ago 21m 12.0M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 8eb04ed70129 2024-09-17T08:55:39.535 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (47s) 11s ago 21m 219M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 21f58ae6b96f 2024-09-17T08:55:39.535 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (16s) 11s ago 20m 11.8M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 92385646fccd 2024-09-17T08:55:39.535 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (20m) 11s ago 20m 529M 4096M 16.2.0 24ecd6d5f14c 6d1c20dac109 2024-09-17T08:55:39.535 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (20m) 11s ago 20m 769M 4096M 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:55:39.535 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 unknown 75s ago 23m - - 2024-09-17T08:55:39.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:39 smithi089 ceph-mon[67711]: from='client.34344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:55:39.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:39 smithi089 ceph-mon[67711]: from='client.34348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:55:39.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:39 smithi133 ceph-mon[49422]: from='client.34344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:55:39.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:39 smithi133 ceph-mon[49422]: from='client.34348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:55:39.915 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:55:39.915 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:55:39.915 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:55:39.915 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:55:39.915 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:55:39.915 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:55:39.915 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:55:39.915 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:55:39.915 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2, 2024-09-17T08:55:39.916 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 6 2024-09-17T08:55:39.916 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:55:39.916 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:55:39.916 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:55:39.916 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:55:39.916 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:55:39.916 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 4, 2024-09-17T08:55:39.916 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 10 2024-09-17T08:55:39.916 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:55:39.916 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:55:40.237 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:55:40.237 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:55:40.237 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:55:40.237 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:55:40.237 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [ 2024-09-17T08:55:40.238 INFO:teuthology.orchestra.run.smithi089.stdout: "crash", 2024-09-17T08:55:40.238 INFO:teuthology.orchestra.run.smithi089.stdout: "mon", 2024-09-17T08:55:40.238 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr" 2024-09-17T08:55:40.238 INFO:teuthology.orchestra.run.smithi089.stdout: ], 2024-09-17T08:55:40.238 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "12/23 daemons upgraded", 2024-09-17T08:55:40.238 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "Currently upgrading osd daemons", 2024-09-17T08:55:40.238 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:55:40.238 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:55:40.618 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-17T08:55:40.618 INFO:teuthology.orchestra.run.smithi089.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-17T08:55:40.618 INFO:teuthology.orchestra.run.smithi089.stdout: daemon prometheus.smithi089 on smithi089 is in unknown state 2024-09-17T08:55:40.618 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:40 smithi089 ceph-mon[67711]: pgmap v177: 129 pgs: 4 peering, 125 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:55:40.618 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:40 smithi089 ceph-mon[67711]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 15/444 objects degraded (3.378%), 5 pgs degraded) 2024-09-17T08:55:40.618 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:40 smithi089 ceph-mon[67711]: from='client.34352 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:55:40.619 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:40 smithi089 ceph-mon[67711]: from='client.34356 172.21.15.89:0/2799563714' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:55:40.619 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:40 smithi089 ceph-mon[67711]: from='client.34360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:55:40.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:40 smithi133 ceph-mon[49422]: pgmap v177: 129 pgs: 4 peering, 125 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:55:40.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:40 smithi133 ceph-mon[49422]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 15/444 objects degraded (3.378%), 5 pgs degraded) 2024-09-17T08:55:40.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:40 smithi133 ceph-mon[49422]: from='client.34352 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:55:40.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:40 smithi133 ceph-mon[49422]: from='client.34356 172.21.15.89:0/2799563714' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:55:40.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:40 smithi133 ceph-mon[49422]: from='client.34360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:55:41.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:41 smithi089 ceph-mon[67711]: from='client.34364 172.21.15.89:0/639205633' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:55:41.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:41 smithi133 ceph-mon[49422]: from='client.34364 172.21.15.89:0/639205633' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:55:42.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:42 smithi089 ceph-mon[67711]: pgmap v178: 129 pgs: 129 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 256 B/s rd, 0 op/s 2024-09-17T08:55:42.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:42 smithi133 ceph-mon[49422]: pgmap v178: 129 pgs: 129 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 256 B/s rd, 0 op/s 2024-09-17T08:55:44.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:44 smithi089 ceph-mon[67711]: pgmap v179: 129 pgs: 129 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 227 B/s rd, 0 op/s 2024-09-17T08:55:44.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:44 smithi133 ceph-mon[49422]: pgmap v179: 129 pgs: 129 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 227 B/s rd, 0 op/s 2024-09-17T08:55:47.077 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:47 smithi133 ceph-mon[49422]: pgmap v180: 129 pgs: 129 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T08:55:47.077 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:47 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:47.077 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:47 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:55:47.077 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:47 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-17T08:55:47.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:47 smithi089 ceph-mon[67711]: pgmap v180: 129 pgs: 129 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T08:55:47.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:47 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:47.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:47 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:55:47.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:47 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-17T08:55:48.312 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:48 smithi133 ceph-mon[49422]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-17T08:55:48.313 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:48 smithi133 ceph-mon[49422]: Upgrade: osd.6 is safe to restart 2024-09-17T08:55:48.313 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:48 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:48.313 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:48 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-17T08:55:48.313 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:48 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:55:48.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:48 smithi089 ceph-mon[67711]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-17T08:55:48.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:48 smithi089 ceph-mon[67711]: Upgrade: osd.6 is safe to restart 2024-09-17T08:55:48.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:48 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:48.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:48 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-17T08:55:48.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:48 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:55:49.122 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:49 smithi133 ceph-mon[49422]: pgmap v181: 129 pgs: 129 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 256 B/s rd, 0 op/s 2024-09-17T08:55:49.122 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:49 smithi133 ceph-mon[49422]: Upgrade: Updating osd.6 2024-09-17T08:55:49.122 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:49 smithi133 ceph-mon[49422]: Deploying daemon osd.6 on smithi133 2024-09-17T08:55:49.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:49 smithi089 ceph-mon[67711]: pgmap v181: 129 pgs: 129 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 256 B/s rd, 0 op/s 2024-09-17T08:55:49.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:49 smithi089 ceph-mon[67711]: Upgrade: Updating osd.6 2024-09-17T08:55:49.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:49 smithi089 ceph-mon[67711]: Deploying daemon osd.6 on smithi133 2024-09-17T08:55:50.908 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:50 smithi133 systemd[1]: Stopping Ceph osd.6 for fc89bb2a-74ce-11ef-bceb-c7b262605968... 2024-09-17T08:55:50.908 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:50 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.6[34508]: debug 2024-09-17T08:55:50.768+0000 7f1dd15aa700 -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-09-17T08:55:50.908 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:50 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.6[34508]: debug 2024-09-17T08:55:50.768+0000 7f1dd15aa700 -1 osd.6 106 *** Got signal Terminated *** 2024-09-17T08:55:50.908 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:50 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.6[34508]: debug 2024-09-17T08:55:50.768+0000 7f1dd15aa700 -1 osd.6 106 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T08:55:51.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:51 smithi133 ceph-mon[49422]: pgmap v182: 129 pgs: 129 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:55:51.176 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:50 smithi133 podman[58499]: 2024-09-17 08:55:50.912788673 +0000 UTC m=+0.239847239 container died 6d1c20dac1099d76f16cdffe568d7d767e980d59b69030484a617de863eefba9 (image=quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.6, GIT_BRANCH=HEAD, RELEASE=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-16.2.0, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.name=CentOS Base Image, ceph=True, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557, GIT_CLEAN=True) 2024-09-17T08:55:51.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:51 smithi089 ceph-mon[67711]: pgmap v182: 129 pgs: 129 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:55:51.562 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:51 smithi133 podman[58499]: 2024-09-17 08:55:51.302516414 +0000 UTC m=+0.629574980 container cleanup 6d1c20dac1099d76f16cdffe568d7d767e980d59b69030484a617de863eefba9 (image=quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.6, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, RELEASE=HEAD, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557, GIT_REPO=https://github.com/ceph/ceph-container.git, CEPH_POINT_RELEASE=-16.2.0, org.label-schema.build-date=20201204, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Dimitri Savineau ) 2024-09-17T08:55:51.562 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:51 smithi133 bash[58499]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.6 2024-09-17T08:55:51.836 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:51 smithi133 podman[58513]: 2024-09-17 08:55:51.562493925 +0000 UTC m=+0.647553616 container remove 6d1c20dac1099d76f16cdffe568d7d767e980d59b69030484a617de863eefba9 (image=quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.6, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-16.2.0, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20201204, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557) 2024-09-17T08:55:52.176 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:52 smithi133 podman[58623]: 2024-09-17 08:55:51.936209193 +0000 UTC m=+0.015648741 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T08:55:52.176 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:52 smithi133 podman[58623]: 2024-09-17 08:55:52.055176098 +0000 UTC m=+0.134615620 container create ff5bfedfa51c61a5ea1baeb988f287f8e388952cd638adaa6ff6ec66c9098c06 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6-deactivate, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-09-17T08:55:52.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.7 2024-09-17T08:55:52.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 failed (root=default,host=smithi133) (connection refused reported by osd.7) 2024-09-17T08:55:52.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.7 2024-09-17T08:55:52.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.0 2024-09-17T08:55:52.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.1 2024-09-17T08:55:52.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.2 2024-09-17T08:55:52.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.3 2024-09-17T08:55:52.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.4 2024-09-17T08:55:52.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.0 2024-09-17T08:55:52.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.1 2024-09-17T08:55:52.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.2 2024-09-17T08:55:52.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.3 2024-09-17T08:55:52.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.4 2024-09-17T08:55:52.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.5 2024-09-17T08:55:52.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.5 2024-09-17T08:55:52.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:52.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.0 2024-09-17T08:55:52.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.5 2024-09-17T08:55:52.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.7 2024-09-17T08:55:52.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.3 2024-09-17T08:55:52.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.4 2024-09-17T08:55:52.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.7 2024-09-17T08:55:52.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.7 2024-09-17T08:55:52.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.0 2024-09-17T08:55:52.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.1 2024-09-17T08:55:52.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.2 2024-09-17T08:55:52.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.3 2024-09-17T08:55:52.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.4 2024-09-17T08:55:52.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.0 2024-09-17T08:55:52.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.1 2024-09-17T08:55:52.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.2 2024-09-17T08:55:52.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.3 2024-09-17T08:55:52.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.5 2024-09-17T08:55:52.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.4 2024-09-17T08:55:52.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.5 2024-09-17T08:55:52.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.0 2024-09-17T08:55:52.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.5 2024-09-17T08:55:52.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.7 2024-09-17T08:55:52.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.3 2024-09-17T08:55:52.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.4 2024-09-17T08:55:52.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.0 2024-09-17T08:55:52.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.5 2024-09-17T08:55:52.181 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.7 2024-09-17T08:55:52.181 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.3 2024-09-17T08:55:52.181 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:52 smithi133 ceph-mon[49422]: osd.6 reported immediately failed by osd.4 2024-09-17T08:55:52.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.7 2024-09-17T08:55:52.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 failed (root=default,host=smithi133) (connection refused reported by osd.7) 2024-09-17T08:55:52.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.7 2024-09-17T08:55:52.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.0 2024-09-17T08:55:52.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.1 2024-09-17T08:55:52.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.2 2024-09-17T08:55:52.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.3 2024-09-17T08:55:52.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.4 2024-09-17T08:55:52.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.0 2024-09-17T08:55:52.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.1 2024-09-17T08:55:52.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.2 2024-09-17T08:55:52.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.3 2024-09-17T08:55:52.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.4 2024-09-17T08:55:52.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.5 2024-09-17T08:55:52.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.5 2024-09-17T08:55:52.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:52.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.0 2024-09-17T08:55:52.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.5 2024-09-17T08:55:52.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.7 2024-09-17T08:55:52.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.3 2024-09-17T08:55:52.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.4 2024-09-17T08:55:52.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.7 2024-09-17T08:55:52.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.7 2024-09-17T08:55:52.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.0 2024-09-17T08:55:52.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.1 2024-09-17T08:55:52.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.2 2024-09-17T08:55:52.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.3 2024-09-17T08:55:52.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.4 2024-09-17T08:55:52.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.0 2024-09-17T08:55:52.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.1 2024-09-17T08:55:52.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.2 2024-09-17T08:55:52.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.3 2024-09-17T08:55:52.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.5 2024-09-17T08:55:52.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.4 2024-09-17T08:55:52.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.5 2024-09-17T08:55:52.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.0 2024-09-17T08:55:52.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.5 2024-09-17T08:55:52.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.7 2024-09-17T08:55:52.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.3 2024-09-17T08:55:52.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.4 2024-09-17T08:55:52.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.0 2024-09-17T08:55:52.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.5 2024-09-17T08:55:52.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.7 2024-09-17T08:55:52.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.3 2024-09-17T08:55:52.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:52 smithi089 ceph-mon[67711]: osd.6 reported immediately failed by osd.4 2024-09-17T08:55:52.525 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:52 smithi133 podman[58623]: 2024-09-17 08:55:52.333014549 +0000 UTC m=+0.412454092 container init ff5bfedfa51c61a5ea1baeb988f287f8e388952cd638adaa6ff6ec66c9098c06 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6-deactivate, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=reef-19e2a2b, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux ) 2024-09-17T08:55:52.525 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:52 smithi133 podman[58623]: 2024-09-17 08:55:52.336652678 +0000 UTC m=+0.416092202 container start ff5bfedfa51c61a5ea1baeb988f287f8e388952cd638adaa6ff6ec66c9098c06 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=reef-19e2a2b, ceph=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-09-17T08:55:52.525 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:52 smithi133 podman[58623]: 2024-09-17 08:55:52.416159478 +0000 UTC m=+0.495599009 container attach ff5bfedfa51c61a5ea1baeb988f287f8e388952cd638adaa6ff6ec66c9098c06 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6-deactivate, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, RELEASE=reef-19e2a2b, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T08:55:52.819 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:52 smithi133 podman[58623]: 2024-09-17 08:55:52.522123957 +0000 UTC m=+0.601563494 container died ff5bfedfa51c61a5ea1baeb988f287f8e388952cd638adaa6ff6ec66c9098c06 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, ceph=True, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T08:55:53.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:53 smithi133 ceph-mon[49422]: pgmap v183: 129 pgs: 129 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:55:53.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:53 smithi133 ceph-mon[49422]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T08:55:53.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:53 smithi133 ceph-mon[49422]: osdmap e107: 8 total, 7 up, 8 in 2024-09-17T08:55:53.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:53 smithi089 ceph-mon[67711]: pgmap v183: 129 pgs: 129 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:55:53.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:53 smithi089 ceph-mon[67711]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T08:55:53.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:53 smithi089 ceph-mon[67711]: osdmap e107: 8 total, 7 up, 8 in 2024-09-17T08:55:53.426 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:53 smithi133 podman[58646]: 2024-09-17 08:55:53.162025002 +0000 UTC m=+0.634204596 container remove ff5bfedfa51c61a5ea1baeb988f287f8e388952cd638adaa6ff6ec66c9098c06 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6-deactivate, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240731) 2024-09-17T08:55:53.426 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:53 smithi133 systemd[1]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.6.service: Deactivated successfully. 2024-09-17T08:55:53.426 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:53 smithi133 systemd[1]: Stopped Ceph osd.6 for fc89bb2a-74ce-11ef-bceb-c7b262605968. 2024-09-17T08:55:53.426 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:53 smithi133 systemd[1]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.6.service: Consumed 1.117s CPU time. 2024-09-17T08:55:53.426 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:53 smithi133 systemd[1]: Starting Ceph osd.6 for fc89bb2a-74ce-11ef-bceb-c7b262605968... 2024-09-17T08:55:53.840 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:53 smithi133 podman[58746]: 2024-09-17 08:55:53.490975888 +0000 UTC m=+0.015711353 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T08:55:53.840 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:53 smithi133 podman[58746]: 2024-09-17 08:55:53.59645671 +0000 UTC m=+0.121192160 container create fcd331ff9b6dcaaa66ba48bbe58fbc61cebf973f887126ba73554fe27222cd44 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6-activate, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, RELEASE=reef-19e2a2b, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T08:55:53.840 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:53 smithi133 podman[58746]: 2024-09-17 08:55:53.840374013 +0000 UTC m=+0.365109468 container init fcd331ff9b6dcaaa66ba48bbe58fbc61cebf973f887126ba73554fe27222cd44 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6-activate, GIT_BRANCH=HEAD, RELEASE=reef-19e2a2b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T08:55:54.144 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:54 smithi133 ceph-mon[49422]: osdmap e108: 8 total, 7 up, 8 in 2024-09-17T08:55:54.145 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:53 smithi133 podman[58746]: 2024-09-17 08:55:53.843885389 +0000 UTC m=+0.368620841 container start fcd331ff9b6dcaaa66ba48bbe58fbc61cebf973f887126ba73554fe27222cd44 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6-activate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731) 2024-09-17T08:55:54.145 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:53 smithi133 podman[58746]: 2024-09-17 08:55:53.949035437 +0000 UTC m=+0.473770901 container attach fcd331ff9b6dcaaa66ba48bbe58fbc61cebf973f887126ba73554fe27222cd44 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6-activate, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , RELEASE=reef-19e2a2b, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731) 2024-09-17T08:55:54.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:54 smithi089 ceph-mon[67711]: osdmap e108: 8 total, 7 up, 8 in 2024-09-17T08:55:54.426 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6-activate[58761]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-17T08:55:54.427 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:54 smithi133 bash[58746]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-17T08:55:54.427 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6-activate[58761]: 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-09-17T08:55:54.427 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:54 smithi133 bash[58746]: 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-09-17T08:55:54.427 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6-activate[58761]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-17T08:55:54.427 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:54 smithi133 bash[58746]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-17T08:55:54.427 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6-activate[58761]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-17T08:55:54.427 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:54 smithi133 bash[58746]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-17T08:55:54.427 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6-activate[58761]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-17T08:55:54.427 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:54 smithi133 bash[58746]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-17T08:55:54.427 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6-activate[58761]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-17T08:55:54.427 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:54 smithi133 bash[58746]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-17T08:55:54.427 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:54 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6-activate[58761]: --> ceph-volume raw activate successful for osd ID: 6 2024-09-17T08:55:54.427 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:54 smithi133 bash[58746]: --> ceph-volume raw activate successful for osd ID: 6 2024-09-17T08:55:54.428 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:54 smithi133 podman[58746]: 2024-09-17 08:55:54.191871348 +0000 UTC m=+0.716606807 container died fcd331ff9b6dcaaa66ba48bbe58fbc61cebf973f887126ba73554fe27222cd44 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6-activate, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=reef-19e2a2b, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T08:55:55.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:55 smithi133 ceph-mon[49422]: pgmap v186: 129 pgs: 13 stale+active+clean, 116 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:55:55.176 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:54 smithi133 podman[58889]: 2024-09-17 08:55:54.919589333 +0000 UTC m=+0.721852354 container remove fcd331ff9b6dcaaa66ba48bbe58fbc61cebf973f887126ba73554fe27222cd44 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6-activate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, RELEASE=reef-19e2a2b, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-09-17T08:55:55.176 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:55 smithi133 podman[58951]: 2024-09-17 08:55:55.029707516 +0000 UTC m=+0.016193021 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T08:55:55.176 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:55 smithi133 podman[58951]: 2024-09-17 08:55:55.162337021 +0000 UTC m=+0.148822527 container create 81d2f1ba535120540a90fd3033b158352724f6c0994772478ed71939ba67b1df (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6, RELEASE=reef-19e2a2b, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=) 2024-09-17T08:55:55.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:55 smithi089 ceph-mon[67711]: pgmap v186: 129 pgs: 13 stale+active+clean, 116 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:55:55.676 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:55 smithi133 podman[58951]: 2024-09-17 08:55:55.414779214 +0000 UTC m=+0.401264719 container init 81d2f1ba535120540a90fd3033b158352724f6c0994772478ed71939ba67b1df (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6, RELEASE=reef-19e2a2b, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T08:55:55.676 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:55 smithi133 podman[58951]: 2024-09-17 08:55:55.417819473 +0000 UTC m=+0.404304978 container start 81d2f1ba535120540a90fd3033b158352724f6c0994772478ed71939ba67b1df (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-09-17T08:55:55.676 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:55 smithi133 ceph-osd[58970]: -- 172.21.15.133:0/2907481248 <== mon.1 v2:172.21.15.133:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56280b3151e0 con 0x56280b488000 2024-09-17T08:55:55.676 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:55 smithi133 bash[58951]: 81d2f1ba535120540a90fd3033b158352724f6c0994772478ed71939ba67b1df 2024-09-17T08:55:55.676 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:55 smithi133 systemd[1]: Started Ceph osd.6 for fc89bb2a-74ce-11ef-bceb-c7b262605968. 2024-09-17T08:55:56.240 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:55:55 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T08:55:55.960+0000 7f2cd3121640 -1 Falling back to public interface 2024-09-17T08:55:56.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:56 smithi089 ceph-mon[67711]: pgmap v187: 129 pgs: 5 active+undersized, 11 stale+active+clean, 4 active+undersized+degraded, 109 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13/444 objects degraded (2.928%) 2024-09-17T08:55:56.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:56 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:56.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:56 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:56.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:56 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:55:56.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:56 smithi089 ceph-mon[67711]: Health check failed: Degraded data redundancy: 13/444 objects degraded (2.928%), 4 pgs degraded (PG_DEGRADED) 2024-09-17T08:55:56.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:56 smithi133 ceph-mon[49422]: pgmap v187: 129 pgs: 5 active+undersized, 11 stale+active+clean, 4 active+undersized+degraded, 109 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13/444 objects degraded (2.928%) 2024-09-17T08:55:56.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:56 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:56.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:56 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:55:56.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:56 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:55:56.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:56 smithi133 ceph-mon[49422]: Health check failed: Degraded data redundancy: 13/444 objects degraded (2.928%), 4 pgs degraded (PG_DEGRADED) 2024-09-17T08:55:58.854 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:55:58 smithi133 ceph-mon[49422]: pgmap v188: 129 pgs: 29 active+undersized, 14 active+undersized+degraded, 86 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46/444 objects degraded (10.360%) 2024-09-17T08:55:58.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:55:58 smithi089 ceph-mon[67711]: pgmap v188: 129 pgs: 29 active+undersized, 14 active+undersized+degraded, 86 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46/444 objects degraded (10.360%) 2024-09-17T08:56:00.543 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:00 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:00.543 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:00 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:00.543 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:00 smithi133 ceph-mon[49422]: pgmap v189: 129 pgs: 29 active+undersized, 14 active+undersized+degraded, 86 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46/444 objects degraded (10.360%) 2024-09-17T08:56:00.543 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:00 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:00.543 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:00 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:00.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:00 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:00.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:00 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:00.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:00 smithi089 ceph-mon[67711]: pgmap v189: 129 pgs: 29 active+undersized, 14 active+undersized+degraded, 86 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46/444 objects degraded (10.360%) 2024-09-17T08:56:00.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:00 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:00.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:00 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:02.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:02 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:02.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:02 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:56:02.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:02 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:02.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:02 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:56:03.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:03 smithi133 ceph-mon[49422]: pgmap v190: 129 pgs: 29 active+undersized, 14 active+undersized+degraded, 86 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46/444 objects degraded (10.360%) 2024-09-17T08:56:03.196 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:56:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T08:56:02.936+0000 7f2cd3121640 -1 osd.6 0 read_superblock omap replica is missing. 2024-09-17T08:56:03.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:03 smithi089 ceph-mon[67711]: pgmap v190: 129 pgs: 29 active+undersized, 14 active+undersized+degraded, 86 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46/444 objects degraded (10.360%) 2024-09-17T08:56:04.176 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:56:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T08:56:03.841+0000 7f2cd3121640 -1 osd.6 106 log_to_monitors true 2024-09-17T08:56:04.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:04 smithi089 ceph-mon[67711]: pgmap v191: 129 pgs: 29 active+undersized, 14 active+undersized+degraded, 86 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46/444 objects degraded (10.360%) 2024-09-17T08:56:04.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:04 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:04.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:04 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:04.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:04 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:56:04.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:04 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:56:04.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:04 smithi089 ceph-mon[67711]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:56:04.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:04 smithi089 ceph-mon[67711]: pgmap v192: 129 pgs: 29 active+undersized, 14 active+undersized+degraded, 86 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46/444 objects degraded (10.360%) 2024-09-17T08:56:04.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:04 smithi089 ceph-mon[67711]: pgmap v193: 129 pgs: 29 active+undersized, 14 active+undersized+degraded, 86 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46/444 objects degraded (10.360%) 2024-09-17T08:56:04.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:04 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:04.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:04 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:04.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:04 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:56:04.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:04 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:56:04.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:04 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:56:04.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:04 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:56:04.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:04 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-17T08:56:04.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:04 smithi089 ceph-mon[67711]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-17T08:56:04.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:04 smithi089 ceph-mon[67711]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-09-17T08:56:04.663 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:04 smithi089 ceph-mon[67711]: from='osd.6 [v2:172.21.15.133:6816/3564493579,v1:172.21.15.133:6817/3564493579]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-17T08:56:04.663 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:04 smithi089 ceph-mon[67711]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-17T08:56:04.676 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 08:56:04 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T08:56:04.383+0000 7f2ccaecb640 -1 osd.6 106 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T08:56:04.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:04 smithi133 ceph-mon[49422]: pgmap v191: 129 pgs: 29 active+undersized, 14 active+undersized+degraded, 86 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46/444 objects degraded (10.360%) 2024-09-17T08:56:04.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:04 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:04.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:04 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:04.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:04 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:56:04.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:04 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:56:04.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:04 smithi133 ceph-mon[49422]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:56:04.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:04 smithi133 ceph-mon[49422]: pgmap v192: 129 pgs: 29 active+undersized, 14 active+undersized+degraded, 86 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46/444 objects degraded (10.360%) 2024-09-17T08:56:04.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:04 smithi133 ceph-mon[49422]: pgmap v193: 129 pgs: 29 active+undersized, 14 active+undersized+degraded, 86 active+clean; 221 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46/444 objects degraded (10.360%) 2024-09-17T08:56:04.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:04 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:04.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:04 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:04.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:04 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:56:04.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:04 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:56:04.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:04 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:56:04.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:04 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:56:04.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:04 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-17T08:56:04.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:04 smithi133 ceph-mon[49422]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-17T08:56:04.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:04 smithi133 ceph-mon[49422]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-09-17T08:56:04.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:04 smithi133 ceph-mon[49422]: from='osd.6 [v2:172.21.15.133:6816/3564493579,v1:172.21.15.133:6817/3564493579]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-17T08:56:04.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:04 smithi133 ceph-mon[49422]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-17T08:56:05.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:05 smithi089 ceph-mon[67711]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-17T08:56:05.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:05 smithi089 ceph-mon[67711]: osdmap e109: 8 total, 7 up, 8 in 2024-09-17T08:56:05.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:05 smithi089 ceph-mon[67711]: from='osd.6 [v2:172.21.15.133:6816/3564493579,v1:172.21.15.133:6817/3564493579]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-17T08:56:05.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:05 smithi089 ceph-mon[67711]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-17T08:56:05.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:05 smithi089 ceph-mon[67711]: Health check update: Degraded data redundancy: 46/444 objects degraded (10.360%), 14 pgs degraded (PG_DEGRADED) 2024-09-17T08:56:05.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:05 smithi133 ceph-mon[49422]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-17T08:56:05.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:05 smithi133 ceph-mon[49422]: osdmap e109: 8 total, 7 up, 8 in 2024-09-17T08:56:05.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:05 smithi133 ceph-mon[49422]: from='osd.6 [v2:172.21.15.133:6816/3564493579,v1:172.21.15.133:6817/3564493579]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-17T08:56:05.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:05 smithi133 ceph-mon[49422]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-17T08:56:05.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:05 smithi133 ceph-mon[49422]: Health check update: Degraded data redundancy: 46/444 objects degraded (10.360%), 14 pgs degraded (PG_DEGRADED) 2024-09-17T08:56:06.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:06 smithi089 ceph-mon[67711]: pgmap v195: 129 pgs: 29 active+undersized, 14 active+undersized+degraded, 86 active+clean; 221 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 46/444 objects degraded (10.360%) 2024-09-17T08:56:06.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:06 smithi089 ceph-mon[67711]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T08:56:06.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:06 smithi089 ceph-mon[67711]: osd.6 [v2:172.21.15.133:6816/3564493579,v1:172.21.15.133:6817/3564493579] boot 2024-09-17T08:56:06.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:06 smithi089 ceph-mon[67711]: osdmap e110: 8 total, 8 up, 8 in 2024-09-17T08:56:06.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:06 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:56:06.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:06 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:06.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:06 smithi089 ceph-mon[67711]: osdmap e111: 8 total, 8 up, 8 in 2024-09-17T08:56:06.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:06 smithi133 ceph-mon[49422]: pgmap v195: 129 pgs: 29 active+undersized, 14 active+undersized+degraded, 86 active+clean; 221 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 46/444 objects degraded (10.360%) 2024-09-17T08:56:06.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:06 smithi133 ceph-mon[49422]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T08:56:06.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:06 smithi133 ceph-mon[49422]: osd.6 [v2:172.21.15.133:6816/3564493579,v1:172.21.15.133:6817/3564493579] boot 2024-09-17T08:56:06.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:06 smithi133 ceph-mon[49422]: osdmap e110: 8 total, 8 up, 8 in 2024-09-17T08:56:06.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:06 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:56:06.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:06 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:06.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:06 smithi133 ceph-mon[49422]: osdmap e111: 8 total, 8 up, 8 in 2024-09-17T08:56:08.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:08 smithi089 ceph-mon[67711]: pgmap v198: 129 pgs: 10 peering, 10 active+undersized, 10 active+undersized+degraded, 99 active+clean; 221 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 29/444 objects degraded (6.532%) 2024-09-17T08:56:08.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:08 smithi133 ceph-mon[49422]: pgmap v198: 129 pgs: 10 peering, 10 active+undersized, 10 active+undersized+degraded, 99 active+clean; 221 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 29/444 objects degraded (6.532%) 2024-09-17T08:56:10.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:10 smithi089 ceph-mon[67711]: pgmap v199: 129 pgs: 10 peering, 6 active+undersized, 8 active+undersized+degraded, 105 active+clean; 221 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 24/444 objects degraded (5.405%) 2024-09-17T08:56:10.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:10 smithi089 ceph-mon[67711]: Health check update: Degraded data redundancy: 24/444 objects degraded (5.405%), 8 pgs degraded (PG_DEGRADED) 2024-09-17T08:56:10.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:10 smithi133 ceph-mon[49422]: pgmap v199: 129 pgs: 10 peering, 6 active+undersized, 8 active+undersized+degraded, 105 active+clean; 221 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 24/444 objects degraded (5.405%) 2024-09-17T08:56:10.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:10 smithi133 ceph-mon[49422]: Health check update: Degraded data redundancy: 24/444 objects degraded (5.405%), 8 pgs degraded (PG_DEGRADED) 2024-09-17T08:56:10.961 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:56:11.585 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:56:11.585 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 running (14m) 107s ago 24m 17.8M - 0.20.0 0881eb8f169f 98413cb98a4d 2024-09-17T08:56:11.585 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (4m) 107s ago 24m 6895k - 18.2.4-855-g19e2a2be 980a0bfcd684 71cee01efda3 2024-09-17T08:56:11.585 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (4m) 12s ago 23m 6891k - 18.2.4-855-g19e2a2be 980a0bfcd684 d4830f191563 2024-09-17T08:56:11.585 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 running (12m) 107s ago 24m 36.9M - 6.7.4 557c83e11646 7989dd643c63 2024-09-17T08:56:11.585 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (19m) 107s ago 19m 43.9M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:56:11.585 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (19m) 12s ago 19m 16.9M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:56:11.585 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:8443,9283,8765 running (5m) 107s ago 25m 488M - 18.2.4-855-g19e2a2be 980a0bfcd684 3c5462471da5 2024-09-17T08:56:11.585 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283,8765 running (5m) 12s ago 23m 439M - 18.2.4-855-g19e2a2be 980a0bfcd684 65615ca3d291 2024-09-17T08:56:11.585 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (5m) 107s ago 25m 54.8M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 646dede0515f 2024-09-17T08:56:11.585 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (4m) 12s ago 23m 49.0M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 c4cc64200487 2024-09-17T08:56:11.586 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (16m) 107s ago 16m 158M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:56:11.586 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (16m) 12s ago 16m 91.4M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:56:11.586 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 running (10m) 107s ago 24m 17.2M - 0.18.1 e5a616e4b9cf 8d8f92b91922 2024-09-17T08:56:11.586 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (5m) 12s ago 23m 2553k - 0.18.1 e5a616e4b9cf 205b9ba6c0ba 2024-09-17T08:56:11.586 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (3m) 107s ago 23m 212M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 77ff85f32922 2024-09-17T08:56:11.586 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (3m) 107s ago 22m 190M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 3f46e0cc90ae 2024-09-17T08:56:11.586 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (2m) 107s ago 22m 172M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 628827298bcc 2024-09-17T08:56:11.586 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (114s) 107s ago 21m 12.0M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 8eb04ed70129 2024-09-17T08:56:11.586 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (79s) 12s ago 21m 219M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 21f58ae6b96f 2024-09-17T08:56:11.586 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (48s) 12s ago 21m 201M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 92385646fccd 2024-09-17T08:56:11.586 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (16s) 12s ago 20m 13.1M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 81d2f1ba5351 2024-09-17T08:56:11.586 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (20m) 12s ago 20m 510M 4096M 16.2.0 24ecd6d5f14c 52f26104c9a2 2024-09-17T08:56:11.586 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 unknown 107s ago 23m - - 2024-09-17T08:56:11.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:11 smithi089 ceph-mon[67711]: from='client.34370 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:56:11.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:11 smithi089 ceph-mon[67711]: from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:56:11.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:11 smithi133 ceph-mon[49422]: from='client.34370 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:56:11.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:11 smithi133 ceph-mon[49422]: from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:56:11.961 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:56:11.961 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:56:11.961 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:56:11.961 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:56:11.961 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:56:11.962 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:56:11.962 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:56:11.962 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:56:11.962 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 1, 2024-09-17T08:56:11.962 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 7 2024-09-17T08:56:11.962 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:56:11.962 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:56:11.962 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 2 2024-09-17T08:56:11.962 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:56:11.962 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:56:11.962 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 3, 2024-09-17T08:56:11.962 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 11 2024-09-17T08:56:11.962 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:56:11.962 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:56:12.284 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:56:12.285 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:56:12.285 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:56:12.285 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:56:12.285 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [ 2024-09-17T08:56:12.285 INFO:teuthology.orchestra.run.smithi089.stdout: "crash", 2024-09-17T08:56:12.285 INFO:teuthology.orchestra.run.smithi089.stdout: "mon", 2024-09-17T08:56:12.285 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr" 2024-09-17T08:56:12.285 INFO:teuthology.orchestra.run.smithi089.stdout: ], 2024-09-17T08:56:12.285 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "13/23 daemons upgraded", 2024-09-17T08:56:12.285 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "Currently upgrading osd daemons", 2024-09-17T08:56:12.285 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:56:12.285 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:56:12.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:12 smithi089 ceph-mon[67711]: pgmap v200: 129 pgs: 129 active+clean; 221 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 292 B/s rd, 0 op/s 2024-09-17T08:56:12.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:12 smithi089 ceph-mon[67711]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 24/444 objects degraded (5.405%), 8 pgs degraded) 2024-09-17T08:56:12.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:12 smithi089 ceph-mon[67711]: from='client.34378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:56:12.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:12 smithi089 ceph-mon[67711]: from='client.34382 172.21.15.89:0/3752459444' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:56:12.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:12 smithi089 ceph-mon[67711]: from='client.34386 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:56:12.671 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-17T08:56:12.671 INFO:teuthology.orchestra.run.smithi089.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-17T08:56:12.671 INFO:teuthology.orchestra.run.smithi089.stdout: daemon prometheus.smithi089 on smithi089 is in unknown state 2024-09-17T08:56:12.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:12 smithi133 ceph-mon[49422]: pgmap v200: 129 pgs: 129 active+clean; 221 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 292 B/s rd, 0 op/s 2024-09-17T08:56:12.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:12 smithi133 ceph-mon[49422]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 24/444 objects degraded (5.405%), 8 pgs degraded) 2024-09-17T08:56:12.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:12 smithi133 ceph-mon[49422]: from='client.34378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:56:12.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:12 smithi133 ceph-mon[49422]: from='client.34382 172.21.15.89:0/3752459444' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:56:12.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:12 smithi133 ceph-mon[49422]: from='client.34386 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:56:13.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:13 smithi089 ceph-mon[67711]: from='client.34390 172.21.15.89:0/3715149884' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:56:13.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:13 smithi133 ceph-mon[49422]: from='client.34390 172.21.15.89:0/3715149884' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:56:14.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:14 smithi089 ceph-mon[67711]: pgmap v201: 129 pgs: 129 active+clean; 221 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:56:14.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:14 smithi133 ceph-mon[49422]: pgmap v201: 129 pgs: 129 active+clean; 221 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:56:17.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:17 smithi089 ceph-mon[67711]: pgmap v202: 129 pgs: 129 active+clean; 221 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T08:56:17.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:17 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:17.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:17 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:56:17.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:17 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:17.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:17 smithi133 ceph-mon[49422]: pgmap v202: 129 pgs: 129 active+clean; 221 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T08:56:17.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:17 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:17.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:17 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:56:17.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:17 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:19.118 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:19 smithi133 ceph-mon[49422]: pgmap v203: 129 pgs: 129 active+clean; 221 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2024-09-17T08:56:19.119 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:19 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-17T08:56:19.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:19 smithi089 ceph-mon[67711]: pgmap v203: 129 pgs: 129 active+clean; 221 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2024-09-17T08:56:19.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:19 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-17T08:56:20.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:20 smithi133 ceph-mon[49422]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-17T08:56:20.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:20 smithi133 ceph-mon[49422]: Upgrade: osd.7 is safe to restart 2024-09-17T08:56:20.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:20 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:20.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:20 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-17T08:56:20.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:20 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:56:20.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:20 smithi089 ceph-mon[67711]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-17T08:56:20.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:20 smithi089 ceph-mon[67711]: Upgrade: osd.7 is safe to restart 2024-09-17T08:56:20.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:20 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:20.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:20 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-17T08:56:20.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:20 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:56:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:21 smithi133 ceph-mon[49422]: pgmap v204: 129 pgs: 129 active+clean; 221 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:56:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:21 smithi133 ceph-mon[49422]: Upgrade: Updating osd.7 2024-09-17T08:56:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:21 smithi133 ceph-mon[49422]: Deploying daemon osd.7 on smithi133 2024-09-17T08:56:21.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:21 smithi089 ceph-mon[67711]: pgmap v204: 129 pgs: 129 active+clean; 221 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:56:21.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:21 smithi089 ceph-mon[67711]: Upgrade: Updating osd.7 2024-09-17T08:56:21.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:21 smithi089 ceph-mon[67711]: Deploying daemon osd.7 on smithi133 2024-09-17T08:56:22.915 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:22 smithi133 systemd[1]: Stopping Ceph osd.7 for fc89bb2a-74ce-11ef-bceb-c7b262605968... 2024-09-17T08:56:22.915 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.7[36987]: debug 2024-09-17T08:56:22.745+0000 7f418f62f700 -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-09-17T08:56:22.915 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.7[36987]: debug 2024-09-17T08:56:22.745+0000 7f418f62f700 -1 osd.7 111 *** Got signal Terminated *** 2024-09-17T08:56:22.915 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.7[36987]: debug 2024-09-17T08:56:22.745+0000 7f418f62f700 -1 osd.7 111 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T08:56:23.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:23 smithi133 ceph-mon[49422]: pgmap v205: 129 pgs: 129 active+clean; 221 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:56:23.176 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:22 smithi133 podman[60771]: 2024-09-17 08:56:22.918593811 +0000 UTC m=+0.295938766 container died 52f26104c9a2530e341a8ddb1aad2cf4a49eb9c66c15c4caf7ddc9ebbfcbf3b0 (image=quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.7, org.label-schema.name=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557, RELEASE=HEAD, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20201204, CEPH_POINT_RELEASE=-16.2.0, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-09-17T08:56:23.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:23 smithi089 ceph-mon[67711]: pgmap v205: 129 pgs: 129 active+clean; 221 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T08:56:23.656 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:23 smithi133 podman[60771]: 2024-09-17 08:56:23.396075116 +0000 UTC m=+0.773420070 container cleanup 52f26104c9a2530e341a8ddb1aad2cf4a49eb9c66c15c4caf7ddc9ebbfcbf3b0 (image=quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.7, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557, ceph=True, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-16.2.0, GIT_CLEAN=True, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, RELEASE=HEAD, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-17T08:56:23.656 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:23 smithi133 bash[60771]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.7 2024-09-17T08:56:23.926 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:23 smithi133 podman[60788]: 2024-09-17 08:56:23.655941317 +0000 UTC m=+0.734734798 container remove 52f26104c9a2530e341a8ddb1aad2cf4a49eb9c66c15c4caf7ddc9ebbfcbf3b0 (image=quay.io/ceph/ceph@sha256:35b2786dc4cd535dd84f6a1a585503db4b43623ba6c43120b5e5e00951949000, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd.7, RELEASE=HEAD, ceph=True, org.label-schema.build-date=20201204, CEPH_POINT_RELEASE=-16.2.0, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_COMMIT=20cb635043d86d971f028e2bf2824446440b5557, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-17T08:56:24.287 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:24 smithi133 podman[60896]: 2024-09-17 08:56:24.017600554 +0000 UTC m=+0.016405839 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T08:56:24.287 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:24 smithi133 podman[60896]: 2024-09-17 08:56:24.140397168 +0000 UTC m=+0.139202439 container create e8234b6f1311f7bb7644c3199d9519caee5221859020acba3c59b99c1eae8662 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_BRANCH=HEAD) 2024-09-17T08:56:24.287 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.0 2024-09-17T08:56:24.287 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 failed (root=default,host=smithi133) (connection refused reported by osd.0) 2024-09-17T08:56:24.288 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.2 2024-09-17T08:56:24.288 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.3 2024-09-17T08:56:24.288 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.4 2024-09-17T08:56:24.288 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.0 2024-09-17T08:56:24.288 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.1 2024-09-17T08:56:24.288 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.2 2024-09-17T08:56:24.288 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.3 2024-09-17T08:56:24.288 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.4 2024-09-17T08:56:24.288 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.1 2024-09-17T08:56:24.288 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.5 2024-09-17T08:56:24.288 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.6 2024-09-17T08:56:24.288 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.5 2024-09-17T08:56:24.288 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.6 2024-09-17T08:56:24.288 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.1 2024-09-17T08:56:24.288 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.0 2024-09-17T08:56:24.289 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.2 2024-09-17T08:56:24.289 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.5 2024-09-17T08:56:24.289 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.1 2024-09-17T08:56:24.289 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.2 2024-09-17T08:56:24.289 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.3 2024-09-17T08:56:24.289 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.5 2024-09-17T08:56:24.289 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.0 2024-09-17T08:56:24.289 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.1 2024-09-17T08:56:24.289 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.2 2024-09-17T08:56:24.289 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.3 2024-09-17T08:56:24.289 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.6 2024-09-17T08:56:24.289 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.0 2024-09-17T08:56:24.289 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.4 2024-09-17T08:56:24.289 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.5 2024-09-17T08:56:24.290 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.6 2024-09-17T08:56:24.290 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.4 2024-09-17T08:56:24.290 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.1 2024-09-17T08:56:24.290 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.0 2024-09-17T08:56:24.290 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.2 2024-09-17T08:56:24.290 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.5 2024-09-17T08:56:24.290 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.1 2024-09-17T08:56:24.290 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.0 2024-09-17T08:56:24.290 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.2 2024-09-17T08:56:24.290 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:24 smithi133 ceph-mon[49422]: osd.7 reported immediately failed by osd.5 2024-09-17T08:56:24.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.0 2024-09-17T08:56:24.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 failed (root=default,host=smithi133) (connection refused reported by osd.0) 2024-09-17T08:56:24.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.2 2024-09-17T08:56:24.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.3 2024-09-17T08:56:24.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.4 2024-09-17T08:56:24.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.0 2024-09-17T08:56:24.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.1 2024-09-17T08:56:24.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.2 2024-09-17T08:56:24.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.3 2024-09-17T08:56:24.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.4 2024-09-17T08:56:24.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.1 2024-09-17T08:56:24.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.5 2024-09-17T08:56:24.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.6 2024-09-17T08:56:24.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.5 2024-09-17T08:56:24.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.6 2024-09-17T08:56:24.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.1 2024-09-17T08:56:24.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.0 2024-09-17T08:56:24.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.2 2024-09-17T08:56:24.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.5 2024-09-17T08:56:24.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.1 2024-09-17T08:56:24.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.2 2024-09-17T08:56:24.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.3 2024-09-17T08:56:24.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.5 2024-09-17T08:56:24.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.0 2024-09-17T08:56:24.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.1 2024-09-17T08:56:24.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.2 2024-09-17T08:56:24.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.3 2024-09-17T08:56:24.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.6 2024-09-17T08:56:24.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.0 2024-09-17T08:56:24.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.4 2024-09-17T08:56:24.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.5 2024-09-17T08:56:24.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.6 2024-09-17T08:56:24.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.4 2024-09-17T08:56:24.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.1 2024-09-17T08:56:24.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.0 2024-09-17T08:56:24.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.2 2024-09-17T08:56:24.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.5 2024-09-17T08:56:24.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.1 2024-09-17T08:56:24.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.0 2024-09-17T08:56:24.415 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.2 2024-09-17T08:56:24.415 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:24 smithi089 ceph-mon[67711]: osd.7 reported immediately failed by osd.5 2024-09-17T08:56:24.676 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:24 smithi133 podman[60896]: 2024-09-17 08:56:24.401707691 +0000 UTC m=+0.400512965 container init e8234b6f1311f7bb7644c3199d9519caee5221859020acba3c59b99c1eae8662 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7-deactivate, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T08:56:24.676 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:24 smithi133 podman[60896]: 2024-09-17 08:56:24.405133641 +0000 UTC m=+0.403938915 container start e8234b6f1311f7bb7644c3199d9519caee5221859020acba3c59b99c1eae8662 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7-deactivate, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.license=GPLv2) 2024-09-17T08:56:24.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:24 smithi133 podman[60896]: 2024-09-17 08:56:24.493217437 +0000 UTC m=+0.492022734 container attach e8234b6f1311f7bb7644c3199d9519caee5221859020acba3c59b99c1eae8662 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7-deactivate, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=reef-19e2a2b, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T08:56:24.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:24 smithi133 podman[60896]: 2024-09-17 08:56:24.593148084 +0000 UTC m=+0.591953354 container died e8234b6f1311f7bb7644c3199d9519caee5221859020acba3c59b99c1eae8662 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=reef-19e2a2b, GIT_CLEAN=True, org.label-schema.schema-version=1.0, ceph=True) 2024-09-17T08:56:25.331 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:25 smithi133 ceph-mon[49422]: pgmap v206: 129 pgs: 129 active+clean; 221 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:56:25.331 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:25 smithi133 ceph-mon[49422]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T08:56:25.331 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:25 smithi133 ceph-mon[49422]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-09-17T08:56:25.331 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:25 smithi133 ceph-mon[49422]: osdmap e112: 8 total, 7 up, 8 in 2024-09-17T08:56:25.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:25 smithi089 ceph-mon[67711]: pgmap v206: 129 pgs: 129 active+clean; 221 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:56:25.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:25 smithi089 ceph-mon[67711]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-17T08:56:25.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:25 smithi089 ceph-mon[67711]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-09-17T08:56:25.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:25 smithi089 ceph-mon[67711]: osdmap e112: 8 total, 7 up, 8 in 2024-09-17T08:56:25.676 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:25 smithi133 podman[60918]: 2024-09-17 08:56:25.331085379 +0000 UTC m=+0.731853685 container remove e8234b6f1311f7bb7644c3199d9519caee5221859020acba3c59b99c1eae8662 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7-deactivate, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-19e2a2b, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_BRANCH=HEAD) 2024-09-17T08:56:25.676 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:25 smithi133 systemd[1]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.7.service: Deactivated successfully. 2024-09-17T08:56:25.676 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:25 smithi133 systemd[1]: Stopped Ceph osd.7 for fc89bb2a-74ce-11ef-bceb-c7b262605968. 2024-09-17T08:56:25.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:25 smithi133 systemd[1]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.7.service: Consumed 1.120s CPU time. 2024-09-17T08:56:25.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:25 smithi133 systemd[1]: Starting Ceph osd.7 for fc89bb2a-74ce-11ef-bceb-c7b262605968... 2024-09-17T08:56:26.018 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:25 smithi133 podman[61048]: 2024-09-17 08:56:25.660931611 +0000 UTC m=+0.016051391 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T08:56:26.018 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:25 smithi133 podman[61048]: 2024-09-17 08:56:25.80720455 +0000 UTC m=+0.162324322 container create c363262d03bef0a4b1bfb10a5a253b33c7644e0580cfebc5ceef0fbc157861b6 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7-activate, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, RELEASE=reef-19e2a2b, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.37.2) 2024-09-17T08:56:26.320 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:26 smithi133 ceph-mon[49422]: osdmap e113: 8 total, 7 up, 8 in 2024-09-17T08:56:26.320 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:26 smithi133 podman[61048]: 2024-09-17 08:56:26.018036024 +0000 UTC m=+0.373155801 container init c363262d03bef0a4b1bfb10a5a253b33c7644e0580cfebc5ceef0fbc157861b6 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7-activate, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T08:56:26.321 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:26 smithi133 podman[61048]: 2024-09-17 08:56:26.021514359 +0000 UTC m=+0.376634130 container start c363262d03bef0a4b1bfb10a5a253b33c7644e0580cfebc5ceef0fbc157861b6 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7-activate, RELEASE=reef-19e2a2b, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD) 2024-09-17T08:56:26.321 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:26 smithi133 podman[61048]: 2024-09-17 08:56:26.092992085 +0000 UTC m=+0.448111862 container attach c363262d03bef0a4b1bfb10a5a253b33c7644e0580cfebc5ceef0fbc157861b6 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7-activate, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-19e2a2b, ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2) 2024-09-17T08:56:26.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:26 smithi089 ceph-mon[67711]: osdmap e113: 8 total, 7 up, 8 in 2024-09-17T08:56:26.676 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7-activate[61063]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-17T08:56:26.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:26 smithi133 bash[61048]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-17T08:56:26.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7-activate[61063]: 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-09-17T08:56:26.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:26 smithi133 bash[61048]: 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-09-17T08:56:26.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7-activate[61063]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-17T08:56:26.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:26 smithi133 bash[61048]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-17T08:56:26.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7-activate[61063]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-17T08:56:26.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:26 smithi133 bash[61048]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-17T08:56:26.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7-activate[61063]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-09-17T08:56:26.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:26 smithi133 bash[61048]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-09-17T08:56:26.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7-activate[61063]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-17T08:56:26.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:26 smithi133 bash[61048]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-17T08:56:26.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7-activate[61063]: --> ceph-volume raw activate successful for osd ID: 7 2024-09-17T08:56:26.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:26 smithi133 bash[61048]: --> ceph-volume raw activate successful for osd ID: 7 2024-09-17T08:56:26.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:26 smithi133 podman[61048]: 2024-09-17 08:56:26.368047852 +0000 UTC m=+0.723167633 container died c363262d03bef0a4b1bfb10a5a253b33c7644e0580cfebc5ceef0fbc157861b6 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7-activate, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=reef-19e2a2b, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_CLEAN=True) 2024-09-17T08:56:27.396 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:27 smithi133 ceph-mon[49422]: pgmap v209: 129 pgs: 3 active+undersized, 7 peering, 14 stale+active+clean, 1 active+undersized+degraded, 104 active+clean; 221 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s; 9/444 objects degraded (2.027%) 2024-09-17T08:56:27.396 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:27 smithi133 ceph-mon[49422]: Health check failed: Degraded data redundancy: 9/444 objects degraded (2.027%), 1 pg degraded (PG_DEGRADED) 2024-09-17T08:56:27.396 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:27 smithi133 podman[61175]: 2024-09-17 08:56:27.080787728 +0000 UTC m=+0.707119875 container remove c363262d03bef0a4b1bfb10a5a253b33c7644e0580cfebc5ceef0fbc157861b6 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7-activate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, RELEASE=reef-19e2a2b, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2) 2024-09-17T08:56:27.396 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:27 smithi133 podman[61231]: 2024-09-17 08:56:27.195340433 +0000 UTC m=+0.016344966 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T08:56:27.396 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:27 smithi133 podman[61231]: 2024-09-17 08:56:27.298093124 +0000 UTC m=+0.119097644 container create e1769d26e41d471a365d924860bfd77f39f4bfe6e8ae62471684e1ef5225ca63 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.vendor=CentOS, ceph=True, RELEASE=reef-19e2a2b, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T08:56:27.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:27 smithi089 ceph-mon[67711]: pgmap v209: 129 pgs: 3 active+undersized, 7 peering, 14 stale+active+clean, 1 active+undersized+degraded, 104 active+clean; 221 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s; 9/444 objects degraded (2.027%) 2024-09-17T08:56:27.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:27 smithi089 ceph-mon[67711]: Health check failed: Degraded data redundancy: 9/444 objects degraded (2.027%), 1 pg degraded (PG_DEGRADED) 2024-09-17T08:56:27.926 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:27 smithi133 podman[61231]: 2024-09-17 08:56:27.500476359 +0000 UTC m=+0.321480883 container init e1769d26e41d471a365d924860bfd77f39f4bfe6e8ae62471684e1ef5225ca63 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, RELEASE=reef-19e2a2b, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T08:56:27.926 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:27 smithi133 podman[61231]: 2024-09-17 08:56:27.503518489 +0000 UTC m=+0.324523003 container start e1769d26e41d471a365d924860bfd77f39f4bfe6e8ae62471684e1ef5225ca63 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, ceph=True, RELEASE=reef-19e2a2b, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-09-17T08:56:27.926 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:27 smithi133 ceph-osd[61250]: -- 172.21.15.133:0/2461593897 <== mon.1 v2:172.21.15.133:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5624413f11e0 con 0x562442172000 2024-09-17T08:56:27.926 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:27 smithi133 bash[61231]: e1769d26e41d471a365d924860bfd77f39f4bfe6e8ae62471684e1ef5225ca63 2024-09-17T08:56:27.926 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:27 smithi133 systemd[1]: Started Ceph osd.7 for fc89bb2a-74ce-11ef-bceb-c7b262605968. 2024-09-17T08:56:28.307 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:28 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T08:56:28.038+0000 7fd2f2a95640 -1 Falling back to public interface 2024-09-17T08:56:28.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:28 smithi089 ceph-mon[67711]: pgmap v210: 129 pgs: 24 active+undersized, 7 peering, 2 stale+active+clean, 16 active+undersized+degraded, 80 active+clean; 221 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 55/444 objects degraded (12.387%) 2024-09-17T08:56:28.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:28 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:28.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:28 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:28.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:28 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:56:28.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:28 smithi133 ceph-mon[49422]: pgmap v210: 129 pgs: 24 active+undersized, 7 peering, 2 stale+active+clean, 16 active+undersized+degraded, 80 active+clean; 221 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 55/444 objects degraded (12.387%) 2024-09-17T08:56:28.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:28 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:28.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:28 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:28.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:28 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:56:30.891 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:30 smithi133 ceph-mon[49422]: pgmap v211: 129 pgs: 29 active+undersized, 7 peering, 20 active+undersized+degraded, 73 active+clean; 221 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 71/444 objects degraded (15.991%) 2024-09-17T08:56:30.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:30 smithi089 ceph-mon[67711]: pgmap v211: 129 pgs: 29 active+undersized, 7 peering, 20 active+undersized+degraded, 73 active+clean; 221 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 71/444 objects degraded (15.991%) 2024-09-17T08:56:32.337 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:32 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:32.337 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:32 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:56:32.337 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:32 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:32.337 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:32 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:32.337 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:32 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:32.337 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:32 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:32.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:32 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:32.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:32 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:56:32.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:32 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:32.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:32 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:32.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:32 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:32.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:32 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:33.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:33 smithi089 ceph-mon[67711]: pgmap v212: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 221 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 81/444 objects degraded (18.243%) 2024-09-17T08:56:33.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:33 smithi089 ceph-mon[67711]: Health check update: Degraded data redundancy: 81/444 objects degraded (18.243%), 23 pgs degraded (PG_DEGRADED) 2024-09-17T08:56:33.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:33 smithi133 ceph-mon[49422]: pgmap v212: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 221 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 81/444 objects degraded (18.243%) 2024-09-17T08:56:33.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:33 smithi133 ceph-mon[49422]: Health check update: Degraded data redundancy: 81/444 objects degraded (18.243%), 23 pgs degraded (PG_DEGRADED) 2024-09-17T08:56:35.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:35 smithi133 ceph-mon[49422]: pgmap v213: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 221 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 81/444 objects degraded (18.243%) 2024-09-17T08:56:35.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:35 smithi089 ceph-mon[67711]: pgmap v213: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 221 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 81/444 objects degraded (18.243%) 2024-09-17T08:56:36.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:36.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:36.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:56:36.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:56:36.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:36 smithi089 ceph-mon[67711]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:56:36.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:36 smithi089 ceph-mon[67711]: pgmap v214: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 221 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 81/444 objects degraded (18.243%) 2024-09-17T08:56:36.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:36 smithi089 ceph-mon[67711]: pgmap v215: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 221 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 81/444 objects degraded (18.243%) 2024-09-17T08:56:36.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:36.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:36.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:56:36.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:56:36.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:56:36.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:56:36.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:56:36.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:36.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-09-17T08:56:36.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-17T08:56:36.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-09-17T08:56:36.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-17T08:56:36.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-09-17T08:56:36.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-17T08:56:36.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-09-17T08:56:36.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-17T08:56:36.663 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-09-17T08:56:36.663 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-17T08:56:36.663 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-09-17T08:56:36.663 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-17T08:56:36.663 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-09-17T08:56:36.663 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-17T08:56:36.663 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-09-17T08:56:36.663 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-17T08:56:36.663 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd require-osd-release", "release": "reef"}]: dispatch 2024-09-17T08:56:36.676 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T08:56:36.375+0000 7fd2f2a95640 -1 osd.7 0 read_superblock omap replica is missing. 2024-09-17T08:56:36.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:36.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:36.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:56:36.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:56:36.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-mon[49422]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:56:36.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-mon[49422]: pgmap v214: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 221 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 81/444 objects degraded (18.243%) 2024-09-17T08:56:36.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-mon[49422]: pgmap v215: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 221 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 81/444 objects degraded (18.243%) 2024-09-17T08:56:36.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:36.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:36.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:56:36.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:56:36.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:56:36.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:56:36.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:56:36.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:36.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-09-17T08:56:36.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-17T08:56:36.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-09-17T08:56:36.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-17T08:56:36.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-09-17T08:56:36.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-17T08:56:36.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-09-17T08:56:36.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-17T08:56:36.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-09-17T08:56:36.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-17T08:56:36.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-09-17T08:56:36.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-17T08:56:36.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-09-17T08:56:36.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-17T08:56:36.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-09-17T08:56:36.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-17T08:56:36.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd require-osd-release", "release": "reef"}]: dispatch 2024-09-17T08:56:37.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:37 smithi089 ceph-mon[67711]: Upgrade: Setting container_image for all osd 2024-09-17T08:56:37.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:37 smithi089 ceph-mon[67711]: Upgrade: Setting require_osd_release to 18 reef 2024-09-17T08:56:37.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:37 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:37.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:37 smithi089 ceph-mon[67711]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-09-17T08:56:37.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:37 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "osd require-osd-release", "release": "reef"}]': finished 2024-09-17T08:56:37.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:37 smithi089 ceph-mon[67711]: osdmap e114: 8 total, 7 up, 8 in 2024-09-17T08:56:37.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:37 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi089.xuhpot"]}]: dispatch 2024-09-17T08:56:37.676 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:37 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T08:56:37.451+0000 7fd2f2a95640 -1 osd.7 111 log_to_monitors true 2024-09-17T08:56:37.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:37 smithi133 ceph-mon[49422]: Upgrade: Setting container_image for all osd 2024-09-17T08:56:37.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:37 smithi133 ceph-mon[49422]: Upgrade: Setting require_osd_release to 18 reef 2024-09-17T08:56:37.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:37 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:37.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:37 smithi133 ceph-mon[49422]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-09-17T08:56:37.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:37 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "osd require-osd-release", "release": "reef"}]': finished 2024-09-17T08:56:37.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:37 smithi133 ceph-mon[49422]: osdmap e114: 8 total, 7 up, 8 in 2024-09-17T08:56:37.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:37 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi089.xuhpot"]}]: dispatch 2024-09-17T08:56:38.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:38 smithi089 ceph-mon[67711]: Upgrade: It appears safe to stop mds.foofs.smithi089.xuhpot 2024-09-17T08:56:38.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:38 smithi089 ceph-mon[67711]: pgmap v217: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 221 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 260 B/s rd, 0 op/s; 81/444 objects degraded (18.243%) 2024-09-17T08:56:38.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:38 smithi089 ceph-mon[67711]: from='osd.7 [v2:172.21.15.133:6824/2886978008,v1:172.21.15.133:6825/2886978008]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-17T08:56:38.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:38 smithi089 ceph-mon[67711]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-17T08:56:38.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:38 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:38.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:38 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi089.xuhpot", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-17T08:56:38.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:38 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:56:38.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:38 smithi133 ceph-mon[49422]: Upgrade: It appears safe to stop mds.foofs.smithi089.xuhpot 2024-09-17T08:56:38.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:38 smithi133 ceph-mon[49422]: pgmap v217: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 221 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 260 B/s rd, 0 op/s; 81/444 objects degraded (18.243%) 2024-09-17T08:56:38.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:38 smithi133 ceph-mon[49422]: from='osd.7 [v2:172.21.15.133:6824/2886978008,v1:172.21.15.133:6825/2886978008]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-17T08:56:38.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:38 smithi133 ceph-mon[49422]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-17T08:56:38.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:38 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:38.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:38 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi089.xuhpot", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-17T08:56:38.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:38 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:56:39.176 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 08:56:38 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T08:56:38.871+0000 7fd2e6837640 -1 osd.7 111 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T08:56:39.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:39 smithi089 ceph-mon[67711]: Upgrade: Updating mds.foofs.smithi089.xuhpot 2024-09-17T08:56:39.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:39 smithi089 ceph-mon[67711]: Deploying daemon mds.foofs.smithi089.xuhpot on smithi089 2024-09-17T08:56:39.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:39 smithi089 ceph-mon[67711]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-17T08:56:39.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:39 smithi089 ceph-mon[67711]: osdmap e115: 8 total, 7 up, 8 in 2024-09-17T08:56:39.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:39 smithi089 ceph-mon[67711]: from='osd.7 [v2:172.21.15.133:6824/2886978008,v1:172.21.15.133:6825/2886978008]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-17T08:56:39.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:39 smithi089 ceph-mon[67711]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-17T08:56:39.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:39 smithi089 ceph-mon[67711]: from='osd.7 ' entity='osd.7' 2024-09-17T08:56:39.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:39 smithi133 ceph-mon[49422]: Upgrade: Updating mds.foofs.smithi089.xuhpot 2024-09-17T08:56:39.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:39 smithi133 ceph-mon[49422]: Deploying daemon mds.foofs.smithi089.xuhpot on smithi089 2024-09-17T08:56:39.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:39 smithi133 ceph-mon[49422]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-17T08:56:39.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:39 smithi133 ceph-mon[49422]: osdmap e115: 8 total, 7 up, 8 in 2024-09-17T08:56:39.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:39 smithi133 ceph-mon[49422]: from='osd.7 [v2:172.21.15.133:6824/2886978008,v1:172.21.15.133:6825/2886978008]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-17T08:56:39.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:39 smithi133 ceph-mon[49422]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-09-17T08:56:39.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:39 smithi133 ceph-mon[49422]: from='osd.7 ' entity='osd.7' 2024-09-17T08:56:39.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:39 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon-smithi089[67707]: 2024-09-17T08:56:39.599+0000 7f3386343640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T08:56:40.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:40 smithi089 ceph-mon[67711]: pgmap v219: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 221 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 174 B/s rd, 0 op/s; 81/444 objects degraded (18.243%) 2024-09-17T08:56:40.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:40 smithi089 ceph-mon[67711]: daemon mds.foofs.smithi089.xuhpot compat changed unexpectedly 2024-09-17T08:56:40.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:40 smithi089 ceph-mon[67711]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T08:56:40.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:40 smithi089 ceph-mon[67711]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-17T08:56:40.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:40 smithi089 ceph-mon[67711]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T08:56:40.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:40 smithi089 ceph-mon[67711]: osd.7 [v2:172.21.15.133:6824/2886978008,v1:172.21.15.133:6825/2886978008] boot 2024-09-17T08:56:40.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:40 smithi089 ceph-mon[67711]: osdmap e116: 8 total, 8 up, 8 in 2024-09-17T08:56:40.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:40 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:56:40.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:40 smithi089 ceph-mon[67711]: Standby daemon mds.foofs.smithi133.enpevq assigned to filesystem foofs as rank 0 2024-09-17T08:56:40.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:40 smithi089 ceph-mon[67711]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-17T08:56:40.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:40 smithi089 ceph-mon[67711]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-17T08:56:40.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:40 smithi089 ceph-mon[67711]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-09-17T08:56:40.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:40 smithi089 ceph-mon[67711]: fsmap foofs:1/1 {0=foofs.smithi133.enpevq=up:replay} 2024-09-17T08:56:40.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:40 smithi133 ceph-mon[49422]: pgmap v219: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 221 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 174 B/s rd, 0 op/s; 81/444 objects degraded (18.243%) 2024-09-17T08:56:40.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:40 smithi133 ceph-mon[49422]: daemon mds.foofs.smithi089.xuhpot compat changed unexpectedly 2024-09-17T08:56:40.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:40 smithi133 ceph-mon[49422]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-17T08:56:40.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:40 smithi133 ceph-mon[49422]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-17T08:56:40.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:40 smithi133 ceph-mon[49422]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T08:56:40.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:40 smithi133 ceph-mon[49422]: osd.7 [v2:172.21.15.133:6824/2886978008,v1:172.21.15.133:6825/2886978008] boot 2024-09-17T08:56:40.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:40 smithi133 ceph-mon[49422]: osdmap e116: 8 total, 8 up, 8 in 2024-09-17T08:56:40.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:40 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:56:40.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:40 smithi133 ceph-mon[49422]: Standby daemon mds.foofs.smithi133.enpevq assigned to filesystem foofs as rank 0 2024-09-17T08:56:40.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:40 smithi133 ceph-mon[49422]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-17T08:56:40.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:40 smithi133 ceph-mon[49422]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-17T08:56:40.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:40 smithi133 ceph-mon[49422]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-09-17T08:56:40.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:40 smithi133 ceph-mon[49422]: fsmap foofs:1/1 {0=foofs.smithi133.enpevq=up:replay} 2024-09-17T08:56:41.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:41 smithi089 ceph-mon[67711]: osdmap e117: 8 total, 8 up, 8 in 2024-09-17T08:56:41.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:41 smithi089 ceph-mon[67711]: pgmap v222: 129 pgs: 10 peering, 20 active+undersized, 13 active+undersized+degraded, 86 active+clean; 221 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 7.0 MiB/s rd, 3 op/s; 50/444 objects degraded (11.261%) 2024-09-17T08:56:41.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:41 smithi133 ceph-mon[49422]: osdmap e117: 8 total, 8 up, 8 in 2024-09-17T08:56:41.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:41 smithi133 ceph-mon[49422]: pgmap v222: 129 pgs: 10 peering, 20 active+undersized, 13 active+undersized+degraded, 86 active+clean; 221 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 7.0 MiB/s rd, 3 op/s; 50/444 objects degraded (11.261%) 2024-09-17T08:56:42.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:42 smithi089 ceph-mon[67711]: Health check update: Degraded data redundancy: 50/444 objects degraded (11.261%), 13 pgs degraded (PG_DEGRADED) 2024-09-17T08:56:42.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:42 smithi089 ceph-mon[67711]: reconnect by client.24545 172.21.15.133:0/3495123405 after 0 2024-09-17T08:56:42.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:42 smithi089 ceph-mon[67711]: reconnect by client.14778 172.21.15.89:0/1789704316 after 0 2024-09-17T08:56:42.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:42 smithi089 ceph-mon[67711]: mds.? [v2:172.21.15.133:6832/651280120,v1:172.21.15.133:6833/651280120] up:reconnect 2024-09-17T08:56:42.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:42 smithi089 ceph-mon[67711]: fsmap foofs:1/1 {0=foofs.smithi133.enpevq=up:reconnect} 2024-09-17T08:56:42.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:42 smithi133 ceph-mon[49422]: Health check update: Degraded data redundancy: 50/444 objects degraded (11.261%), 13 pgs degraded (PG_DEGRADED) 2024-09-17T08:56:42.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:42 smithi133 ceph-mon[49422]: reconnect by client.24545 172.21.15.133:0/3495123405 after 0 2024-09-17T08:56:42.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:42 smithi133 ceph-mon[49422]: reconnect by client.14778 172.21.15.89:0/1789704316 after 0 2024-09-17T08:56:42.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:42 smithi133 ceph-mon[49422]: mds.? [v2:172.21.15.133:6832/651280120,v1:172.21.15.133:6833/651280120] up:reconnect 2024-09-17T08:56:42.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:42 smithi133 ceph-mon[49422]: fsmap foofs:1/1 {0=foofs.smithi133.enpevq=up:reconnect} 2024-09-17T08:56:43.015 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:56:43.643 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:56:43.643 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 running (14m) 2m ago 25m 17.8M - 0.20.0 0881eb8f169f 98413cb98a4d 2024-09-17T08:56:43.643 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (4m) 2m ago 25m 6895k - 18.2.4-855-g19e2a2be 980a0bfcd684 71cee01efda3 2024-09-17T08:56:43.643 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (4m) 12s ago 24m 6891k - 18.2.4-855-g19e2a2be 980a0bfcd684 d4830f191563 2024-09-17T08:56:43.643 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 running (12m) 2m ago 24m 36.9M - 6.7.4 557c83e11646 7989dd643c63 2024-09-17T08:56:43.644 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (19m) 2m ago 19m 43.9M - 16.2.0 24ecd6d5f14c 7fb87afd3bdd 2024-09-17T08:56:43.644 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (19m) 12s ago 19m 17.0M - 16.2.0 24ecd6d5f14c 58e4869cec08 2024-09-17T08:56:43.644 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:8443,9283,8765 running (6m) 2m ago 26m 488M - 18.2.4-855-g19e2a2be 980a0bfcd684 3c5462471da5 2024-09-17T08:56:43.644 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283,8765 running (5m) 12s ago 24m 439M - 18.2.4-855-g19e2a2be 980a0bfcd684 65615ca3d291 2024-09-17T08:56:43.644 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (5m) 2m ago 26m 54.8M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 646dede0515f 2024-09-17T08:56:43.644 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (5m) 12s ago 24m 50.5M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 c4cc64200487 2024-09-17T08:56:43.644 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (17m) 2m ago 17m 158M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:56:43.644 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (17m) 12s ago 17m 91.4M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:56:43.644 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 running (10m) 2m ago 24m 17.2M - 0.18.1 e5a616e4b9cf 8d8f92b91922 2024-09-17T08:56:43.644 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (6m) 12s ago 23m 2553k - 0.18.1 e5a616e4b9cf 205b9ba6c0ba 2024-09-17T08:56:43.644 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (4m) 2m ago 23m 212M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 77ff85f32922 2024-09-17T08:56:43.644 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (3m) 2m ago 23m 190M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 3f46e0cc90ae 2024-09-17T08:56:43.644 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (3m) 2m ago 22m 172M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 628827298bcc 2024-09-17T08:56:43.645 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (2m) 2m ago 22m 12.0M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 8eb04ed70129 2024-09-17T08:56:43.645 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (111s) 12s ago 22m 221M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 21f58ae6b96f 2024-09-17T08:56:43.645 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (80s) 12s ago 21m 203M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 92385646fccd 2024-09-17T08:56:43.645 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (48s) 12s ago 21m 191M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 81d2f1ba5351 2024-09-17T08:56:43.645 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (16s) 12s ago 21m 12.0M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 e1769d26e41d 2024-09-17T08:56:43.645 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 unknown 2m ago 24m - - 2024-09-17T08:56:43.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:43 smithi089 ceph-mon[67711]: mds.? [v2:172.21.15.133:6832/651280120,v1:172.21.15.133:6833/651280120] up:rejoin 2024-09-17T08:56:43.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:43 smithi089 ceph-mon[67711]: fsmap foofs:1/1 {0=foofs.smithi133.enpevq=up:rejoin} 2024-09-17T08:56:43.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:43 smithi089 ceph-mon[67711]: daemon mds.foofs.smithi133.enpevq is now active in filesystem foofs as rank 0 2024-09-17T08:56:43.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:43 smithi089 ceph-mon[67711]: from='client.34396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:56:43.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:43 smithi089 ceph-mon[67711]: pgmap v223: 129 pgs: 10 peering, 17 active+undersized, 12 active+undersized+degraded, 90 active+clean; 221 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.6 MiB/s rd, 2 op/s; 48/444 objects degraded (10.811%) 2024-09-17T08:56:43.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:43 smithi133 ceph-mon[49422]: mds.? [v2:172.21.15.133:6832/651280120,v1:172.21.15.133:6833/651280120] up:rejoin 2024-09-17T08:56:43.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:43 smithi133 ceph-mon[49422]: fsmap foofs:1/1 {0=foofs.smithi133.enpevq=up:rejoin} 2024-09-17T08:56:43.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:43 smithi133 ceph-mon[49422]: daemon mds.foofs.smithi133.enpevq is now active in filesystem foofs as rank 0 2024-09-17T08:56:43.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:43 smithi133 ceph-mon[49422]: from='client.34396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:56:43.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:43 smithi133 ceph-mon[49422]: pgmap v223: 129 pgs: 10 peering, 17 active+undersized, 12 active+undersized+degraded, 90 active+clean; 221 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.6 MiB/s rd, 2 op/s; 48/444 objects degraded (10.811%) 2024-09-17T08:56:44.025 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:56:44.025 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:56:44.025 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:56:44.026 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:56:44.026 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:56:44.026 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:56:44.026 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:56:44.026 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:56:44.026 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 8 2024-09-17T08:56:44.026 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:56:44.026 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:56:44.026 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 1 2024-09-17T08:56:44.026 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:56:44.026 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:56:44.026 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 16.2.0 (0c2054e95bcd9b30fdd908a79ac1d8bbc3394442) pacific (stable)": 1, 2024-09-17T08:56:44.026 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 12 2024-09-17T08:56:44.026 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:56:44.026 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:56:44.345 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:56:44.345 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:56:44.346 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:56:44.346 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:56:44.346 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [ 2024-09-17T08:56:44.346 INFO:teuthology.orchestra.run.smithi089.stdout: "osd", 2024-09-17T08:56:44.346 INFO:teuthology.orchestra.run.smithi089.stdout: "crash", 2024-09-17T08:56:44.346 INFO:teuthology.orchestra.run.smithi089.stdout: "mon", 2024-09-17T08:56:44.346 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr" 2024-09-17T08:56:44.346 INFO:teuthology.orchestra.run.smithi089.stdout: ], 2024-09-17T08:56:44.346 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "14/23 daemons upgraded", 2024-09-17T08:56:44.346 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "Currently upgrading mds daemons", 2024-09-17T08:56:44.346 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:56:44.346 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:56:44.724 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_WARN 1 failed cephadm daemon(s); insufficient standby MDS daemons available; Degraded data redundancy: 48/444 objects degraded (10.811%), 12 pgs degraded 2024-09-17T08:56:44.724 INFO:teuthology.orchestra.run.smithi089.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-17T08:56:44.725 INFO:teuthology.orchestra.run.smithi089.stdout: daemon prometheus.smithi089 on smithi089 is in unknown state 2024-09-17T08:56:44.725 INFO:teuthology.orchestra.run.smithi089.stdout:[WRN] MDS_INSUFFICIENT_STANDBY: insufficient standby MDS daemons available 2024-09-17T08:56:44.725 INFO:teuthology.orchestra.run.smithi089.stdout: have 0; want 1 more 2024-09-17T08:56:44.725 INFO:teuthology.orchestra.run.smithi089.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 48/444 objects degraded (10.811%), 12 pgs degraded 2024-09-17T08:56:44.725 INFO:teuthology.orchestra.run.smithi089.stdout: pg 1.0 is active+undersized+degraded, acting [0,6] 2024-09-17T08:56:44.725 INFO:teuthology.orchestra.run.smithi089.stdout: pg 2.0 is active+undersized+degraded, acting [1,0] 2024-09-17T08:56:44.725 INFO:teuthology.orchestra.run.smithi089.stdout: pg 2.3 is active+undersized+degraded, acting [5,2] 2024-09-17T08:56:44.725 INFO:teuthology.orchestra.run.smithi089.stdout: pg 2.5 is active+undersized+degraded, acting [0,4] 2024-09-17T08:56:44.725 INFO:teuthology.orchestra.run.smithi089.stdout: pg 2.7 is active+undersized+degraded, acting [6,2] 2024-09-17T08:56:44.725 INFO:teuthology.orchestra.run.smithi089.stdout: pg 2.8 is active+undersized+degraded, acting [0,1] 2024-09-17T08:56:44.725 INFO:teuthology.orchestra.run.smithi089.stdout: pg 2.b is active+undersized+degraded, acting [4,5] 2024-09-17T08:56:44.725 INFO:teuthology.orchestra.run.smithi089.stdout: pg 2.12 is active+undersized+degraded, acting [5,3] 2024-09-17T08:56:44.725 INFO:teuthology.orchestra.run.smithi089.stdout: pg 2.18 is active+undersized+degraded, acting [5,4] 2024-09-17T08:56:44.726 INFO:teuthology.orchestra.run.smithi089.stdout: pg 2.1a is active+undersized+degraded, acting [6,4] 2024-09-17T08:56:44.726 INFO:teuthology.orchestra.run.smithi089.stdout: pg 2.1c is active+undersized+degraded, acting [5,2] 2024-09-17T08:56:44.726 INFO:teuthology.orchestra.run.smithi089.stdout: pg 4.5 is active+undersized+degraded, acting [6,4] 2024-09-17T08:56:44.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:44 smithi089 ceph-mon[67711]: from='client.34400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:56:44.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:44 smithi089 ceph-mon[67711]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-17T08:56:44.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:44 smithi089 ceph-mon[67711]: mds.? [v2:172.21.15.133:6832/651280120,v1:172.21.15.133:6833/651280120] up:active 2024-09-17T08:56:44.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:44 smithi089 ceph-mon[67711]: fsmap foofs:1 {0=foofs.smithi133.enpevq=up:active} 2024-09-17T08:56:44.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:44 smithi089 ceph-mon[67711]: from='client.34404 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:56:44.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:44 smithi089 ceph-mon[67711]: from='client.34408 172.21.15.89:0/3161527704' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:56:44.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:44 smithi133 ceph-mon[49422]: from='client.34400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:56:44.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:44 smithi133 ceph-mon[49422]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-17T08:56:44.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:44 smithi133 ceph-mon[49422]: mds.? [v2:172.21.15.133:6832/651280120,v1:172.21.15.133:6833/651280120] up:active 2024-09-17T08:56:44.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:44 smithi133 ceph-mon[49422]: fsmap foofs:1 {0=foofs.smithi133.enpevq=up:active} 2024-09-17T08:56:44.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:44 smithi133 ceph-mon[49422]: from='client.34404 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:56:44.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:44 smithi133 ceph-mon[49422]: from='client.34408 172.21.15.89:0/3161527704' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:56:45.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:45 smithi089 ceph-mon[67711]: from='client.34412 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:56:45.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:45 smithi089 ceph-mon[67711]: from='client.34416 172.21.15.89:0/852388419' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:56:45.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:45 smithi089 ceph-mon[67711]: pgmap v224: 129 pgs: 7 peering, 122 active+clean; 221 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 27 MiB/s rd, 149 B/s wr, 15 op/s 2024-09-17T08:56:45.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:45 smithi133 ceph-mon[49422]: from='client.34412 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:56:45.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:45 smithi133 ceph-mon[49422]: from='client.34416 172.21.15.89:0/852388419' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:56:45.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:45 smithi133 ceph-mon[49422]: pgmap v224: 129 pgs: 7 peering, 122 active+clean; 221 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 27 MiB/s rd, 149 B/s wr, 15 op/s 2024-09-17T08:56:46.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:46 smithi089 ceph-mon[67711]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 48/444 objects degraded (10.811%), 12 pgs degraded) 2024-09-17T08:56:46.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:46 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:46.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:46 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:56:46.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:46 smithi133 ceph-mon[49422]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 48/444 objects degraded (10.811%), 12 pgs degraded) 2024-09-17T08:56:46.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:46 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:46.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:46 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:56:47.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:47 smithi089 ceph-mon[67711]: pgmap v225: 129 pgs: 129 active+clean; 221 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 27 MiB/s rd, 255 B/s wr, 17 op/s 2024-09-17T08:56:47.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:47 smithi133 ceph-mon[49422]: pgmap v225: 129 pgs: 129 active+clean; 221 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 27 MiB/s rd, 255 B/s wr, 17 op/s 2024-09-17T08:56:49.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:49 smithi089 ceph-mon[67711]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-17T08:56:49.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:49 smithi089 ceph-mon[67711]: mds.? [v2:172.21.15.89:6834/1075549278,v1:172.21.15.89:6835/1075549278] up:boot 2024-09-17T08:56:49.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:49 smithi089 ceph-mon[67711]: fsmap foofs:1 {0=foofs.smithi133.enpevq=up:active} 1 up:standby 2024-09-17T08:56:49.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:49 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi089.xuhpot"}]: dispatch 2024-09-17T08:56:49.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:49 smithi133 ceph-mon[49422]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-17T08:56:49.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:49 smithi133 ceph-mon[49422]: mds.? [v2:172.21.15.89:6834/1075549278,v1:172.21.15.89:6835/1075549278] up:boot 2024-09-17T08:56:49.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:49 smithi133 ceph-mon[49422]: fsmap foofs:1 {0=foofs.smithi133.enpevq=up:active} 1 up:standby 2024-09-17T08:56:49.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:49 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi089.xuhpot"}]: dispatch 2024-09-17T08:56:50.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:50 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:50.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:50 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:50.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:50 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:56:50.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:50 smithi089 ceph-mon[67711]: pgmap v226: 129 pgs: 129 active+clean; 221 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 23 MiB/s rd, 212 B/s wr, 14 op/s 2024-09-17T08:56:50.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:50 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:50.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:50 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:50.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:50 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:56:50.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:50 smithi133 ceph-mon[49422]: pgmap v226: 129 pgs: 129 active+clean; 221 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 23 MiB/s rd, 212 B/s wr, 14 op/s 2024-09-17T08:56:52.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:52 smithi089 ceph-mon[67711]: pgmap v227: 129 pgs: 129 active+clean; 221 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 8.1 KiB/s wr, 16 op/s 2024-09-17T08:56:52.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:52 smithi133 ceph-mon[49422]: pgmap v227: 129 pgs: 129 active+clean; 221 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 8.1 KiB/s wr, 16 op/s 2024-09-17T08:56:54.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:54 smithi133 ceph-mon[49422]: pgmap v228: 129 pgs: 129 active+clean; 221 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 7.2 KiB/s wr, 13 op/s 2024-09-17T08:56:54.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:54 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:54.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:54 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:54.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:54 smithi089 ceph-mon[67711]: pgmap v228: 129 pgs: 129 active+clean; 221 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 7.2 KiB/s wr, 13 op/s 2024-09-17T08:56:54.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:54 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:54.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:54 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:55.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:55 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:55.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:55 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:55.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:55 smithi089 ceph-mon[67711]: pgmap v229: 129 pgs: 129 active+clean; 221 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 7.2 KiB/s wr, 13 op/s 2024-09-17T08:56:55.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:55 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:55.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:55 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:55.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:55 smithi133 ceph-mon[49422]: pgmap v229: 129 pgs: 129 active+clean; 221 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 7.2 KiB/s wr, 13 op/s 2024-09-17T08:56:57.492 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:57 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:57.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:57 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:58.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:58 smithi089 ceph-mon[67711]: pgmap v230: 129 pgs: 129 active+clean; 221 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 2.7 MiB/s rd, 7.1 KiB/s wr, 5 op/s 2024-09-17T08:56:58.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:58 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:58.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:58 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:58.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:58 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:56:58.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:58 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:56:58.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:58 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:58.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:58 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:58.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:58 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:56:58.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:58 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:56:58.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:58 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:56:58.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:58 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:56:58.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:58 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:56:58.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:58 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi133.enpevq"]}]: dispatch 2024-09-17T08:56:58.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:58 smithi133 ceph-mon[49422]: pgmap v230: 129 pgs: 129 active+clean; 221 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 2.7 MiB/s rd, 7.1 KiB/s wr, 5 op/s 2024-09-17T08:56:58.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:58 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:58.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:58 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:58.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:58 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:56:58.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:58 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:56:58.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:58 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:58.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:58 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:58.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:58 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:56:58.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:58 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:56:58.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:58 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:56:58.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:58 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:56:58.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:58 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:56:58.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:58 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi133.enpevq"]}]: dispatch 2024-09-17T08:56:59.591 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:59 smithi133 ceph-mon[49422]: Detected new or changed devices on smithi089 2024-09-17T08:56:59.591 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:59 smithi133 ceph-mon[49422]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:56:59.592 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:59 smithi133 ceph-mon[49422]: pgmap v231: 129 pgs: 129 active+clean; 221 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 497 B/s rd, 8.2 KiB/s wr, 4 op/s 2024-09-17T08:56:59.592 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:59 smithi133 ceph-mon[49422]: pgmap v232: 129 pgs: 129 active+clean; 221 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 246 B/s rd, 10 KiB/s wr, 4 op/s 2024-09-17T08:56:59.592 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:59 smithi133 ceph-mon[49422]: Upgrade: It appears safe to stop mds.foofs.smithi133.enpevq 2024-09-17T08:56:59.592 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:59 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:59.592 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:59 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi133.enpevq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-17T08:56:59.592 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:56:59 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:56:59.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:59 smithi089 ceph-mon[67711]: Detected new or changed devices on smithi089 2024-09-17T08:56:59.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:59 smithi089 ceph-mon[67711]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:56:59.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:59 smithi089 ceph-mon[67711]: pgmap v231: 129 pgs: 129 active+clean; 221 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 497 B/s rd, 8.2 KiB/s wr, 4 op/s 2024-09-17T08:56:59.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:59 smithi089 ceph-mon[67711]: pgmap v232: 129 pgs: 129 active+clean; 221 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 246 B/s rd, 10 KiB/s wr, 4 op/s 2024-09-17T08:56:59.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:59 smithi089 ceph-mon[67711]: Upgrade: It appears safe to stop mds.foofs.smithi133.enpevq 2024-09-17T08:56:59.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:59 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:56:59.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:59 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi133.enpevq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-17T08:56:59.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:56:59 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:57:00.397 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:00 smithi133 ceph-mon[49422]: Upgrade: Updating mds.foofs.smithi133.enpevq 2024-09-17T08:57:00.398 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:00 smithi133 ceph-mon[49422]: Deploying daemon mds.foofs.smithi133.enpevq on smithi133 2024-09-17T08:57:00.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:00 smithi089 ceph-mon[67711]: Upgrade: Updating mds.foofs.smithi133.enpevq 2024-09-17T08:57:00.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:00 smithi089 ceph-mon[67711]: Deploying daemon mds.foofs.smithi133.enpevq on smithi133 2024-09-17T08:57:01.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:00 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon-smithi089[67707]: 2024-09-17T08:57:00.828+0000 7f3386343640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T08:57:01.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:01 smithi089 ceph-mon[67711]: pgmap v233: 129 pgs: 129 active+clean; 221 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 123 B/s rd, 123 B/s wr, 0 op/s 2024-09-17T08:57:01.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:01 smithi089 ceph-mon[67711]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-17T08:57:01.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:01 smithi089 ceph-mon[67711]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T08:57:01.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:01 smithi089 ceph-mon[67711]: osdmap e118: 8 total, 8 up, 8 in 2024-09-17T08:57:01.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:01 smithi089 ceph-mon[67711]: Standby daemon mds.foofs.smithi089.xuhpot assigned to filesystem foofs as rank 0 2024-09-17T08:57:01.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:01 smithi089 ceph-mon[67711]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-17T08:57:01.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:01 smithi089 ceph-mon[67711]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-17T08:57:01.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:01 smithi089 ceph-mon[67711]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-09-17T08:57:01.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:01 smithi089 ceph-mon[67711]: fsmap foofs:1/1 {0=foofs.smithi089.xuhpot=up:replay} 2024-09-17T08:57:01.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:01 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:01.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:01 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:57:01.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:01 smithi133 ceph-mon[49422]: pgmap v233: 129 pgs: 129 active+clean; 221 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 123 B/s rd, 123 B/s wr, 0 op/s 2024-09-17T08:57:01.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:01 smithi133 ceph-mon[49422]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-17T08:57:01.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:01 smithi133 ceph-mon[49422]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T08:57:01.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:01 smithi133 ceph-mon[49422]: osdmap e118: 8 total, 8 up, 8 in 2024-09-17T08:57:01.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:01 smithi133 ceph-mon[49422]: Standby daemon mds.foofs.smithi089.xuhpot assigned to filesystem foofs as rank 0 2024-09-17T08:57:01.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:01 smithi133 ceph-mon[49422]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-17T08:57:01.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:01 smithi133 ceph-mon[49422]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-17T08:57:01.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:01 smithi133 ceph-mon[49422]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-09-17T08:57:01.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:01 smithi133 ceph-mon[49422]: fsmap foofs:1/1 {0=foofs.smithi089.xuhpot=up:replay} 2024-09-17T08:57:01.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:01 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:01.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:01 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:57:02.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:02 smithi089 ceph-mon[67711]: pgmap v235: 129 pgs: 129 active+clean; 221 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 2.8 MiB/s rd, 487 B/s wr, 2 op/s 2024-09-17T08:57:02.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:02 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi133.enpevq"}]: dispatch 2024-09-17T08:57:02.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:02 smithi133 ceph-mon[49422]: pgmap v235: 129 pgs: 129 active+clean; 221 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 2.8 MiB/s rd, 487 B/s wr, 2 op/s 2024-09-17T08:57:02.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:02 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi133.enpevq"}]: dispatch 2024-09-17T08:57:03.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:03 smithi089 ceph-mon[67711]: reconnect by client.14778 172.21.15.89:0/1789704316 after 0.000999976 2024-09-17T08:57:03.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:03 smithi089 ceph-mon[67711]: reconnect by client.24545 172.21.15.133:0/3495123405 after 0.000999976 2024-09-17T08:57:03.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:03 smithi089 ceph-mon[67711]: mds.? [v2:172.21.15.89:6834/1075549278,v1:172.21.15.89:6835/1075549278] up:reconnect 2024-09-17T08:57:03.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:03 smithi089 ceph-mon[67711]: fsmap foofs:1/1 {0=foofs.smithi089.xuhpot=up:reconnect} 2024-09-17T08:57:03.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:03 smithi133 ceph-mon[49422]: reconnect by client.14778 172.21.15.89:0/1789704316 after 0.000999976 2024-09-17T08:57:03.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:03 smithi133 ceph-mon[49422]: reconnect by client.24545 172.21.15.133:0/3495123405 after 0.000999976 2024-09-17T08:57:03.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:03 smithi133 ceph-mon[49422]: mds.? [v2:172.21.15.89:6834/1075549278,v1:172.21.15.89:6835/1075549278] up:reconnect 2024-09-17T08:57:03.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:03 smithi133 ceph-mon[49422]: fsmap foofs:1/1 {0=foofs.smithi089.xuhpot=up:reconnect} 2024-09-17T08:57:04.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:04 smithi089 ceph-mon[67711]: mds.? [v2:172.21.15.89:6834/1075549278,v1:172.21.15.89:6835/1075549278] up:rejoin 2024-09-17T08:57:04.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:04 smithi089 ceph-mon[67711]: fsmap foofs:1/1 {0=foofs.smithi089.xuhpot=up:rejoin} 2024-09-17T08:57:04.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:04 smithi089 ceph-mon[67711]: daemon mds.foofs.smithi089.xuhpot is now active in filesystem foofs as rank 0 2024-09-17T08:57:04.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:04 smithi089 ceph-mon[67711]: pgmap v236: 129 pgs: 129 active+clean; 221 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 487 B/s wr, 6 op/s 2024-09-17T08:57:04.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:04 smithi133 ceph-mon[49422]: mds.? [v2:172.21.15.89:6834/1075549278,v1:172.21.15.89:6835/1075549278] up:rejoin 2024-09-17T08:57:04.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:04 smithi133 ceph-mon[49422]: fsmap foofs:1/1 {0=foofs.smithi089.xuhpot=up:rejoin} 2024-09-17T08:57:04.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:04 smithi133 ceph-mon[49422]: daemon mds.foofs.smithi089.xuhpot is now active in filesystem foofs as rank 0 2024-09-17T08:57:04.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:04 smithi133 ceph-mon[49422]: pgmap v236: 129 pgs: 129 active+clean; 221 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 487 B/s wr, 6 op/s 2024-09-17T08:57:05.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:05 smithi089 ceph-mon[67711]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-17T08:57:05.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:05 smithi089 ceph-mon[67711]: mds.? [v2:172.21.15.89:6834/1075549278,v1:172.21.15.89:6835/1075549278] up:active 2024-09-17T08:57:05.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:05 smithi089 ceph-mon[67711]: fsmap foofs:1 {0=foofs.smithi089.xuhpot=up:active} 2024-09-17T08:57:05.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:05 smithi133 ceph-mon[49422]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-17T08:57:05.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:05 smithi133 ceph-mon[49422]: mds.? [v2:172.21.15.89:6834/1075549278,v1:172.21.15.89:6835/1075549278] up:active 2024-09-17T08:57:05.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:05 smithi133 ceph-mon[49422]: fsmap foofs:1 {0=foofs.smithi089.xuhpot=up:active} 2024-09-17T08:57:06.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:06 smithi089 ceph-mon[67711]: pgmap v237: 129 pgs: 129 active+clean; 221 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 511 B/s wr, 10 op/s 2024-09-17T08:57:06.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:06 smithi133 ceph-mon[49422]: pgmap v237: 129 pgs: 129 active+clean; 221 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 511 B/s wr, 10 op/s 2024-09-17T08:57:08.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:08 smithi089 ceph-mon[67711]: pgmap v238: 129 pgs: 129 active+clean; 221 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 511 B/s wr, 10 op/s 2024-09-17T08:57:08.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:08 smithi133 ceph-mon[49422]: pgmap v238: 129 pgs: 129 active+clean; 221 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 511 B/s wr, 10 op/s 2024-09-17T08:57:10.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:10 smithi089 ceph-mon[67711]: pgmap v239: 129 pgs: 129 active+clean; 221 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 409 B/s wr, 10 op/s 2024-09-17T08:57:10.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:10 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:10.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:10 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:10.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:10 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:57:10.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:10 smithi133 ceph-mon[49422]: pgmap v239: 129 pgs: 129 active+clean; 221 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 409 B/s wr, 10 op/s 2024-09-17T08:57:10.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:10 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:10.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:10 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:10.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:10 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:57:11.891 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:11 smithi133 ceph-mon[49422]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-17T08:57:11.891 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:11 smithi133 ceph-mon[49422]: mds.? [v2:172.21.15.133:6832/4145164518,v1:172.21.15.133:6833/4145164518] up:boot 2024-09-17T08:57:11.892 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:11 smithi133 ceph-mon[49422]: fsmap foofs:1 {0=foofs.smithi089.xuhpot=up:active} 1 up:standby 2024-09-17T08:57:11.892 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:11 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi133.enpevq"}]: dispatch 2024-09-17T08:57:11.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:11 smithi089 ceph-mon[67711]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-17T08:57:11.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:11 smithi089 ceph-mon[67711]: mds.? [v2:172.21.15.133:6832/4145164518,v1:172.21.15.133:6833/4145164518] up:boot 2024-09-17T08:57:11.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:11 smithi089 ceph-mon[67711]: fsmap foofs:1 {0=foofs.smithi089.xuhpot=up:active} 1 up:standby 2024-09-17T08:57:11.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:11 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi133.enpevq"}]: dispatch 2024-09-17T08:57:12.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:12 smithi089 ceph-mon[67711]: pgmap v240: 129 pgs: 129 active+clean; 221 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 8.3 KiB/s wr, 13 op/s 2024-09-17T08:57:12.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:12 smithi133 ceph-mon[49422]: pgmap v240: 129 pgs: 129 active+clean; 221 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 8.3 KiB/s wr, 13 op/s 2024-09-17T08:57:14.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:14 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:14.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:14 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:14.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:14 smithi133 ceph-mon[49422]: pgmap v241: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 7.2 KiB/s wr, 11 op/s 2024-09-17T08:57:14.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:14 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:14.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:14 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:14.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:14 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:14.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:14 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:14.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:14 smithi089 ceph-mon[67711]: pgmap v241: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 7.2 KiB/s wr, 11 op/s 2024-09-17T08:57:14.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:14 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:14.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:14 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:15.071 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:57:15.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:15 smithi089 ceph-mon[67711]: from='client.34428 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:57:15.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:15 smithi133 ceph-mon[49422]: from='client.34428 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:57:15.699 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:57:15.699 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 running (15m) 21s ago 25m 17.8M - 0.20.0 0881eb8f169f 98413cb98a4d 2024-09-17T08:57:15.699 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (5m) 21s ago 25m 6895k - 18.2.4-855-g19e2a2be 980a0bfcd684 71cee01efda3 2024-09-17T08:57:15.699 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (5m) 2s ago 24m 6891k - 18.2.4-855-g19e2a2be 980a0bfcd684 d4830f191563 2024-09-17T08:57:15.699 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 running (13m) 21s ago 25m 37.0M - 6.7.4 557c83e11646 7989dd643c63 2024-09-17T08:57:15.699 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (27s) 21s ago 20m 12.8M - 18.2.4-855-g19e2a2be 980a0bfcd684 3cba3934572c 2024-09-17T08:57:15.700 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (5s) 2s ago 20m 14.1M - 18.2.4-855-g19e2a2be 980a0bfcd684 14bfcc05b132 2024-09-17T08:57:15.700 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:8443,9283,8765 running (6m) 21s ago 26m 493M - 18.2.4-855-g19e2a2be 980a0bfcd684 3c5462471da5 2024-09-17T08:57:15.700 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283,8765 running (6m) 2s ago 24m 439M - 18.2.4-855-g19e2a2be 980a0bfcd684 65615ca3d291 2024-09-17T08:57:15.700 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (6m) 21s ago 27m 75.7M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 646dede0515f 2024-09-17T08:57:15.700 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (5m) 2s ago 24m 53.5M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 c4cc64200487 2024-09-17T08:57:15.700 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (17m) 21s ago 17m 171M - 3.5 24ecd6d5f14c f458080f29a1 2024-09-17T08:57:15.700 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (17m) 2s ago 17m 91.5M - 3.5 24ecd6d5f14c 6f3dcc18e871 2024-09-17T08:57:15.700 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 running (11m) 21s ago 25m 17.2M - 0.18.1 e5a616e4b9cf 8d8f92b91922 2024-09-17T08:57:15.700 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (6m) 2s ago 24m 6773k - 0.18.1 e5a616e4b9cf 205b9ba6c0ba 2024-09-17T08:57:15.700 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (4m) 21s ago 24m 219M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 77ff85f32922 2024-09-17T08:57:15.700 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (4m) 21s ago 23m 201M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 3f46e0cc90ae 2024-09-17T08:57:15.700 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (3m) 21s ago 23m 181M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 628827298bcc 2024-09-17T08:57:15.700 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (2m) 21s ago 22m 207M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 8eb04ed70129 2024-09-17T08:57:15.700 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (2m) 2s ago 22m 222M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 21f58ae6b96f 2024-09-17T08:57:15.700 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (112s) 2s ago 22m 208M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 92385646fccd 2024-09-17T08:57:15.701 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (80s) 2s ago 22m 194M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 81d2f1ba5351 2024-09-17T08:57:15.701 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (48s) 2s ago 21m 245M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 e1769d26e41d 2024-09-17T08:57:15.701 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 error 21s ago 24m - - 2024-09-17T08:57:16.081 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:57:16.081 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:57:16.081 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:57:16.081 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:57:16.081 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:57:16.081 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:57:16.081 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:57:16.081 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:57:16.082 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 8 2024-09-17T08:57:16.082 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:57:16.082 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:57:16.082 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:57:16.082 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:57:16.082 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:57:16.082 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 14 2024-09-17T08:57:16.082 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:57:16.082 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:57:16.405 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:57:16.406 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:57:16.406 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:57:16.406 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:57:16.406 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [ 2024-09-17T08:57:16.406 INFO:teuthology.orchestra.run.smithi089.stdout: "osd", 2024-09-17T08:57:16.406 INFO:teuthology.orchestra.run.smithi089.stdout: "mds", 2024-09-17T08:57:16.406 INFO:teuthology.orchestra.run.smithi089.stdout: "crash", 2024-09-17T08:57:16.406 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr", 2024-09-17T08:57:16.406 INFO:teuthology.orchestra.run.smithi089.stdout: "mon" 2024-09-17T08:57:16.406 INFO:teuthology.orchestra.run.smithi089.stdout: ], 2024-09-17T08:57:16.406 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "16/23 daemons upgraded", 2024-09-17T08:57:16.406 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "Currently upgrading mds daemons", 2024-09-17T08:57:16.406 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:57:16.406 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:57:16.783 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-17T08:57:16.783 INFO:teuthology.orchestra.run.smithi089.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-17T08:57:16.783 INFO:teuthology.orchestra.run.smithi089.stdout: daemon prometheus.smithi089 on smithi089 is in error state 2024-09-17T08:57:17.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:17 smithi089 ceph-mon[67711]: from='client.34432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:57:17.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:17 smithi089 ceph-mon[67711]: pgmap v242: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 9.1 MiB/s rd, 7.2 KiB/s wr, 9 op/s 2024-09-17T08:57:17.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:17 smithi089 ceph-mon[67711]: from='client.34436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:57:17.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:17 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:17.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:17 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:57:17.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:17 smithi089 ceph-mon[67711]: from='client.34440 172.21.15.89:0/1740803174' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:17.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:17 smithi089 ceph-mon[67711]: from='client.? 172.21.15.89:0/2500602796' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:57:17.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:17 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:17.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:17 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:17.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:17 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:57:17.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:17 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:57:17.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:17 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:17.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:17 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:17.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:17 smithi133 ceph-mon[49422]: from='client.34432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:57:17.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:17 smithi133 ceph-mon[49422]: pgmap v242: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 9.1 MiB/s rd, 7.2 KiB/s wr, 9 op/s 2024-09-17T08:57:17.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:17 smithi133 ceph-mon[49422]: from='client.34436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:57:17.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:17 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:17.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:17 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:57:17.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:17 smithi133 ceph-mon[49422]: from='client.34440 172.21.15.89:0/1740803174' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:17.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:17 smithi133 ceph-mon[49422]: from='client.? 172.21.15.89:0/2500602796' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:57:17.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:17 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:17.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:17 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:17.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:17 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:57:17.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:17 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:57:17.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:17 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:17.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:17 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:18.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:18 smithi089 ceph-mon[67711]: from='client.34444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:57:18.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:18 smithi089 ceph-mon[67711]: Detected new or changed devices on smithi133 2024-09-17T08:57:18.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:18 smithi089 ceph-mon[67711]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:57:18.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:18 smithi089 ceph-mon[67711]: pgmap v243: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 4.3 MiB/s rd, 7.5 KiB/s wr, 5 op/s 2024-09-17T08:57:18.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:18 smithi089 ceph-mon[67711]: pgmap v244: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 543 B/s rd, 9.0 KiB/s wr, 4 op/s 2024-09-17T08:57:18.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:57:18.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:18.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:18.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:18.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:18.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:18.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:18 smithi089 ceph-mon[67711]: Upgrade: Setting container_image for all mds 2024-09-17T08:57:18.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:18.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi089.xuhpot"}]: dispatch 2024-09-17T08:57:18.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi089.xuhpot"}]': finished 2024-09-17T08:57:18.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi133.enpevq"}]: dispatch 2024-09-17T08:57:18.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi133.enpevq"}]': finished 2024-09-17T08:57:18.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:18.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:18 smithi089 ceph-mon[67711]: Upgrade: Setting container_image for all rgw 2024-09-17T08:57:18.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:18.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:18.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:18 smithi089 ceph-mon[67711]: Upgrade: Setting container_image for all rbd-mirror 2024-09-17T08:57:18.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:18.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:18.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:18.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:18 smithi089 ceph-mon[67711]: Upgrade: Setting container_image for all ceph-exporter 2024-09-17T08:57:18.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:18.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:18.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:18 smithi089 ceph-mon[67711]: Upgrade: Setting container_image for all iscsi 2024-09-17T08:57:18.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:18.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:18 smithi133 ceph-mon[49422]: from='client.34444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:57:18.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:18 smithi133 ceph-mon[49422]: Detected new or changed devices on smithi133 2024-09-17T08:57:18.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:18 smithi133 ceph-mon[49422]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:57:18.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:18 smithi133 ceph-mon[49422]: pgmap v243: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 4.3 MiB/s rd, 7.5 KiB/s wr, 5 op/s 2024-09-17T08:57:18.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:18 smithi133 ceph-mon[49422]: pgmap v244: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 543 B/s rd, 9.0 KiB/s wr, 4 op/s 2024-09-17T08:57:18.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:57:18.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:18.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:18.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:18.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:18.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:18.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:18 smithi133 ceph-mon[49422]: Upgrade: Setting container_image for all mds 2024-09-17T08:57:18.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:18.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi089.xuhpot"}]: dispatch 2024-09-17T08:57:18.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi089.xuhpot"}]': finished 2024-09-17T08:57:18.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi133.enpevq"}]: dispatch 2024-09-17T08:57:18.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi133.enpevq"}]': finished 2024-09-17T08:57:18.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:18.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:18 smithi133 ceph-mon[49422]: Upgrade: Setting container_image for all rgw 2024-09-17T08:57:18.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:18.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:18.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:18 smithi133 ceph-mon[49422]: Upgrade: Setting container_image for all rbd-mirror 2024-09-17T08:57:18.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:18.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:18.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:18.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:18 smithi133 ceph-mon[49422]: Upgrade: Setting container_image for all ceph-exporter 2024-09-17T08:57:18.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:18.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:18.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:18 smithi133 ceph-mon[49422]: Upgrade: Setting container_image for all iscsi 2024-09-17T08:57:18.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:19.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:19 smithi089 ceph-mon[67711]: Upgrade: Updating nfs.foo.0.0.smithi089.vfqtvj (1/2) 2024-09-17T08:57:19.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:19 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:19.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:19 smithi089 ceph-mon[67711]: Creating key for client.nfs.foo.0.0.smithi089.vfqtvj 2024-09-17T08:57:19.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:19 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi089.vfqtvj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-17T08:57:19.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:19 smithi089 ceph-mon[67711]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-17T08:57:19.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:19 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-17T08:57:19.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:19 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-17T08:57:19.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:19 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:57:19.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:19 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-17T08:57:19.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:19 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-17T08:57:19.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:19 smithi089 ceph-mon[67711]: Rados config object exists: conf-nfs.foo 2024-09-17T08:57:19.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:19 smithi089 ceph-mon[67711]: Creating key for client.nfs.foo.0.0.smithi089.vfqtvj-rgw 2024-09-17T08:57:19.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:19 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi089.vfqtvj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T08:57:19.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:19 smithi089 ceph-mon[67711]: Bind address in nfs.foo.0.0.smithi089.vfqtvj's ganesha conf is defaulting to empty 2024-09-17T08:57:19.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:19 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:57:19.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:19 smithi089 ceph-mon[67711]: Deploying daemon nfs.foo.0.0.smithi089.vfqtvj on smithi089 2024-09-17T08:57:19.911 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:19 smithi089 ceph-mon[67711]: pgmap v245: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 217 B/s rd, 9.0 KiB/s wr, 4 op/s 2024-09-17T08:57:19.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:19 smithi133 ceph-mon[49422]: Upgrade: Updating nfs.foo.0.0.smithi089.vfqtvj (1/2) 2024-09-17T08:57:19.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:19 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:19.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:19 smithi133 ceph-mon[49422]: Creating key for client.nfs.foo.0.0.smithi089.vfqtvj 2024-09-17T08:57:19.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:19 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi089.vfqtvj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-17T08:57:19.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:19 smithi133 ceph-mon[49422]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-17T08:57:19.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:19 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-17T08:57:19.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:19 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-17T08:57:19.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:19 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:57:19.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:19 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-17T08:57:19.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:19 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-17T08:57:19.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:19 smithi133 ceph-mon[49422]: Rados config object exists: conf-nfs.foo 2024-09-17T08:57:19.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:19 smithi133 ceph-mon[49422]: Creating key for client.nfs.foo.0.0.smithi089.vfqtvj-rgw 2024-09-17T08:57:19.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:19 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi089.vfqtvj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T08:57:19.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:19 smithi133 ceph-mon[49422]: Bind address in nfs.foo.0.0.smithi089.vfqtvj's ganesha conf is defaulting to empty 2024-09-17T08:57:19.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:19 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:57:19.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:19 smithi133 ceph-mon[49422]: Deploying daemon nfs.foo.0.0.smithi089.vfqtvj on smithi089 2024-09-17T08:57:19.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:19 smithi133 ceph-mon[49422]: pgmap v245: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 217 B/s rd, 9.0 KiB/s wr, 4 op/s 2024-09-17T08:57:22.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:22 smithi089 ceph-mon[67711]: pgmap v246: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 108 B/s rd, 108 B/s wr, 0 op/s 2024-09-17T08:57:22.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:22 smithi133 ceph-mon[49422]: pgmap v246: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 108 B/s rd, 108 B/s wr, 0 op/s 2024-09-17T08:57:23.321 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:23 smithi089 ceph-mon[67711]: from='mds.? [v2:172.21.15.89:6834/1075549278,v1:172.21.15.89:6835/1075549278]' entity='mds.foofs.smithi089.xuhpot' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.89:0/1789704316"}]: dispatch 2024-09-17T08:57:23.321 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:23 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:23.321 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:23 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:23.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:23 smithi133 ceph-mon[49422]: from='mds.? [v2:172.21.15.89:6834/1075549278,v1:172.21.15.89:6835/1075549278]' entity='mds.foofs.smithi089.xuhpot' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.89:0/1789704316"}]: dispatch 2024-09-17T08:57:23.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:23 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:23.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:23 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:24.268 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:24 smithi133 ceph-mon[49422]: Evicting (and blocklisting) client session 14778 (172.21.15.89:0/1789704316) 2024-09-17T08:57:24.269 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:24 smithi133 ceph-mon[49422]: pgmap v247: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 1.3 KiB/s rd, 761 B/s wr, 1 op/s 2024-09-17T08:57:24.269 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:24 smithi133 ceph-mon[49422]: from='mds.? [v2:172.21.15.89:6834/1075549278,v1:172.21.15.89:6835/1075549278]' entity='mds.foofs.smithi089.xuhpot' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.89:0/1789704316"}]': finished 2024-09-17T08:57:24.269 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:24 smithi133 ceph-mon[49422]: osdmap e119: 8 total, 8 up, 8 in 2024-09-17T08:57:24.269 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:24 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:24.269 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:24 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi133.rxitgh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-17T08:57:24.269 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:24 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-17T08:57:24.269 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:24 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-17T08:57:24.269 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:24 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:57:24.269 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:24 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-17T08:57:24.269 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:24 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-17T08:57:24.269 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:24 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi133.rxitgh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T08:57:24.270 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:24 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:57:24.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:24 smithi089 ceph-mon[67711]: Evicting (and blocklisting) client session 14778 (172.21.15.89:0/1789704316) 2024-09-17T08:57:24.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:24 smithi089 ceph-mon[67711]: pgmap v247: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 1.3 KiB/s rd, 761 B/s wr, 1 op/s 2024-09-17T08:57:24.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:24 smithi089 ceph-mon[67711]: from='mds.? [v2:172.21.15.89:6834/1075549278,v1:172.21.15.89:6835/1075549278]' entity='mds.foofs.smithi089.xuhpot' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.89:0/1789704316"}]': finished 2024-09-17T08:57:24.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:24 smithi089 ceph-mon[67711]: osdmap e119: 8 total, 8 up, 8 in 2024-09-17T08:57:24.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:24 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:24.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:24 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi133.rxitgh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-17T08:57:24.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:24 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-17T08:57:24.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:24 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-17T08:57:24.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:24 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:57:24.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:24 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-17T08:57:24.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:24 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-17T08:57:24.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:24 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi133.rxitgh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T08:57:24.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:24 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:57:25.272 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:25 smithi133 ceph-mon[49422]: Upgrade: Updating nfs.foo.1.0.smithi133.rxitgh (2/2) 2024-09-17T08:57:25.272 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:25 smithi133 ceph-mon[49422]: Creating key for client.nfs.foo.1.0.smithi133.rxitgh 2024-09-17T08:57:25.272 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:25 smithi133 ceph-mon[49422]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-17T08:57:25.272 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:25 smithi133 ceph-mon[49422]: Rados config object exists: conf-nfs.foo 2024-09-17T08:57:25.272 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:25 smithi133 ceph-mon[49422]: Creating key for client.nfs.foo.1.0.smithi133.rxitgh-rgw 2024-09-17T08:57:25.272 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:25 smithi133 ceph-mon[49422]: Bind address in nfs.foo.1.0.smithi133.rxitgh's ganesha conf is defaulting to empty 2024-09-17T08:57:25.272 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:25 smithi133 ceph-mon[49422]: Deploying daemon nfs.foo.1.0.smithi133.rxitgh on smithi133 2024-09-17T08:57:25.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:25 smithi089 ceph-mon[67711]: Upgrade: Updating nfs.foo.1.0.smithi133.rxitgh (2/2) 2024-09-17T08:57:25.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:25 smithi089 ceph-mon[67711]: Creating key for client.nfs.foo.1.0.smithi133.rxitgh 2024-09-17T08:57:25.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:25 smithi089 ceph-mon[67711]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-17T08:57:25.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:25 smithi089 ceph-mon[67711]: Rados config object exists: conf-nfs.foo 2024-09-17T08:57:25.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:25 smithi089 ceph-mon[67711]: Creating key for client.nfs.foo.1.0.smithi133.rxitgh-rgw 2024-09-17T08:57:25.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:25 smithi089 ceph-mon[67711]: Bind address in nfs.foo.1.0.smithi133.rxitgh's ganesha conf is defaulting to empty 2024-09-17T08:57:25.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:25 smithi089 ceph-mon[67711]: Deploying daemon nfs.foo.1.0.smithi133.rxitgh on smithi133 2024-09-17T08:57:26.142 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:26 smithi133 ceph-mon[49422]: pgmap v249: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 895 B/s wr, 2 op/s 2024-09-17T08:57:26.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:26 smithi089 ceph-mon[67711]: pgmap v249: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 895 B/s wr, 2 op/s 2024-09-17T08:57:28.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:28 smithi089 ceph-mon[67711]: pgmap v250: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2024-09-17T08:57:28.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:28 smithi089 ceph-mon[67711]: Evicting (and blocklisting) client session 24545 (172.21.15.133:0/3495123405) 2024-09-17T08:57:28.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:28 smithi089 ceph-mon[67711]: from='mds.? [v2:172.21.15.89:6834/1075549278,v1:172.21.15.89:6835/1075549278]' entity='mds.foofs.smithi089.xuhpot' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.133:0/3495123405"}]: dispatch 2024-09-17T08:57:28.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:28 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:28.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:28 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:28.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:28 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:57:28.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:28 smithi133 ceph-mon[49422]: pgmap v250: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2024-09-17T08:57:28.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:28 smithi133 ceph-mon[49422]: Evicting (and blocklisting) client session 24545 (172.21.15.133:0/3495123405) 2024-09-17T08:57:28.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:28 smithi133 ceph-mon[49422]: from='mds.? [v2:172.21.15.89:6834/1075549278,v1:172.21.15.89:6835/1075549278]' entity='mds.foofs.smithi089.xuhpot' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.133:0/3495123405"}]: dispatch 2024-09-17T08:57:28.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:28 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:28.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:28 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:28.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:28 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:57:29.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:29 smithi089 ceph-mon[67711]: from='mds.? [v2:172.21.15.89:6834/1075549278,v1:172.21.15.89:6835/1075549278]' entity='mds.foofs.smithi089.xuhpot' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.133:0/3495123405"}]': finished 2024-09-17T08:57:29.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:29 smithi089 ceph-mon[67711]: osdmap e120: 8 total, 8 up, 8 in 2024-09-17T08:57:29.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:29 smithi133 ceph-mon[49422]: from='mds.? [v2:172.21.15.89:6834/1075549278,v1:172.21.15.89:6835/1075549278]' entity='mds.foofs.smithi089.xuhpot' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.133:0/3495123405"}]': finished 2024-09-17T08:57:29.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:29 smithi133 ceph-mon[49422]: osdmap e120: 8 total, 8 up, 8 in 2024-09-17T08:57:30.335 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:30 smithi089 ceph-mon[67711]: pgmap v252: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 3.6 KiB/s rd, 1.6 KiB/s wr, 5 op/s 2024-09-17T08:57:30.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:30 smithi133 ceph-mon[49422]: pgmap v252: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 3.6 KiB/s rd, 1.6 KiB/s wr, 5 op/s 2024-09-17T08:57:31.269 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:31 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:31.270 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:31 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:31.270 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:31 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:31.270 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:31 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:31.270 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:31 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:57:31.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:31 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:31.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:31 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:31.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:31 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:31.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:31 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:31.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:31 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:57:32.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:32 smithi133 ceph-mon[49422]: pgmap v253: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 2.4 KiB/s rd, 895 B/s wr, 3 op/s 2024-09-17T08:57:32.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:32 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:32.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:32 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:32.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:32 smithi089 ceph-mon[67711]: pgmap v253: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 2.4 KiB/s rd, 895 B/s wr, 3 op/s 2024-09-17T08:57:32.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:32 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:32.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:32 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:33.560 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:33 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:33.560 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:33 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:33.560 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:33 smithi133 ceph-mon[49422]: pgmap v254: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.5 KiB/s wr, 5 op/s 2024-09-17T08:57:33.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:33 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:33.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:33 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:33.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:33 smithi089 ceph-mon[67711]: pgmap v254: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.5 KiB/s wr, 5 op/s 2024-09-17T08:57:34.882 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:34 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:34.883 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:34 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:34.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:34 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:34.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:34 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:35.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:35 smithi089 ceph-mon[67711]: pgmap v255: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.5 KiB/s wr, 5 op/s 2024-09-17T08:57:35.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:35 smithi133 ceph-mon[49422]: pgmap v255: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.5 KiB/s wr, 5 op/s 2024-09-17T08:57:36.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:36.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:36.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:57:36.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:57:36.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:36 smithi133 ceph-mon[49422]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:57:36.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:36 smithi133 ceph-mon[49422]: pgmap v256: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 1.5 KiB/s rd, 939 B/s wr, 2 op/s 2024-09-17T08:57:36.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:36 smithi133 ceph-mon[49422]: pgmap v257: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.0 KiB/s wr, 3 op/s 2024-09-17T08:57:36.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:36.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:36.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:57:36.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:36.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:36.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:36.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:36.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:36.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:36.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:36.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:36.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:36.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:36.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:36.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:36 smithi133 ceph-mon[49422]: Upgrade: Setting container_image for all nfs 2024-09-17T08:57:36.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:36.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi089.vfqtvj"}]: dispatch 2024-09-17T08:57:36.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi089.vfqtvj"}]': finished 2024-09-17T08:57:36.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi133.rxitgh"}]: dispatch 2024-09-17T08:57:36.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi133.rxitgh"}]': finished 2024-09-17T08:57:36.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:36.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:36 smithi133 ceph-mon[49422]: Upgrade: Setting container_image for all nvmeof 2024-09-17T08:57:36.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:36 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:37.013 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:37.014 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:37.014 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:57:37.014 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:57:37.014 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:36 smithi089 ceph-mon[67711]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:57:37.014 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:36 smithi089 ceph-mon[67711]: pgmap v256: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 1.5 KiB/s rd, 939 B/s wr, 2 op/s 2024-09-17T08:57:37.014 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:36 smithi089 ceph-mon[67711]: pgmap v257: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.0 KiB/s wr, 3 op/s 2024-09-17T08:57:37.014 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:37.014 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:37.014 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:57:37.014 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:37.014 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:37.014 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:37.015 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:37.015 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:37.015 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:37.015 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:37.015 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:37.015 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:37.015 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:37.015 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:37.015 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:36 smithi089 ceph-mon[67711]: Upgrade: Setting container_image for all nfs 2024-09-17T08:57:37.015 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:37.015 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi089.vfqtvj"}]: dispatch 2024-09-17T08:57:37.015 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi089.vfqtvj"}]': finished 2024-09-17T08:57:37.015 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi133.rxitgh"}]: dispatch 2024-09-17T08:57:37.015 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi133.rxitgh"}]': finished 2024-09-17T08:57:37.016 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:37.016 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:36 smithi089 ceph-mon[67711]: Upgrade: Setting container_image for all nvmeof 2024-09-17T08:57:37.016 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:36 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:37.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:37 smithi133 ceph-mon[49422]: Upgrade: Updating node-exporter.smithi089 (1/2) 2024-09-17T08:57:37.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:37 smithi133 ceph-mon[49422]: Deploying daemon node-exporter.smithi089 on smithi089 2024-09-17T08:57:37.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:37 smithi089 ceph-mon[67711]: Upgrade: Updating node-exporter.smithi089 (1/2) 2024-09-17T08:57:37.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:37 smithi089 ceph-mon[67711]: Deploying daemon node-exporter.smithi089 on smithi089 2024-09-17T08:57:39.069 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:38 smithi089 ceph-mon[67711]: pgmap v258: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 1.5 KiB/s rd, 939 B/s wr, 2 op/s 2024-09-17T08:57:39.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:38 smithi133 ceph-mon[49422]: pgmap v258: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 1.5 KiB/s rd, 939 B/s wr, 2 op/s 2024-09-17T08:57:41.093 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:40 smithi089 ceph-mon[67711]: pgmap v259: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 939 B/s wr, 2 op/s 2024-09-17T08:57:41.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:40 smithi133 ceph-mon[49422]: pgmap v259: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 939 B/s wr, 2 op/s 2024-09-17T08:57:43.044 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:42 smithi133 ceph-mon[49422]: pgmap v260: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 1.0 KiB/s rd, 469 B/s wr, 1 op/s 2024-09-17T08:57:43.044 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:43.044 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:43.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:42 smithi089 ceph-mon[67711]: pgmap v260: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 1.0 KiB/s rd, 469 B/s wr, 1 op/s 2024-09-17T08:57:43.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:43.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:44.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:43 smithi089 ceph-mon[67711]: Upgrade: Updating node-exporter.smithi133 (2/2) 2024-09-17T08:57:44.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:43 smithi089 ceph-mon[67711]: Deploying daemon node-exporter.smithi133 on smithi133 2024-09-17T08:57:44.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:43 smithi133 ceph-mon[49422]: Upgrade: Updating node-exporter.smithi133 (2/2) 2024-09-17T08:57:44.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:43 smithi133 ceph-mon[49422]: Deploying daemon node-exporter.smithi133 on smithi133 2024-09-17T08:57:44.910 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:44 smithi133 ceph-mon[49422]: pgmap v261: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 1.0 KiB/s rd, 469 B/s wr, 1 op/s 2024-09-17T08:57:45.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:44 smithi089 ceph-mon[67711]: pgmap v261: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 1.0 KiB/s rd, 469 B/s wr, 1 op/s 2024-09-17T08:57:46.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:46 smithi133 ceph-mon[49422]: pgmap v262: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 921 B/s rd, 409 B/s wr, 1 op/s 2024-09-17T08:57:46.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:46 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:57:47.132 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:46 smithi089 ceph-mon[67711]: pgmap v262: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 921 B/s rd, 409 B/s wr, 1 op/s 2024-09-17T08:57:47.132 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:46 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:57:47.133 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:57:47.773 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:57:47.773 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 running (15m) 15s ago 26m 17.8M - 0.20.0 0881eb8f169f 98413cb98a4d 2024-09-17T08:57:47.773 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (5m) 15s ago 26m 6895k - 18.2.4-855-g19e2a2be 980a0bfcd684 71cee01efda3 2024-09-17T08:57:47.773 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (5m) 17s ago 25m 6891k - 18.2.4-855-g19e2a2be 980a0bfcd684 d4830f191563 2024-09-17T08:57:47.773 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 running (13m) 15s ago 25m 37.1M - 6.7.4 557c83e11646 7989dd643c63 2024-09-17T08:57:47.773 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (59s) 15s ago 20m 28.9M - 18.2.4-855-g19e2a2be 980a0bfcd684 3cba3934572c 2024-09-17T08:57:47.774 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (37s) 17s ago 20m 14.2M - 18.2.4-855-g19e2a2be 980a0bfcd684 14bfcc05b132 2024-09-17T08:57:47.774 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:8443,9283,8765 running (7m) 15s ago 27m 494M - 18.2.4-855-g19e2a2be 980a0bfcd684 3c5462471da5 2024-09-17T08:57:47.774 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283,8765 running (6m) 17s ago 25m 439M - 18.2.4-855-g19e2a2be 980a0bfcd684 65615ca3d291 2024-09-17T08:57:47.774 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (6m) 15s ago 27m 77.3M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 646dede0515f 2024-09-17T08:57:47.774 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (6m) 17s ago 25m 54.8M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 c4cc64200487 2024-09-17T08:57:47.774 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (25s) 15s ago 18m 57.8M - 5.5 980a0bfcd684 898bb0a3d24a 2024-09-17T08:57:47.774 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (21s) 17s ago 18m 27.8M - 5.5 980a0bfcd684 02c99f7fd8f7 2024-09-17T08:57:47.774 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 starting - - - - 2024-09-17T08:57:47.774 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 starting - - - - 2024-09-17T08:57:47.774 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (5m) 15s ago 24m 219M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 77ff85f32922 2024-09-17T08:57:47.774 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (4m) 15s ago 24m 202M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 3f46e0cc90ae 2024-09-17T08:57:47.774 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (4m) 15s ago 23m 183M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 628827298bcc 2024-09-17T08:57:47.774 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (3m) 15s ago 23m 209M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 8eb04ed70129 2024-09-17T08:57:47.774 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (2m) 17s ago 23m 222M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 21f58ae6b96f 2024-09-17T08:57:47.775 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (2m) 17s ago 22m 208M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 92385646fccd 2024-09-17T08:57:47.775 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (112s) 17s ago 22m 195M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 81d2f1ba5351 2024-09-17T08:57:47.775 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (80s) 17s ago 22m 246M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 e1769d26e41d 2024-09-17T08:57:47.775 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 error 15s ago 25m - - 2024-09-17T08:57:48.109 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:47 smithi089 ceph-mon[67711]: from='client.34490 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:57:48.109 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:47 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:48.109 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:47 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:48.109 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:47 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:57:48.113 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:47 smithi133 ceph-mon[49422]: from='client.34490 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:57:48.113 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:47 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:48.113 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:47 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:48.114 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:47 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:57:48.178 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:57:48.178 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:57:48.178 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:57:48.178 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:57:48.178 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:57:48.178 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:57:48.178 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:57:48.178 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:57:48.178 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 8 2024-09-17T08:57:48.178 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:57:48.179 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:57:48.179 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:57:48.179 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:57:48.179 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:57:48.179 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 14 2024-09-17T08:57:48.179 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:57:48.179 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:57:48.506 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:57:48.506 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:57:48.506 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:57:48.506 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:57:48.506 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [ 2024-09-17T08:57:48.506 INFO:teuthology.orchestra.run.smithi089.stdout: "nfs", 2024-09-17T08:57:48.506 INFO:teuthology.orchestra.run.smithi089.stdout: "osd", 2024-09-17T08:57:48.506 INFO:teuthology.orchestra.run.smithi089.stdout: "mds", 2024-09-17T08:57:48.506 INFO:teuthology.orchestra.run.smithi089.stdout: "crash", 2024-09-17T08:57:48.506 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr", 2024-09-17T08:57:48.507 INFO:teuthology.orchestra.run.smithi089.stdout: "mon" 2024-09-17T08:57:48.507 INFO:teuthology.orchestra.run.smithi089.stdout: ], 2024-09-17T08:57:48.507 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "18/23 daemons upgraded", 2024-09-17T08:57:48.507 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "Currently upgrading node-exporter daemons", 2024-09-17T08:57:48.507 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:57:48.507 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:57:48.905 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:48 smithi133 ceph-mon[49422]: from='client.34494 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:57:48.905 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:48 smithi133 ceph-mon[49422]: pgmap v263: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 341 B/s wr, 1 op/s 2024-09-17T08:57:48.905 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:48 smithi133 ceph-mon[49422]: from='client.34498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:57:48.906 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:48 smithi133 ceph-mon[49422]: from='client.34502 172.21.15.89:0/3469617266' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:48.938 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-17T08:57:48.938 INFO:teuthology.orchestra.run.smithi089.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-17T08:57:48.938 INFO:teuthology.orchestra.run.smithi089.stdout: daemon prometheus.smithi089 on smithi089 is in error state 2024-09-17T08:57:48.999 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:48 smithi089 ceph-mon[67711]: from='client.34494 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:57:48.999 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:48 smithi089 ceph-mon[67711]: pgmap v263: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 341 B/s wr, 1 op/s 2024-09-17T08:57:48.999 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:48 smithi089 ceph-mon[67711]: from='client.34498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:57:48.999 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:48 smithi089 ceph-mon[67711]: from='client.34502 172.21.15.89:0/3469617266' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:49.956 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:49 smithi089 ceph-mon[67711]: from='client.34506 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:57:49.957 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:49 smithi089 ceph-mon[67711]: from='client.34510 172.21.15.89:0/2636137654' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:57:50.003 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:49 smithi133 ceph-mon[49422]: from='client.34506 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:57:50.003 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:49 smithi133 ceph-mon[49422]: from='client.34510 172.21.15.89:0/2636137654' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:57:50.857 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:50 smithi089 ceph-mon[67711]: pgmap v264: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 341 B/s wr, 1 op/s 2024-09-17T08:57:50.857 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:50 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:50.857 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:50 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:51.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:50 smithi133 ceph-mon[49422]: pgmap v264: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 341 B/s wr, 1 op/s 2024-09-17T08:57:51.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:50 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:51.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:50 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:52.098 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:51 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:52.098 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:51 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:52.300 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:51 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:52.300 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:51 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:53.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:53 smithi089 ceph-mon[67711]: pgmap v265: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 938 B/s rd, 341 B/s wr, 1 op/s 2024-09-17T08:57:53.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:53 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:53.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:53 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:53.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:53 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:53.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:53 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:53.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:53 smithi133 ceph-mon[49422]: pgmap v265: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 938 B/s rd, 341 B/s wr, 1 op/s 2024-09-17T08:57:53.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:53 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:53.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:53 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:53.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:53 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:53.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:53 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:55.225 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:55 smithi089 ceph-mon[67711]: pgmap v266: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:57:55.225 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:55 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:55.225 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:55 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:55.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:55 smithi133 ceph-mon[49422]: pgmap v266: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:57:55.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:55 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:55.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:55 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:57.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:56 smithi089 ceph-mon[67711]: pgmap v267: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:57:57.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:56 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:57.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:56 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:57.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:56 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:57:57.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:56 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:57:57.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:56 smithi089 ceph-mon[67711]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:57:57.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:56 smithi089 ceph-mon[67711]: pgmap v268: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-09-17T08:57:57.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:56 smithi089 ceph-mon[67711]: pgmap v269: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 246 B/s rd, 0 op/s 2024-09-17T08:57:57.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:56 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:57.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:56 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:57.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:56 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:57:57.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:56 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:57.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:56 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:57.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:56 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:57.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:56 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:57.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:56 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:57.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:56 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:57.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:56 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:57.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:56 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:57.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:56 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:57.163 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:56 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:57.163 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:56 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:57.163 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:56 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:57.163 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:56 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:57.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:56 smithi133 ceph-mon[49422]: pgmap v267: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:57:57.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:56 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:57.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:56 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:57.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:56 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:57:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:56 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:57:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:56 smithi133 ceph-mon[49422]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:57:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:56 smithi133 ceph-mon[49422]: pgmap v268: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-09-17T08:57:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:56 smithi133 ceph-mon[49422]: pgmap v269: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 246 B/s rd, 0 op/s 2024-09-17T08:57:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:56 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:56 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:57:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:56 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:57:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:56 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:56 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:56 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:56 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:56 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:57.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:56 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:57.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:56 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:57.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:56 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:57.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:56 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:57.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:56 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:57.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:56 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:57.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:56 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:57.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:56 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:57:59.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:59 smithi089 ceph-mon[67711]: Upgrade: Updating prometheus.smithi089 2024-09-17T08:57:59.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:59 smithi089 ceph-mon[67711]: Deploying daemon prometheus.smithi089 on smithi089 2024-09-17T08:57:59.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:57:59 smithi089 ceph-mon[67711]: pgmap v270: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 246 B/s rd, 0 op/s 2024-09-17T08:57:59.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:59 smithi133 ceph-mon[49422]: Upgrade: Updating prometheus.smithi089 2024-09-17T08:57:59.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:59 smithi133 ceph-mon[49422]: Deploying daemon prometheus.smithi089 on smithi089 2024-09-17T08:57:59.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:57:59 smithi133 ceph-mon[49422]: pgmap v270: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 246 B/s rd, 0 op/s 2024-09-17T08:58:01.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:01 smithi089 ceph-mon[67711]: pgmap v271: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail 2024-09-17T08:58:01.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:01 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:58:01.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:01 smithi133 ceph-mon[49422]: pgmap v271: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail 2024-09-17T08:58:01.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:01 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:58:03.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:02 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:03.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:02 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:03.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:02 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:58:03.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:02 smithi089 ceph-mon[67711]: pgmap v272: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 246 B/s rd, 0 op/s 2024-09-17T08:58:03.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:02 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:03.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:02 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:03.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:02 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:58:03.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:02 smithi133 ceph-mon[49422]: pgmap v272: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 246 B/s rd, 0 op/s 2024-09-17T08:58:05.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:05 smithi089 ceph-mon[67711]: pgmap v273: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 246 B/s rd, 0 op/s 2024-09-17T08:58:05.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:05 smithi133 ceph-mon[49422]: pgmap v273: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 246 B/s rd, 0 op/s 2024-09-17T08:58:07.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:07 smithi089 ceph-mon[67711]: pgmap v274: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T08:58:07.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:07 smithi133 ceph-mon[49422]: pgmap v274: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T08:58:08.242 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:08 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:08.242 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:08 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:08.242 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:08 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:08.242 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:08 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:08.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:08 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:08.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:08 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:08.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:08 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:08.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:08 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:09.265 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:09 smithi089 ceph-mon[67711]: pgmap v275: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:58:09.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:09 smithi133 ceph-mon[49422]: pgmap v275: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:58:11.402 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:11 smithi089 ceph-mon[67711]: pgmap v276: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:58:11.403 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:11 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:11.403 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:11 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:11.403 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:11 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:58:11.403 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:11 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:58:11.403 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:11 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:11.403 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:11 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:11.403 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:11 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:58:11.403 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:11 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:58:11.403 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:11 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:11.403 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:11 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:11.404 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:11 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:11.404 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:11 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:11.404 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:11 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:11.404 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:11 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:11.404 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:11 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:11.404 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:11 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:11.404 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:11 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:11.404 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:11 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:11.404 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:11 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:11.404 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:11 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:11.405 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:11 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:11.405 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:11 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:11.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:11 smithi133 ceph-mon[49422]: pgmap v276: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:58:11.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:11 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:11.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:11 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:11.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:11 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:58:11.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:11 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:58:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:11 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:11 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:11 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:58:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:11 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:58:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:11 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:11 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:11 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:11 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:11 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:11 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:11 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:11 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:11 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:11.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:11 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:11.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:11 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:11.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:11 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:11.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:11 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:11.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:11 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:12.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:12 smithi089 ceph-mon[67711]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:58:12.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:12 smithi089 ceph-mon[67711]: pgmap v277: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-09-17T08:58:12.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:12 smithi089 ceph-mon[67711]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:58:12.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:12 smithi089 ceph-mon[67711]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-17T08:58:12.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:12 smithi089 ceph-mon[67711]: Cluster is now healthy 2024-09-17T08:58:12.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:12 smithi133 ceph-mon[49422]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:58:12.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:12 smithi133 ceph-mon[49422]: pgmap v277: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-09-17T08:58:12.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:12 smithi133 ceph-mon[49422]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:58:12.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:12 smithi133 ceph-mon[49422]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-17T08:58:12.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:12 smithi133 ceph-mon[49422]: Cluster is now healthy 2024-09-17T08:58:13.240 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:13 smithi089 ceph-mon[67711]: Upgrade: Updating alertmanager.smithi089 2024-09-17T08:58:13.240 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:13 smithi089 ceph-mon[67711]: Deploying daemon alertmanager.smithi089 on smithi089 2024-09-17T08:58:13.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:13 smithi133 ceph-mon[49422]: Upgrade: Updating alertmanager.smithi089 2024-09-17T08:58:13.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:13 smithi133 ceph-mon[49422]: Deploying daemon alertmanager.smithi089 on smithi089 2024-09-17T08:58:14.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:14 smithi089 ceph-mon[67711]: pgmap v278: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-09-17T08:58:14.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:14 smithi133 ceph-mon[49422]: pgmap v278: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-09-17T08:58:16.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:16 smithi089 ceph-mon[67711]: pgmap v279: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-09-17T08:58:16.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:16 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:16.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:16 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:58:16.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:16 smithi133 ceph-mon[49422]: pgmap v279: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-09-17T08:58:16.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:16 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:16.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:16 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:58:18.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:18 smithi089 ceph-mon[67711]: pgmap v280: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-09-17T08:58:18.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:18.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:18.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:18 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:58:18.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:18 smithi133 ceph-mon[49422]: pgmap v280: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-09-17T08:58:18.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:18.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:18.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:18 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:58:19.281 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T08:58:19.960 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:58:19.960 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 starting - - - - 2024-09-17T08:58:19.960 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (6m) 12s ago 26m 6895k - 18.2.4-855-g19e2a2be 980a0bfcd684 71cee01efda3 2024-09-17T08:58:19.960 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (6m) 29s ago 25m 6891k - 18.2.4-855-g19e2a2be 980a0bfcd684 d4830f191563 2024-09-17T08:58:19.960 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 running (14m) 12s ago 26m 37.1M - 6.7.4 557c83e11646 7989dd643c63 2024-09-17T08:58:19.960 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (91s) 12s ago 21m 29.1M - 18.2.4-855-g19e2a2be 980a0bfcd684 3cba3934572c 2024-09-17T08:58:19.960 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (69s) 29s ago 21m 14.3M - 18.2.4-855-g19e2a2be 980a0bfcd684 14bfcc05b132 2024-09-17T08:58:19.961 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:8443,9283,8765 running (7m) 12s ago 27m 497M - 18.2.4-855-g19e2a2be 980a0bfcd684 3c5462471da5 2024-09-17T08:58:19.961 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283,8765 running (7m) 29s ago 25m 439M - 18.2.4-855-g19e2a2be 980a0bfcd684 65615ca3d291 2024-09-17T08:58:19.961 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (7m) 12s ago 28m 79.1M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 646dede0515f 2024-09-17T08:58:19.961 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (6m) 29s ago 25m 55.9M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 c4cc64200487 2024-09-17T08:58:19.961 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (58s) 12s ago 18m 58.1M - 5.5 980a0bfcd684 898bb0a3d24a 2024-09-17T08:58:19.961 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (53s) 29s ago 18m 68.6M - 5.5 980a0bfcd684 02c99f7fd8f7 2024-09-17T08:58:19.961 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 running (38s) 12s ago 26m 3594k - 1.5.0 0da6a335fe13 c45b474bbf38 2024-09-17T08:58:19.961 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (32s) 29s ago 25m 3355k - 1.5.0 0da6a335fe13 e5174e7f6b9f 2024-09-17T08:58:19.961 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (5m) 12s ago 25m 220M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 77ff85f32922 2024-09-17T08:58:19.961 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (5m) 12s ago 24m 202M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 3f46e0cc90ae 2024-09-17T08:58:19.961 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (4m) 12s ago 24m 183M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 628827298bcc 2024-09-17T08:58:19.962 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (4m) 12s ago 24m 210M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 8eb04ed70129 2024-09-17T08:58:19.962 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (3m) 29s ago 23m 222M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 21f58ae6b96f 2024-09-17T08:58:19.962 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (2m) 29s ago 23m 208M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 92385646fccd 2024-09-17T08:58:19.962 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (2m) 29s ago 23m 194M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 81d2f1ba5351 2024-09-17T08:58:19.962 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (112s) 29s ago 22m 245M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 e1769d26e41d 2024-09-17T08:58:19.962 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 running (18s) 12s ago 26m 38.2M - 2.43.0 a07b618ecd1d 4b437cb2e46e 2024-09-17T08:58:20.358 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:58:20.358 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:58:20.358 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:58:20.358 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:58:20.358 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:58:20.358 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:58:20.358 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:58:20.359 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:58:20.359 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 8 2024-09-17T08:58:20.359 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:58:20.359 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:58:20.359 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:58:20.359 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:58:20.360 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:58:20.360 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 14 2024-09-17T08:58:20.360 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:58:20.360 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:58:20.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:20 smithi089 ceph-mon[67711]: pgmap v281: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-09-17T08:58:20.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:20 smithi089 ceph-mon[67711]: from='client.34514 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:58:20.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:20 smithi133 ceph-mon[49422]: pgmap v281: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-09-17T08:58:20.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:20 smithi133 ceph-mon[49422]: from='client.34514 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:58:20.684 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:58:20.684 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", 2024-09-17T08:58:20.684 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": true, 2024-09-17T08:58:20.684 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-17T08:58:20.685 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [ 2024-09-17T08:58:20.685 INFO:teuthology.orchestra.run.smithi089.stdout: "nfs", 2024-09-17T08:58:20.685 INFO:teuthology.orchestra.run.smithi089.stdout: "osd", 2024-09-17T08:58:20.685 INFO:teuthology.orchestra.run.smithi089.stdout: "mds", 2024-09-17T08:58:20.685 INFO:teuthology.orchestra.run.smithi089.stdout: "crash", 2024-09-17T08:58:20.685 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr", 2024-09-17T08:58:20.685 INFO:teuthology.orchestra.run.smithi089.stdout: "mon" 2024-09-17T08:58:20.685 INFO:teuthology.orchestra.run.smithi089.stdout: ], 2024-09-17T08:58:20.685 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": "18/23 daemons upgraded", 2024-09-17T08:58:20.685 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "Currently upgrading alertmanager daemons", 2024-09-17T08:58:20.686 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T08:58:20.686 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:58:21.077 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_OK 2024-09-17T08:58:21.381 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:21 smithi089 ceph-mon[67711]: from='client.34518 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:58:21.466 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:21 smithi089 ceph-mon[67711]: from='client.34522 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:58:21.466 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:21 smithi089 ceph-mon[67711]: from='client.34526 172.21.15.89:0/1489412108' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:21.466 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:21 smithi089 ceph-mon[67711]: from='client.34534 172.21.15.89:0/3019663541' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:58:21.467 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:21 smithi133 ceph-mon[49422]: from='client.34518 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:58:21.467 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:21 smithi133 ceph-mon[49422]: from='client.34522 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:58:21.467 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:21 smithi133 ceph-mon[49422]: from='client.34526 172.21.15.89:0/1489412108' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:21.467 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:21 smithi133 ceph-mon[49422]: from='client.34534 172.21.15.89:0/3019663541' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T08:58:22.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:22 smithi089 ceph-mon[67711]: from='client.34530 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:58:22.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:22 smithi089 ceph-mon[67711]: pgmap v282: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-09-17T08:58:22.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:22 smithi133 ceph-mon[49422]: from='client.34530 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:58:22.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:22 smithi133 ceph-mon[49422]: pgmap v282: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-09-17T08:58:23.892 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:23 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:23.892 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:23 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:23.892 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:23 smithi089 ceph-mon[67711]: pgmap v283: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:58:23.892 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:23 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:23.892 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:23 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:24.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:23 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:24.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:23 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:24.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:23 smithi133 ceph-mon[49422]: pgmap v283: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:58:24.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:23 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:24.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:23 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:26.138 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:25 smithi089 ceph-mon[67711]: pgmap v284: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:58:26.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:25 smithi133 ceph-mon[49422]: pgmap v284: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:58:27.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:27 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:27.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:27 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:27.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:27 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:58:27.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:27 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:58:27.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:27 smithi089 ceph-mon[67711]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:58:27.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:27 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:27.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:27 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:27.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:27 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T08:58:27.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:27 smithi089 ceph-mon[67711]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T08:58:27.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:27 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:58:27.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:27 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:27.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:27 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:27.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:27 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:27.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:27 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:27.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:27 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:27.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:27 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:27.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:27 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:27.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:27 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:27.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:27 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:27.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:27 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:27.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:27 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:27.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:27 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:27.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:27 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:27.663 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:27 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:27.663 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:27 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:27.663 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:27 smithi089 ceph-mon[67711]: pgmap v285: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:58:27.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:27 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:27.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:27 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:27.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:27 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:58:27.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:27 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:58:27.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:27 smithi133 ceph-mon[49422]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:58:27.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:27 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:27.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:27 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:27.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:27 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T08:58:27.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:27 smithi133 ceph-mon[49422]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T08:58:27.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:27 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:58:27.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:27 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:27.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:27 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:27.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:27 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:27.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:27 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:27.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:27 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:27.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:27 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:27.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:27 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:27.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:27 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:27.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:27 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:27.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:27 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:27.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:27 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:27.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:27 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:27.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:27 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:27.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:27 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:27.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:27 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:27.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:27 smithi133 ceph-mon[49422]: pgmap v285: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:58:28.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:28 smithi089 ceph-mon[67711]: Upgrade: Updating grafana.smithi089 2024-09-17T08:58:28.910 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:28 smithi089 ceph-mon[67711]: Deploying daemon grafana.smithi089 on smithi089 2024-09-17T08:58:28.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:28 smithi133 ceph-mon[49422]: Upgrade: Updating grafana.smithi089 2024-09-17T08:58:28.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:28 smithi133 ceph-mon[49422]: Deploying daemon grafana.smithi089 on smithi089 2024-09-17T08:58:29.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:29 smithi089 ceph-mon[67711]: pgmap v286: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:58:29.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:29 smithi133 ceph-mon[49422]: pgmap v286: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:58:32.137 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:31 smithi089 ceph-mon[67711]: pgmap v287: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:58:32.137 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:31 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:58:32.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:31 smithi133 ceph-mon[49422]: pgmap v287: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:58:32.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:31 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:58:33.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:33 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:33.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:33 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:33.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:33 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:58:33.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:33 smithi089 ceph-mon[67711]: pgmap v288: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:58:33.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:33 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:33.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:33 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:33.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:33 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:58:33.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:33 smithi133 ceph-mon[49422]: pgmap v288: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:58:36.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:35 smithi089 ceph-mon[67711]: pgmap v289: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:58:36.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:35 smithi133 ceph-mon[49422]: pgmap v289: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:58:38.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:38 smithi089 ceph-mon[67711]: pgmap v290: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:58:38.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:38 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:38.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:38 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:38.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:38 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:38.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:38 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:38.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:38 smithi133 ceph-mon[49422]: pgmap v290: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:58:38.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:38 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:38.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:38 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:38.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:38 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:38.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:38 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:40.625 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:40 smithi089 ceph-mon[67711]: pgmap v291: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:58:40.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:40 smithi133 ceph-mon[49422]: pgmap v291: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:58:42.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: pgmap v292: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:58:42.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:42.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:42.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:58:42.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:58:42.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:58:42.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:42.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:42.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T08:58:42.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T08:58:42.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:58:42.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.415 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.415 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: Upgrade: Finalizing container_image settings 2024-09-17T08:58:42.415 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:42.415 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-17T08:58:42.415 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-17T08:58:42.415 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-17T08:58:42.416 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-17T08:58:42.416 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-17T08:58:42.416 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-17T08:58:42.416 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-17T08:58:42.416 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-17T08:58:42.416 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-17T08:58:42.417 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-17T08:58:42.417 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-17T08:58:42.417 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-17T08:58:42.417 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-17T08:58:42.417 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-17T08:58:42.417 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-17T08:58:42.417 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-17T08:58:42.418 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-17T08:58:42.418 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-17T08:58:42.418 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-17T08:58:42.418 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-17T08:58:42.418 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-17T08:58:42.418 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-17T08:58:42.418 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-17T08:58:42.418 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-17T08:58:42.418 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-17T08:58:42.418 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-17T08:58:42.418 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-17T08:58:42.418 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-17T08:58:42.419 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-17T08:58:42.419 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-17T08:58:42.419 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-17T08:58:42.419 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: Upgrade: Complete! 2024-09-17T08:58:42.419 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-17T08:58:42.419 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-17T08:58:42.419 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:58:42.419 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:58:42.419 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:58:42.419 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:58:42.419 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:42.419 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:42.419 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:42.420 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:58:42.420 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:58:42.420 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:58:42.420 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:42.420 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:42.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: pgmap v292: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:58:42.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:42.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:42.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:58:42.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:58:42.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:58:42.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:42.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:42.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T08:58:42.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T08:58:42.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:58:42.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.432 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.432 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.432 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:42.432 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: Upgrade: Finalizing container_image settings 2024-09-17T08:58:42.432 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:42.433 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-17T08:58:42.433 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-17T08:58:42.433 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-17T08:58:42.433 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-17T08:58:42.433 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-17T08:58:42.433 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-17T08:58:42.434 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-17T08:58:42.434 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-17T08:58:42.434 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-17T08:58:42.434 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-17T08:58:42.434 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-17T08:58:42.434 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-17T08:58:42.435 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-17T08:58:42.435 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-17T08:58:42.435 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-17T08:58:42.435 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-17T08:58:42.435 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-17T08:58:42.435 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-17T08:58:42.435 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-17T08:58:42.435 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-17T08:58:42.436 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-17T08:58:42.436 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-17T08:58:42.436 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-17T08:58:42.436 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-17T08:58:42.436 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-17T08:58:42.436 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-17T08:58:42.436 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-17T08:58:42.437 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-17T08:58:42.437 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-17T08:58:42.437 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-17T08:58:42.437 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-17T08:58:42.437 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: Upgrade: Complete! 2024-09-17T08:58:42.437 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-17T08:58:42.438 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-17T08:58:42.438 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:58:42.438 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:58:42.438 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:58:42.438 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:58:42.439 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:42.439 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:42.439 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:42.439 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:58:42.439 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:58:42.439 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:58:42.440 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:42.440 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:58:43.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:43 smithi089 ceph-mon[67711]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:58:43.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:43 smithi133 ceph-mon[49422]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:58:44.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:44 smithi089 ceph-mon[67711]: pgmap v293: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:58:44.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:44 smithi133 ceph-mon[49422]: pgmap v293: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:58:46.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:46 smithi089 ceph-mon[67711]: pgmap v294: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:58:46.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:46 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:58:46.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:46 smithi133 ceph-mon[49422]: pgmap v294: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:58:46.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:46 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:58:48.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:48 smithi089 ceph-mon[67711]: pgmap v295: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:58:48.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:48 smithi133 ceph-mon[49422]: pgmap v295: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:58:50.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:50 smithi089 ceph-mon[67711]: pgmap v296: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:58:50.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:50 smithi133 ceph-mon[49422]: pgmap v296: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:58:52.127 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -e sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -- bash -c 'ceph orch ps' 2024-09-17T08:58:52.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:52 smithi089 ceph-mon[67711]: pgmap v297: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:58:52.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:52 smithi133 ceph-mon[49422]: pgmap v297: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:58:53.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:53 smithi089 ceph-mon[67711]: from='client.34538 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:58:53.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:53 smithi133 ceph-mon[49422]: from='client.34538 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:58:54.126 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:58:54.126 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 running (37s) 16s ago 27m 14.9M - 0.25.0 c8568f914cd2 5d83adc66665 2024-09-17T08:58:54.126 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (6m) 16s ago 27m 6895k - 18.2.4-855-g19e2a2be 980a0bfcd684 71cee01efda3 2024-09-17T08:58:54.126 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (6m) 63s ago 26m 6891k - 18.2.4-855-g19e2a2be 980a0bfcd684 d4830f191563 2024-09-17T08:58:54.126 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 running (22s) 16s ago 26m 28.2M - 9.4.7 954c08fa6188 d8eb68b7bfb6 2024-09-17T08:58:54.126 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (2m) 16s ago 21m 29.4M - 18.2.4-855-g19e2a2be 980a0bfcd684 3cba3934572c 2024-09-17T08:58:54.126 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (104s) 63s ago 21m 14.3M - 18.2.4-855-g19e2a2be 980a0bfcd684 14bfcc05b132 2024-09-17T08:58:54.127 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:8443,9283,8765 running (8m) 16s ago 28m 498M - 18.2.4-855-g19e2a2be 980a0bfcd684 3c5462471da5 2024-09-17T08:58:54.127 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283,8765 running (7m) 63s ago 26m 439M - 18.2.4-855-g19e2a2be 980a0bfcd684 65615ca3d291 2024-09-17T08:58:54.127 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (7m) 16s ago 28m 78.7M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 646dede0515f 2024-09-17T08:58:54.127 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (7m) 63s ago 26m 55.9M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 c4cc64200487 2024-09-17T08:58:54.127 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (92s) 16s ago 19m 58.4M - 5.5 980a0bfcd684 898bb0a3d24a 2024-09-17T08:58:54.127 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (87s) 63s ago 19m 68.6M - 5.5 980a0bfcd684 02c99f7fd8f7 2024-09-17T08:58:54.127 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 running (72s) 16s ago 26m 7889k - 1.5.0 0da6a335fe13 c45b474bbf38 2024-09-17T08:58:54.127 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (67s) 63s ago 26m 3355k - 1.5.0 0da6a335fe13 e5174e7f6b9f 2024-09-17T08:58:54.127 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (6m) 16s ago 25m 220M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 77ff85f32922 2024-09-17T08:58:54.127 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (5m) 16s ago 25m 202M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 3f46e0cc90ae 2024-09-17T08:58:54.127 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (5m) 16s ago 24m 183M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 628827298bcc 2024-09-17T08:58:54.127 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (4m) 16s ago 24m 210M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 8eb04ed70129 2024-09-17T08:58:54.127 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (4m) 63s ago 24m 222M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 21f58ae6b96f 2024-09-17T08:58:54.127 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (3m) 63s ago 23m 208M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 92385646fccd 2024-09-17T08:58:54.128 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (2m) 63s ago 23m 194M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 81d2f1ba5351 2024-09-17T08:58:54.128 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (2m) 63s ago 23m 245M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 e1769d26e41d 2024-09-17T08:58:54.128 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 running (52s) 16s ago 26m 41.9M - 2.43.0 a07b618ecd1d 4b437cb2e46e 2024-09-17T08:58:54.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:54 smithi089 ceph-mon[67711]: pgmap v298: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:58:54.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:54 smithi133 ceph-mon[49422]: pgmap v298: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:58:54.805 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -e sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -- bash -c 'ceph versions' 2024-09-17T08:58:55.355 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:55 smithi089 ceph-mon[67711]: from='client.34542 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:58:55.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:55 smithi133 ceph-mon[49422]: from='client.34542 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:58:56.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:56 smithi089 ceph-mon[67711]: pgmap v299: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:58:56.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:56 smithi133 ceph-mon[49422]: pgmap v299: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:58:56.855 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T08:58:56.855 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T08:58:56.855 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:58:56.855 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:58:56.855 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T08:58:56.855 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:58:56.855 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:58:56.855 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T08:58:56.855 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 8 2024-09-17T08:58:56.855 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:58:56.855 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T08:58:56.856 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T08:58:56.856 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T08:58:56.856 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T08:58:56.856 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 14 2024-09-17T08:58:56.856 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T08:58:56.856 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T08:58:57.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:57 smithi089 ceph-mon[67711]: from='client.34546 172.21.15.89:0/1442835183' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:57.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:57 smithi133 ceph-mon[49422]: from='client.34546 172.21.15.89:0/1442835183' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T08:58:57.693 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -e sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-09-17T08:58:58.254 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:58:58 smithi089 ceph-mon[67711]: pgmap v300: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:58:58.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:58:58 smithi133 ceph-mon[49422]: pgmap v300: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:58:59.529 INFO:teuthology.orchestra.run.smithi089.stdout:wait for servicemap items w/ changing names to refresh 2024-09-17T08:59:00.150 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -e sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -- bash -c 'sleep 60' 2024-09-17T08:59:00.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:00 smithi089 ceph-mon[67711]: pgmap v301: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:00.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:00 smithi133 ceph-mon[49422]: pgmap v301: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:01.356 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:01 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:59:01.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:01 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:59:02.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:02 smithi089 ceph-mon[67711]: pgmap v302: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:02.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:02 smithi133 ceph-mon[49422]: pgmap v302: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:04.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:04 smithi089 ceph-mon[67711]: pgmap v303: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:59:04.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:04 smithi133 ceph-mon[49422]: pgmap v303: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:59:06.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:06 smithi089 ceph-mon[67711]: pgmap v304: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:06.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:06 smithi133 ceph-mon[49422]: pgmap v304: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:08.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:08 smithi089 ceph-mon[67711]: pgmap v305: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:08.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:08 smithi133 ceph-mon[49422]: pgmap v305: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:10.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:10 smithi089 ceph-mon[67711]: pgmap v306: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:10.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:10 smithi133 ceph-mon[49422]: pgmap v306: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:12.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:12 smithi089 ceph-mon[67711]: pgmap v307: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:12.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:12 smithi133 ceph-mon[49422]: pgmap v307: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:14.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:14 smithi089 ceph-mon[67711]: pgmap v308: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:59:14.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:14 smithi133 ceph-mon[49422]: pgmap v308: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:59:16.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:16 smithi089 ceph-mon[67711]: pgmap v309: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:16.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:16 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:59:16.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:16 smithi133 ceph-mon[49422]: pgmap v309: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:16.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:16 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:59:18.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:18 smithi089 ceph-mon[67711]: pgmap v310: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:18.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:18 smithi133 ceph-mon[49422]: pgmap v310: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:20.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:20 smithi089 ceph-mon[67711]: pgmap v311: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:20.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:20 smithi133 ceph-mon[49422]: pgmap v311: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:22.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:22 smithi089 ceph-mon[67711]: pgmap v312: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:22.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:22 smithi133 ceph-mon[49422]: pgmap v312: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:24.405 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:24 smithi133 ceph-mon[49422]: pgmap v313: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:59:24.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:24 smithi089 ceph-mon[67711]: pgmap v313: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:59:26.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:26 smithi089 ceph-mon[67711]: pgmap v314: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:26.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:26 smithi133 ceph-mon[49422]: pgmap v314: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:28.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:28 smithi089 ceph-mon[67711]: pgmap v315: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:28.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:28 smithi133 ceph-mon[49422]: pgmap v315: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:30.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:30 smithi089 ceph-mon[67711]: pgmap v316: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:30.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:30 smithi133 ceph-mon[49422]: pgmap v316: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:31.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:31 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:59:31.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:31 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:59:32.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:32 smithi089 ceph-mon[67711]: pgmap v317: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:32.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:32 smithi133 ceph-mon[49422]: pgmap v317: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:34.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:34 smithi089 ceph-mon[67711]: pgmap v318: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:59:34.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:34 smithi133 ceph-mon[49422]: pgmap v318: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:59:36.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:36 smithi089 ceph-mon[67711]: pgmap v319: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:36.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:36 smithi133 ceph-mon[49422]: pgmap v319: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:38.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:38 smithi089 ceph-mon[67711]: pgmap v320: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:38.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:38 smithi133 ceph-mon[49422]: pgmap v320: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:40.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:40 smithi133 ceph-mon[49422]: pgmap v321: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:40.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:40 smithi089 ceph-mon[67711]: pgmap v321: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:42.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:42 smithi133 ceph-mon[49422]: pgmap v322: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:42.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:59:42.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:59:42.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:59:42.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:59:42.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:42 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:59:42.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:42 smithi089 ceph-mon[67711]: pgmap v322: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:42.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:59:42.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:59:42.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:59:42.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:59:42.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:42 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' 2024-09-17T08:59:43.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:43 smithi133 ceph-mon[49422]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:59:43.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:43 smithi089 ceph-mon[67711]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-17T08:59:44.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:44 smithi133 ceph-mon[49422]: pgmap v323: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:59:44.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:44 smithi089 ceph-mon[67711]: pgmap v323: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:59:46.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:46 smithi133 ceph-mon[49422]: pgmap v324: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:46.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:46 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:59:46.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:46 smithi089 ceph-mon[67711]: pgmap v324: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:46.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:46 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:59:48.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:48 smithi089 ceph-mon[67711]: pgmap v325: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:48.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:48 smithi133 ceph-mon[49422]: pgmap v325: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:50.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:50 smithi089 ceph-mon[67711]: pgmap v326: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:50.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:50 smithi133 ceph-mon[49422]: pgmap v326: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:52.478 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:52 smithi133 ceph-mon[49422]: pgmap v327: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:52.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:52 smithi089 ceph-mon[67711]: pgmap v327: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:54.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:54 smithi089 ceph-mon[67711]: pgmap v328: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:59:54.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:54 smithi133 ceph-mon[49422]: pgmap v328: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T08:59:56.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:56 smithi089 ceph-mon[67711]: pgmap v329: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:56.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:56 smithi133 ceph-mon[49422]: pgmap v329: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:58.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 08:59:58 smithi089 ceph-mon[67711]: pgmap v330: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:59:58.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 08:59:58 smithi133 ceph-mon[49422]: pgmap v330: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:00:00.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:00 smithi089 ceph-mon[67711]: pgmap v331: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:00:00.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:00 smithi089 ceph-mon[67711]: overall HEALTH_OK 2024-09-17T09:00:00.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:00 smithi133 ceph-mon[49422]: pgmap v331: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:00:00.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:00 smithi133 ceph-mon[49422]: overall HEALTH_OK 2024-09-17T09:00:01.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:01 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:00:01.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:01 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:00:02.660 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:02 smithi089 ceph-mon[67711]: pgmap v332: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:00:02.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:02 smithi133 ceph-mon[49422]: pgmap v332: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:00:02.750 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -e sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -- bash -c 'ceph orch ps' 2024-09-17T09:00:04.388 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:04 smithi089 ceph-mon[67711]: pgmap v333: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:00:04.620 INFO:teuthology.orchestra.run.smithi089.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:00:04.620 INFO:teuthology.orchestra.run.smithi089.stdout:alertmanager.smithi089 smithi089 *:9093,9094 running (107s) 87s ago 28m 14.9M - 0.25.0 c8568f914cd2 5d83adc66665 2024-09-17T09:00:04.621 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi089 smithi089 running (7m) 87s ago 28m 6895k - 18.2.4-855-g19e2a2be 980a0bfcd684 71cee01efda3 2024-09-17T09:00:04.621 INFO:teuthology.orchestra.run.smithi089.stdout:crash.smithi133 smithi133 running (7m) 2m ago 27m 6891k - 18.2.4-855-g19e2a2be 980a0bfcd684 d4830f191563 2024-09-17T09:00:04.621 INFO:teuthology.orchestra.run.smithi089.stdout:grafana.smithi089 smithi089 *:3000 running (92s) 87s ago 28m 28.2M - 9.4.7 954c08fa6188 d8eb68b7bfb6 2024-09-17T09:00:04.621 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi089.xuhpot smithi089 running (3m) 87s ago 23m 29.4M - 18.2.4-855-g19e2a2be 980a0bfcd684 3cba3934572c 2024-09-17T09:00:04.621 INFO:teuthology.orchestra.run.smithi089.stdout:mds.foofs.smithi133.enpevq smithi133 running (2m) 2m ago 23m 14.3M - 18.2.4-855-g19e2a2be 980a0bfcd684 14bfcc05b132 2024-09-17T09:00:04.621 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi089.ernzbc smithi089 *:8443,9283,8765 running (9m) 87s ago 29m 498M - 18.2.4-855-g19e2a2be 980a0bfcd684 3c5462471da5 2024-09-17T09:00:04.621 INFO:teuthology.orchestra.run.smithi089.stdout:mgr.smithi133.ejject smithi133 *:8443,9283,8765 running (9m) 2m ago 27m 439M - 18.2.4-855-g19e2a2be 980a0bfcd684 65615ca3d291 2024-09-17T09:00:04.621 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi089 smithi089 running (8m) 87s ago 29m 78.7M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 646dede0515f 2024-09-17T09:00:04.621 INFO:teuthology.orchestra.run.smithi089.stdout:mon.smithi133 smithi133 running (8m) 2m ago 27m 55.9M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 c4cc64200487 2024-09-17T09:00:04.621 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.0.0.smithi089.vfqtvj smithi089 *:2049 running (2m) 87s ago 20m 58.4M - 5.5 980a0bfcd684 898bb0a3d24a 2024-09-17T09:00:04.622 INFO:teuthology.orchestra.run.smithi089.stdout:nfs.foo.1.0.smithi133.rxitgh smithi133 *:2049 running (2m) 2m ago 20m 68.6M - 5.5 980a0bfcd684 02c99f7fd8f7 2024-09-17T09:00:04.622 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi089 smithi089 *:9100 running (2m) 87s ago 28m 7889k - 1.5.0 0da6a335fe13 c45b474bbf38 2024-09-17T09:00:04.622 INFO:teuthology.orchestra.run.smithi089.stdout:node-exporter.smithi133 smithi133 *:9100 running (2m) 2m ago 27m 3355k - 1.5.0 0da6a335fe13 e5174e7f6b9f 2024-09-17T09:00:04.622 INFO:teuthology.orchestra.run.smithi089.stdout:osd.0 smithi089 running (7m) 87s ago 26m 220M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 77ff85f32922 2024-09-17T09:00:04.622 INFO:teuthology.orchestra.run.smithi089.stdout:osd.1 smithi089 running (6m) 87s ago 26m 202M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 3f46e0cc90ae 2024-09-17T09:00:04.622 INFO:teuthology.orchestra.run.smithi089.stdout:osd.2 smithi089 running (6m) 87s ago 26m 183M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 628827298bcc 2024-09-17T09:00:04.622 INFO:teuthology.orchestra.run.smithi089.stdout:osd.3 smithi089 running (5m) 87s ago 25m 210M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 8eb04ed70129 2024-09-17T09:00:04.622 INFO:teuthology.orchestra.run.smithi089.stdout:osd.4 smithi133 running (5m) 2m ago 25m 222M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 21f58ae6b96f 2024-09-17T09:00:04.622 INFO:teuthology.orchestra.run.smithi089.stdout:osd.5 smithi133 running (4m) 2m ago 25m 208M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 92385646fccd 2024-09-17T09:00:04.622 INFO:teuthology.orchestra.run.smithi089.stdout:osd.6 smithi133 running (4m) 2m ago 24m 194M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 81d2f1ba5351 2024-09-17T09:00:04.622 INFO:teuthology.orchestra.run.smithi089.stdout:osd.7 smithi133 running (3m) 2m ago 24m 245M 4096M 18.2.4-855-g19e2a2be 980a0bfcd684 e1769d26e41d 2024-09-17T09:00:04.622 INFO:teuthology.orchestra.run.smithi089.stdout:prometheus.smithi089 smithi089 *:9095 running (2m) 87s ago 27m 41.9M - 2.43.0 a07b618ecd1d 4b437cb2e46e 2024-09-17T09:00:04.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:04 smithi133 ceph-mon[49422]: pgmap v333: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:00:05.383 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -e sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -- bash -c 'ceph orch upgrade status' 2024-09-17T09:00:06.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:06 smithi089 ceph-mon[67711]: from='client.34550 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:00:06.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:06 smithi089 ceph-mon[67711]: pgmap v334: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:00:06.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:06 smithi133 ceph-mon[49422]: from='client.34550 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:00:06.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:06 smithi133 ceph-mon[49422]: pgmap v334: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:00:07.297 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T09:00:07.297 INFO:teuthology.orchestra.run.smithi089.stdout: "target_image": null, 2024-09-17T09:00:07.297 INFO:teuthology.orchestra.run.smithi089.stdout: "in_progress": false, 2024-09-17T09:00:07.297 INFO:teuthology.orchestra.run.smithi089.stdout: "which": "", 2024-09-17T09:00:07.297 INFO:teuthology.orchestra.run.smithi089.stdout: "services_complete": [], 2024-09-17T09:00:07.297 INFO:teuthology.orchestra.run.smithi089.stdout: "progress": null, 2024-09-17T09:00:07.298 INFO:teuthology.orchestra.run.smithi089.stdout: "message": "", 2024-09-17T09:00:07.298 INFO:teuthology.orchestra.run.smithi089.stdout: "is_paused": false 2024-09-17T09:00:07.298 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T09:00:07.974 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -e sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -- bash -c 'ceph health detail' 2024-09-17T09:00:08.497 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:08 smithi089 ceph-mon[67711]: pgmap v335: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:00:08.497 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:08 smithi089 ceph-mon[67711]: from='client.34554 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:00:08.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:08 smithi133 ceph-mon[49422]: pgmap v335: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:00:08.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:08 smithi133 ceph-mon[49422]: from='client.34554 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:00:09.913 INFO:teuthology.orchestra.run.smithi089.stdout:HEALTH_OK 2024-09-17T09:00:10.518 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:10 smithi089 ceph-mon[67711]: pgmap v336: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:00:10.518 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:10 smithi089 ceph-mon[67711]: from='client.34558 172.21.15.89:0/966532977' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:00:10.541 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -e sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -- bash -c 'ceph versions' 2024-09-17T09:00:10.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:10 smithi133 ceph-mon[49422]: pgmap v336: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:00:10.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:10 smithi133 ceph-mon[49422]: from='client.34558 172.21.15.89:0/966532977' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-17T09:00:12.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:12 smithi089 ceph-mon[67711]: pgmap v337: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:00:12.526 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T09:00:12.526 INFO:teuthology.orchestra.run.smithi089.stdout: "mon": { 2024-09-17T09:00:12.526 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:00:12.526 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T09:00:12.526 INFO:teuthology.orchestra.run.smithi089.stdout: "mgr": { 2024-09-17T09:00:12.526 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:00:12.526 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T09:00:12.526 INFO:teuthology.orchestra.run.smithi089.stdout: "osd": { 2024-09-17T09:00:12.526 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 8 2024-09-17T09:00:12.526 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T09:00:12.527 INFO:teuthology.orchestra.run.smithi089.stdout: "mds": { 2024-09-17T09:00:12.527 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 2 2024-09-17T09:00:12.527 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T09:00:12.527 INFO:teuthology.orchestra.run.smithi089.stdout: "overall": { 2024-09-17T09:00:12.527 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)": 14 2024-09-17T09:00:12.527 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T09:00:12.527 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T09:00:12.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:12 smithi133 ceph-mon[49422]: pgmap v337: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:00:13.182 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -e sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-09-17T09:00:13.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:13 smithi089 ceph-mon[67711]: from='client.34562 172.21.15.89:0/1257568249' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:00:13.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:13 smithi133 ceph-mon[49422]: from='client.34562 172.21.15.89:0/1257568249' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:00:14.489 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:14 smithi089 ceph-mon[67711]: pgmap v338: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:00:14.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:14 smithi133 ceph-mon[49422]: pgmap v338: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:00:15.209 INFO:teuthology.orchestra.run.smithi089.stdout:true 2024-09-17T09:00:15.516 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:15 smithi089 ceph-mon[67711]: from='client.34566 172.21.15.89:0/2675080102' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:00:15.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:15 smithi133 ceph-mon[49422]: from='client.34566 172.21.15.89:0/2675080102' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:00:15.830 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -e sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-09-17T09:00:16.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:16 smithi089 ceph-mon[67711]: pgmap v339: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:00:16.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:16 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:00:16.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:16 smithi133 ceph-mon[49422]: pgmap v339: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:00:16.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:16 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:00:17.882 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)" 2024-09-17T09:00:18.482 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:18 smithi089 ceph-mon[67711]: pgmap v340: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:00:18.482 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:18 smithi089 ceph-mon[67711]: from='client.34570 172.21.15.89:0/1519586493' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:00:18.505 INFO:teuthology.task.sequential:In sequential, running task cephadm.wait_for_service... 2024-09-17T09:00:18.506 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-09-17T09:00:18.506 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T09:00:18.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:18 smithi133 ceph-mon[49422]: pgmap v340: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:00:18.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:18 smithi133 ceph-mon[49422]: from='client.34570 172.21.15.89:0/1519586493' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-17T09:00:20.525 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T09:00:20.525 INFO:teuthology.orchestra.run.smithi089.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-17T08:30:59.376830Z", "last_refresh": "2024-09-17T08:58:37.205085Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-17T08:30:47.290159Z", "last_refresh": "2024-09-17T08:57:50.427870Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-17T08:30:56.451159Z", "last_refresh": "2024-09-17T08:58:37.205216Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-17T08:36:56.183764Z", "last_refresh": "2024-09-17T08:57:50.428366Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T08:30:45.816449Z", "last_refresh": "2024-09-17T08:57:50.427960Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi089:172.21.15.89=smithi089", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T08:31:31.617148Z", "last_refresh": "2024-09-17T08:57:50.428026Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:59:41.896728Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2024-09-17T08:39:29.523319Z", "last_refresh": "2024-09-17T08:57:50.428423Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-17T08:30:57.699142Z", "last_refresh": "2024-09-17T08:57:50.428085Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9", "last_refresh": "2024-09-17T08:57:50.428142Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-17T08:30:55.112673Z", "last_refresh": "2024-09-17T08:58:37.205327Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-17T09:00:20.526 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:20 smithi089 ceph-mon[67711]: pgmap v341: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:00:20.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:20 smithi133 ceph-mon[49422]: pgmap v341: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:00:21.238 INFO:tasks.cephadm:nfs.foo has 2/2 2024-09-17T09:00:21.239 DEBUG:teuthology.parallel:result is None 2024-09-17T09:00:21.239 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-17T09:00:21.250 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi089.front.sepia.ceph.com 2024-09-17T09:00:21.250 DEBUG:teuthology.orchestra.run.smithi089:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'umount /mnt/foo' 2024-09-17T09:00:21.276 INFO:teuthology.orchestra.run.smithi089.stderr:+ umount /mnt/foo 2024-09-17T09:00:21.282 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T09:00:21.291 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi089.front.sepia.ceph.com 2024-09-17T09:00:21.291 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- bash -c 'ceph nfs cluster ls | grep foo' 2024-09-17T09:00:22.498 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:22 smithi089 ceph-mon[67711]: from='client.34574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T09:00:22.498 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:22 smithi089 ceph-mon[67711]: pgmap v342: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:00:22.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:22 smithi133 ceph-mon[49422]: from='client.34574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T09:00:22.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:22 smithi133 ceph-mon[49422]: pgmap v342: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:00:23.243 INFO:teuthology.orchestra.run.smithi089.stdout: "foo" 2024-09-17T09:00:23.827 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- bash -c 'ceph nfs export ls foo --detailed' 2024-09-17T09:00:24.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:24 smithi089 ceph-mon[67711]: pgmap v343: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:00:24.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:24 smithi089 ceph-mon[67711]: from='client.34578 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:00:24.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:24 smithi133 ceph-mon[49422]: pgmap v343: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T09:00:24.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:24 smithi133 ceph-mon[49422]: from='client.34578 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:00:25.801 INFO:teuthology.orchestra.run.smithi089.stdout:[ 2024-09-17T09:00:25.801 INFO:teuthology.orchestra.run.smithi089.stdout: { 2024-09-17T09:00:25.801 INFO:teuthology.orchestra.run.smithi089.stdout: "access_type": "RW", 2024-09-17T09:00:25.801 INFO:teuthology.orchestra.run.smithi089.stdout: "clients": [], 2024-09-17T09:00:25.801 INFO:teuthology.orchestra.run.smithi089.stdout: "cluster_id": "foo", 2024-09-17T09:00:25.802 INFO:teuthology.orchestra.run.smithi089.stdout: "export_id": 1, 2024-09-17T09:00:25.802 INFO:teuthology.orchestra.run.smithi089.stdout: "fsal": { 2024-09-17T09:00:25.802 INFO:teuthology.orchestra.run.smithi089.stdout: "fs_name": "foofs", 2024-09-17T09:00:25.802 INFO:teuthology.orchestra.run.smithi089.stdout: "name": "CEPH", 2024-09-17T09:00:25.802 INFO:teuthology.orchestra.run.smithi089.stdout: "user_id": "nfs.foo.1" 2024-09-17T09:00:25.802 INFO:teuthology.orchestra.run.smithi089.stdout: }, 2024-09-17T09:00:25.802 INFO:teuthology.orchestra.run.smithi089.stdout: "path": "/", 2024-09-17T09:00:25.802 INFO:teuthology.orchestra.run.smithi089.stdout: "protocols": [ 2024-09-17T09:00:25.802 INFO:teuthology.orchestra.run.smithi089.stdout: 4 2024-09-17T09:00:25.802 INFO:teuthology.orchestra.run.smithi089.stdout: ], 2024-09-17T09:00:25.802 INFO:teuthology.orchestra.run.smithi089.stdout: "pseudo": "/fake", 2024-09-17T09:00:25.802 INFO:teuthology.orchestra.run.smithi089.stdout: "security_label": true, 2024-09-17T09:00:25.803 INFO:teuthology.orchestra.run.smithi089.stdout: "squash": "no_root_squash", 2024-09-17T09:00:25.803 INFO:teuthology.orchestra.run.smithi089.stdout: "transports": [ 2024-09-17T09:00:25.803 INFO:teuthology.orchestra.run.smithi089.stdout: "TCP" 2024-09-17T09:00:25.803 INFO:teuthology.orchestra.run.smithi089.stdout: ] 2024-09-17T09:00:25.803 INFO:teuthology.orchestra.run.smithi089.stdout: } 2024-09-17T09:00:25.803 INFO:teuthology.orchestra.run.smithi089.stdout:] 2024-09-17T09:00:26.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:26 smithi089 ceph-mon[67711]: pgmap v344: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:00:26.386 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- bash -c 'rados -p .nfs --all ls -' 2024-09-17T09:00:26.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:26 smithi133 ceph-mon[49422]: pgmap v344: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:00:27.596 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:27 smithi089 ceph-mon[67711]: from='client.34582 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:00:27.596 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:27 smithi089 ceph-mon[67711]: mgrmap e49: smithi089.ernzbc(active, since 9m), standbys: smithi133.ejject 2024-09-17T09:00:27.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:27 smithi133 ceph-mon[49422]: from='client.34582 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:00:27.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:27 smithi133 ceph-mon[49422]: mgrmap e49: smithi089.ernzbc(active, since 9m), standbys: smithi133.ejject 2024-09-17T09:00:28.033 INFO:teuthology.orchestra.run.smithi089.stdout:foo rec-0000000000000004:nfs.foo.1 2024-09-17T09:00:28.033 INFO:teuthology.orchestra.run.smithi089.stdout:foo grace 2024-09-17T09:00:28.033 INFO:teuthology.orchestra.run.smithi089.stdout:foo rec-0000000000000004:nfs.foo.0 2024-09-17T09:00:28.033 INFO:teuthology.orchestra.run.smithi089.stdout:foo conf-nfs.foo 2024-09-17T09:00:28.033 INFO:teuthology.orchestra.run.smithi089.stdout:foo export-1 2024-09-17T09:00:28.620 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:28 smithi089 ceph-mon[67711]: pgmap v345: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:00:28.644 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 -- bash -c 'ceph config get mgr mgr/cephadm/migration_current | grep 6' 2024-09-17T09:00:28.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:28 smithi133 ceph-mon[49422]: pgmap v345: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:00:30.389 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:30 smithi089 ceph-mon[67711]: pgmap v346: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:00:30.617 INFO:teuthology.orchestra.run.smithi089.stdout:6 2024-09-17T09:00:30.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:30 smithi133 ceph-mon[49422]: pgmap v346: 129 pgs: 129 active+clean; 221 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:00:31.232 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-17T09:00:31.242 INFO:tasks.cephadm:Teardown begin 2024-09-17T09:00:31.242 DEBUG:teuthology.orchestra.run.smithi089:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T09:00:31.272 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T09:00:31.305 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-17T09:00:31.305 DEBUG:teuthology.orchestra.run.smithi089:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T09:00:31.328 DEBUG:teuthology.orchestra.run.smithi133:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T09:00:31.362 INFO:tasks.cephadm:Stopping all daemons... 2024-09-17T09:00:31.362 INFO:tasks.cephadm.mon.smithi089:Stopping mon.smithi089... 2024-09-17T09:00:31.362 DEBUG:teuthology.orchestra.run.smithi089:> sudo systemctl stop ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@mon.smithi089 2024-09-17T09:00:31.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:31 smithi089 ceph-mon[67711]: from='client.34596 172.21.15.89:0/2878755002' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-09-17T09:00:31.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:31 smithi089 ceph-mon[67711]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:00:31.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:31 smithi089 systemd[1]: Stopping Ceph mon.smithi089 for fc89bb2a-74ce-11ef-bceb-c7b262605968... 2024-09-17T09:00:31.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:31 smithi133 ceph-mon[49422]: from='client.34596 172.21.15.89:0/2878755002' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-09-17T09:00:31.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:31 smithi133 ceph-mon[49422]: from='mgr.34104 172.21.15.89:0/3051086493' entity='mgr.smithi089.ernzbc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:00:32.023 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon-smithi089[67707]: 2024-09-17T09:00:31.662+0000 7f338bb4e640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi089 -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-09-17T09:00:32.023 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:31 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon-smithi089[67707]: 2024-09-17T09:00:31.662+0000 7f338bb4e640 -1 mon.smithi089@0(leader) e3 *** Got Signal Terminated *** 2024-09-17T09:00:32.023 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:31 smithi089 podman[113530]: 2024-09-17 09:00:31.724471834 +0000 UTC m=+0.166387973 container died 646dede0515fd9f865d051eff05dd6a85b2f5136d651c939505f7dd125844886 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon-smithi089, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=reef-19e2a2b, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.37.2) 2024-09-17T09:00:32.357 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:32 smithi089 podman[113530]: 2024-09-17 09:00:32.113572406 +0000 UTC m=+0.555488538 container cleanup 646dede0515fd9f865d051eff05dd6a85b2f5136d651c939505f7dd125844886 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon-smithi089, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, RELEASE=reef-19e2a2b, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True) 2024-09-17T09:00:32.357 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Sep 17 09:00:32 smithi089 bash[113530]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon-smithi089 2024-09-17T09:00:32.498 DEBUG:teuthology.orchestra.run.smithi089:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@mon.smithi089.service' 2024-09-17T09:00:32.545 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:00:32.545 INFO:tasks.cephadm.mon.smithi089:Stopped mon.smithi089 2024-09-17T09:00:32.545 INFO:tasks.cephadm.mon.smithi133:Stopping mon.smithi133... 2024-09-17T09:00:32.545 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@mon.smithi133 2024-09-17T09:00:32.851 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:32 smithi133 systemd[1]: Stopping Ceph mon.smithi133 for fc89bb2a-74ce-11ef-bceb-c7b262605968... 2024-09-17T09:00:33.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:32 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon-smithi133[49418]: 2024-09-17T09:00:32.849+0000 7f7a30b14640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi133 -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-09-17T09:00:33.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:32 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon-smithi133[49418]: 2024-09-17T09:00:32.849+0000 7f7a30b14640 -1 mon.smithi133@1(peon) e3 *** Got Signal Terminated *** 2024-09-17T09:00:33.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:33 smithi133 podman[74873]: 2024-09-17 09:00:33.085244248 +0000 UTC m=+0.347325316 container died c4cc642004870f87a50066387b939c8204ea1db81d80e307960633729423e65c (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon-smithi133, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-19e2a2b, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True) 2024-09-17T09:00:33.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:33 smithi133 podman[74873]: 2024-09-17 09:00:33.58383114 +0000 UTC m=+0.845912202 container cleanup c4cc642004870f87a50066387b939c8204ea1db81d80e307960633729423e65c (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon-smithi133, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, RELEASE=reef-19e2a2b, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True) 2024-09-17T09:00:33.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Sep 17 09:00:33 smithi133 bash[74873]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-mon-smithi133 2024-09-17T09:00:33.932 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@mon.smithi133.service' 2024-09-17T09:00:33.980 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:00:33.981 INFO:tasks.cephadm.mon.smithi133:Stopped mon.smithi133 2024-09-17T09:00:33.981 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-17T09:00:33.981 DEBUG:teuthology.orchestra.run.smithi089:> sudo systemctl stop ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.0 2024-09-17T09:00:34.268 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 09:00:34 smithi089 systemd[1]: Stopping Ceph osd.0 for fc89bb2a-74ce-11ef-bceb-c7b262605968... 2024-09-17T09:00:34.660 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 09:00:34 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0[73629]: 2024-09-17T09:00:34.267+0000 7f8054f6d640 -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-09-17T09:00:34.660 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 09:00:34 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0[73629]: 2024-09-17T09:00:34.267+0000 7f8054f6d640 -1 osd.0 120 *** Got signal Terminated *** 2024-09-17T09:00:34.660 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 09:00:34 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0[73629]: 2024-09-17T09:00:34.267+0000 7f8054f6d640 -1 osd.0 120 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T09:00:39.944 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 09:00:39 smithi089 podman[113748]: 2024-09-17 09:00:39.664343716 +0000 UTC m=+5.491851095 container died 77ff85f32922dfa0a8fcedec35d180c778f8f64c7e53442742fddcc6841a4da5 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0, ceph=True, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-09-17T09:00:40.320 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 09:00:40 smithi089 podman[113748]: 2024-09-17 09:00:40.034855181 +0000 UTC m=+5.862362549 container cleanup 77ff85f32922dfa0a8fcedec35d180c778f8f64c7e53442742fddcc6841a4da5 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-19e2a2b, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=) 2024-09-17T09:00:40.320 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 09:00:40 smithi089 bash[113748]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0 2024-09-17T09:00:40.649 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 09:00:40 smithi089 podman[113765]: 2024-09-17 09:00:40.320098906 +0000 UTC m=+0.655624141 container remove 77ff85f32922dfa0a8fcedec35d180c778f8f64c7e53442742fddcc6841a4da5 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0, RELEASE=reef-19e2a2b, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-09-17T09:00:40.907 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 09:00:40 smithi089 podman[113854]: 2024-09-17 09:00:40.55179742 +0000 UTC m=+0.016747552 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:00:40.908 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 09:00:40 smithi089 podman[113854]: 2024-09-17 09:00:40.671412025 +0000 UTC m=+0.136362152 container create 9856b1c08f21c7a3b78ba1d8aba9aaf06fd1f1744454f0419d7e0dcac4ec2668 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, RELEASE=reef-19e2a2b, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T09:00:40.908 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 09:00:40 smithi089 podman[113854]: 2024-09-17 09:00:40.907619351 +0000 UTC m=+0.372569486 container init 9856b1c08f21c7a3b78ba1d8aba9aaf06fd1f1744454f0419d7e0dcac4ec2668 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=reef-19e2a2b, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True) 2024-09-17T09:00:41.161 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 09:00:40 smithi089 podman[113854]: 2024-09-17 09:00:40.911113299 +0000 UTC m=+0.376063431 container start 9856b1c08f21c7a3b78ba1d8aba9aaf06fd1f1744454f0419d7e0dcac4ec2668 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0-deactivate, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-19e2a2b, maintainer=Guillaume Abrioux ) 2024-09-17T09:00:41.161 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 09:00:41 smithi089 podman[113854]: 2024-09-17 09:00:41.016125974 +0000 UTC m=+0.481076102 container attach 9856b1c08f21c7a3b78ba1d8aba9aaf06fd1f1744454f0419d7e0dcac4ec2668 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0-deactivate, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-19e2a2b, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-09-17T09:00:41.161 INFO:journalctl@ceph.osd.0.smithi089.stdout:Sep 17 09:00:41 smithi089 podman[113854]: 2024-09-17 09:00:41.097353486 +0000 UTC m=+0.562303616 container died 9856b1c08f21c7a3b78ba1d8aba9aaf06fd1f1744454f0419d7e0dcac4ec2668 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-0-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=reef-19e2a2b, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0) 2024-09-17T09:00:41.768 DEBUG:teuthology.orchestra.run.smithi089:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.0.service' 2024-09-17T09:00:41.807 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:00:41.807 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-17T09:00:41.807 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-17T09:00:41.807 DEBUG:teuthology.orchestra.run.smithi089:> sudo systemctl stop ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.1 2024-09-17T09:00:42.160 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 09:00:41 smithi089 systemd[1]: Stopping Ceph osd.1 for fc89bb2a-74ce-11ef-bceb-c7b262605968... 2024-09-17T09:00:42.660 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 09:00:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1[76534]: 2024-09-17T09:00:42.185+0000 7fad6cf58640 -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-09-17T09:00:42.660 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 09:00:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1[76534]: 2024-09-17T09:00:42.185+0000 7fad6cf58640 -1 osd.1 120 *** Got signal Terminated *** 2024-09-17T09:00:42.661 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 09:00:42 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1[76534]: 2024-09-17T09:00:42.185+0000 7fad6cf58640 -1 osd.1 120 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T09:00:47.934 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 09:00:47 smithi089 podman[113968]: 2024-09-17 09:00:47.667737764 +0000 UTC m=+5.597084999 container died 3f46e0cc90aeb5ec5907a86b4e2b3cca7fa6e42eb27431cb255c1c6482a40c1d (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1, ceph=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, RELEASE=reef-19e2a2b, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True, CEPH_POINT_RELEASE=) 2024-09-17T09:00:48.325 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 09:00:48 smithi089 podman[113968]: 2024-09-17 09:00:48.031712444 +0000 UTC m=+5.961059678 container cleanup 3f46e0cc90aeb5ec5907a86b4e2b3cca7fa6e42eb27431cb255c1c6482a40c1d (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, ceph=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2) 2024-09-17T09:00:48.325 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 09:00:48 smithi089 bash[113968]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1 2024-09-17T09:00:48.642 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 09:00:48 smithi089 podman[114017]: 2024-09-17 09:00:48.324965239 +0000 UTC m=+0.659746064 container remove 3f46e0cc90aeb5ec5907a86b4e2b3cca7fa6e42eb27431cb255c1c6482a40c1d (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-09-17T09:00:48.910 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 09:00:48 smithi089 podman[114104]: 2024-09-17 09:00:48.642754803 +0000 UTC m=+0.102177506 container create ecbf3eeec56a2f9116eda1f290188fc8aa8df882e9ac89708b47fd279a4e9c0e (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1-deactivate, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, ceph=True, RELEASE=reef-19e2a2b, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-09-17T09:00:48.911 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 09:00:48 smithi089 podman[114104]: 2024-09-17 09:00:48.557043367 +0000 UTC m=+0.016466085 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:00:48.911 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 09:00:48 smithi089 podman[114104]: 2024-09-17 09:00:48.87049139 +0000 UTC m=+0.329914101 container init ecbf3eeec56a2f9116eda1f290188fc8aa8df882e9ac89708b47fd279a4e9c0e (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1-deactivate, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_BRANCH=HEAD) 2024-09-17T09:00:48.911 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 09:00:48 smithi089 podman[114104]: 2024-09-17 09:00:48.874683824 +0000 UTC m=+0.334106528 container start ecbf3eeec56a2f9116eda1f290188fc8aa8df882e9ac89708b47fd279a4e9c0e (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1-deactivate, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-09-17T09:00:49.341 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 09:00:48 smithi089 podman[114104]: 2024-09-17 09:00:48.954028129 +0000 UTC m=+0.413450841 container attach ecbf3eeec56a2f9116eda1f290188fc8aa8df882e9ac89708b47fd279a4e9c0e (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1-deactivate, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_CLEAN=True, RELEASE=reef-19e2a2b, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-09-17T09:00:49.341 INFO:journalctl@ceph.osd.1.smithi089.stdout:Sep 17 09:00:49 smithi089 podman[114104]: 2024-09-17 09:00:49.058358381 +0000 UTC m=+0.517781095 container died ecbf3eeec56a2f9116eda1f290188fc8aa8df882e9ac89708b47fd279a4e9c0e (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-1-deactivate, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0) 2024-09-17T09:00:49.641 DEBUG:teuthology.orchestra.run.smithi089:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.1.service' 2024-09-17T09:00:49.680 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:00:49.681 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-17T09:00:49.681 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-17T09:00:49.681 DEBUG:teuthology.orchestra.run.smithi089:> sudo systemctl stop ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.2 2024-09-17T09:00:49.910 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 09:00:49 smithi089 systemd[1]: Stopping Ceph osd.2 for fc89bb2a-74ce-11ef-bceb-c7b262605968... 2024-09-17T09:00:50.410 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 09:00:50 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2[79418]: 2024-09-17T09:00:50.019+0000 7f972c8ac640 -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-09-17T09:00:50.410 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 09:00:50 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2[79418]: 2024-09-17T09:00:50.019+0000 7f972c8ac640 -1 osd.2 120 *** Got signal Terminated *** 2024-09-17T09:00:50.411 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 09:00:50 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2[79418]: 2024-09-17T09:00:50.019+0000 7f972c8ac640 -1 osd.2 120 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T09:00:55.739 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 09:00:55 smithi089 podman[114206]: 2024-09-17 09:00:55.486711975 +0000 UTC m=+5.585628525 container died 628827298bcc729fca0dd56baadd2ae5fc276b4a604e4649edb8e0aecc50818c (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, RELEASE=reef-19e2a2b, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T09:00:56.160 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 09:00:55 smithi089 podman[114206]: 2024-09-17 09:00:55.827781765 +0000 UTC m=+5.926698314 container cleanup 628827298bcc729fca0dd56baadd2ae5fc276b4a604e4649edb8e0aecc50818c (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2) 2024-09-17T09:00:56.161 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 09:00:55 smithi089 bash[114206]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2 2024-09-17T09:00:56.161 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 09:00:55 smithi089 podman[114222]: 2024-09-17 09:00:55.987524514 +0000 UTC m=+0.494800624 container remove 628827298bcc729fca0dd56baadd2ae5fc276b4a604e4649edb8e0aecc50818c (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=reef-19e2a2b, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731) 2024-09-17T09:00:56.657 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 09:00:56 smithi089 podman[114313]: 2024-09-17 09:00:56.291580332 +0000 UTC m=+0.016193716 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:00:56.658 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 09:00:56 smithi089 podman[114313]: 2024-09-17 09:00:56.396553924 +0000 UTC m=+0.121167295 container create 24c328e993c77721e7e144751c58540cd0ee56aa59e9f17a258ab1ff6777337f (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2-deactivate, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, RELEASE=reef-19e2a2b, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux ) 2024-09-17T09:00:56.658 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 09:00:56 smithi089 podman[114313]: 2024-09-17 09:00:56.657597906 +0000 UTC m=+0.382211288 container init 24c328e993c77721e7e144751c58540cd0ee56aa59e9f17a258ab1ff6777337f (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731) 2024-09-17T09:00:56.910 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 09:00:56 smithi089 podman[114313]: 2024-09-17 09:00:56.661196815 +0000 UTC m=+0.385810187 container start 24c328e993c77721e7e144751c58540cd0ee56aa59e9f17a258ab1ff6777337f (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2-deactivate, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-19e2a2b, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux ) 2024-09-17T09:00:56.910 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 09:00:56 smithi089 podman[114313]: 2024-09-17 09:00:56.757749889 +0000 UTC m=+0.482363295 container attach 24c328e993c77721e7e144751c58540cd0ee56aa59e9f17a258ab1ff6777337f (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2-deactivate, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-19e2a2b, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True) 2024-09-17T09:00:56.911 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 09:00:56 smithi089 podman[114313]: 2024-09-17 09:00:56.846713292 +0000 UTC m=+0.571326663 container died 24c328e993c77721e7e144751c58540cd0ee56aa59e9f17a258ab1ff6777337f (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-2-deactivate, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-19e2a2b, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, ceph=True) 2024-09-17T09:00:57.418 DEBUG:teuthology.orchestra.run.smithi089:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.2.service' 2024-09-17T09:00:57.457 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:00:57.457 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-17T09:00:57.457 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-09-17T09:00:57.458 DEBUG:teuthology.orchestra.run.smithi089:> sudo systemctl stop ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.3 2024-09-17T09:00:57.660 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 09:00:57 smithi089 systemd[1]: Stopping Ceph osd.3 for fc89bb2a-74ce-11ef-bceb-c7b262605968... 2024-09-17T09:00:58.160 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 09:00:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3[82305]: 2024-09-17T09:00:57.781+0000 7fa5c92cb640 -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-09-17T09:00:58.160 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 09:00:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3[82305]: 2024-09-17T09:00:57.781+0000 7fa5c92cb640 -1 osd.3 120 *** Got signal Terminated *** 2024-09-17T09:00:58.160 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 09:00:57 smithi089 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3[82305]: 2024-09-17T09:00:57.781+0000 7fa5c92cb640 -1 osd.3 120 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T09:01:00.304 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 09:00:59 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4[54355]: 2024-09-17T09:00:59.936+0000 7f6e01a17640 -1 osd.4 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.200016+0000 front 2024-09-17T09:00:36.200052+0000 (oldest deadline 2024-09-17T09:00:59.700225+0000) 2024-09-17T09:01:01.176 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 09:01:00 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4[54355]: 2024-09-17T09:01:00.923+0000 7f6e01a17640 -1 osd.4 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.200016+0000 front 2024-09-17T09:00:36.200052+0000 (oldest deadline 2024-09-17T09:00:59.700225+0000) 2024-09-17T09:01:01.902 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:01 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:01.650+0000 7fca812b5640 -1 osd.5 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.336006+0000 front 2024-09-17T09:00:36.335931+0000 (oldest deadline 2024-09-17T09:01:01.035828+0000) 2024-09-17T09:01:02.176 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 09:01:01 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4[54355]: 2024-09-17T09:01:01.901+0000 7f6e01a17640 -1 osd.4 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.200016+0000 front 2024-09-17T09:00:36.200052+0000 (oldest deadline 2024-09-17T09:00:59.700225+0000) 2024-09-17T09:01:02.627 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:02.325+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:37.882935+0000 front 2024-09-17T09:00:37.882963+0000 (oldest deadline 2024-09-17T09:01:01.982819+0000) 2024-09-17T09:01:02.628 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:02.626+0000 7fca812b5640 -1 osd.5 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.336006+0000 front 2024-09-17T09:00:36.335931+0000 (oldest deadline 2024-09-17T09:01:01.035828+0000) 2024-09-17T09:01:02.628 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:02.346+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:03.176 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 09:01:02 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4[54355]: 2024-09-17T09:01:02.893+0000 7f6e01a17640 -1 osd.4 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.200016+0000 front 2024-09-17T09:00:36.200052+0000 (oldest deadline 2024-09-17T09:00:59.700225+0000) 2024-09-17T09:01:03.655 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:03.314+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:37.882935+0000 front 2024-09-17T09:00:37.882963+0000 (oldest deadline 2024-09-17T09:01:01.982819+0000) 2024-09-17T09:01:03.656 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:03.338+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:03.661 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 09:01:03 smithi089 podman[114416]: 2024-09-17 09:01:03.374683609 +0000 UTC m=+5.698088445 container died 8eb04ed70129cd9f4aec95d5844d2be60d8aa3a53ae3d6128cb04bd68048e6d3 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3, org.label-schema.schema-version=1.0, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, ceph=True, maintainer=Guillaume Abrioux ) 2024-09-17T09:01:03.926 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:03.655+0000 7fca812b5640 -1 osd.5 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.336006+0000 front 2024-09-17T09:00:36.335931+0000 (oldest deadline 2024-09-17T09:01:01.035828+0000) 2024-09-17T09:01:03.999 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 09:01:03 smithi089 podman[114416]: 2024-09-17 09:01:03.7644388 +0000 UTC m=+6.087843638 container cleanup 8eb04ed70129cd9f4aec95d5844d2be60d8aa3a53ae3d6128cb04bd68048e6d3 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=reef-19e2a2b, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2024-09-17T09:01:03.999 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 09:01:03 smithi089 bash[114416]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3 2024-09-17T09:01:04.288 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 09:01:03 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4[54355]: 2024-09-17T09:01:03.936+0000 7f6e01a17640 -1 osd.4 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.200016+0000 front 2024-09-17T09:00:36.200052+0000 (oldest deadline 2024-09-17T09:00:59.700225+0000) 2024-09-17T09:01:04.337 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 09:01:03 smithi089 podman[114446]: 2024-09-17 09:01:03.999161416 +0000 UTC m=+0.615550459 container remove 8eb04ed70129cd9f4aec95d5844d2be60d8aa3a53ae3d6128cb04bd68048e6d3 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, RELEASE=reef-19e2a2b, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-09-17T09:01:04.594 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 09:01:04 smithi089 podman[114534]: 2024-09-17 09:01:04.240697992 +0000 UTC m=+0.016083059 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:01:04.595 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 09:01:04 smithi089 podman[114534]: 2024-09-17 09:01:04.367259775 +0000 UTC m=+0.142644840 container create bff98854591cbb493bda23b55fa981ececfccc5b92946fd6dab9a8aa3f430bfd (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3-deactivate, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, RELEASE=reef-19e2a2b, ceph=True) 2024-09-17T09:01:04.595 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 09:01:04 smithi089 podman[114534]: 2024-09-17 09:01:04.5946217 +0000 UTC m=+0.370006771 container init bff98854591cbb493bda23b55fa981ececfccc5b92946fd6dab9a8aa3f430bfd (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3-deactivate, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD, RELEASE=reef-19e2a2b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-09-17T09:01:04.676 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:04 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:04.287+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:37.882935+0000 front 2024-09-17T09:00:37.882963+0000 (oldest deadline 2024-09-17T09:01:01.982819+0000) 2024-09-17T09:01:04.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:04 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:04.369+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:04.910 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 09:01:04 smithi089 podman[114534]: 2024-09-17 09:01:04.598297067 +0000 UTC m=+0.373682134 container start bff98854591cbb493bda23b55fa981ececfccc5b92946fd6dab9a8aa3f430bfd (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3-deactivate, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, io.buildah.version=1.37.2) 2024-09-17T09:01:04.910 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 09:01:04 smithi089 podman[114534]: 2024-09-17 09:01:04.669500543 +0000 UTC m=+0.444885621 container attach bff98854591cbb493bda23b55fa981ececfccc5b92946fd6dab9a8aa3f430bfd (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3-deactivate, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, RELEASE=reef-19e2a2b, ceph=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2) 2024-09-17T09:01:04.910 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 09:01:04 smithi089 podman[114534]: 2024-09-17 09:01:04.786710054 +0000 UTC m=+0.562095122 container died bff98854591cbb493bda23b55fa981ececfccc5b92946fd6dab9a8aa3f430bfd (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-3-deactivate, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.build-date=20240731, RELEASE=reef-19e2a2b, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T09:01:05.176 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 09:01:04 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4[54355]: 2024-09-17T09:01:04.922+0000 7f6e01a17640 -1 osd.4 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.200016+0000 front 2024-09-17T09:00:36.200052+0000 (oldest deadline 2024-09-17T09:00:59.700225+0000) 2024-09-17T09:01:05.176 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:04 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:04.688+0000 7fca812b5640 -1 osd.5 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.336006+0000 front 2024-09-17T09:00:36.335931+0000 (oldest deadline 2024-09-17T09:01:01.035828+0000) 2024-09-17T09:01:05.457 DEBUG:teuthology.orchestra.run.smithi089:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.3.service' 2024-09-17T09:01:05.496 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:01:05.496 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-09-17T09:01:05.496 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-09-17T09:01:05.497 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.4 2024-09-17T09:01:05.523 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:05.271+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:37.882935+0000 front 2024-09-17T09:00:37.882963+0000 (oldest deadline 2024-09-17T09:01:01.982819+0000) 2024-09-17T09:01:05.524 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:05.397+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:05.794 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 09:01:05 smithi133 systemd[1]: Stopping Ceph osd.4 for fc89bb2a-74ce-11ef-bceb-c7b262605968... 2024-09-17T09:01:05.795 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:05.675+0000 7fca812b5640 -1 osd.5 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.336006+0000 front 2024-09-17T09:00:36.335931+0000 (oldest deadline 2024-09-17T09:01:01.035828+0000) 2024-09-17T09:01:06.176 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 09:01:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4[54355]: 2024-09-17T09:01:05.793+0000 7f6e0940b640 -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-09-17T09:01:06.176 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 09:01:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4[54355]: 2024-09-17T09:01:05.793+0000 7f6e0940b640 -1 osd.4 120 *** Got signal Terminated *** 2024-09-17T09:01:06.176 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 09:01:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4[54355]: 2024-09-17T09:01:05.793+0000 7f6e0940b640 -1 osd.4 120 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T09:01:06.176 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 09:01:05 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4[54355]: 2024-09-17T09:01:05.875+0000 7f6e01a17640 -1 osd.4 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.200016+0000 front 2024-09-17T09:00:36.200052+0000 (oldest deadline 2024-09-17T09:00:59.700225+0000) 2024-09-17T09:01:06.657 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:06.384+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:06.657 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:06.303+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:37.882935+0000 front 2024-09-17T09:00:37.882963+0000 (oldest deadline 2024-09-17T09:01:01.982819+0000) 2024-09-17T09:01:06.926 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 09:01:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4[54355]: 2024-09-17T09:01:06.890+0000 7f6e01a17640 -1 osd.4 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.200016+0000 front 2024-09-17T09:00:36.200052+0000 (oldest deadline 2024-09-17T09:00:59.700225+0000) 2024-09-17T09:01:06.926 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:06 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:06.657+0000 7fca812b5640 -1 osd.5 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.336006+0000 front 2024-09-17T09:00:36.335931+0000 (oldest deadline 2024-09-17T09:01:01.035828+0000) 2024-09-17T09:01:07.676 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:07.300+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:37.882935+0000 front 2024-09-17T09:00:37.882963+0000 (oldest deadline 2024-09-17T09:01:01.982819+0000) 2024-09-17T09:01:07.676 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:07.400+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:08.176 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 09:01:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4[54355]: 2024-09-17T09:01:07.855+0000 7f6e01a17640 -1 osd.4 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.200016+0000 front 2024-09-17T09:00:36.200052+0000 (oldest deadline 2024-09-17T09:00:59.700225+0000) 2024-09-17T09:01:08.177 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:07 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:07.687+0000 7fca812b5640 -1 osd.5 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.336006+0000 front 2024-09-17T09:00:36.335931+0000 (oldest deadline 2024-09-17T09:01:01.035828+0000) 2024-09-17T09:01:08.676 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:08 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:08.415+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:08.676 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:08 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:08.273+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:37.882935+0000 front 2024-09-17T09:00:37.882963+0000 (oldest deadline 2024-09-17T09:01:01.982819+0000) 2024-09-17T09:01:09.176 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 09:01:08 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4[54355]: 2024-09-17T09:01:08.857+0000 7f6e01a17640 -1 osd.4 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.200016+0000 front 2024-09-17T09:00:36.200052+0000 (oldest deadline 2024-09-17T09:00:59.700225+0000) 2024-09-17T09:01:09.176 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:08 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:08.704+0000 7fca812b5640 -1 osd.5 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.336006+0000 front 2024-09-17T09:00:36.335931+0000 (oldest deadline 2024-09-17T09:01:01.035828+0000) 2024-09-17T09:01:09.176 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:08 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:08.704+0000 7fca812b5640 -1 osd.5 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:43.936925+0000 front 2024-09-17T09:00:43.936985+0000 (oldest deadline 2024-09-17T09:01:08.636685+0000) 2024-09-17T09:01:09.676 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:09.463+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:09.676 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:09.323+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:37.882935+0000 front 2024-09-17T09:00:37.882963+0000 (oldest deadline 2024-09-17T09:01:01.982819+0000) 2024-09-17T09:01:09.676 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:09.323+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.483885+0000 front 2024-09-17T09:00:45.484032+0000 (oldest deadline 2024-09-17T09:01:08.383818+0000) 2024-09-17T09:01:10.176 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 09:01:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4[54355]: 2024-09-17T09:01:09.853+0000 7f6e01a17640 -1 osd.4 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.200016+0000 front 2024-09-17T09:00:36.200052+0000 (oldest deadline 2024-09-17T09:00:59.700225+0000) 2024-09-17T09:01:10.176 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:09.682+0000 7fca812b5640 -1 osd.5 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.336006+0000 front 2024-09-17T09:00:36.335931+0000 (oldest deadline 2024-09-17T09:01:01.035828+0000) 2024-09-17T09:01:10.176 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:09 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:09.682+0000 7fca812b5640 -1 osd.5 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:43.936925+0000 front 2024-09-17T09:00:43.936985+0000 (oldest deadline 2024-09-17T09:01:08.636685+0000) 2024-09-17T09:01:10.661 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:10 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:10.513+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:10.661 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:10 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:10.513+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.392237+0000 front 2024-09-17T09:00:45.392246+0000 (oldest deadline 2024-09-17T09:01:09.492140+0000) 2024-09-17T09:01:10.661 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:10 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:10.304+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:37.882935+0000 front 2024-09-17T09:00:37.882963+0000 (oldest deadline 2024-09-17T09:01:01.982819+0000) 2024-09-17T09:01:10.661 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:10 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:10.304+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.483885+0000 front 2024-09-17T09:00:45.484032+0000 (oldest deadline 2024-09-17T09:01:08.383818+0000) 2024-09-17T09:01:10.926 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:10 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:10.658+0000 7fca812b5640 -1 osd.5 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.336006+0000 front 2024-09-17T09:00:36.335931+0000 (oldest deadline 2024-09-17T09:01:01.035828+0000) 2024-09-17T09:01:10.926 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:10 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:10.658+0000 7fca812b5640 -1 osd.5 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:43.936925+0000 front 2024-09-17T09:00:43.936985+0000 (oldest deadline 2024-09-17T09:01:08.636685+0000) 2024-09-17T09:01:11.579 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 09:01:11 smithi133 podman[75085]: 2024-09-17 09:01:11.307053045 +0000 UTC m=+5.616011565 container died 21f58ae6b96f9f143a84a271ebbd1b71b023bb2732b42131619e0ee03df828d9 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0) 2024-09-17T09:01:11.579 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:11.302+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:37.882935+0000 front 2024-09-17T09:00:37.882963+0000 (oldest deadline 2024-09-17T09:01:01.982819+0000) 2024-09-17T09:01:11.579 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:11.302+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.483885+0000 front 2024-09-17T09:00:45.484032+0000 (oldest deadline 2024-09-17T09:01:08.383818+0000) 2024-09-17T09:01:11.579 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:11.536+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:11.579 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:11.536+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.392237+0000 front 2024-09-17T09:00:45.392246+0000 (oldest deadline 2024-09-17T09:01:09.492140+0000) 2024-09-17T09:01:11.926 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 09:01:11 smithi133 podman[75085]: 2024-09-17 09:01:11.773717698 +0000 UTC m=+6.082676255 container cleanup 21f58ae6b96f9f143a84a271ebbd1b71b023bb2732b42131619e0ee03df828d9 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T09:01:11.926 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 09:01:11 smithi133 bash[75085]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4 2024-09-17T09:01:11.926 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:11.692+0000 7fca812b5640 -1 osd.5 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.336006+0000 front 2024-09-17T09:00:36.335931+0000 (oldest deadline 2024-09-17T09:01:01.035828+0000) 2024-09-17T09:01:11.927 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:11 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:11.692+0000 7fca812b5640 -1 osd.5 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:43.936925+0000 front 2024-09-17T09:00:43.936985+0000 (oldest deadline 2024-09-17T09:01:08.636685+0000) 2024-09-17T09:01:12.269 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 09:01:12 smithi133 podman[75100]: 2024-09-17 09:01:12.045711478 +0000 UTC m=+0.736595175 container remove 21f58ae6b96f9f143a84a271ebbd1b71b023bb2732b42131619e0ee03df828d9 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=reef-19e2a2b, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T09:01:12.548 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:12.267+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:37.882935+0000 front 2024-09-17T09:00:37.882963+0000 (oldest deadline 2024-09-17T09:01:01.982819+0000) 2024-09-17T09:01:12.548 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:12.267+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.483885+0000 front 2024-09-17T09:00:45.484032+0000 (oldest deadline 2024-09-17T09:01:08.383818+0000) 2024-09-17T09:01:12.549 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 09:01:12 smithi133 podman[75187]: 2024-09-17 09:01:12.299945881 +0000 UTC m=+0.015732668 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:01:12.549 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 09:01:12 smithi133 podman[75187]: 2024-09-17 09:01:12.455022957 +0000 UTC m=+0.170809738 container create 3d7825028fba231e07389856eb25cb9fdb2799c6554993958546b88b76f04702 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4-deactivate, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-19e2a2b, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-09-17T09:01:12.852 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:12.574+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:12.852 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:12.574+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.392237+0000 front 2024-09-17T09:00:45.392246+0000 (oldest deadline 2024-09-17T09:01:09.492140+0000) 2024-09-17T09:01:12.852 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:12.707+0000 7fca812b5640 -1 osd.5 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.336006+0000 front 2024-09-17T09:00:36.335931+0000 (oldest deadline 2024-09-17T09:01:01.035828+0000) 2024-09-17T09:01:12.852 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:12 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:12.707+0000 7fca812b5640 -1 osd.5 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:43.936925+0000 front 2024-09-17T09:00:43.936985+0000 (oldest deadline 2024-09-17T09:01:08.636685+0000) 2024-09-17T09:01:12.853 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 09:01:12 smithi133 podman[75187]: 2024-09-17 09:01:12.665952235 +0000 UTC m=+0.381739020 container init 3d7825028fba231e07389856eb25cb9fdb2799c6554993958546b88b76f04702 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4-deactivate, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=reef-19e2a2b, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2024-09-17T09:01:12.853 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 09:01:12 smithi133 podman[75187]: 2024-09-17 09:01:12.669306072 +0000 UTC m=+0.385092850 container start 3d7825028fba231e07389856eb25cb9fdb2799c6554993958546b88b76f04702 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4-deactivate, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2024-09-17T09:01:12.853 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 09:01:12 smithi133 podman[75187]: 2024-09-17 09:01:12.765999013 +0000 UTC m=+0.481785807 container attach 3d7825028fba231e07389856eb25cb9fdb2799c6554993958546b88b76f04702 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-19e2a2b, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T09:01:13.153 INFO:journalctl@ceph.osd.4.smithi133.stdout:Sep 17 09:01:12 smithi133 podman[75187]: 2024-09-17 09:01:12.852662246 +0000 UTC m=+0.568449036 container died 3d7825028fba231e07389856eb25cb9fdb2799c6554993958546b88b76f04702 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-4-deactivate, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True) 2024-09-17T09:01:13.426 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:13.220+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:37.882935+0000 front 2024-09-17T09:00:37.882963+0000 (oldest deadline 2024-09-17T09:01:01.982819+0000) 2024-09-17T09:01:13.426 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:13.220+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.483885+0000 front 2024-09-17T09:00:45.484032+0000 (oldest deadline 2024-09-17T09:01:08.383818+0000) 2024-09-17T09:01:13.458 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.4.service' 2024-09-17T09:01:13.539 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:01:13.539 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-09-17T09:01:13.539 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-09-17T09:01:13.540 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.5 2024-09-17T09:01:13.691 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:13 smithi133 systemd[1]: Stopping Ceph osd.5 for fc89bb2a-74ce-11ef-bceb-c7b262605968... 2024-09-17T09:01:13.691 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:13.584+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:13.692 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:13.584+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.392237+0000 front 2024-09-17T09:00:45.392246+0000 (oldest deadline 2024-09-17T09:01:09.492140+0000) 2024-09-17T09:01:14.176 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:13.745+0000 7fca812b5640 -1 osd.5 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.336006+0000 front 2024-09-17T09:00:36.335931+0000 (oldest deadline 2024-09-17T09:01:01.035828+0000) 2024-09-17T09:01:14.177 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:13.745+0000 7fca812b5640 -1 osd.5 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:43.936925+0000 front 2024-09-17T09:00:43.936985+0000 (oldest deadline 2024-09-17T09:01:08.636685+0000) 2024-09-17T09:01:14.177 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:13.888+0000 7fca84ca1640 -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-09-17T09:01:14.177 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:13.888+0000 7fca84ca1640 -1 osd.5 120 *** Got signal Terminated *** 2024-09-17T09:01:14.177 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:13 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:13.888+0000 7fca84ca1640 -1 osd.5 120 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T09:01:14.562 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:14 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:14.199+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:37.882935+0000 front 2024-09-17T09:00:37.882963+0000 (oldest deadline 2024-09-17T09:01:01.982819+0000) 2024-09-17T09:01:14.562 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:14 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:14.199+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.483885+0000 front 2024-09-17T09:00:45.484032+0000 (oldest deadline 2024-09-17T09:01:08.383818+0000) 2024-09-17T09:01:14.926 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:14 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:14.561+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:14.926 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:14 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:14.561+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.392237+0000 front 2024-09-17T09:00:45.392246+0000 (oldest deadline 2024-09-17T09:01:09.492140+0000) 2024-09-17T09:01:14.926 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:14 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:14.710+0000 7fca812b5640 -1 osd.5 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.336006+0000 front 2024-09-17T09:00:36.335931+0000 (oldest deadline 2024-09-17T09:01:01.035828+0000) 2024-09-17T09:01:14.927 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:14 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:14.710+0000 7fca812b5640 -1 osd.5 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:43.936925+0000 front 2024-09-17T09:00:43.936985+0000 (oldest deadline 2024-09-17T09:01:08.636685+0000) 2024-09-17T09:01:15.562 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:15.245+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:37.882935+0000 front 2024-09-17T09:00:37.882963+0000 (oldest deadline 2024-09-17T09:01:01.982819+0000) 2024-09-17T09:01:15.562 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:15.245+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.483885+0000 front 2024-09-17T09:00:45.484032+0000 (oldest deadline 2024-09-17T09:01:08.383818+0000) 2024-09-17T09:01:15.926 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:15.755+0000 7fca812b5640 -1 osd.5 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.336006+0000 front 2024-09-17T09:00:36.335931+0000 (oldest deadline 2024-09-17T09:01:01.035828+0000) 2024-09-17T09:01:15.926 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:15.755+0000 7fca812b5640 -1 osd.5 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:43.936925+0000 front 2024-09-17T09:00:43.936985+0000 (oldest deadline 2024-09-17T09:01:08.636685+0000) 2024-09-17T09:01:15.926 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:15.561+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:15.926 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:15 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:15.561+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.392237+0000 front 2024-09-17T09:00:45.392246+0000 (oldest deadline 2024-09-17T09:01:09.492140+0000) 2024-09-17T09:01:16.520 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:16.263+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:37.882935+0000 front 2024-09-17T09:00:37.882963+0000 (oldest deadline 2024-09-17T09:01:01.982819+0000) 2024-09-17T09:01:16.520 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:16.263+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.483885+0000 front 2024-09-17T09:00:45.484032+0000 (oldest deadline 2024-09-17T09:01:08.383818+0000) 2024-09-17T09:01:16.797 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:16.519+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:16.798 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:16.519+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.392237+0000 front 2024-09-17T09:00:45.392246+0000 (oldest deadline 2024-09-17T09:01:09.492140+0000) 2024-09-17T09:01:17.176 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:16.796+0000 7fca812b5640 -1 osd.5 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.336006+0000 front 2024-09-17T09:00:36.335931+0000 (oldest deadline 2024-09-17T09:01:01.035828+0000) 2024-09-17T09:01:17.176 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:16 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:16.796+0000 7fca812b5640 -1 osd.5 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:43.936925+0000 front 2024-09-17T09:00:43.936985+0000 (oldest deadline 2024-09-17T09:01:08.636685+0000) 2024-09-17T09:01:17.676 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:17.290+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:37.882935+0000 front 2024-09-17T09:00:37.882963+0000 (oldest deadline 2024-09-17T09:01:01.982819+0000) 2024-09-17T09:01:17.676 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:17.290+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.483885+0000 front 2024-09-17T09:00:45.484032+0000 (oldest deadline 2024-09-17T09:01:08.383818+0000) 2024-09-17T09:01:17.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:17.536+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:17.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:17.536+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.392237+0000 front 2024-09-17T09:00:45.392246+0000 (oldest deadline 2024-09-17T09:01:09.492140+0000) 2024-09-17T09:01:18.176 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:17.821+0000 7fca812b5640 -1 osd.5 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.336006+0000 front 2024-09-17T09:00:36.335931+0000 (oldest deadline 2024-09-17T09:01:01.035828+0000) 2024-09-17T09:01:18.176 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:17.821+0000 7fca812b5640 -1 osd.5 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:43.936925+0000 front 2024-09-17T09:00:43.936985+0000 (oldest deadline 2024-09-17T09:01:08.636685+0000) 2024-09-17T09:01:18.176 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:17 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:17.821+0000 7fca812b5640 -1 osd.5 120 heartbeat_check: no reply from 172.21.15.89:6822 osd.2 since back 2024-09-17T09:00:52.737468+0000 front 2024-09-17T09:00:52.737486+0000 (oldest deadline 2024-09-17T09:01:16.837399+0000) 2024-09-17T09:01:18.676 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:18 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:18.542+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:18.676 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:18 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:18.542+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.392237+0000 front 2024-09-17T09:00:45.392246+0000 (oldest deadline 2024-09-17T09:01:09.492140+0000) 2024-09-17T09:01:18.676 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:18 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:18.333+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:37.882935+0000 front 2024-09-17T09:00:37.882963+0000 (oldest deadline 2024-09-17T09:01:01.982819+0000) 2024-09-17T09:01:18.677 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:18 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:18.333+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.483885+0000 front 2024-09-17T09:00:45.484032+0000 (oldest deadline 2024-09-17T09:01:08.383818+0000) 2024-09-17T09:01:18.677 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:18 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:18.333+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6822 osd.2 since back 2024-09-17T09:00:52.484886+0000 front 2024-09-17T09:00:52.484833+0000 (oldest deadline 2024-09-17T09:01:17.784695+0000) 2024-09-17T09:01:19.176 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:18 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:18.848+0000 7fca812b5640 -1 osd.5 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.336006+0000 front 2024-09-17T09:00:36.335931+0000 (oldest deadline 2024-09-17T09:01:01.035828+0000) 2024-09-17T09:01:19.176 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:18 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:18.848+0000 7fca812b5640 -1 osd.5 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:43.936925+0000 front 2024-09-17T09:00:43.936985+0000 (oldest deadline 2024-09-17T09:01:08.636685+0000) 2024-09-17T09:01:19.176 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:18 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5[56657]: 2024-09-17T09:01:18.848+0000 7fca812b5640 -1 osd.5 120 heartbeat_check: no reply from 172.21.15.89:6822 osd.2 since back 2024-09-17T09:00:52.737468+0000 front 2024-09-17T09:00:52.737486+0000 (oldest deadline 2024-09-17T09:01:16.837399+0000) 2024-09-17T09:01:19.565 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:19 smithi133 podman[75291]: 2024-09-17 09:01:19.296443324 +0000 UTC m=+5.527005883 container died 92385646fccd0fbd15184ad963ac17b1ad68e97beb4e7171f8d459cee2a60b1d (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , RELEASE=reef-19e2a2b) 2024-09-17T09:01:19.566 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:19.356+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:37.882935+0000 front 2024-09-17T09:00:37.882963+0000 (oldest deadline 2024-09-17T09:01:01.982819+0000) 2024-09-17T09:01:19.566 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:19.356+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.483885+0000 front 2024-09-17T09:00:45.484032+0000 (oldest deadline 2024-09-17T09:01:08.383818+0000) 2024-09-17T09:01:19.566 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:19.356+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6822 osd.2 since back 2024-09-17T09:00:52.484886+0000 front 2024-09-17T09:00:52.484833+0000 (oldest deadline 2024-09-17T09:01:17.784695+0000) 2024-09-17T09:01:19.566 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:19.509+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:19.566 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:19.509+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.392237+0000 front 2024-09-17T09:00:45.392246+0000 (oldest deadline 2024-09-17T09:01:09.492140+0000) 2024-09-17T09:01:19.566 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:19 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:19.509+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6822 osd.2 since back 2024-09-17T09:00:54.193333+0000 front 2024-09-17T09:00:54.193302+0000 (oldest deadline 2024-09-17T09:01:19.493175+0000) 2024-09-17T09:01:19.926 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:19 smithi133 podman[75291]: 2024-09-17 09:01:19.748034255 +0000 UTC m=+5.978596840 container cleanup 92385646fccd0fbd15184ad963ac17b1ad68e97beb4e7171f8d459cee2a60b1d (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-19e2a2b, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731) 2024-09-17T09:01:19.926 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:19 smithi133 bash[75291]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5 2024-09-17T09:01:20.368 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:20 smithi133 podman[75318]: 2024-09-17 09:01:20.04962887 +0000 UTC m=+0.753802557 container remove 92385646fccd0fbd15184ad963ac17b1ad68e97beb4e7171f8d459cee2a60b1d (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=reef-19e2a2b, ceph=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2024-09-17T09:01:20.676 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:20.388+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:37.882935+0000 front 2024-09-17T09:00:37.882963+0000 (oldest deadline 2024-09-17T09:01:01.982819+0000) 2024-09-17T09:01:20.676 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:20.388+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.483885+0000 front 2024-09-17T09:00:45.484032+0000 (oldest deadline 2024-09-17T09:01:08.383818+0000) 2024-09-17T09:01:20.676 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:20.388+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6822 osd.2 since back 2024-09-17T09:00:52.484886+0000 front 2024-09-17T09:00:52.484833+0000 (oldest deadline 2024-09-17T09:01:17.784695+0000) 2024-09-17T09:01:20.676 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:20.481+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:20.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:20.481+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.392237+0000 front 2024-09-17T09:00:45.392246+0000 (oldest deadline 2024-09-17T09:01:09.492140+0000) 2024-09-17T09:01:20.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:20 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:20.481+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6822 osd.2 since back 2024-09-17T09:00:54.193333+0000 front 2024-09-17T09:00:54.193302+0000 (oldest deadline 2024-09-17T09:01:19.493175+0000) 2024-09-17T09:01:20.677 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:20 smithi133 podman[75411]: 2024-09-17 09:01:20.271252795 +0000 UTC m=+0.015773982 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:01:20.677 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:20 smithi133 podman[75411]: 2024-09-17 09:01:20.383659958 +0000 UTC m=+0.128181135 container create 30aeb93b2e2cfe7553828840bebf39e40458a8d9510bc6683cccf8c0b924467b (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5-deactivate, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.vendor=CentOS, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-09-17T09:01:20.677 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:20 smithi133 podman[75411]: 2024-09-17 09:01:20.611286487 +0000 UTC m=+0.355807664 container init 30aeb93b2e2cfe7553828840bebf39e40458a8d9510bc6683cccf8c0b924467b (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5-deactivate, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, RELEASE=reef-19e2a2b, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T09:01:20.677 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:20 smithi133 podman[75411]: 2024-09-17 09:01:20.614657772 +0000 UTC m=+0.359178950 container start 30aeb93b2e2cfe7553828840bebf39e40458a8d9510bc6683cccf8c0b924467b (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, RELEASE=reef-19e2a2b, org.label-schema.build-date=20240731, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux ) 2024-09-17T09:01:21.106 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:20 smithi133 podman[75411]: 2024-09-17 09:01:20.711610599 +0000 UTC m=+0.456131783 container attach 30aeb93b2e2cfe7553828840bebf39e40458a8d9510bc6683cccf8c0b924467b (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5-deactivate, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=reef-19e2a2b, io.buildah.version=1.37.2, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731) 2024-09-17T09:01:21.106 INFO:journalctl@ceph.osd.5.smithi133.stdout:Sep 17 09:01:20 smithi133 podman[75411]: 2024-09-17 09:01:20.80216601 +0000 UTC m=+0.546687199 container died 30aeb93b2e2cfe7553828840bebf39e40458a8d9510bc6683cccf8c0b924467b (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-5-deactivate, RELEASE=reef-19e2a2b, io.buildah.version=1.37.2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_CLEAN=True) 2024-09-17T09:01:21.426 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:21.349+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:37.882935+0000 front 2024-09-17T09:00:37.882963+0000 (oldest deadline 2024-09-17T09:01:01.982819+0000) 2024-09-17T09:01:21.426 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:21.349+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.483885+0000 front 2024-09-17T09:00:45.484032+0000 (oldest deadline 2024-09-17T09:01:08.383818+0000) 2024-09-17T09:01:21.426 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:21.349+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6822 osd.2 since back 2024-09-17T09:00:52.484886+0000 front 2024-09-17T09:00:52.484833+0000 (oldest deadline 2024-09-17T09:01:17.784695+0000) 2024-09-17T09:01:21.487 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.5.service' 2024-09-17T09:01:21.530 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:01:21.530 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-09-17T09:01:21.530 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-09-17T09:01:21.530 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.6 2024-09-17T09:01:21.860 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:21 smithi133 systemd[1]: Stopping Ceph osd.6 for fc89bb2a-74ce-11ef-bceb-c7b262605968... 2024-09-17T09:01:21.861 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:21.490+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:21.861 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:21.490+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.392237+0000 front 2024-09-17T09:00:45.392246+0000 (oldest deadline 2024-09-17T09:01:09.492140+0000) 2024-09-17T09:01:21.861 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:21.490+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6822 osd.2 since back 2024-09-17T09:00:54.193333+0000 front 2024-09-17T09:00:54.193302+0000 (oldest deadline 2024-09-17T09:01:19.493175+0000) 2024-09-17T09:01:22.176 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:21.859+0000 7f2cd00ba640 -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-09-17T09:01:22.176 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:21.859+0000 7f2cd00ba640 -1 osd.6 120 *** Got signal Terminated *** 2024-09-17T09:01:22.176 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:21 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:21.859+0000 7f2cd00ba640 -1 osd.6 120 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T09:01:22.676 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:22.531+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:22.676 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:22.531+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.392237+0000 front 2024-09-17T09:00:45.392246+0000 (oldest deadline 2024-09-17T09:01:09.492140+0000) 2024-09-17T09:01:22.676 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:22.531+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6822 osd.2 since back 2024-09-17T09:00:54.193333+0000 front 2024-09-17T09:00:54.193302+0000 (oldest deadline 2024-09-17T09:01:19.493175+0000) 2024-09-17T09:01:22.677 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:22.376+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:37.882935+0000 front 2024-09-17T09:00:37.882963+0000 (oldest deadline 2024-09-17T09:01:01.982819+0000) 2024-09-17T09:01:22.677 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:22.376+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.483885+0000 front 2024-09-17T09:00:45.484032+0000 (oldest deadline 2024-09-17T09:01:08.383818+0000) 2024-09-17T09:01:22.677 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:22 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:22.376+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6822 osd.2 since back 2024-09-17T09:00:52.484886+0000 front 2024-09-17T09:00:52.484833+0000 (oldest deadline 2024-09-17T09:01:17.784695+0000) 2024-09-17T09:01:23.676 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:23.346+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:37.882935+0000 front 2024-09-17T09:00:37.882963+0000 (oldest deadline 2024-09-17T09:01:01.982819+0000) 2024-09-17T09:01:23.677 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:23.346+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.483885+0000 front 2024-09-17T09:00:45.484032+0000 (oldest deadline 2024-09-17T09:01:08.383818+0000) 2024-09-17T09:01:23.677 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:23.346+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6822 osd.2 since back 2024-09-17T09:00:52.484886+0000 front 2024-09-17T09:00:52.484833+0000 (oldest deadline 2024-09-17T09:01:17.784695+0000) 2024-09-17T09:01:23.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:23.507+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:23.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:23.507+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.392237+0000 front 2024-09-17T09:00:45.392246+0000 (oldest deadline 2024-09-17T09:01:09.492140+0000) 2024-09-17T09:01:23.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:23 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:23.507+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6822 osd.2 since back 2024-09-17T09:00:54.193333+0000 front 2024-09-17T09:00:54.193302+0000 (oldest deadline 2024-09-17T09:01:19.493175+0000) 2024-09-17T09:01:24.426 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:24.389+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:37.882935+0000 front 2024-09-17T09:00:37.882963+0000 (oldest deadline 2024-09-17T09:01:01.982819+0000) 2024-09-17T09:01:24.426 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:24.389+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.483885+0000 front 2024-09-17T09:00:45.484032+0000 (oldest deadline 2024-09-17T09:01:08.383818+0000) 2024-09-17T09:01:24.426 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:24.389+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6822 osd.2 since back 2024-09-17T09:00:52.484886+0000 front 2024-09-17T09:00:52.484833+0000 (oldest deadline 2024-09-17T09:01:17.784695+0000) 2024-09-17T09:01:24.926 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:24.512+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:24.926 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:24.512+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.392237+0000 front 2024-09-17T09:00:45.392246+0000 (oldest deadline 2024-09-17T09:01:09.492140+0000) 2024-09-17T09:01:24.926 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:24 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:24.512+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6822 osd.2 since back 2024-09-17T09:00:54.193333+0000 front 2024-09-17T09:00:54.193302+0000 (oldest deadline 2024-09-17T09:01:19.493175+0000) 2024-09-17T09:01:25.676 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:25.481+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:25.676 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:25.481+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.392237+0000 front 2024-09-17T09:00:45.392246+0000 (oldest deadline 2024-09-17T09:01:09.492140+0000) 2024-09-17T09:01:25.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:25.481+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6822 osd.2 since back 2024-09-17T09:00:54.193333+0000 front 2024-09-17T09:00:54.193302+0000 (oldest deadline 2024-09-17T09:01:19.493175+0000) 2024-09-17T09:01:25.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:25.481+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6830 osd.3 since back 2024-09-17T09:00:59.493790+0000 front 2024-09-17T09:00:59.493673+0000 (oldest deadline 2024-09-17T09:01:24.793538+0000) 2024-09-17T09:01:25.677 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:25.395+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:37.882935+0000 front 2024-09-17T09:00:37.882963+0000 (oldest deadline 2024-09-17T09:01:01.982819+0000) 2024-09-17T09:01:25.677 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:25.395+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.483885+0000 front 2024-09-17T09:00:45.484032+0000 (oldest deadline 2024-09-17T09:01:08.383818+0000) 2024-09-17T09:01:25.677 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:25.395+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6822 osd.2 since back 2024-09-17T09:00:52.484886+0000 front 2024-09-17T09:00:52.484833+0000 (oldest deadline 2024-09-17T09:01:17.784695+0000) 2024-09-17T09:01:25.677 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:25 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:25.395+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6830 osd.3 since back 2024-09-17T09:01:02.386017+0000 front 2024-09-17T09:01:02.386040+0000 (oldest deadline 2024-09-17T09:01:24.685937+0000) 2024-09-17T09:01:26.676 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:26.384+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:37.882935+0000 front 2024-09-17T09:00:37.882963+0000 (oldest deadline 2024-09-17T09:01:01.982819+0000) 2024-09-17T09:01:26.676 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:26.384+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.483885+0000 front 2024-09-17T09:00:45.484032+0000 (oldest deadline 2024-09-17T09:01:08.383818+0000) 2024-09-17T09:01:26.676 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:26.384+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6822 osd.2 since back 2024-09-17T09:00:52.484886+0000 front 2024-09-17T09:00:52.484833+0000 (oldest deadline 2024-09-17T09:01:17.784695+0000) 2024-09-17T09:01:26.676 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6[58966]: 2024-09-17T09:01:26.384+0000 7f2ccc6ce640 -1 osd.6 120 heartbeat_check: no reply from 172.21.15.89:6830 osd.3 since back 2024-09-17T09:01:02.386017+0000 front 2024-09-17T09:01:02.386040+0000 (oldest deadline 2024-09-17T09:01:24.685937+0000) 2024-09-17T09:01:26.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:26.453+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:26.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:26.453+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.392237+0000 front 2024-09-17T09:00:45.392246+0000 (oldest deadline 2024-09-17T09:01:09.492140+0000) 2024-09-17T09:01:26.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:26.453+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6822 osd.2 since back 2024-09-17T09:00:54.193333+0000 front 2024-09-17T09:00:54.193302+0000 (oldest deadline 2024-09-17T09:01:19.493175+0000) 2024-09-17T09:01:26.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:26 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:26.453+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6830 osd.3 since back 2024-09-17T09:00:59.493790+0000 front 2024-09-17T09:00:59.493673+0000 (oldest deadline 2024-09-17T09:01:24.793538+0000) 2024-09-17T09:01:27.645 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:27 smithi133 podman[75514]: 2024-09-17 09:01:27.375043274 +0000 UTC m=+5.616386357 container died 81d2f1ba535120540a90fd3033b158352724f6c0994772478ed71939ba67b1df (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , RELEASE=reef-19e2a2b) 2024-09-17T09:01:27.645 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:27.428+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:27.645 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:27.428+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.392237+0000 front 2024-09-17T09:00:45.392246+0000 (oldest deadline 2024-09-17T09:01:09.492140+0000) 2024-09-17T09:01:27.645 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:27.428+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6822 osd.2 since back 2024-09-17T09:00:54.193333+0000 front 2024-09-17T09:00:54.193302+0000 (oldest deadline 2024-09-17T09:01:19.493175+0000) 2024-09-17T09:01:27.645 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:27 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:27.428+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6830 osd.3 since back 2024-09-17T09:00:59.493790+0000 front 2024-09-17T09:00:59.493673+0000 (oldest deadline 2024-09-17T09:01:24.793538+0000) 2024-09-17T09:01:27.926 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:27 smithi133 podman[75514]: 2024-09-17 09:01:27.809401775 +0000 UTC m=+6.050744853 container cleanup 81d2f1ba535120540a90fd3033b158352724f6c0994772478ed71939ba67b1df (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-19e2a2b, org.label-schema.schema-version=1.0) 2024-09-17T09:01:27.926 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:27 smithi133 bash[75514]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6 2024-09-17T09:01:28.406 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:28 smithi133 podman[75561]: 2024-09-17 09:01:28.037426812 +0000 UTC m=+0.661207884 container remove 81d2f1ba535120540a90fd3033b158352724f6c0994772478ed71939ba67b1df (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6, CEPH_POINT_RELEASE=, ceph=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, GIT_CLEAN=True) 2024-09-17T09:01:28.676 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:28 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:28.405+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:28.676 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:28 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:28.405+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.392237+0000 front 2024-09-17T09:00:45.392246+0000 (oldest deadline 2024-09-17T09:01:09.492140+0000) 2024-09-17T09:01:28.676 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:28 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:28.405+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6822 osd.2 since back 2024-09-17T09:00:54.193333+0000 front 2024-09-17T09:00:54.193302+0000 (oldest deadline 2024-09-17T09:01:19.493175+0000) 2024-09-17T09:01:28.676 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:28 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:28.405+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6830 osd.3 since back 2024-09-17T09:00:59.493790+0000 front 2024-09-17T09:00:59.493673+0000 (oldest deadline 2024-09-17T09:01:24.793538+0000) 2024-09-17T09:01:28.677 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:28 smithi133 podman[75652]: 2024-09-17 09:01:28.374424038 +0000 UTC m=+0.015854453 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:01:28.677 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:28 smithi133 podman[75652]: 2024-09-17 09:01:28.49531579 +0000 UTC m=+0.136746195 container create 0ca87da87eb5e66d758d840e1c3852a62713aa040a9b855ce432496c8d693381 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6-deactivate, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=reef-19e2a2b, ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T09:01:29.176 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:28 smithi133 podman[75652]: 2024-09-17 09:01:28.747880957 +0000 UTC m=+0.389311376 container init 0ca87da87eb5e66d758d840e1c3852a62713aa040a9b855ce432496c8d693381 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6-deactivate, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, ceph=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T09:01:29.177 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:28 smithi133 podman[75652]: 2024-09-17 09:01:28.751491563 +0000 UTC m=+0.392921968 container start 0ca87da87eb5e66d758d840e1c3852a62713aa040a9b855ce432496c8d693381 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6-deactivate, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T09:01:29.177 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:28 smithi133 podman[75652]: 2024-09-17 09:01:28.856308016 +0000 UTC m=+0.497738423 container attach 0ca87da87eb5e66d758d840e1c3852a62713aa040a9b855ce432496c8d693381 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6-deactivate, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-19e2a2b, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2) 2024-09-17T09:01:29.177 INFO:journalctl@ceph.osd.6.smithi133.stdout:Sep 17 09:01:28 smithi133 podman[75652]: 2024-09-17 09:01:28.93943408 +0000 UTC m=+0.580864485 container died 0ca87da87eb5e66d758d840e1c3852a62713aa040a9b855ce432496c8d693381 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-6-deactivate, org.label-schema.license=GPLv2, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=reef-19e2a2b, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240731) 2024-09-17T09:01:29.509 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:29.443+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:29.510 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:29.443+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.392237+0000 front 2024-09-17T09:00:45.392246+0000 (oldest deadline 2024-09-17T09:01:09.492140+0000) 2024-09-17T09:01:29.510 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:29.443+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6822 osd.2 since back 2024-09-17T09:00:54.193333+0000 front 2024-09-17T09:00:54.193302+0000 (oldest deadline 2024-09-17T09:01:19.493175+0000) 2024-09-17T09:01:29.510 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:29.443+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6830 osd.3 since back 2024-09-17T09:00:59.493790+0000 front 2024-09-17T09:00:59.493673+0000 (oldest deadline 2024-09-17T09:01:24.793538+0000) 2024-09-17T09:01:29.535 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.6.service' 2024-09-17T09:01:29.574 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:01:29.574 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-09-17T09:01:29.574 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-09-17T09:01:29.574 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.7 2024-09-17T09:01:29.905 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:29 smithi133 systemd[1]: Stopping Ceph osd.7 for fc89bb2a-74ce-11ef-bceb-c7b262605968... 2024-09-17T09:01:30.176 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:29.904+0000 7fd2efa2e640 -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-09-17T09:01:30.176 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:29.904+0000 7fd2efa2e640 -1 osd.7 120 *** Got signal Terminated *** 2024-09-17T09:01:30.176 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:29 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:29.904+0000 7fd2efa2e640 -1 osd.7 120 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T09:01:30.926 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:30.425+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:30.926 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:30.425+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.392237+0000 front 2024-09-17T09:00:45.392246+0000 (oldest deadline 2024-09-17T09:01:09.492140+0000) 2024-09-17T09:01:30.926 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:30.425+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6822 osd.2 since back 2024-09-17T09:00:54.193333+0000 front 2024-09-17T09:00:54.193302+0000 (oldest deadline 2024-09-17T09:01:19.493175+0000) 2024-09-17T09:01:30.926 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:30 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:30.425+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6830 osd.3 since back 2024-09-17T09:00:59.493790+0000 front 2024-09-17T09:00:59.493673+0000 (oldest deadline 2024-09-17T09:01:24.793538+0000) 2024-09-17T09:01:31.676 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:31.426+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:31.676 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:31.426+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.392237+0000 front 2024-09-17T09:00:45.392246+0000 (oldest deadline 2024-09-17T09:01:09.492140+0000) 2024-09-17T09:01:31.676 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:31.426+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6822 osd.2 since back 2024-09-17T09:00:54.193333+0000 front 2024-09-17T09:00:54.193302+0000 (oldest deadline 2024-09-17T09:01:19.493175+0000) 2024-09-17T09:01:31.677 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:31 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:31.426+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6830 osd.3 since back 2024-09-17T09:00:59.493790+0000 front 2024-09-17T09:00:59.493673+0000 (oldest deadline 2024-09-17T09:01:24.793538+0000) 2024-09-17T09:01:32.926 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:32 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:32.440+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:32.926 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:32 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:32.440+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.392237+0000 front 2024-09-17T09:00:45.392246+0000 (oldest deadline 2024-09-17T09:01:09.492140+0000) 2024-09-17T09:01:32.926 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:32 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:32.440+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6822 osd.2 since back 2024-09-17T09:00:54.193333+0000 front 2024-09-17T09:00:54.193302+0000 (oldest deadline 2024-09-17T09:01:19.493175+0000) 2024-09-17T09:01:32.926 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:32 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:32.440+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6830 osd.3 since back 2024-09-17T09:00:59.493790+0000 front 2024-09-17T09:00:59.493673+0000 (oldest deadline 2024-09-17T09:01:24.793538+0000) 2024-09-17T09:01:33.926 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:33.443+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:33.926 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:33.443+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.392237+0000 front 2024-09-17T09:00:45.392246+0000 (oldest deadline 2024-09-17T09:01:09.492140+0000) 2024-09-17T09:01:33.926 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:33.443+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6822 osd.2 since back 2024-09-17T09:00:54.193333+0000 front 2024-09-17T09:00:54.193302+0000 (oldest deadline 2024-09-17T09:01:19.493175+0000) 2024-09-17T09:01:33.926 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:33 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:33.443+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6830 osd.3 since back 2024-09-17T09:00:59.493790+0000 front 2024-09-17T09:00:59.493673+0000 (oldest deadline 2024-09-17T09:01:24.793538+0000) 2024-09-17T09:01:34.926 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:34 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:34.436+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-09-17T09:00:36.790143+0000 front 2024-09-17T09:00:36.790309+0000 (oldest deadline 2024-09-17T09:01:01.490221+0000) 2024-09-17T09:01:34.926 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:34 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:34.436+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6814 osd.1 since back 2024-09-17T09:00:45.392237+0000 front 2024-09-17T09:00:45.392246+0000 (oldest deadline 2024-09-17T09:01:09.492140+0000) 2024-09-17T09:01:34.926 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:34 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:34.436+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6822 osd.2 since back 2024-09-17T09:00:54.193333+0000 front 2024-09-17T09:00:54.193302+0000 (oldest deadline 2024-09-17T09:01:19.493175+0000) 2024-09-17T09:01:34.927 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:34 smithi133 ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7[61246]: 2024-09-17T09:01:34.436+0000 7fd2e803a640 -1 osd.7 120 heartbeat_check: no reply from 172.21.15.89:6830 osd.3 since back 2024-09-17T09:00:59.493790+0000 front 2024-09-17T09:00:59.493673+0000 (oldest deadline 2024-09-17T09:01:24.793538+0000) 2024-09-17T09:01:35.772 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:35 smithi133 podman[75754]: 2024-09-17 09:01:35.514623304 +0000 UTC m=+5.715682291 container died e1769d26e41d471a365d924860bfd77f39f4bfe6e8ae62471684e1ef5225ca63 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7, ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=reef-19e2a2b) 2024-09-17T09:01:36.130 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:35 smithi133 podman[75754]: 2024-09-17 09:01:35.954203782 +0000 UTC m=+6.155262771 container cleanup e1769d26e41d471a365d924860bfd77f39f4bfe6e8ae62471684e1ef5225ca63 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=reef-19e2a2b, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-09-17T09:01:36.130 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:35 smithi133 bash[75754]: ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7 2024-09-17T09:01:36.426 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:36 smithi133 podman[75782]: 2024-09-17 09:01:36.130364135 +0000 UTC m=+0.614620664 container remove e1769d26e41d471a365d924860bfd77f39f4bfe6e8ae62471684e1ef5225ca63 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, RELEASE=reef-19e2a2b) 2024-09-17T09:01:36.842 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:36 smithi133 podman[75870]: 2024-09-17 09:01:36.439103667 +0000 UTC m=+0.015924162 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:01:36.842 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:36 smithi133 podman[75870]: 2024-09-17 09:01:36.54798936 +0000 UTC m=+0.124809841 container create 7bd04cee1c5e9a5f08d273cdfa3ab66e4ccda8007268c35418cecd044ed21b27 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7-deactivate, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-19e2a2b, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T09:01:36.842 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:36 smithi133 podman[75870]: 2024-09-17 09:01:36.767091733 +0000 UTC m=+0.343912223 container init 7bd04cee1c5e9a5f08d273cdfa3ab66e4ccda8007268c35418cecd044ed21b27 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7-deactivate, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, RELEASE=reef-19e2a2b, ceph=True, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T09:01:36.842 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:36 smithi133 podman[75870]: 2024-09-17 09:01:36.77060816 +0000 UTC m=+0.347428640 container start 7bd04cee1c5e9a5f08d273cdfa3ab66e4ccda8007268c35418cecd044ed21b27 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7-deactivate, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-09-17T09:01:36.842 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:36 smithi133 podman[75870]: 2024-09-17 09:01:36.841816791 +0000 UTC m=+0.418637272 container attach 7bd04cee1c5e9a5f08d273cdfa3ab66e4ccda8007268c35418cecd044ed21b27 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, RELEASE=reef-19e2a2b, GIT_CLEAN=True) 2024-09-17T09:01:37.176 INFO:journalctl@ceph.osd.7.smithi133.stdout:Sep 17 09:01:36 smithi133 podman[75870]: 2024-09-17 09:01:36.952969131 +0000 UTC m=+0.529789612 container died 7bd04cee1c5e9a5f08d273cdfa3ab66e4ccda8007268c35418cecd044ed21b27 (image=quay.ceph.io/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968-osd-7-deactivate, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-19e2a2b, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, io.buildah.version=1.37.2) 2024-09-17T09:01:37.594 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fc89bb2a-74ce-11ef-bceb-c7b262605968@osd.7.service' 2024-09-17T09:01:37.633 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:01:37.633 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-09-17T09:01:37.634 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T09:01:37.791 INFO:teuthology.orchestra.run.smithi089.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-09-17T09:01:37.791 INFO:teuthology.orchestra.run.smithi089.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-09-17T09:01:37.791 INFO:teuthology.orchestra.run.smithi089.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-09-17T09:01:37.791 INFO:teuthology.orchestra.run.smithi089.stderr: [--retry RETRY] [--env ENV] [--no-container-init] 2024-09-17T09:01:37.791 INFO:teuthology.orchestra.run.smithi089.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install,registry-login,gather-facts,exporter,host-maintenance,verify-prereqs} 2024-09-17T09:01:37.791 INFO:teuthology.orchestra.run.smithi089.stderr: ... 2024-09-17T09:01:37.791 INFO:teuthology.orchestra.run.smithi089.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-09-17T09:01:37.805 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-17T09:01:37.805 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T09:01:37.951 INFO:teuthology.orchestra.run.smithi133.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-09-17T09:01:37.951 INFO:teuthology.orchestra.run.smithi133.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-09-17T09:01:37.951 INFO:teuthology.orchestra.run.smithi133.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-09-17T09:01:37.951 INFO:teuthology.orchestra.run.smithi133.stderr: [--retry RETRY] [--env ENV] [--no-container-init] 2024-09-17T09:01:37.951 INFO:teuthology.orchestra.run.smithi133.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install,registry-login,gather-facts,exporter,host-maintenance,verify-prereqs} 2024-09-17T09:01:37.951 INFO:teuthology.orchestra.run.smithi133.stderr: ... 2024-09-17T09:01:37.952 INFO:teuthology.orchestra.run.smithi133.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-09-17T09:01:37.965 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-17T09:01:37.965 DEBUG:teuthology.orchestra.run.smithi089:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T09:01:37.991 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T09:01:38.016 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-17T09:01:38.018 DEBUG:teuthology.misc:Transferring archived files from smithi089:/var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908222/remote/smithi089/crash 2024-09-17T09:01:38.019 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/crash -- . 2024-09-17T09:01:38.062 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908222/remote/smithi133/crash 2024-09-17T09:01:38.063 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/lib/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/crash -- . 2024-09-17T09:01:38.097 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-17T09:01:38.097 DEBUG:teuthology.orchestra.run.smithi089:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v CEPHADM_REFRESH_FAILED | head -n 1 2024-09-17T09:01:38.129 INFO:teuthology.orchestra.run.smithi089.stderr:grep: /var/log/ceph/fc89bb2a-74ce-11ef-bceb-c7b262605968/ceph.log: No such file or directory 2024-09-17T09:01:38.130 INFO:tasks.cephadm:Compressing logs... 2024-09-17T09:01:38.131 DEBUG:teuthology.orchestra.run.smithi089:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T09:01:38.173 DEBUG:teuthology.orchestra.run.smithi133:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T09:01:38.194 INFO:teuthology.orchestra.run.smithi089.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-09-17T09:01:38.196 INFO:teuthology.orchestra.run.smithi133.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-09-17T09:02:53.023 INFO:tasks.cephadm:Archiving logs... 2024-09-17T09:02:53.024 DEBUG:teuthology.misc:Transferring archived files from smithi089:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908222/remote/smithi089/log 2024-09-17T09:02:53.026 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T09:03:00.334 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908222/remote/smithi133/log 2024-09-17T09:03:00.335 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T09:03:08.640 INFO:tasks.cephadm:Removing cluster... 2024-09-17T09:03:08.641 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 --force 2024-09-17T09:06:07.202 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fc89bb2a-74ce-11ef-bceb-c7b262605968 --force 2024-09-17T09:06:27.017 INFO:tasks.cephadm:Removing cephadm ... 2024-09-17T09:06:27.017 DEBUG:teuthology.orchestra.run.smithi089:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T09:06:27.038 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T09:06:27.056 INFO:tasks.cephadm:Teardown complete 2024-09-17T09:06:27.056 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-17T09:06:27.072 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-17T09:06:27.072 DEBUG:teuthology.orchestra.run.smithi089:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T09:06:27.081 DEBUG:teuthology.orchestra.run.smithi133:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T09:06:27.096 INFO:teuthology.orchestra.run.smithi089.stderr:bash: line 1: ntpq: command not found 2024-09-17T09:06:27.101 INFO:teuthology.orchestra.run.smithi089.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T09:06:27.101 INFO:teuthology.orchestra.run.smithi089.stdout:=============================================================================== 2024-09-17T09:06:27.101 INFO:teuthology.orchestra.run.smithi089.stdout:^* hv01.front.sepia.ceph.com 3 6 377 2 +93us[ -139us] +/- 66ms 2024-09-17T09:06:27.101 INFO:teuthology.orchestra.run.smithi089.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 63 -1315us[-1572us] +/- 38ms 2024-09-17T09:06:27.101 INFO:teuthology.orchestra.run.smithi089.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 4 +2464us[+2231us] +/- 79ms 2024-09-17T09:06:27.101 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T09:06:27.112 INFO:teuthology.orchestra.run.smithi133.stderr:bash: line 1: ntpq: command not found 2024-09-17T09:06:27.116 INFO:teuthology.orchestra.run.smithi133.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T09:06:27.116 INFO:teuthology.orchestra.run.smithi133.stdout:=============================================================================== 2024-09-17T09:06:27.116 INFO:teuthology.orchestra.run.smithi133.stdout:^* hv01.front.sepia.ceph.com 3 6 377 3 +48us[ -124us] +/- 66ms 2024-09-17T09:06:27.116 INFO:teuthology.orchestra.run.smithi133.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 65 -1384us[-1552us] +/- 38ms 2024-09-17T09:06:27.116 INFO:teuthology.orchestra.run.smithi133.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 1 +2408us[+2408us] +/- 79ms 2024-09-17T09:06:27.116 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T09:06:27.117 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-17T09:06:27.126 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-17T09:06:27.127 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-17T09:06:27.164 DEBUG:teuthology.orchestra.run.smithi089:> 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-09-17T09:06:27.249 DEBUG:teuthology.orchestra.run.smithi133:> 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-09-17T09:06:27.320 DEBUG:teuthology.orchestra.run.smithi089:> 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 -e context=system_u:system_r:getty_t:s0 2024-09-17T09:06:27.351 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T09:06:27.352 DEBUG:teuthology.orchestra.run.smithi133:> 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 -e context=system_u:system_r:getty_t:s0 2024-09-17T09:06:27.379 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T09:06:27.380 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-17T09:06:27.390 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-17T09:06:27.408 INFO:teuthology.task.internal:Duration was 2428.943231 seconds 2024-09-17T09:06:27.409 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-17T09:06:27.425 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-17T09:06:27.425 DEBUG:teuthology.orchestra.run.smithi089:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T09:06:27.428 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T09:06:27.466 INFO:teuthology.orchestra.run.smithi133.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T09:06:27.467 INFO:teuthology.orchestra.run.smithi089.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T09:06:27.951 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-17T09:06:27.951 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi089.front.sepia.ceph.com 2024-09-17T09:06:27.951 DEBUG:teuthology.orchestra.run.smithi089:> 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-09-17T09:06:28.016 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi133.front.sepia.ceph.com 2024-09-17T09:06:28.016 DEBUG:teuthology.orchestra.run.smithi133:> 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-09-17T09:06:28.047 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-17T09:06:28.047 DEBUG:teuthology.orchestra.run.smithi089:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T09:06:28.062 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T09:06:28.118 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-17T09:06:28.118 DEBUG:teuthology.orchestra.run.smithi089:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T09:06:28.137 DEBUG:teuthology.orchestra.run.smithi133:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T09:06:28.614 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-17T09:06:28.629 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-17T09:06:28.630 DEBUG:teuthology.orchestra.run.smithi089:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T09:06:28.655 DEBUG:teuthology.orchestra.run.smithi133:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T09:06:28.680 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-17T09:06:28.694 DEBUG:teuthology.orchestra.run.smithi089:> 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-09-17T09:06:28.698 DEBUG:teuthology.orchestra.run.smithi133:> 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-09-17T09:06:28.718 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern = core 2024-09-17T09:06:28.743 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = core 2024-09-17T09:06:28.789 DEBUG:teuthology.orchestra.run.smithi089:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T09:06:28.805 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T09:06:28.806 DEBUG:teuthology.orchestra.run.smithi133:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T09:06:28.844 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T09:06:28.844 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-17T09:06:28.857 INFO:teuthology.task.internal:Transferring archived files... 2024-09-17T09:06:28.858 DEBUG:teuthology.misc:Transferring archived files from smithi089:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908222/remote/smithi089 2024-09-17T09:06:28.858 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T09:06:28.905 DEBUG:teuthology.misc:Transferring archived files from smithi133:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908222/remote/smithi133 2024-09-17T09:06:28.906 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T09:06:28.945 INFO:teuthology.task.internal:Removing archive directory... 2024-09-17T09:06:28.945 DEBUG:teuthology.orchestra.run.smithi089:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T09:06:28.948 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T09:06:28.993 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-17T09:06:29.008 INFO:teuthology.task.internal:Not uploading archives. 2024-09-17T09:06:29.008 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-17T09:06:29.026 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-17T09:06:29.027 DEBUG:teuthology.orchestra.run.smithi089:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T09:06:29.029 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T09:06:29.041 INFO:teuthology.orchestra.run.smithi089.stdout: 265972 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 09:06 /home/ubuntu/cephtest 2024-09-17T09:06:29.048 INFO:teuthology.orchestra.run.smithi133.stdout: 265324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 09:06 /home/ubuntu/cephtest 2024-09-17T09:06:29.049 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-17T09:06:29.070 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-17T09:06:29.122 INFO:teuthology.run:Summary data: description: orch/cephadm/mgr-nfs-upgrade/{0-centos_9.stream 1-bootstrap/16.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 2428.943230867386 owner: scheduled_teuthology@teuthology success: true 2024-09-17T09:06:29.123 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-17T09:06:29.238 INFO:teuthology.run:pass