2024-09-17T08:30:54.415 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-17T08:30:54.434 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-17T08:30:54.536 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908231 branch: reef description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7908231' 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_DAEMON_PLACE_FAIL - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ 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 - client.0 - - host.b - client.1 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: smithi047.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLqEfvvn5SpnBrhEy6o8uv8hINwyzPePgBhgLXzL+GsR6DDNj+enRBuNm0L65DhVAmgkLAWy7x++ZvvIliF3veU= smithi155.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM3uoXv0l9uERMh84xcsCBP6EdADFF+6Dqqjna24hnl9EibJm3c2KCbGfBrXM/qfIm7zlmRxNLLnFMbkyVGy84E= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} --port 2999 - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo -o port=2999 - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - vip.exec: all-hosts: - "echo \"Check with $(hostname) ganesha(s) down...\"\nfor c in `systemctl | grep\ \ ceph- | grep @nfs | awk '{print $1}'`; do\n cid=`echo $c | sed 's/@/-/'`\n\ \ id=`echo $c | cut -d @ -f 2 | sed 's/.service$//'`\n fsid=`echo $c |\ \ cut -d @ -f 1 | cut -d - -f 2-`\n echo \"Removing daemon $id fsid $fsid...\"\ \n sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id\n\n echo \"\ Waking up cephadm...\"\n sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh\n\ \n while ! timeout 1 cat /mnt/foo/testfile ; do true ; done\n echo \"\ Mount is back!\"\ndone\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-16_22:08:02 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-17T08:30:54.536 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:30:54.537 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_1cbdc9211df088cccbd94423c7cf3a2b85fe432b/qa/tasks 2024-09-17T08:30:54.537 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-17T08:30:54.539 INFO:teuthology.task.internal:Checking packages... 2024-09-17T08:30:54.567 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '19e2a2beb6f41a3ab62650e38614eb29b59dcbb9' 2024-09-17T08:30:54.567 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-17T08:30:54.567 INFO:teuthology.packaging:ref: None 2024-09-17T08:30:54.567 INFO:teuthology.packaging:tag: None 2024-09-17T08:30:54.568 INFO:teuthology.packaging:branch: reef 2024-09-17T08:30:54.568 INFO:teuthology.packaging:sha1: 19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 2024-09-17T08:30:54.568 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:30:54.810 INFO:teuthology.task.internal:Found packages for ceph version 18.2.4-855.g19e2a2be 2024-09-17T08:30:54.811 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-17T08:30:54.818 INFO:teuthology.task.internal:no buildpackages task found 2024-09-17T08:30:54.818 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-17T08:30:54.925 INFO:teuthology.task.internal:Saving configuration 2024-09-17T08:30:54.938 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-17T08:30:54.952 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-17T08:30:54.976 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi047.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908231', '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:25:36.306958', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLqEfvvn5SpnBrhEy6o8uv8hINwyzPePgBhgLXzL+GsR6DDNj+enRBuNm0L65DhVAmgkLAWy7x++ZvvIliF3veU='} 2024-09-17T08:30:54.998 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi155.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908231', '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:25:36.305005', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM3uoXv0l9uERMh84xcsCBP6EdADFF+6Dqqjna24hnl9EibJm3c2KCbGfBrXM/qfIm7zlmRxNLLnFMbkyVGy84E='} 2024-09-17T08:30:54.998 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-17T08:30:55.004 INFO:teuthology.task.internal:roles: ubuntu@smithi047.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-09-17T08:30:55.004 INFO:teuthology.task.internal:roles: ubuntu@smithi155.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-09-17T08:30:55.004 INFO:teuthology.run_tasks:Running task console_log... 2024-09-17T08:30:55.091 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fcf67563ac0>, signals=[15]) 2024-09-17T08:30:55.092 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-17T08:30:55.098 INFO:teuthology.task.internal:Opening connections... 2024-09-17T08:30:55.098 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi047.front.sepia.ceph.com 2024-09-17T08:30:55.099 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:30:55.183 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi155.front.sepia.ceph.com 2024-09-17T08:30:55.184 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:30:55.263 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-17T08:30:55.272 DEBUG:teuthology.orchestra.run.smithi047:> uname -m 2024-09-17T08:30:55.290 INFO:teuthology.orchestra.run.smithi047.stdout:x86_64 2024-09-17T08:30:55.291 DEBUG:teuthology.orchestra.run.smithi047:> cat /etc/os-release 2024-09-17T08:30:55.349 INFO:teuthology.orchestra.run.smithi047.stdout:NAME="CentOS Stream" 2024-09-17T08:30:55.349 INFO:teuthology.orchestra.run.smithi047.stdout:VERSION="9" 2024-09-17T08:30:55.349 INFO:teuthology.orchestra.run.smithi047.stdout:ID="centos" 2024-09-17T08:30:55.349 INFO:teuthology.orchestra.run.smithi047.stdout:ID_LIKE="rhel fedora" 2024-09-17T08:30:55.349 INFO:teuthology.orchestra.run.smithi047.stdout:VERSION_ID="9" 2024-09-17T08:30:55.349 INFO:teuthology.orchestra.run.smithi047.stdout:PLATFORM_ID="platform:el9" 2024-09-17T08:30:55.349 INFO:teuthology.orchestra.run.smithi047.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-17T08:30:55.349 INFO:teuthology.orchestra.run.smithi047.stdout:ANSI_COLOR="0;31" 2024-09-17T08:30:55.350 INFO:teuthology.orchestra.run.smithi047.stdout:LOGO="fedora-logo-icon" 2024-09-17T08:30:55.350 INFO:teuthology.orchestra.run.smithi047.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-17T08:30:55.350 INFO:teuthology.orchestra.run.smithi047.stdout:HOME_URL="https://centos.org/" 2024-09-17T08:30:55.350 INFO:teuthology.orchestra.run.smithi047.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-17T08:30:55.350 INFO:teuthology.orchestra.run.smithi047.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-17T08:30:55.350 INFO:teuthology.orchestra.run.smithi047.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-17T08:30:55.351 INFO:teuthology.lock.ops:Updating smithi047.front.sepia.ceph.com on lock server 2024-09-17T08:30:55.368 DEBUG:teuthology.orchestra.run.smithi155:> uname -m 2024-09-17T08:30:55.389 INFO:teuthology.orchestra.run.smithi155.stdout:x86_64 2024-09-17T08:30:55.389 DEBUG:teuthology.orchestra.run.smithi155:> cat /etc/os-release 2024-09-17T08:30:55.448 INFO:teuthology.orchestra.run.smithi155.stdout:NAME="CentOS Stream" 2024-09-17T08:30:55.449 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION="9" 2024-09-17T08:30:55.449 INFO:teuthology.orchestra.run.smithi155.stdout:ID="centos" 2024-09-17T08:30:55.449 INFO:teuthology.orchestra.run.smithi155.stdout:ID_LIKE="rhel fedora" 2024-09-17T08:30:55.449 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION_ID="9" 2024-09-17T08:30:55.449 INFO:teuthology.orchestra.run.smithi155.stdout:PLATFORM_ID="platform:el9" 2024-09-17T08:30:55.449 INFO:teuthology.orchestra.run.smithi155.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-17T08:30:55.450 INFO:teuthology.orchestra.run.smithi155.stdout:ANSI_COLOR="0;31" 2024-09-17T08:30:55.450 INFO:teuthology.orchestra.run.smithi155.stdout:LOGO="fedora-logo-icon" 2024-09-17T08:30:55.450 INFO:teuthology.orchestra.run.smithi155.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-17T08:30:55.450 INFO:teuthology.orchestra.run.smithi155.stdout:HOME_URL="https://centos.org/" 2024-09-17T08:30:55.450 INFO:teuthology.orchestra.run.smithi155.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-17T08:30:55.450 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-17T08:30:55.451 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-17T08:30:55.451 INFO:teuthology.lock.ops:Updating smithi155.front.sepia.ceph.com on lock server 2024-09-17T08:30:55.468 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-17T08:30:55.481 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-17T08:30:55.499 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-17T08:30:55.500 DEBUG:teuthology.orchestra.run.smithi047:> test '!' -e /home/ubuntu/cephtest 2024-09-17T08:30:55.502 DEBUG:teuthology.orchestra.run.smithi155:> test '!' -e /home/ubuntu/cephtest 2024-09-17T08:30:55.518 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-17T08:30:55.524 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-17T08:30:55.524 DEBUG:teuthology.orchestra.run.smithi047:> test -z $(ls -A /var/lib/ceph) 2024-09-17T08:30:55.559 DEBUG:teuthology.orchestra.run.smithi155:> test -z $(ls -A /var/lib/ceph) 2024-09-17T08:30:55.657 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-17T08:30:55.715 INFO:teuthology.run_tasks:Running task kernel... 2024-09-17T08:30:55.730 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-17T08:30:55.730 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-17T08:30:55.731 DEBUG:teuthology.orchestra.run.smithi047:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T08:30:55.731 DEBUG:teuthology.orchestra.run.smithi155:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T08:30:55.748 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T08:30:55.748 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T08:30:55.749 DEBUG:teuthology.orchestra.run.smithi047:> uname -r 2024-09-17T08:30:55.749 DEBUG:teuthology.orchestra.run.smithi155:> uname -r 2024-09-17T08:30:55.807 INFO:teuthology.orchestra.run.smithi047.stdout:5.14.0-503.el9.x86_64 2024-09-17T08:30:55.807 INFO:teuthology.task.kernel:Running kernel on smithi047: 5.14.0-503.el9.x86_64 2024-09-17T08:30:55.807 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum install -y kernel 2024-09-17T08:30:55.808 INFO:teuthology.orchestra.run.smithi155.stdout:5.14.0-503.el9.x86_64 2024-09-17T08:30:55.808 INFO:teuthology.task.kernel:Running kernel on smithi155: 5.14.0-503.el9.x86_64 2024-09-17T08:30:55.809 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum install -y kernel 2024-09-17T08:30:58.018 INFO:teuthology.orchestra.run.smithi047.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.3 MB 00:00 2024-09-17T08:30:59.161 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - BaseOS 5.4 MB/s | 8.3 MB 00:01 2024-09-17T08:31:00.386 INFO:teuthology.orchestra.run.smithi047.stdout:CentOS Stream 9 - AppStream 16 MB/s | 20 MB 00:01 2024-09-17T08:31:02.345 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - AppStream 9.7 MB/s | 20 MB 00:02 2024-09-17T08:31:04.770 INFO:teuthology.orchestra.run.smithi047.stdout:CentOS Stream 9 - CRB 14 MB/s | 6.5 MB 00:00 2024-09-17T08:31:06.729 INFO:teuthology.orchestra.run.smithi047.stdout:CentOS Stream 9 - Extras packages 28 kB/s | 19 kB 00:00 2024-09-17T08:31:06.862 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - CRB 9.4 MB/s | 6.5 MB 00:00 2024-09-17T08:31:07.741 INFO:teuthology.orchestra.run.smithi047.stdout:Extra Packages for Enterprise Linux 26 MB/s | 23 MB 00:00 2024-09-17T08:31:08.371 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - Extras packages 63 kB/s | 19 kB 00:00 2024-09-17T08:31:09.483 INFO:teuthology.orchestra.run.smithi155.stdout:Extra Packages for Enterprise Linux 23 MB/s | 23 MB 00:00 2024-09-17T08:31:13.331 INFO:teuthology.orchestra.run.smithi047.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-09-17T08:31:14.956 INFO:teuthology.orchestra.run.smithi155.stdout:lab-extras 24 kB/s | 1.7 kB 00:00 2024-09-17T08:31:15.329 INFO:teuthology.orchestra.run.smithi047.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-17T08:31:15.329 INFO:teuthology.orchestra.run.smithi047.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-17T08:31:15.414 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-09-17T08:31:15.433 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-09-17T08:31:15.433 INFO:teuthology.orchestra.run.smithi047.stdout: Package Architecture Version Repository Size 2024-09-17T08:31:15.433 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-09-17T08:31:15.433 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-09-17T08:31:15.433 INFO:teuthology.orchestra.run.smithi047.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-17T08:31:15.433 INFO:teuthology.orchestra.run.smithi047.stdout:Installing dependencies: 2024-09-17T08:31:15.433 INFO:teuthology.orchestra.run.smithi047.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-17T08:31:15.433 INFO:teuthology.orchestra.run.smithi047.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-17T08:31:15.433 INFO:teuthology.orchestra.run.smithi047.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-17T08:31:15.433 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:31:15.434 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-09-17T08:31:15.434 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-09-17T08:31:15.434 INFO:teuthology.orchestra.run.smithi047.stdout:Install 4 Packages 2024-09-17T08:31:15.434 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:31:15.434 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 79 M 2024-09-17T08:31:15.434 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 126 M 2024-09-17T08:31:15.434 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-09-17T08:31:15.574 INFO:teuthology.orchestra.run.smithi047.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 381 kB/s | 36 kB 00:00 2024-09-17T08:31:15.966 INFO:teuthology.orchestra.run.smithi047.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 32 MB/s | 16 MB 00:00 2024-09-17T08:31:16.458 INFO:teuthology.orchestra.run.smithi047.stdout:(3/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 35 MB/s | 35 MB 00:00 2024-09-17T08:31:16.725 INFO:teuthology.orchestra.run.smithi047.stdout:(4/4): kernel-modules-core-5.14.0-508.el9.x86_6 25 MB/s | 29 MB 00:01 2024-09-17T08:31:16.725 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-09-17T08:31:16.725 INFO:teuthology.orchestra.run.smithi047.stdout:Total 61 MB/s | 79 MB 00:01 2024-09-17T08:31:16.820 INFO:teuthology.orchestra.run.smithi155.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-17T08:31:16.820 INFO:teuthology.orchestra.run.smithi155.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-17T08:31:16.906 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-09-17T08:31:16.921 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-09-17T08:31:16.922 INFO:teuthology.orchestra.run.smithi155.stdout: Package Architecture Version Repository Size 2024-09-17T08:31:16.922 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-09-17T08:31:16.922 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-09-17T08:31:16.922 INFO:teuthology.orchestra.run.smithi155.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-17T08:31:16.922 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-09-17T08:31:16.922 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-17T08:31:16.922 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-17T08:31:16.922 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-17T08:31:16.922 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-17T08:31:16.922 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-09-17T08:31:16.922 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-09-17T08:31:16.922 INFO:teuthology.orchestra.run.smithi155.stdout:Install 4 Packages 2024-09-17T08:31:16.922 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-17T08:31:16.923 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 79 M 2024-09-17T08:31:16.923 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 126 M 2024-09-17T08:31:16.923 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-09-17T08:31:17.174 INFO:teuthology.orchestra.run.smithi155.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 322 kB/s | 36 kB 00:00 2024-09-17T08:31:17.440 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-09-17T08:31:17.824 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-09-17T08:31:17.824 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-09-17T08:31:18.801 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-09-17T08:31:18.802 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-09-17T08:31:19.757 INFO:teuthology.orchestra.run.smithi155.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 5.8 MB/s | 16 MB 00:02 2024-09-17T08:31:20.849 INFO:teuthology.orchestra.run.smithi155.stdout:(3/4): kernel-modules-core-5.14.0-508.el9.x86_6 7.8 MB/s | 29 MB 00:03 2024-09-17T08:31:21.344 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-09-17T08:31:21.682 INFO:teuthology.orchestra.run.smithi155.stdout:(4/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 7.5 MB/s | 35 MB 00:04 2024-09-17T08:31:21.682 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-09-17T08:31:21.683 INFO:teuthology.orchestra.run.smithi155.stdout:Total 17 MB/s | 79 MB 00:04 2024-09-17T08:31:22.012 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-17T08:31:22.102 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T08:31:22.365 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-09-17T08:31:22.718 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-09-17T08:31:22.718 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-09-17T08:31:23.663 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-09-17T08:31:23.664 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-09-17T08:31:24.869 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T08:31:25.003 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T08:31:26.108 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-09-17T08:31:26.781 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-17T08:31:26.873 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T08:31:29.648 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T08:31:29.784 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T08:31:30.130 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T08:31:30.170 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:31:34.627 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T08:31:34.676 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:31:35.306 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:31:39.515 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:32:14.287 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:32:14.328 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:32:14.707 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:32:14.708 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-17T08:32:14.708 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T08:32:14.708 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T08:32:15.530 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:32:15.530 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:32:15.530 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-09-17T08:32:15.530 INFO:teuthology.orchestra.run.smithi047.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-17T08:32:15.530 INFO:teuthology.orchestra.run.smithi047.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-17T08:32:15.530 INFO:teuthology.orchestra.run.smithi047.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-17T08:32:15.530 INFO:teuthology.orchestra.run.smithi047.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-17T08:32:15.530 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:32:15.531 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-09-17T08:32:15.888 DEBUG:teuthology.orchestra.run.smithi047:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T08:32:15.988 INFO:teuthology.orchestra.run.smithi047.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T08:32:15.988 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T08:32:15.988 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:32:15.988 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T08:32:15.988 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T08:32:15.988 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-17T08:32:15.989 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi047.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T08:32:15.989 DEBUG:teuthology.orchestra.run.smithi047:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T08:32:16.047 INFO:teuthology.orchestra.run.smithi047.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T08:32:16.048 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T08:32:16.048 DEBUG:teuthology.orchestra.run.smithi047:> sudo rpm -qi grub2-tools 2024-09-17T08:32:16.082 INFO:teuthology.orchestra.run.smithi047.stdout:Name : grub2-tools 2024-09-17T08:32:16.082 INFO:teuthology.orchestra.run.smithi047.stdout:Epoch : 1 2024-09-17T08:32:16.082 INFO:teuthology.orchestra.run.smithi047.stdout:Version : 2.06 2024-09-17T08:32:16.082 INFO:teuthology.orchestra.run.smithi047.stdout:Release : 82.el9 2024-09-17T08:32:16.082 INFO:teuthology.orchestra.run.smithi047.stdout:Architecture: x86_64 2024-09-17T08:32:16.082 INFO:teuthology.orchestra.run.smithi047.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-17T08:32:16.082 INFO:teuthology.orchestra.run.smithi047.stdout:Group : Unspecified 2024-09-17T08:32:16.082 INFO:teuthology.orchestra.run.smithi047.stdout:Size : 8274670 2024-09-17T08:32:16.082 INFO:teuthology.orchestra.run.smithi047.stdout:License : GPLv3+ 2024-09-17T08:32:16.083 INFO:teuthology.orchestra.run.smithi047.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-17T08:32:16.083 INFO:teuthology.orchestra.run.smithi047.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-17T08:32:16.083 INFO:teuthology.orchestra.run.smithi047.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-17T08:32:16.083 INFO:teuthology.orchestra.run.smithi047.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-17T08:32:16.083 INFO:teuthology.orchestra.run.smithi047.stdout:Packager : builder@centos.org 2024-09-17T08:32:16.083 INFO:teuthology.orchestra.run.smithi047.stdout:Vendor : CentOS 2024-09-17T08:32:16.083 INFO:teuthology.orchestra.run.smithi047.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-17T08:32:16.083 INFO:teuthology.orchestra.run.smithi047.stdout:Summary : Support tools for GRUB. 2024-09-17T08:32:16.083 INFO:teuthology.orchestra.run.smithi047.stdout:Description : 2024-09-17T08:32:16.083 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:32:16.083 INFO:teuthology.orchestra.run.smithi047.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-17T08:32:16.083 INFO:teuthology.orchestra.run.smithi047.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-17T08:32:16.083 INFO:teuthology.orchestra.run.smithi047.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-17T08:32:16.083 INFO:teuthology.orchestra.run.smithi047.stdout:hardware devices. 2024-09-17T08:32:16.084 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:32:16.084 INFO:teuthology.orchestra.run.smithi047.stdout:This subpackage provides tools for support of all platforms. 2024-09-17T08:32:16.084 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-17T08:32:16.085 INFO:teuthology.task.kernel:Updating grub on smithi047 to boot 5.14.0-508.el9.x86_64 2024-09-17T08:32:16.085 DEBUG:teuthology.orchestra.run.smithi047:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-17T08:32:16.788 INFO:teuthology.orchestra.run.smithi047.stderr:Generating grub configuration file ... 2024-09-17T08:32:18.145 INFO:teuthology.orchestra.run.smithi047.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-17T08:32:18.177 INFO:teuthology.orchestra.run.smithi047.stderr:done 2024-09-17T08:32:18.179 DEBUG:teuthology.orchestra.run.smithi047:> mktemp 2024-09-17T08:32:18.194 INFO:teuthology.orchestra.run.smithi047.stdout:/tmp/tmp.b2yRn5tQko 2024-09-17T08:32:18.195 DEBUG:teuthology.orchestra.run.smithi047:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.b2yRn5tQko 2024-09-17T08:32:18.197 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:32:18.245 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:32:18.263 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod 0666 /tmp/tmp.b2yRn5tQko 2024-09-17T08:32:18.408 DEBUG:teuthology.orchestra.remote:smithi047:/tmp/tmp.b2yRn5tQko is 6KB 2024-09-17T08:32:18.456 DEBUG:teuthology.orchestra.run.smithi047:> rm -fr /tmp/tmp.b2yRn5tQko 2024-09-17T08:32:18.474 DEBUG:teuthology.orchestra.run.smithi047:> sudo /bin/ls /boot/loader/entries || true 2024-09-17T08:32:18.543 INFO:teuthology.orchestra.run.smithi047.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-17T08:32:18.544 INFO:teuthology.orchestra.run.smithi047.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-17T08:32:18.544 INFO:teuthology.orchestra.run.smithi047.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-17T08:32:18.544 INFO:teuthology.orchestra.run.smithi047.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-17T08:32:18.545 DEBUG:teuthology.orchestra.run.smithi047:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-17T08:32:18.611 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:32:18.612 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-17T08:32:18.612 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T08:32:18.612 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T08:32:18.696 DEBUG:teuthology.orchestra.run.smithi047:> sudo shutdown -r now 2024-09-17T08:32:19.512 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T08:32:19.512 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-17T08:32:19.512 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-09-17T08:32:19.512 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-17T08:32:19.512 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-17T08:32:19.512 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-17T08:32:19.513 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-17T08:32:19.513 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-17T08:32:19.513 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-09-17T08:32:19.891 DEBUG:teuthology.orchestra.run.smithi155:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T08:32:19.973 INFO:teuthology.orchestra.run.smithi155.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T08:32:19.974 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T08:32:19.974 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:32:19.974 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T08:32:19.974 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T08:32:19.974 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-17T08:32:19.974 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi155.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T08:32:19.974 DEBUG:teuthology.orchestra.run.smithi155:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T08:32:20.034 INFO:teuthology.orchestra.run.smithi155.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T08:32:20.034 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T08:32:20.034 DEBUG:teuthology.orchestra.run.smithi155:> sudo rpm -qi grub2-tools 2024-09-17T08:32:20.069 INFO:teuthology.orchestra.run.smithi155.stdout:Name : grub2-tools 2024-09-17T08:32:20.069 INFO:teuthology.orchestra.run.smithi155.stdout:Epoch : 1 2024-09-17T08:32:20.069 INFO:teuthology.orchestra.run.smithi155.stdout:Version : 2.06 2024-09-17T08:32:20.069 INFO:teuthology.orchestra.run.smithi155.stdout:Release : 82.el9 2024-09-17T08:32:20.069 INFO:teuthology.orchestra.run.smithi155.stdout:Architecture: x86_64 2024-09-17T08:32:20.070 INFO:teuthology.orchestra.run.smithi155.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-17T08:32:20.070 INFO:teuthology.orchestra.run.smithi155.stdout:Group : Unspecified 2024-09-17T08:32:20.070 INFO:teuthology.orchestra.run.smithi155.stdout:Size : 8274670 2024-09-17T08:32:20.070 INFO:teuthology.orchestra.run.smithi155.stdout:License : GPLv3+ 2024-09-17T08:32:20.070 INFO:teuthology.orchestra.run.smithi155.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-17T08:32:20.070 INFO:teuthology.orchestra.run.smithi155.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-17T08:32:20.070 INFO:teuthology.orchestra.run.smithi155.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-17T08:32:20.070 INFO:teuthology.orchestra.run.smithi155.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-17T08:32:20.070 INFO:teuthology.orchestra.run.smithi155.stdout:Packager : builder@centos.org 2024-09-17T08:32:20.070 INFO:teuthology.orchestra.run.smithi155.stdout:Vendor : CentOS 2024-09-17T08:32:20.070 INFO:teuthology.orchestra.run.smithi155.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-17T08:32:20.071 INFO:teuthology.orchestra.run.smithi155.stdout:Summary : Support tools for GRUB. 2024-09-17T08:32:20.071 INFO:teuthology.orchestra.run.smithi155.stdout:Description : 2024-09-17T08:32:20.071 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-17T08:32:20.071 INFO:teuthology.orchestra.run.smithi155.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-17T08:32:20.071 INFO:teuthology.orchestra.run.smithi155.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-17T08:32:20.071 INFO:teuthology.orchestra.run.smithi155.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-17T08:32:20.071 INFO:teuthology.orchestra.run.smithi155.stdout:hardware devices. 2024-09-17T08:32:20.071 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-17T08:32:20.071 INFO:teuthology.orchestra.run.smithi155.stdout:This subpackage provides tools for support of all platforms. 2024-09-17T08:32:20.072 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-17T08:32:20.072 INFO:teuthology.task.kernel:Updating grub on smithi155 to boot 5.14.0-508.el9.x86_64 2024-09-17T08:32:20.072 DEBUG:teuthology.orchestra.run.smithi155:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-17T08:32:20.691 INFO:teuthology.orchestra.run.smithi155.stderr:Generating grub configuration file ... 2024-09-17T08:32:22.035 INFO:teuthology.orchestra.run.smithi155.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-17T08:32:22.055 INFO:teuthology.orchestra.run.smithi155.stderr:done 2024-09-17T08:32:22.057 DEBUG:teuthology.orchestra.run.smithi155:> mktemp 2024-09-17T08:32:22.074 INFO:teuthology.orchestra.run.smithi155.stdout:/tmp/tmp.AAQm3nr87W 2024-09-17T08:32:22.074 DEBUG:teuthology.orchestra.run.smithi155:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.AAQm3nr87W 2024-09-17T08:32:22.141 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod 0666 /tmp/tmp.AAQm3nr87W 2024-09-17T08:32:22.275 DEBUG:teuthology.orchestra.remote:smithi155:/tmp/tmp.AAQm3nr87W is 6KB 2024-09-17T08:32:22.324 DEBUG:teuthology.orchestra.run.smithi155:> rm -fr /tmp/tmp.AAQm3nr87W 2024-09-17T08:32:22.339 DEBUG:teuthology.orchestra.run.smithi155:> sudo /bin/ls /boot/loader/entries || true 2024-09-17T08:32:22.402 INFO:teuthology.orchestra.run.smithi155.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-17T08:32:22.402 INFO:teuthology.orchestra.run.smithi155.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-17T08:32:22.402 INFO:teuthology.orchestra.run.smithi155.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-17T08:32:22.402 INFO:teuthology.orchestra.run.smithi155.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-17T08:32:22.403 DEBUG:teuthology.orchestra.run.smithi155:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-17T08:32:22.575 DEBUG:teuthology.orchestra.run.smithi155:> sudo shutdown -r now 2024-09-17T08:32:48.725 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-17T08:32:48.725 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-09-17T08:32:48.727 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:32:52.581 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-17T08:32:52.581 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-09-17T08:32:52.582 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:33:27.105 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.155 2024-09-17T08:33:36.115 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-09-17T08:33:36.116 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:33:48.741 DEBUG:teuthology.orchestra.remote:timed out 2024-09-17T08:33:57.750 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-09-17T08:33:57.751 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:33:58.133 DEBUG:teuthology.orchestra.run.smithi047:> true 2024-09-17T08:33:58.535 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-09-17T08:33:58.535 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-508.el9.x86_64"... 2024-09-17T08:33:58.535 DEBUG:teuthology.orchestra.run.smithi047:> uname -r 2024-09-17T08:33:58.550 INFO:teuthology.orchestra.run.smithi047.stdout:5.14.0-508.el9.x86_64 2024-09-17T08:33:58.550 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:33:58.550 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T08:33:58.550 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-17T08:33:59.552 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-17T08:33:59.552 DEBUG:teuthology.orchestra.run.smithi047:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T08:33:59.644 INFO:teuthology.orchestra.run.smithi047.stdout:ttyS1 2024-09-17T08:33:59.671 DEBUG:teuthology.parallel:result is None 2024-09-17T08:34:36.119 DEBUG:teuthology.orchestra.remote:timed out 2024-09-17T08:34:48.120 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-09-17T08:34:48.121 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:34:48.538 DEBUG:teuthology.orchestra.run.smithi155:> true 2024-09-17T08:34:48.908 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-09-17T08:34:48.908 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-508.el9.x86_64"... 2024-09-17T08:34:48.909 DEBUG:teuthology.orchestra.run.smithi155:> uname -r 2024-09-17T08:34:48.924 INFO:teuthology.orchestra.run.smithi155.stdout:5.14.0-508.el9.x86_64 2024-09-17T08:34:48.925 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:34:48.925 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T08:34:48.925 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-17T08:34:49.926 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-17T08:34:49.926 DEBUG:teuthology.orchestra.run.smithi155:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T08:34:50.003 INFO:teuthology.orchestra.run.smithi155.stdout:ttyS1 2024-09-17T08:34:50.030 DEBUG:teuthology.parallel:result is None 2024-09-17T08:34:50.030 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-17T08:34:50.041 INFO:teuthology.task.internal:Creating test directory... 2024-09-17T08:34:50.041 DEBUG:teuthology.orchestra.run.smithi047:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T08:34:50.044 DEBUG:teuthology.orchestra.run.smithi155:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T08:34:50.063 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-17T08:34:50.072 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-17T08:34:50.114 INFO:teuthology.task.internal:Creating archive directory... 2024-09-17T08:34:50.114 DEBUG:teuthology.orchestra.run.smithi047:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T08:34:50.117 DEBUG:teuthology.orchestra.run.smithi155:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T08:34:50.145 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-17T08:34:50.155 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-17T08:34:50.155 DEBUG:teuthology.orchestra.run.smithi047:> 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:34:50.183 DEBUG:teuthology.orchestra.run.smithi155:> 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:34:50.214 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T08:34:50.225 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T08:34:50.227 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T08:34:50.239 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T08:34:50.241 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-17T08:34:50.248 INFO:teuthology.task.internal:Configuring sudo... 2024-09-17T08:34:50.248 DEBUG:teuthology.orchestra.run.smithi047:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T08:34:50.251 DEBUG:teuthology.orchestra.run.smithi155:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T08:34:50.293 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-17T08:34:50.303 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-17T08:34:50.303 DEBUG:teuthology.orchestra.run.smithi047:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T08:34:50.320 DEBUG:teuthology.orchestra.run.smithi155:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T08:34:50.350 DEBUG:teuthology.orchestra.run.smithi047:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T08:34:50.421 DEBUG:teuthology.orchestra.run.smithi047:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T08:34:50.474 DEBUG:teuthology.orchestra.run.smithi047:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T08:34:50.552 DEBUG:teuthology.orchestra.run.smithi047:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T08:34:50.602 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-17T08:34:50.602 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T08:34:50.670 DEBUG:teuthology.orchestra.run.smithi155:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T08:34:50.714 DEBUG:teuthology.orchestra.run.smithi155:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T08:34:50.771 DEBUG:teuthology.orchestra.run.smithi155:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T08:34:50.856 DEBUG:teuthology.orchestra.run.smithi155:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T08:34:50.900 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-17T08:34:50.901 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T08:34:50.980 DEBUG:teuthology.orchestra.run.smithi047:> sudo service rsyslog restart 2024-09-17T08:34:50.984 DEBUG:teuthology.orchestra.run.smithi155:> sudo service rsyslog restart 2024-09-17T08:34:51.046 INFO:teuthology.orchestra.run.smithi047.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T08:34:51.060 INFO:teuthology.orchestra.run.smithi155.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T08:34:51.380 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-17T08:34:51.484 INFO:teuthology.task.internal:Starting timer... 2024-09-17T08:34:51.484 INFO:teuthology.run_tasks:Running task pcp... 2024-09-17T08:34:51.508 INFO:teuthology.run_tasks:Running task selinux... 2024-09-17T08:34:51.532 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-09-17T08:34:51.533 DEBUG:teuthology.orchestra.run.smithi047:> sudo service auditd rotate 2024-09-17T08:34:51.599 INFO:teuthology.orchestra.run.smithi047.stdout:Rotating logs: 2024-09-17T08:34:51.601 DEBUG:teuthology.orchestra.run.smithi155:> sudo service auditd rotate 2024-09-17T08:34:51.664 INFO:teuthology.orchestra.run.smithi155.stdout:Rotating logs: 2024-09-17T08:34:51.666 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-17T08:34:51.666 DEBUG:teuthology.orchestra.run.smithi047:> /usr/sbin/getenforce 2024-09-17T08:34:51.690 INFO:teuthology.orchestra.run.smithi047.stdout:Permissive 2024-09-17T08:34:51.690 DEBUG:teuthology.orchestra.run.smithi155:> /usr/sbin/getenforce 2024-09-17T08:34:51.718 INFO:teuthology.orchestra.run.smithi155.stdout:Permissive 2024-09-17T08:34:51.719 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi047.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi155.front.sepia.ceph.com': 'permissive'} 2024-09-17T08:34:51.719 DEBUG:teuthology.orchestra.run.smithi047:> 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:34:51.759 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T08:34:51.759 DEBUG:teuthology.orchestra.run.smithi155:> 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:34:51.787 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T08:34:51.787 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-17T08:34:51.788 DEBUG:teuthology.orchestra.run.smithi047:> sudo /usr/sbin/setenforce permissive 2024-09-17T08:34:51.840 DEBUG:teuthology.orchestra.run.smithi155:> sudo /usr/sbin/setenforce permissive 2024-09-17T08:34:51.874 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-17T08:34:51.884 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-17T08:34:51.895 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:34:51.896 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi047.front.sepia.ceph.com,smithi155.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-17T08:38:37.428 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi047.front.sepia.ceph.com'), Remote(name='ubuntu@smithi155.front.sepia.ceph.com')] 2024-09-17T08:38:37.430 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-09-17T08:38:37.431 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:38:37.510 DEBUG:teuthology.orchestra.run.smithi047:> true 2024-09-17T08:38:37.589 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-09-17T08:38:37.590 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-09-17T08:38:37.590 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T08:38:37.666 DEBUG:teuthology.orchestra.run.smithi155:> true 2024-09-17T08:38:37.749 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-09-17T08:38:37.750 INFO:teuthology.run_tasks:Running task clock... 2024-09-17T08:38:37.761 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-17T08:38:37.761 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T08:38:37.762 DEBUG:teuthology.orchestra.run.smithi047:> 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:38:37.764 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T08:38:37.764 DEBUG:teuthology.orchestra.run.smithi155:> 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:38:37.794 INFO:teuthology.orchestra.run.smithi047.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-17T08:38:37.809 INFO:teuthology.orchestra.run.smithi047.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-17T08:38:37.822 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-17T08:38:37.836 INFO:teuthology.orchestra.run.smithi047.stderr:sudo: ntpd: command not found 2024-09-17T08:38:37.837 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-17T08:38:37.847 INFO:teuthology.orchestra.run.smithi047.stdout:506 Cannot talk to daemon 2024-09-17T08:38:37.862 INFO:teuthology.orchestra.run.smithi155.stderr:sudo: ntpd: command not found 2024-09-17T08:38:37.862 INFO:teuthology.orchestra.run.smithi047.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-17T08:38:37.874 INFO:teuthology.orchestra.run.smithi155.stdout:506 Cannot talk to daemon 2024-09-17T08:38:37.877 INFO:teuthology.orchestra.run.smithi047.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-17T08:38:37.888 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-17T08:38:37.903 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-17T08:38:37.940 INFO:teuthology.orchestra.run.smithi047.stderr:bash: line 1: ntpq: command not found 2024-09-17T08:38:37.943 INFO:teuthology.orchestra.run.smithi047.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T08:38:37.943 INFO:teuthology.orchestra.run.smithi047.stdout:=============================================================================== 2024-09-17T08:38:37.943 INFO:teuthology.orchestra.run.smithi047.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T08:38:37.943 INFO:teuthology.orchestra.run.smithi047.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T08:38:37.944 INFO:teuthology.orchestra.run.smithi047.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T08:38:37.944 INFO:teuthology.orchestra.run.smithi047.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T08:38:37.963 INFO:teuthology.orchestra.run.smithi155.stderr:bash: line 1: ntpq: command not found 2024-09-17T08:38:37.967 INFO:teuthology.orchestra.run.smithi155.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T08:38:37.967 INFO:teuthology.orchestra.run.smithi155.stdout:=============================================================================== 2024-09-17T08:38:37.967 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T08:38:37.967 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T08:38:37.967 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T08:38:37.967 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T08:38:37.968 INFO:teuthology.run_tasks:Running task pexec... 2024-09-17T08:38:37.978 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-17T08:38:37.978 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi047.front.sepia.ceph.com 2024-09-17T08:38:37.978 DEBUG:teuthology.orchestra.run.smithi047:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-17T08:38:37.979 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi155.front.sepia.ceph.com 2024-09-17T08:38:37.979 DEBUG:teuthology.orchestra.run.smithi155:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-17T08:38:38.354 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-09-17T08:38:38.360 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-09-17T08:38:38.370 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-09-17T08:38:38.370 INFO:teuthology.orchestra.run.smithi155.stdout: Package Architecture Version Repository Size 2024-09-17T08:38:38.370 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-09-17T08:38:38.371 INFO:teuthology.orchestra.run.smithi155.stdout:Removing: 2024-09-17T08:38:38.371 INFO:teuthology.orchestra.run.smithi155.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-17T08:38:38.371 INFO:teuthology.orchestra.run.smithi155.stdout:Removing unused dependencies: 2024-09-17T08:38:38.371 INFO:teuthology.orchestra.run.smithi155.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-17T08:38:38.371 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-17T08:38:38.371 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-09-17T08:38:38.371 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-09-17T08:38:38.371 INFO:teuthology.orchestra.run.smithi155.stdout:Remove 2 Packages 2024-09-17T08:38:38.372 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-17T08:38:38.372 INFO:teuthology.orchestra.run.smithi155.stdout:Freed space: 5.5 M 2024-09-17T08:38:38.372 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-09-17T08:38:38.375 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-09-17T08:38:38.375 INFO:teuthology.orchestra.run.smithi047.stdout: Package Architecture Version Repository Size 2024-09-17T08:38:38.375 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-09-17T08:38:38.375 INFO:teuthology.orchestra.run.smithi047.stdout:Removing: 2024-09-17T08:38:38.375 INFO:teuthology.orchestra.run.smithi047.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-17T08:38:38.375 INFO:teuthology.orchestra.run.smithi047.stdout:Removing unused dependencies: 2024-09-17T08:38:38.376 INFO:teuthology.orchestra.run.smithi047.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-17T08:38:38.376 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:38:38.376 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-09-17T08:38:38.376 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-09-17T08:38:38.376 INFO:teuthology.orchestra.run.smithi047.stdout:Remove 2 Packages 2024-09-17T08:38:38.376 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:38:38.376 INFO:teuthology.orchestra.run.smithi047.stdout:Freed space: 5.5 M 2024-09-17T08:38:38.376 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-09-17T08:38:38.377 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-09-17T08:38:38.377 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-09-17T08:38:38.380 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-09-17T08:38:38.380 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-09-17T08:38:38.432 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-09-17T08:38:38.433 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-09-17T08:38:38.436 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-09-17T08:38:38.437 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-09-17T08:38:38.574 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-09-17T08:38:38.586 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-09-17T08:38:38.663 INFO:teuthology.orchestra.run.smithi155.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-17T08:38:38.716 INFO:teuthology.orchestra.run.smithi155.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T08:38:38.784 INFO:teuthology.orchestra.run.smithi047.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-17T08:38:38.852 INFO:teuthology.orchestra.run.smithi047.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T08:38:39.301 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T08:38:39.301 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-17T08:38:39.367 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T08:38:39.367 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-17T08:38:39.537 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-17T08:38:39.537 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-17T08:38:39.537 INFO:teuthology.orchestra.run.smithi155.stdout:Removed: 2024-09-17T08:38:39.537 INFO:teuthology.orchestra.run.smithi155.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T08:38:39.537 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-17T08:38:39.537 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-09-17T08:38:39.609 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-17T08:38:39.609 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:38:39.609 INFO:teuthology.orchestra.run.smithi047.stdout:Removed: 2024-09-17T08:38:39.609 INFO:teuthology.orchestra.run.smithi047.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T08:38:39.609 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:38:39.609 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-09-17T08:38:40.380 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:00:51 ago on Tue 17 Sep 2024 08:37:49 AM UTC. 2024-09-17T08:38:40.450 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:00:48 ago on Tue 17 Sep 2024 08:37:52 AM UTC. 2024-09-17T08:38:40.519 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-09-17T08:38:40.519 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-09-17T08:38:40.519 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-09-17T08:38:40.520 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-09-17T08:38:40.520 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-09-17T08:38:40.520 INFO:teuthology.orchestra.run.smithi155.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-17T08:38:40.520 INFO:teuthology.orchestra.run.smithi155.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-17T08:38:40.520 INFO:teuthology.orchestra.run.smithi155.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-17T08:38:40.520 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-09-17T08:38:40.520 INFO:teuthology.orchestra.run.smithi155.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-17T08:38:40.520 INFO:teuthology.orchestra.run.smithi155.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-17T08:38:40.520 INFO:teuthology.orchestra.run.smithi155.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-17T08:38:40.520 INFO:teuthology.orchestra.run.smithi155.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-17T08:38:40.520 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-17T08:38:40.520 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-09-17T08:38:40.521 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-09-17T08:38:40.521 INFO:teuthology.orchestra.run.smithi155.stdout:Install 7 Packages 2024-09-17T08:38:40.521 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-17T08:38:40.534 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 5.2 M 2024-09-17T08:38:40.534 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 19 M 2024-09-17T08:38:40.534 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-09-17T08:38:40.595 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-09-17T08:38:40.596 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-09-17T08:38:40.596 INFO:teuthology.orchestra.run.smithi047.stdout: Package Arch Version Repository Size 2024-09-17T08:38:40.596 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-09-17T08:38:40.596 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-09-17T08:38:40.597 INFO:teuthology.orchestra.run.smithi047.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-17T08:38:40.597 INFO:teuthology.orchestra.run.smithi047.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-17T08:38:40.597 INFO:teuthology.orchestra.run.smithi047.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-17T08:38:40.597 INFO:teuthology.orchestra.run.smithi047.stdout:Installing dependencies: 2024-09-17T08:38:40.597 INFO:teuthology.orchestra.run.smithi047.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-17T08:38:40.597 INFO:teuthology.orchestra.run.smithi047.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-17T08:38:40.597 INFO:teuthology.orchestra.run.smithi047.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-17T08:38:40.597 INFO:teuthology.orchestra.run.smithi047.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-17T08:38:40.597 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:38:40.597 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-09-17T08:38:40.598 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-09-17T08:38:40.598 INFO:teuthology.orchestra.run.smithi047.stdout:Install 7 Packages 2024-09-17T08:38:40.598 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:38:40.612 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 5.2 M 2024-09-17T08:38:40.612 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 19 M 2024-09-17T08:38:40.612 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-09-17T08:38:40.842 INFO:teuthology.orchestra.run.smithi155.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 208 kB/s | 44 kB 00:00 2024-09-17T08:38:40.884 INFO:teuthology.orchestra.run.smithi155.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 415 kB/s | 106 kB 00:00 2024-09-17T08:38:40.951 INFO:teuthology.orchestra.run.smithi155.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 659 kB/s | 72 kB 00:00 2024-09-17T08:38:40.984 INFO:teuthology.orchestra.run.smithi155.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 837 kB/s | 84 kB 00:00 2024-09-17T08:38:41.060 INFO:teuthology.orchestra.run.smithi155.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 2.0 MB/s | 906 kB 00:00 2024-09-17T08:38:41.126 INFO:teuthology.orchestra.run.smithi155.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 4.7 MB/s | 837 kB 00:00 2024-09-17T08:38:41.264 INFO:teuthology.orchestra.run.smithi047.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 76 kB/s | 44 kB 00:00 2024-09-17T08:38:41.472 INFO:teuthology.orchestra.run.smithi047.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 134 kB/s | 106 kB 00:00 2024-09-17T08:38:41.706 INFO:teuthology.orchestra.run.smithi047.stdout:(3/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 884 kB/s | 906 kB 00:01 2024-09-17T08:38:42.019 INFO:teuthology.orchestra.run.smithi155.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 3.1 MB/s | 3.2 MB 00:01 2024-09-17T08:38:42.019 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-09-17T08:38:42.019 INFO:teuthology.orchestra.run.smithi155.stdout:Total 3.5 MB/s | 5.2 MB 00:01 2024-09-17T08:38:42.039 INFO:teuthology.orchestra.run.smithi047.stdout:(4/7): python3-configshell-1.1.30-1.el9.noarch. 92 kB/s | 72 kB 00:00 2024-09-17T08:38:42.130 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-09-17T08:38:42.139 INFO:teuthology.orchestra.run.smithi047.stdout:(5/7): python3-kmod-0.9-32.el9.x86_64.rpm 126 kB/s | 84 kB 00:00 2024-09-17T08:38:42.145 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-09-17T08:38:42.145 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-09-17T08:38:42.494 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-09-17T08:38:42.495 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-09-17T08:38:42.631 INFO:teuthology.orchestra.run.smithi047.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 914 kB/s | 837 kB 00:00 2024-09-17T08:38:42.970 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-09-17T08:38:42.998 INFO:teuthology.orchestra.run.smithi047.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 3.3 MB/s | 3.2 MB 00:00 2024-09-17T08:38:42.998 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-09-17T08:38:42.999 INFO:teuthology.orchestra.run.smithi047.stdout:Total 2.2 MB/s | 5.2 MB 00:02 2024-09-17T08:38:43.054 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-17T08:38:43.094 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-17T08:38:43.119 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-09-17T08:38:43.126 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-17T08:38:43.136 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-09-17T08:38:43.136 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-09-17T08:38:43.336 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-17T08:38:43.374 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T08:38:43.442 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-09-17T08:38:43.443 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-09-17T08:38:43.808 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T08:38:43.835 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T08:38:43.926 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-09-17T08:38:43.955 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T08:38:44.019 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-17T08:38:44.023 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T08:38:44.061 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-17T08:38:44.089 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-17T08:38:44.312 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-17T08:38:44.348 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T08:38:44.826 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T08:38:44.859 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T08:38:44.980 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T08:38:45.003 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T08:38:45.003 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-17T08:38:45.003 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-17T08:38:45.004 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-17T08:38:45.004 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-17T08:38:45.004 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-17T08:38:45.004 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-17T08:38:45.045 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T08:38:45.445 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T08:38:45.445 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-17T08:38:45.445 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-09-17T08:38:45.445 INFO:teuthology.orchestra.run.smithi155.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T08:38:45.445 INFO:teuthology.orchestra.run.smithi155.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-17T08:38:45.445 INFO:teuthology.orchestra.run.smithi155.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-17T08:38:45.445 INFO:teuthology.orchestra.run.smithi155.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-17T08:38:45.445 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-17T08:38:45.445 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-09-17T08:38:45.848 DEBUG:teuthology.parallel:result is None 2024-09-17T08:38:46.035 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T08:38:46.036 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-17T08:38:46.036 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-17T08:38:46.036 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-17T08:38:46.036 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-17T08:38:46.036 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-17T08:38:46.036 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-17T08:38:46.416 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T08:38:46.416 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:38:46.416 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-09-17T08:38:46.416 INFO:teuthology.orchestra.run.smithi047.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T08:38:46.416 INFO:teuthology.orchestra.run.smithi047.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-17T08:38:46.416 INFO:teuthology.orchestra.run.smithi047.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-17T08:38:46.417 INFO:teuthology.orchestra.run.smithi047.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-17T08:38:46.417 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:38:46.417 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-09-17T08:38:46.770 DEBUG:teuthology.parallel:result is None 2024-09-17T08:38:46.770 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-09-17T08:38:46.780 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-09-17T08:38:46.781 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-17T08:38:46.781 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T08:38:46.797 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:38:46.797 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_1 2024-09-17T08:38:46.853 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T08:38:46.853 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T08:38:46.853 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 952 Links: 1 2024-09-17T08:38:46.853 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T08:38:46.853 INFO:teuthology.orchestra.run.smithi047.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T08:38:46.854 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-09-17 08:38:45.280541260 +0000 2024-09-17T08:38:46.854 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-09-17 08:38:44.945548594 +0000 2024-09-17T08:38:46.854 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-09-17 08:38:44.945548594 +0000 2024-09-17T08:38:46.854 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: 2024-09-17 08:38:44.945548594 +0000 2024-09-17T08:38:46.854 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T08:38:46.917 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-09-17T08:38:46.917 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-09-17T08:38:46.917 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000108829 s, 4.7 MB/s 2024-09-17T08:38:46.918 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T08:38:46.976 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_2 2024-09-17T08:38:47.033 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T08:38:47.033 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T08:38:47.033 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 963 Links: 1 2024-09-17T08:38:47.033 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T08:38:47.033 INFO:teuthology.orchestra.run.smithi047.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T08:38:47.033 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-09-17 08:38:45.281541238 +0000 2024-09-17T08:38:47.033 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-09-17 08:38:44.946548572 +0000 2024-09-17T08:38:47.034 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-09-17 08:38:44.946548572 +0000 2024-09-17T08:38:47.034 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: 2024-09-17 08:38:44.946548572 +0000 2024-09-17T08:38:47.034 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T08:38:47.097 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-09-17T08:38:47.097 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-09-17T08:38:47.097 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 8.8416e-05 s, 5.8 MB/s 2024-09-17T08:38:47.098 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T08:38:47.155 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_3 2024-09-17T08:38:47.214 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T08:38:47.214 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T08:38:47.214 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 965 Links: 1 2024-09-17T08:38:47.214 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T08:38:47.214 INFO:teuthology.orchestra.run.smithi047.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T08:38:47.214 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-09-17 08:38:45.281541238 +0000 2024-09-17T08:38:47.214 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-09-17 08:38:44.946548572 +0000 2024-09-17T08:38:47.214 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-09-17 08:38:44.946548572 +0000 2024-09-17T08:38:47.214 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: 2024-09-17 08:38:44.946548572 +0000 2024-09-17T08:38:47.215 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T08:38:47.277 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-09-17T08:38:47.278 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-09-17T08:38:47.278 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000103435 s, 4.9 MB/s 2024-09-17T08:38:47.279 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T08:38:47.336 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_4 2024-09-17T08:38:47.392 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T08:38:47.392 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T08:38:47.392 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 974 Links: 1 2024-09-17T08:38:47.392 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T08:38:47.392 INFO:teuthology.orchestra.run.smithi047.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T08:38:47.393 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-09-17 08:38:45.281541238 +0000 2024-09-17T08:38:47.393 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-09-17 08:38:44.946548572 +0000 2024-09-17T08:38:47.393 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-09-17 08:38:44.946548572 +0000 2024-09-17T08:38:47.393 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: 2024-09-17 08:38:44.946548572 +0000 2024-09-17T08:38:47.393 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T08:38:47.455 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-09-17T08:38:47.455 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-09-17T08:38:47.456 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000101084 s, 5.1 MB/s 2024-09-17T08:38:47.457 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T08:38:47.513 DEBUG:teuthology.orchestra.run.smithi047:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-09-17T08:38:47.664 INFO:teuthology.orchestra.run.smithi047.stdout:loop 2024-09-17T08:38:47.666 INFO:tasks.nvme_loop:Connecting nvme_loop smithi047:/dev/vg_nvme/lv_1... 2024-09-17T08:38:47.666 DEBUG:teuthology.orchestra.run.smithi047:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-09-17T08:38:47.701 INFO:teuthology.orchestra.run.smithi047.stdout:1 2024-09-17T08:38:47.734 INFO:teuthology.orchestra.run.smithi047.stdout:/dev/vg_nvme/lv_11 2024-09-17T08:38:47.770 INFO:teuthology.orchestra.run.smithi047.stdout:connecting to device: nvme1 2024-09-17T08:38:47.772 INFO:tasks.nvme_loop:Connecting nvme_loop smithi047:/dev/vg_nvme/lv_2... 2024-09-17T08:38:47.772 DEBUG:teuthology.orchestra.run.smithi047:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-09-17T08:38:47.848 INFO:teuthology.orchestra.run.smithi047.stdout:1 2024-09-17T08:38:47.880 INFO:teuthology.orchestra.run.smithi047.stdout:/dev/vg_nvme/lv_21 2024-09-17T08:38:47.913 INFO:teuthology.orchestra.run.smithi047.stdout:connecting to device: nvme2 2024-09-17T08:38:47.915 INFO:tasks.nvme_loop:Connecting nvme_loop smithi047:/dev/vg_nvme/lv_3... 2024-09-17T08:38:47.915 DEBUG:teuthology.orchestra.run.smithi047:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-09-17T08:38:47.990 INFO:teuthology.orchestra.run.smithi047.stdout:1 2024-09-17T08:38:48.022 INFO:teuthology.orchestra.run.smithi047.stdout:/dev/vg_nvme/lv_31 2024-09-17T08:38:48.060 INFO:teuthology.orchestra.run.smithi047.stdout:connecting to device: nvme3 2024-09-17T08:38:48.063 INFO:tasks.nvme_loop:Connecting nvme_loop smithi047:/dev/vg_nvme/lv_4... 2024-09-17T08:38:48.063 DEBUG:teuthology.orchestra.run.smithi047:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-09-17T08:38:48.136 INFO:teuthology.orchestra.run.smithi047.stdout:1 2024-09-17T08:38:48.169 INFO:teuthology.orchestra.run.smithi047.stdout:/dev/vg_nvme/lv_41 2024-09-17T08:38:48.201 INFO:teuthology.orchestra.run.smithi047.stdout:connecting to device: nvme4 2024-09-17T08:38:48.203 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-17T08:38:48.204 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T08:38:48.260 DEBUG:teuthology.orchestra.run.smithi047:> sudo nvme list -o json 2024-09-17T08:38:48.327 INFO:teuthology.orchestra.run.smithi047.stdout:{ 2024-09-17T08:38:48.327 INFO:teuthology.orchestra.run.smithi047.stdout: "Devices":[ 2024-09-17T08:38:48.327 INFO:teuthology.orchestra.run.smithi047.stdout: { 2024-09-17T08:38:48.327 INFO:teuthology.orchestra.run.smithi047.stdout: "NameSpace":1, 2024-09-17T08:38:48.327 INFO:teuthology.orchestra.run.smithi047.stdout: "DevicePath":"/dev/nvme4n1", 2024-09-17T08:38:48.327 INFO:teuthology.orchestra.run.smithi047.stdout: "GenericPath":"/dev/ng4n1", 2024-09-17T08:38:48.328 INFO:teuthology.orchestra.run.smithi047.stdout: "Firmware":"5.14.0-5", 2024-09-17T08:38:48.328 INFO:teuthology.orchestra.run.smithi047.stdout: "ModelNumber":"Linux", 2024-09-17T08:38:48.328 INFO:teuthology.orchestra.run.smithi047.stdout: "SerialNumber":"941f8c5954218e8adcd8", 2024-09-17T08:38:48.328 INFO:teuthology.orchestra.run.smithi047.stdout: "UsedBytes":95995035648, 2024-09-17T08:38:48.328 INFO:teuthology.orchestra.run.smithi047.stdout: "MaximumLBA":187490304, 2024-09-17T08:38:48.328 INFO:teuthology.orchestra.run.smithi047.stdout: "PhysicalSize":95995035648, 2024-09-17T08:38:48.328 INFO:teuthology.orchestra.run.smithi047.stdout: "SectorSize":512 2024-09-17T08:38:48.328 INFO:teuthology.orchestra.run.smithi047.stdout: }, 2024-09-17T08:38:48.328 INFO:teuthology.orchestra.run.smithi047.stdout: { 2024-09-17T08:38:48.328 INFO:teuthology.orchestra.run.smithi047.stdout: "NameSpace":1, 2024-09-17T08:38:48.328 INFO:teuthology.orchestra.run.smithi047.stdout: "DevicePath":"/dev/nvme3n1", 2024-09-17T08:38:48.328 INFO:teuthology.orchestra.run.smithi047.stdout: "GenericPath":"/dev/ng3n1", 2024-09-17T08:38:48.328 INFO:teuthology.orchestra.run.smithi047.stdout: "Firmware":"5.14.0-5", 2024-09-17T08:38:48.328 INFO:teuthology.orchestra.run.smithi047.stdout: "ModelNumber":"Linux", 2024-09-17T08:38:48.329 INFO:teuthology.orchestra.run.smithi047.stdout: "SerialNumber":"e86c60a48301d91ce818", 2024-09-17T08:38:48.329 INFO:teuthology.orchestra.run.smithi047.stdout: "UsedBytes":95995035648, 2024-09-17T08:38:48.329 INFO:teuthology.orchestra.run.smithi047.stdout: "MaximumLBA":187490304, 2024-09-17T08:38:48.329 INFO:teuthology.orchestra.run.smithi047.stdout: "PhysicalSize":95995035648, 2024-09-17T08:38:48.329 INFO:teuthology.orchestra.run.smithi047.stdout: "SectorSize":512 2024-09-17T08:38:48.329 INFO:teuthology.orchestra.run.smithi047.stdout: }, 2024-09-17T08:38:48.329 INFO:teuthology.orchestra.run.smithi047.stdout: { 2024-09-17T08:38:48.329 INFO:teuthology.orchestra.run.smithi047.stdout: "NameSpace":1, 2024-09-17T08:38:48.329 INFO:teuthology.orchestra.run.smithi047.stdout: "DevicePath":"/dev/nvme2n1", 2024-09-17T08:38:48.329 INFO:teuthology.orchestra.run.smithi047.stdout: "GenericPath":"/dev/ng2n1", 2024-09-17T08:38:48.329 INFO:teuthology.orchestra.run.smithi047.stdout: "Firmware":"5.14.0-5", 2024-09-17T08:38:48.329 INFO:teuthology.orchestra.run.smithi047.stdout: "ModelNumber":"Linux", 2024-09-17T08:38:48.329 INFO:teuthology.orchestra.run.smithi047.stdout: "SerialNumber":"6fb710ef35bd6034ce3b", 2024-09-17T08:38:48.330 INFO:teuthology.orchestra.run.smithi047.stdout: "UsedBytes":95995035648, 2024-09-17T08:38:48.330 INFO:teuthology.orchestra.run.smithi047.stdout: "MaximumLBA":187490304, 2024-09-17T08:38:48.330 INFO:teuthology.orchestra.run.smithi047.stdout: "PhysicalSize":95995035648, 2024-09-17T08:38:48.330 INFO:teuthology.orchestra.run.smithi047.stdout: "SectorSize":512 2024-09-17T08:38:48.330 INFO:teuthology.orchestra.run.smithi047.stdout: }, 2024-09-17T08:38:48.330 INFO:teuthology.orchestra.run.smithi047.stdout: { 2024-09-17T08:38:48.330 INFO:teuthology.orchestra.run.smithi047.stdout: "NameSpace":1, 2024-09-17T08:38:48.330 INFO:teuthology.orchestra.run.smithi047.stdout: "DevicePath":"/dev/nvme1n1", 2024-09-17T08:38:48.330 INFO:teuthology.orchestra.run.smithi047.stdout: "GenericPath":"/dev/ng1n1", 2024-09-17T08:38:48.330 INFO:teuthology.orchestra.run.smithi047.stdout: "Firmware":"5.14.0-5", 2024-09-17T08:38:48.330 INFO:teuthology.orchestra.run.smithi047.stdout: "ModelNumber":"Linux", 2024-09-17T08:38:48.331 INFO:teuthology.orchestra.run.smithi047.stdout: "SerialNumber":"76b023e411a6f99f2e61", 2024-09-17T08:38:48.331 INFO:teuthology.orchestra.run.smithi047.stdout: "UsedBytes":95995035648, 2024-09-17T08:38:48.331 INFO:teuthology.orchestra.run.smithi047.stdout: "MaximumLBA":187490304, 2024-09-17T08:38:48.331 INFO:teuthology.orchestra.run.smithi047.stdout: "PhysicalSize":95995035648, 2024-09-17T08:38:48.331 INFO:teuthology.orchestra.run.smithi047.stdout: "SectorSize":512 2024-09-17T08:38:48.331 INFO:teuthology.orchestra.run.smithi047.stdout: }, 2024-09-17T08:38:48.331 INFO:teuthology.orchestra.run.smithi047.stdout: { 2024-09-17T08:38:48.331 INFO:teuthology.orchestra.run.smithi047.stdout: "NameSpace":1, 2024-09-17T08:38:48.331 INFO:teuthology.orchestra.run.smithi047.stdout: "DevicePath":"/dev/nvme0n1", 2024-09-17T08:38:48.331 INFO:teuthology.orchestra.run.smithi047.stdout: "GenericPath":"/dev/ng0n1", 2024-09-17T08:38:48.332 INFO:teuthology.orchestra.run.smithi047.stdout: "Firmware":"E2010325", 2024-09-17T08:38:48.332 INFO:teuthology.orchestra.run.smithi047.stdout: "ModelNumber":"INTEL SSDPED1D480GA", 2024-09-17T08:38:48.332 INFO:teuthology.orchestra.run.smithi047.stdout: "SerialNumber":"PHMB75130022480DGN", 2024-09-17T08:38:48.332 INFO:teuthology.orchestra.run.smithi047.stdout: "UsedBytes":480103981056, 2024-09-17T08:38:48.332 INFO:teuthology.orchestra.run.smithi047.stdout: "MaximumLBA":937703088, 2024-09-17T08:38:48.332 INFO:teuthology.orchestra.run.smithi047.stdout: "PhysicalSize":480103981056, 2024-09-17T08:38:48.332 INFO:teuthology.orchestra.run.smithi047.stdout: "SectorSize":512 2024-09-17T08:38:48.332 INFO:teuthology.orchestra.run.smithi047.stdout: } 2024-09-17T08:38:48.332 INFO:teuthology.orchestra.run.smithi047.stdout: ] 2024-09-17T08:38:48.332 INFO:teuthology.orchestra.run.smithi047.stdout:} 2024-09-17T08:38:48.333 INFO:tasks.nvme_loop:new_devs ['/dev/nvme4n1', '/dev/nvme3n1', '/dev/nvme2n1', '/dev/nvme1n1'] 2024-09-17T08:38:48.334 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-17T08:38:48.334 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/scratch_devs 2024-09-17T08:38:48.400 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-17T08:38:48.400 DEBUG:teuthology.orchestra.run.smithi155:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T08:38:48.421 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:38:48.421 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_1 2024-09-17T08:38:48.479 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T08:38:48.479 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T08:38:48.479 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 5h/5d Inode: 978 Links: 1 2024-09-17T08:38:48.479 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T08:38:48.479 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T08:38:48.479 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2024-09-17 08:38:44.253702868 +0000 2024-09-17T08:38:48.479 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2024-09-17 08:38:43.923709802 +0000 2024-09-17T08:38:48.480 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2024-09-17 08:38:43.923709802 +0000 2024-09-17T08:38:48.480 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: 2024-09-17 08:38:43.923709802 +0000 2024-09-17T08:38:48.480 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T08:38:48.546 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2024-09-17T08:38:48.546 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2024-09-17T08:38:48.546 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000202283 s, 2.5 MB/s 2024-09-17T08:38:48.548 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T08:38:48.606 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_2 2024-09-17T08:38:48.665 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T08:38:48.666 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T08:38:48.666 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 5h/5d Inode: 974 Links: 1 2024-09-17T08:38:48.666 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T08:38:48.666 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T08:38:48.666 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2024-09-17 08:38:44.253702868 +0000 2024-09-17T08:38:48.666 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2024-09-17 08:38:43.922709823 +0000 2024-09-17T08:38:48.666 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2024-09-17 08:38:43.922709823 +0000 2024-09-17T08:38:48.666 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: 2024-09-17 08:38:43.922709823 +0000 2024-09-17T08:38:48.667 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T08:38:48.732 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2024-09-17T08:38:48.732 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2024-09-17T08:38:48.732 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000217799 s, 2.4 MB/s 2024-09-17T08:38:48.734 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T08:38:48.791 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_3 2024-09-17T08:38:48.848 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T08:38:48.848 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T08:38:48.849 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 5h/5d Inode: 986 Links: 1 2024-09-17T08:38:48.849 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T08:38:48.849 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T08:38:48.849 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2024-09-17 08:38:44.254702847 +0000 2024-09-17T08:38:48.849 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2024-09-17 08:38:43.924709781 +0000 2024-09-17T08:38:48.849 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2024-09-17 08:38:43.924709781 +0000 2024-09-17T08:38:48.849 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: 2024-09-17 08:38:43.924709781 +0000 2024-09-17T08:38:48.852 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T08:38:48.914 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2024-09-17T08:38:48.914 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2024-09-17T08:38:48.914 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000236574 s, 2.2 MB/s 2024-09-17T08:38:48.915 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T08:38:48.973 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_4 2024-09-17T08:38:49.029 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T08:38:49.029 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T08:38:49.029 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 5h/5d Inode: 970 Links: 1 2024-09-17T08:38:49.030 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T08:38:49.030 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T08:38:49.030 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2024-09-17 08:38:44.254702847 +0000 2024-09-17T08:38:49.030 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2024-09-17 08:38:43.921709844 +0000 2024-09-17T08:38:49.030 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2024-09-17 08:38:43.921709844 +0000 2024-09-17T08:38:49.030 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: 2024-09-17 08:38:43.921709844 +0000 2024-09-17T08:38:49.030 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T08:38:49.095 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2024-09-17T08:38:49.095 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2024-09-17T08:38:49.095 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000198871 s, 2.6 MB/s 2024-09-17T08:38:49.096 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T08:38:49.154 DEBUG:teuthology.orchestra.run.smithi155:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-09-17T08:38:49.289 INFO:teuthology.orchestra.run.smithi155.stdout:loop 2024-09-17T08:38:49.290 INFO:tasks.nvme_loop:Connecting nvme_loop smithi155:/dev/vg_nvme/lv_1... 2024-09-17T08:38:49.290 DEBUG:teuthology.orchestra.run.smithi155:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-09-17T08:38:49.323 INFO:teuthology.orchestra.run.smithi155.stdout:1 2024-09-17T08:38:49.352 INFO:teuthology.orchestra.run.smithi155.stdout:/dev/vg_nvme/lv_11 2024-09-17T08:38:49.398 INFO:teuthology.orchestra.run.smithi155.stdout:connecting to device: nvme1 2024-09-17T08:38:49.400 INFO:tasks.nvme_loop:Connecting nvme_loop smithi155:/dev/vg_nvme/lv_2... 2024-09-17T08:38:49.400 DEBUG:teuthology.orchestra.run.smithi155:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-09-17T08:38:49.475 INFO:teuthology.orchestra.run.smithi155.stdout:1 2024-09-17T08:38:49.515 INFO:teuthology.orchestra.run.smithi155.stdout:/dev/vg_nvme/lv_21 2024-09-17T08:38:49.547 INFO:teuthology.orchestra.run.smithi155.stdout:connecting to device: nvme2 2024-09-17T08:38:49.548 INFO:tasks.nvme_loop:Connecting nvme_loop smithi155:/dev/vg_nvme/lv_3... 2024-09-17T08:38:49.549 DEBUG:teuthology.orchestra.run.smithi155:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-09-17T08:38:49.623 INFO:teuthology.orchestra.run.smithi155.stdout:1 2024-09-17T08:38:49.654 INFO:teuthology.orchestra.run.smithi155.stdout:/dev/vg_nvme/lv_31 2024-09-17T08:38:49.685 INFO:teuthology.orchestra.run.smithi155.stdout:connecting to device: nvme3 2024-09-17T08:38:49.687 INFO:tasks.nvme_loop:Connecting nvme_loop smithi155:/dev/vg_nvme/lv_4... 2024-09-17T08:38:49.687 DEBUG:teuthology.orchestra.run.smithi155:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-09-17T08:38:49.765 INFO:teuthology.orchestra.run.smithi155.stdout:1 2024-09-17T08:38:49.796 INFO:teuthology.orchestra.run.smithi155.stdout:/dev/vg_nvme/lv_41 2024-09-17T08:38:49.827 INFO:teuthology.orchestra.run.smithi155.stdout:connecting to device: nvme4 2024-09-17T08:38:49.829 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-17T08:38:49.829 DEBUG:teuthology.orchestra.run.smithi155:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T08:38:49.888 DEBUG:teuthology.orchestra.run.smithi155:> sudo nvme list -o json 2024-09-17T08:38:49.955 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-17T08:38:49.955 INFO:teuthology.orchestra.run.smithi155.stdout: "Devices":[ 2024-09-17T08:38:49.955 INFO:teuthology.orchestra.run.smithi155.stdout: { 2024-09-17T08:38:49.955 INFO:teuthology.orchestra.run.smithi155.stdout: "NameSpace":1, 2024-09-17T08:38:49.955 INFO:teuthology.orchestra.run.smithi155.stdout: "DevicePath":"/dev/nvme4n1", 2024-09-17T08:38:49.955 INFO:teuthology.orchestra.run.smithi155.stdout: "GenericPath":"/dev/ng4n1", 2024-09-17T08:38:49.955 INFO:teuthology.orchestra.run.smithi155.stdout: "Firmware":"5.14.0-5", 2024-09-17T08:38:49.955 INFO:teuthology.orchestra.run.smithi155.stdout: "ModelNumber":"Linux", 2024-09-17T08:38:49.955 INFO:teuthology.orchestra.run.smithi155.stdout: "SerialNumber":"12c1cd5a969445140337", 2024-09-17T08:38:49.956 INFO:teuthology.orchestra.run.smithi155.stdout: "UsedBytes":95995035648, 2024-09-17T08:38:49.956 INFO:teuthology.orchestra.run.smithi155.stdout: "MaximumLBA":187490304, 2024-09-17T08:38:49.956 INFO:teuthology.orchestra.run.smithi155.stdout: "PhysicalSize":95995035648, 2024-09-17T08:38:49.956 INFO:teuthology.orchestra.run.smithi155.stdout: "SectorSize":512 2024-09-17T08:38:49.956 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-17T08:38:49.956 INFO:teuthology.orchestra.run.smithi155.stdout: { 2024-09-17T08:38:49.956 INFO:teuthology.orchestra.run.smithi155.stdout: "NameSpace":1, 2024-09-17T08:38:49.956 INFO:teuthology.orchestra.run.smithi155.stdout: "DevicePath":"/dev/nvme3n1", 2024-09-17T08:38:49.956 INFO:teuthology.orchestra.run.smithi155.stdout: "GenericPath":"/dev/ng3n1", 2024-09-17T08:38:49.956 INFO:teuthology.orchestra.run.smithi155.stdout: "Firmware":"5.14.0-5", 2024-09-17T08:38:49.956 INFO:teuthology.orchestra.run.smithi155.stdout: "ModelNumber":"Linux", 2024-09-17T08:38:49.956 INFO:teuthology.orchestra.run.smithi155.stdout: "SerialNumber":"a684c37a0604a8da5478", 2024-09-17T08:38:49.956 INFO:teuthology.orchestra.run.smithi155.stdout: "UsedBytes":95995035648, 2024-09-17T08:38:49.957 INFO:teuthology.orchestra.run.smithi155.stdout: "MaximumLBA":187490304, 2024-09-17T08:38:49.957 INFO:teuthology.orchestra.run.smithi155.stdout: "PhysicalSize":95995035648, 2024-09-17T08:38:49.957 INFO:teuthology.orchestra.run.smithi155.stdout: "SectorSize":512 2024-09-17T08:38:49.957 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-17T08:38:49.957 INFO:teuthology.orchestra.run.smithi155.stdout: { 2024-09-17T08:38:49.957 INFO:teuthology.orchestra.run.smithi155.stdout: "NameSpace":1, 2024-09-17T08:38:49.957 INFO:teuthology.orchestra.run.smithi155.stdout: "DevicePath":"/dev/nvme2n1", 2024-09-17T08:38:49.957 INFO:teuthology.orchestra.run.smithi155.stdout: "GenericPath":"/dev/ng2n1", 2024-09-17T08:38:49.957 INFO:teuthology.orchestra.run.smithi155.stdout: "Firmware":"5.14.0-5", 2024-09-17T08:38:49.957 INFO:teuthology.orchestra.run.smithi155.stdout: "ModelNumber":"Linux", 2024-09-17T08:38:49.957 INFO:teuthology.orchestra.run.smithi155.stdout: "SerialNumber":"da669ed697b642b20ffa", 2024-09-17T08:38:49.957 INFO:teuthology.orchestra.run.smithi155.stdout: "UsedBytes":95995035648, 2024-09-17T08:38:49.957 INFO:teuthology.orchestra.run.smithi155.stdout: "MaximumLBA":187490304, 2024-09-17T08:38:49.958 INFO:teuthology.orchestra.run.smithi155.stdout: "PhysicalSize":95995035648, 2024-09-17T08:38:49.958 INFO:teuthology.orchestra.run.smithi155.stdout: "SectorSize":512 2024-09-17T08:38:49.958 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-17T08:38:49.958 INFO:teuthology.orchestra.run.smithi155.stdout: { 2024-09-17T08:38:49.958 INFO:teuthology.orchestra.run.smithi155.stdout: "NameSpace":1, 2024-09-17T08:38:49.958 INFO:teuthology.orchestra.run.smithi155.stdout: "DevicePath":"/dev/nvme1n1", 2024-09-17T08:38:49.958 INFO:teuthology.orchestra.run.smithi155.stdout: "GenericPath":"/dev/ng1n1", 2024-09-17T08:38:49.958 INFO:teuthology.orchestra.run.smithi155.stdout: "Firmware":"5.14.0-5", 2024-09-17T08:38:49.958 INFO:teuthology.orchestra.run.smithi155.stdout: "ModelNumber":"Linux", 2024-09-17T08:38:49.958 INFO:teuthology.orchestra.run.smithi155.stdout: "SerialNumber":"661b5738de14d55d9731", 2024-09-17T08:38:49.958 INFO:teuthology.orchestra.run.smithi155.stdout: "UsedBytes":95995035648, 2024-09-17T08:38:49.958 INFO:teuthology.orchestra.run.smithi155.stdout: "MaximumLBA":187490304, 2024-09-17T08:38:49.958 INFO:teuthology.orchestra.run.smithi155.stdout: "PhysicalSize":95995035648, 2024-09-17T08:38:49.958 INFO:teuthology.orchestra.run.smithi155.stdout: "SectorSize":512 2024-09-17T08:38:49.959 INFO:teuthology.orchestra.run.smithi155.stdout: }, 2024-09-17T08:38:49.959 INFO:teuthology.orchestra.run.smithi155.stdout: { 2024-09-17T08:38:49.959 INFO:teuthology.orchestra.run.smithi155.stdout: "NameSpace":1, 2024-09-17T08:38:49.959 INFO:teuthology.orchestra.run.smithi155.stdout: "DevicePath":"/dev/nvme0n1", 2024-09-17T08:38:49.959 INFO:teuthology.orchestra.run.smithi155.stdout: "GenericPath":"/dev/ng0n1", 2024-09-17T08:38:49.959 INFO:teuthology.orchestra.run.smithi155.stdout: "Firmware":"8DV101H0", 2024-09-17T08:38:49.959 INFO:teuthology.orchestra.run.smithi155.stdout: "ModelNumber":"INTEL SSDPEDMD400G4", 2024-09-17T08:38:49.959 INFO:teuthology.orchestra.run.smithi155.stdout: "SerialNumber":"CVFT623300GW400BGN", 2024-09-17T08:38:49.959 INFO:teuthology.orchestra.run.smithi155.stdout: "UsedBytes":400088457216, 2024-09-17T08:38:49.959 INFO:teuthology.orchestra.run.smithi155.stdout: "MaximumLBA":781422768, 2024-09-17T08:38:49.959 INFO:teuthology.orchestra.run.smithi155.stdout: "PhysicalSize":400088457216, 2024-09-17T08:38:49.959 INFO:teuthology.orchestra.run.smithi155.stdout: "SectorSize":512 2024-09-17T08:38:49.959 INFO:teuthology.orchestra.run.smithi155.stdout: } 2024-09-17T08:38:49.959 INFO:teuthology.orchestra.run.smithi155.stdout: ] 2024-09-17T08:38:49.960 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-17T08:38:49.960 INFO:tasks.nvme_loop:new_devs ['/dev/nvme4n1', '/dev/nvme3n1', '/dev/nvme2n1', '/dev/nvme1n1'] 2024-09-17T08:38:49.961 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-17T08:38:49.961 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/scratch_devs 2024-09-17T08:38:50.026 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-17T08:38:50.119 INFO:tasks.cephadm:Config: {'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_DAEMON_PLACE_FAIL', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '19e2a2beb6f41a3ab62650e38614eb29b59dcbb9'} 2024-09-17T08:38:50.119 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 2024-09-17T08:38:50.120 INFO:tasks.cephadm:Cluster fsid is 4332e12c-74d0-11ef-bceb-c7b262605968 2024-09-17T08:38:50.120 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-17T08:38:50.120 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-09-17T08:38:50.120 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi047': '172.21.15.47', 'mon.smithi155': '172.21.15.155'} 2024-09-17T08:38:50.120 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-17T08:38:50.121 DEBUG:teuthology.orchestra.run.smithi047:> sudo hostname $(hostname -s) 2024-09-17T08:38:50.153 DEBUG:teuthology.orchestra.run.smithi155:> sudo hostname $(hostname -s) 2024-09-17T08:38:50.177 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-17T08:38:50.178 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 2024-09-17T08:38:50.324 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '19e2a2beb6f41a3ab62650e38614eb29b59dcbb9', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/56094/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.2.4-855-g19e2a2be', 'node_name': '172.21.2.7+braggi07', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '18.2.4-855.g19e2a2be'}, 'url': 'https://4.chacra.ceph.com/r/ceph/reef/19e2a2beb6f41a3ab62650e38614eb29b59dcbb9/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-09-16 16:29:21.739533', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'reef', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/reef/19e2a2beb6f41a3ab62650e38614eb29b59dcbb9/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-09-17T08:38:50.462 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref reef, sha1 19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 2024-09-17T08:38:50.463 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/reef/19e2a2beb6f41a3ab62650e38614eb29b59dcbb9/centos/9/x86_64/flavors/default/cephadm 2024-09-17T08:38:50.464 DEBUG:teuthology.orchestra.run.smithi047:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/reef/19e2a2beb6f41a3ab62650e38614eb29b59dcbb9/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T08:38:50.800 INFO:teuthology.orchestra.run.smithi047.stdout:-rw-r--r--. 1 ubuntu ubuntu 217222 Sep 17 08:38 /home/ubuntu/cephtest/cephadm 2024-09-17T08:38:50.801 DEBUG:teuthology.orchestra.run.smithi155:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/reef/19e2a2beb6f41a3ab62650e38614eb29b59dcbb9/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T08:38:51.121 INFO:teuthology.orchestra.run.smithi155.stdout:-rw-r--r--. 1 ubuntu ubuntu 217222 Sep 17 08:38 /home/ubuntu/cephtest/cephadm 2024-09-17T08:38:51.121 DEBUG:teuthology.orchestra.run.smithi047:> 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:38:51.142 DEBUG:teuthology.orchestra.run.smithi155:> 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:38:51.168 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 on all hosts... 2024-09-17T08:38:51.168 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 pull 2024-09-17T08:38:51.185 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 pull 2024-09-17T08:38:52.676 INFO:teuthology.orchestra.run.smithi047.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9... 2024-09-17T08:38:52.760 INFO:teuthology.orchestra.run.smithi155.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9... 2024-09-17T08:39:18.984 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-17T08:39:18.984 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph_version": "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)", 2024-09-17T08:39:18.984 INFO:teuthology.orchestra.run.smithi155.stdout: "image_id": "980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89", 2024-09-17T08:39:18.984 INFO:teuthology.orchestra.run.smithi155.stdout: "repo_digests": [ 2024-09-17T08:39:18.984 INFO:teuthology.orchestra.run.smithi155.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9" 2024-09-17T08:39:18.984 INFO:teuthology.orchestra.run.smithi155.stdout: ] 2024-09-17T08:39:18.985 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-17T08:39:22.207 INFO:teuthology.orchestra.run.smithi047.stdout:{ 2024-09-17T08:39:22.208 INFO:teuthology.orchestra.run.smithi047.stdout: "ceph_version": "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)", 2024-09-17T08:39:22.208 INFO:teuthology.orchestra.run.smithi047.stdout: "image_id": "980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89", 2024-09-17T08:39:22.208 INFO:teuthology.orchestra.run.smithi047.stdout: "repo_digests": [ 2024-09-17T08:39:22.208 INFO:teuthology.orchestra.run.smithi047.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9" 2024-09-17T08:39:22.208 INFO:teuthology.orchestra.run.smithi047.stdout: ] 2024-09-17T08:39:22.208 INFO:teuthology.orchestra.run.smithi047.stdout:} 2024-09-17T08:39:22.229 DEBUG:teuthology.orchestra.run.smithi047:> sudo mkdir -p /etc/ceph 2024-09-17T08:39:22.291 DEBUG:teuthology.orchestra.run.smithi155:> sudo mkdir -p /etc/ceph 2024-09-17T08:39:22.328 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod 777 /etc/ceph 2024-09-17T08:39:22.357 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod 777 /etc/ceph 2024-09-17T08:39:22.396 INFO:tasks.cephadm:Writing seed config... 2024-09-17T08:39:22.397 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-17T08:39:22.397 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-17T08:39:22.397 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-17T08:39:22.398 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-17T08:39:22.398 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-17T08:39:22.398 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-17T08:39:22.398 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-17T08:39:22.398 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-09-17T08:39:22.399 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-17T08:39:22.399 DEBUG:teuthology.orchestra.run.smithi047:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-17T08:39:22.417 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 = 4332e12c-74d0-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:39:22.417 DEBUG:teuthology.orchestra.run.smithi047:mon.smithi047> sudo journalctl -f -n 0 -u ceph-4332e12c-74d0-11ef-bceb-c7b262605968@mon.smithi047.service 2024-09-17T08:39:22.460 INFO:tasks.cephadm:Bootstrapping... 2024-09-17T08:39:22.460 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -v bootstrap --fsid 4332e12c-74d0-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.47 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-17T08:39:22.621 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-09-17T08:39:22.621 INFO:teuthology.orchestra.run.smithi047.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9', '-v', 'bootstrap', '--fsid', '4332e12c-74d0-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.47', '--skip-admin-label'] 2024-09-17T08:39:22.660 INFO:teuthology.orchestra.run.smithi047.stdout:/bin/podman: stdout 5.2.2 2024-09-17T08:39:22.660 INFO:teuthology.orchestra.run.smithi047.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-17T08:39:22.661 INFO:teuthology.orchestra.run.smithi047.stdout:Verifying podman|docker is present... 2024-09-17T08:39:22.682 INFO:teuthology.orchestra.run.smithi047.stdout:/bin/podman: stdout 5.2.2 2024-09-17T08:39:22.682 INFO:teuthology.orchestra.run.smithi047.stdout:Verifying lvm2 is present... 2024-09-17T08:39:22.682 INFO:teuthology.orchestra.run.smithi047.stdout:Verifying time synchronization is in place... 2024-09-17T08:39:22.690 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-17T08:39:22.690 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-17T08:39:22.696 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-17T08:39:22.697 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout inactive 2024-09-17T08:39:22.703 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout enabled 2024-09-17T08:39:22.709 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout active 2024-09-17T08:39:22.710 INFO:teuthology.orchestra.run.smithi047.stdout:Unit chronyd.service is enabled and running 2024-09-17T08:39:22.710 INFO:teuthology.orchestra.run.smithi047.stdout:Repeating the final host check... 2024-09-17T08:39:22.732 INFO:teuthology.orchestra.run.smithi047.stdout:/bin/podman: stdout 5.2.2 2024-09-17T08:39:22.732 INFO:teuthology.orchestra.run.smithi047.stdout:podman (/bin/podman) version 5.2.2 is present 2024-09-17T08:39:22.732 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl is present 2024-09-17T08:39:22.732 INFO:teuthology.orchestra.run.smithi047.stdout:lvcreate is present 2024-09-17T08:39:22.738 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-17T08:39:22.738 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-17T08:39:22.745 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-17T08:39:22.745 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout inactive 2024-09-17T08:39:22.751 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout enabled 2024-09-17T08:39:22.758 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout active 2024-09-17T08:39:22.758 INFO:teuthology.orchestra.run.smithi047.stdout:Unit chronyd.service is enabled and running 2024-09-17T08:39:22.758 INFO:teuthology.orchestra.run.smithi047.stdout:Host looks OK 2024-09-17T08:39:22.758 INFO:teuthology.orchestra.run.smithi047.stdout:Cluster fsid: 4332e12c-74d0-11ef-bceb-c7b262605968 2024-09-17T08:39:22.759 INFO:teuthology.orchestra.run.smithi047.stdout:Acquiring lock 140244380876224 on /run/cephadm/4332e12c-74d0-11ef-bceb-c7b262605968.lock 2024-09-17T08:39:22.759 INFO:teuthology.orchestra.run.smithi047.stdout:Lock 140244380876224 acquired on /run/cephadm/4332e12c-74d0-11ef-bceb-c7b262605968.lock 2024-09-17T08:39:22.759 INFO:teuthology.orchestra.run.smithi047.stdout:Verifying IP 172.21.15.47 port 3300 ... 2024-09-17T08:39:22.759 INFO:teuthology.orchestra.run.smithi047.stdout:Verifying IP 172.21.15.47 port 6789 ... 2024-09-17T08:39:22.759 INFO:teuthology.orchestra.run.smithi047.stdout:Base mon IP(s) is [172.21.15.47:3300, 172.21.15.47:6789], mon addrv is [v2:172.21.15.47:3300,v1:172.21.15.47:6789] 2024-09-17T08:39:22.762 INFO:teuthology.orchestra.run.smithi047.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.47 metric 100 2024-09-17T08:39:22.762 INFO:teuthology.orchestra.run.smithi047.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.47 metric 100 2024-09-17T08:39:22.765 INFO:teuthology.orchestra.run.smithi047.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-17T08:39:22.765 INFO:teuthology.orchestra.run.smithi047.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-09-17T08:39:22.765 INFO:teuthology.orchestra.run.smithi047.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1799sec hoplimit 64 pref medium 2024-09-17T08:39:22.768 INFO:teuthology.orchestra.run.smithi047.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-17T08:39:22.769 INFO:teuthology.orchestra.run.smithi047.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-17T08:39:22.769 INFO:teuthology.orchestra.run.smithi047.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-17T08:39:22.769 INFO:teuthology.orchestra.run.smithi047.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-09-17T08:39:22.769 INFO:teuthology.orchestra.run.smithi047.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:148e/64 scope link 2024-09-17T08:39:22.769 INFO:teuthology.orchestra.run.smithi047.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-17T08:39:22.769 INFO:teuthology.orchestra.run.smithi047.stdout:Mon IP `172.21.15.47` is in CIDR network `172.21.0.0/20` 2024-09-17T08:39:22.770 INFO:teuthology.orchestra.run.smithi047.stdout:Mon IP `172.21.15.47` is in CIDR network `172.21.0.0/20` 2024-09-17T08:39:22.770 INFO:teuthology.orchestra.run.smithi047.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-17T08:39:22.771 INFO:teuthology.orchestra.run.smithi047.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-17T08:39:22.771 INFO:teuthology.orchestra.run.smithi047.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9... 2024-09-17T08:39:23.276 INFO:teuthology.orchestra.run.smithi047.stdout:/bin/podman: stdout 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 2024-09-17T08:39:23.276 INFO:teuthology.orchestra.run.smithi047.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9... 2024-09-17T08:39:23.276 INFO:teuthology.orchestra.run.smithi047.stdout:/bin/podman: stderr Getting image source signatures 2024-09-17T08:39:23.276 INFO:teuthology.orchestra.run.smithi047.stdout:/bin/podman: stderr Copying blob sha256:d8a707c21dc06a64315160cb2d8e524fa91943a344731b2a930ee3a716bebbdd 2024-09-17T08:39:23.276 INFO:teuthology.orchestra.run.smithi047.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-09-17T08:39:23.276 INFO:teuthology.orchestra.run.smithi047.stdout:/bin/podman: stderr Copying config sha256:980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 2024-09-17T08:39:23.277 INFO:teuthology.orchestra.run.smithi047.stdout:/bin/podman: stderr Writing manifest to image destination 2024-09-17T08:39:24.222 INFO:teuthology.orchestra.run.smithi047.stdout:ceph: stdout ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable) 2024-09-17T08:39:24.223 INFO:teuthology.orchestra.run.smithi047.stdout:Ceph version: ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable) 2024-09-17T08:39:24.223 INFO:teuthology.orchestra.run.smithi047.stdout:Extracting ceph user uid/gid from container image... 2024-09-17T08:39:27.441 INFO:teuthology.orchestra.run.smithi047.stdout:stat: stdout 167 167 2024-09-17T08:39:27.441 INFO:teuthology.orchestra.run.smithi047.stdout:Creating initial keys... 2024-09-17T08:39:36.710 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-authtool: stdout AQBCQOlmmS2IDhAAMdmNfZ/GsuNdpoUynjrAMw== 2024-09-17T08:39:37.888 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-authtool: stdout AQBJQOlmNslyEBAAC/zL0yGaqP7CWG0xmS4FxQ== 2024-09-17T08:39:38.882 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-authtool: stdout AQBKQOlmP/0hDxAAlV61nEiqGCDWhC8AOwg87A== 2024-09-17T08:39:38.883 INFO:teuthology.orchestra.run.smithi047.stdout:Creating initial monmap... 2024-09-17T08:39:39.922 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-17T08:39:39.922 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2024-09-17T08:39:39.922 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 4332e12c-74d0-11ef-bceb-c7b262605968 2024-09-17T08:39:39.923 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-17T08:39:39.923 INFO:teuthology.orchestra.run.smithi047.stdout:monmaptool for smithi047 [v2:172.21.15.47:3300,v1:172.21.15.47:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-17T08:39:39.923 INFO:teuthology.orchestra.run.smithi047.stdout:setting min_mon_release = pacific 2024-09-17T08:39:39.923 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/monmaptool: set fsid to 4332e12c-74d0-11ef-bceb-c7b262605968 2024-09-17T08:39:39.923 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-17T08:39:39.923 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:39:39.923 INFO:teuthology.orchestra.run.smithi047.stdout:Creating mon... 2024-09-17T08:39:40.894 INFO:teuthology.orchestra.run.smithi047.stdout:create mon.smithi047 on 2024-09-17T08:39:41.268 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-17T08:39:41.460 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-4332e12c-74d0-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-4332e12c-74d0-11ef-bceb-c7b262605968.target. 2024-09-17T08:39:41.460 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-4332e12c-74d0-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-4332e12c-74d0-11ef-bceb-c7b262605968.target. 2024-09-17T08:39:41.695 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-4332e12c-74d0-11ef-bceb-c7b262605968@mon.smithi047 2024-09-17T08:39:41.696 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Failed to reset failed state of unit ceph-4332e12c-74d0-11ef-bceb-c7b262605968@mon.smithi047.service: Unit ceph-4332e12c-74d0-11ef-bceb-c7b262605968@mon.smithi047.service not loaded. 2024-09-17T08:39:41.868 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-4332e12c-74d0-11ef-bceb-c7b262605968.target.wants/ceph-4332e12c-74d0-11ef-bceb-c7b262605968@mon.smithi047.service → /etc/systemd/system/ceph-4332e12c-74d0-11ef-bceb-c7b262605968@.service. 2024-09-17T08:39:42.207 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:42 smithi047 podman[25342]: 2024-09-17 08:39:42.110828285 +0000 UTC m=+0.118865862 container create 79b8cac5bd62d3187ab82b8e021c7788efa394005fc3c6973a14350ef45fd6a4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9, name=ceph-4332e12c-74d0-11ef-bceb-c7b262605968-mon-smithi047, org.label-schema.schema-version=1.0, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-19e2a2b, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240731) 2024-09-17T08:39:42.591 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:42 smithi047 podman[25342]: 2024-09-17 08:39:42.296546325 +0000 UTC m=+0.304583861 container init 79b8cac5bd62d3187ab82b8e021c7788efa394005fc3c6973a14350ef45fd6a4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9, name=ceph-4332e12c-74d0-11ef-bceb-c7b262605968-mon-smithi047, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T08:39:42.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:42 smithi047 podman[25342]: 2024-09-17 08:39:42.301632929 +0000 UTC m=+0.309670463 container start 79b8cac5bd62d3187ab82b8e021c7788efa394005fc3c6973a14350ef45fd6a4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9, name=ceph-4332e12c-74d0-11ef-bceb-c7b262605968-mon-smithi047, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=reef-19e2a2b) 2024-09-17T08:39:42.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:42 smithi047 ceph-mon[25380]: mkfs 4332e12c-74d0-11ef-bceb-c7b262605968 2024-09-17T08:39:42.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:42 smithi047 ceph-mon[25380]: mon.smithi047 is new leader, mons smithi047 in quorum (ranks 0) 2024-09-17T08:39:42.619 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-17T08:39:42.620 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout disabled 2024-09-17T08:39:42.627 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-17T08:39:42.627 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout inactive 2024-09-17T08:39:42.628 INFO:teuthology.orchestra.run.smithi047.stdout:firewalld.service is not enabled 2024-09-17T08:39:42.628 INFO:teuthology.orchestra.run.smithi047.stdout:Not possible to enable service . firewalld.service is not available 2024-09-17T08:39:42.628 INFO:teuthology.orchestra.run.smithi047.stdout:Waiting for mon to start... 2024-09-17T08:39:42.628 INFO:teuthology.orchestra.run.smithi047.stdout:Waiting for mon... 2024-09-17T08:39:43.051 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:42 smithi047 bash[25342]: 79b8cac5bd62d3187ab82b8e021c7788efa394005fc3c6973a14350ef45fd6a4 2024-09-17T08:39:43.052 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:42 smithi047 systemd[1]: Started Ceph mon.smithi047 for 4332e12c-74d0-11ef-bceb-c7b262605968. 2024-09-17T08:39:43.739 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:43 smithi047 ceph-mon[25380]: mon.smithi047 is new leader, mons smithi047 in quorum (ranks 0) 2024-09-17T08:39:43.740 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:43 smithi047 ceph-mon[25380]: monmap e1: 1 mons at {smithi047=[v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-17T08:39:43.740 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:43 smithi047 ceph-mon[25380]: fsmap 2024-09-17T08:39:43.740 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:43 smithi047 ceph-mon[25380]: osdmap e1: 0 total, 0 up, 0 in 2024-09-17T08:39:43.740 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:43 smithi047 ceph-mon[25380]: mgrmap e1: no daemons active 2024-09-17T08:39:44.002 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout cluster: 2024-09-17T08:39:44.002 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout id: 4332e12c-74d0-11ef-bceb-c7b262605968 2024-09-17T08:39:44.003 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-17T08:39:44.003 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-09-17T08:39:44.003 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout services: 2024-09-17T08:39:44.003 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi047 (age 1.09732s) 2024-09-17T08:39:44.003 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-17T08:39:44.003 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-17T08:39:44.003 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-09-17T08:39:44.003 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout data: 2024-09-17T08:39:44.003 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-17T08:39:44.003 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-17T08:39:44.003 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-17T08:39:44.003 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout pgs: 2024-09-17T08:39:44.003 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-09-17T08:39:44.004 INFO:teuthology.orchestra.run.smithi047.stdout:mon is available 2024-09-17T08:39:44.004 INFO:teuthology.orchestra.run.smithi047.stdout:Assimilating anything we can from ceph.conf... 2024-09-17T08:39:44.770 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:44 smithi047 ceph-mon[25380]: from='client.? 172.21.15.47:0/2239984669' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-17T08:39:44.999 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-09-17T08:39:45.000 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout [global] 2024-09-17T08:39:45.000 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout fsid = 4332e12c-74d0-11ef-bceb-c7b262605968 2024-09-17T08:39:45.000 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.47:3300,v1:172.21.15.47:6789] 2024-09-17T08:39:45.000 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-17T08:39:45.000 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-17T08:39:45.000 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-17T08:39:45.000 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-17T08:39:45.000 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-09-17T08:39:45.000 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-17T08:39:45.000 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-17T08:39:45.000 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-09-17T08:39:45.000 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout [osd] 2024-09-17T08:39:45.000 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-17T08:39:45.001 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-17T08:39:45.001 INFO:teuthology.orchestra.run.smithi047.stdout:Generating new minimal ceph.conf... 2024-09-17T08:39:45.432 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:45 smithi047 ceph-mon[25380]: from='client.? 172.21.15.47:0/2503025710' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-17T08:39:45.432 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:45 smithi047 ceph-mon[25380]: from='client.? 172.21.15.47:0/2503025710' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-17T08:39:46.004 INFO:teuthology.orchestra.run.smithi047.stdout:Restarting the monitor... 2024-09-17T08:39:46.299 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:46 smithi047 systemd[1]: Stopping Ceph mon.smithi047 for 4332e12c-74d0-11ef-bceb-c7b262605968... 2024-09-17T08:39:46.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:46 smithi047 ceph-4332e12c-74d0-11ef-bceb-c7b262605968-mon-smithi047[25357]: 2024-09-17T08:39:46.298+0000 7f9663825640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi047 -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-17T08:39:46.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:46 smithi047 ceph-4332e12c-74d0-11ef-bceb-c7b262605968-mon-smithi047[25357]: 2024-09-17T08:39:46.298+0000 7f9663825640 -1 mon.smithi047@0(leader) e1 *** Got Signal Terminated *** 2024-09-17T08:39:46.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:46 smithi047 podman[25699]: 2024-09-17 08:39:46.381259241 +0000 UTC m=+0.175631861 container died 79b8cac5bd62d3187ab82b8e021c7788efa394005fc3c6973a14350ef45fd6a4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9, name=ceph-4332e12c-74d0-11ef-bceb-c7b262605968-mon-smithi047, 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, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux ) 2024-09-17T08:39:46.897 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:46 smithi047 podman[25699]: 2024-09-17 08:39:46.713164542 +0000 UTC m=+0.507537149 container cleanup 79b8cac5bd62d3187ab82b8e021c7788efa394005fc3c6973a14350ef45fd6a4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9, name=ceph-4332e12c-74d0-11ef-bceb-c7b262605968-mon-smithi047, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=reef-19e2a2b, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731) 2024-09-17T08:39:46.897 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:46 smithi047 bash[25699]: ceph-4332e12c-74d0-11ef-bceb-c7b262605968-mon-smithi047 2024-09-17T08:39:47.340 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:46 smithi047 podman[25715]: 2024-09-17 08:39:46.897354225 +0000 UTC m=+0.512289325 container remove 79b8cac5bd62d3187ab82b8e021c7788efa394005fc3c6973a14350ef45fd6a4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9, name=ceph-4332e12c-74d0-11ef-bceb-c7b262605968-mon-smithi047, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , 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, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True) 2024-09-17T08:39:47.340 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 systemd[1]: ceph-4332e12c-74d0-11ef-bceb-c7b262605968@mon.smithi047.service: Deactivated successfully. 2024-09-17T08:39:47.340 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 systemd[1]: Stopped Ceph mon.smithi047 for 4332e12c-74d0-11ef-bceb-c7b262605968. 2024-09-17T08:39:47.340 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 systemd[1]: Starting Ceph mon.smithi047 for 4332e12c-74d0-11ef-bceb-c7b262605968... 2024-09-17T08:39:47.590 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 podman[25814]: 2024-09-17 08:39:47.340255253 +0000 UTC m=+0.109599188 container create 8fab9456c982e772e2350f8e0e62c3b6080f77e0703ae93a3610165dc97c7e35 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9, name=ceph-4332e12c-74d0-11ef-bceb-c7b262605968-mon-smithi047, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, RELEASE=reef-19e2a2b, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731) 2024-09-17T08:39:47.590 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 podman[25814]: 2024-09-17 08:39:47.246607059 +0000 UTC m=+0.015950964 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 2024-09-17T08:39:47.591 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 podman[25814]: 2024-09-17 08:39:47.558975339 +0000 UTC m=+0.328319242 container init 8fab9456c982e772e2350f8e0e62c3b6080f77e0703ae93a3610165dc97c7e35 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9, name=ceph-4332e12c-74d0-11ef-bceb-c7b262605968-mon-smithi047, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=reef-19e2a2b, io.buildah.version=1.37.2, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True) 2024-09-17T08:39:47.591 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 podman[25814]: 2024-09-17 08:39:47.563594935 +0000 UTC m=+0.332938831 container start 8fab9456c982e772e2350f8e0e62c3b6080f77e0703ae93a3610165dc97c7e35 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9, name=ceph-4332e12c-74d0-11ef-bceb-c7b262605968-mon-smithi047, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, RELEASE=reef-19e2a2b, ceph=True, 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, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=) 2024-09-17T08:39:47.591 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: set uid:gid to 167:167 (ceph:ceph) 2024-09-17T08:39:47.591 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable), process ceph-mon, pid 7 2024-09-17T08:39:47.591 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: pidfile_write: ignore empty --pid-file 2024-09-17T08:39:47.591 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: load: jerasure load: lrc 2024-09-17T08:39:47.591 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: RocksDB version: 7.9.2 2024-09-17T08:39:47.591 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Git sha 0 2024-09-17T08:39:47.591 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Compile date 2024-09-16 15:15:13 2024-09-17T08:39:47.591 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: DB SUMMARY 2024-09-17T08:39:47.591 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: DB Session ID: XW10OAN893LSL3PSSD7G 2024-09-17T08:39:47.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: CURRENT file: CURRENT 2024-09-17T08:39:47.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: IDENTITY file: IDENTITY 2024-09-17T08:39:47.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-17T08:39:47.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi047/store.db dir, Total Num: 1, files: 000008.sst 2024-09-17T08:39:47.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi047/store.db: 000009.log size: 82714 ; 2024-09-17T08:39:47.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.error_if_exists: 0 2024-09-17T08:39:47.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.create_if_missing: 0 2024-09-17T08:39:47.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.paranoid_checks: 1 2024-09-17T08:39:47.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-17T08:39:47.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-17T08:39:47.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-17T08:39:47.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.env: 0x561bd94bebc0 2024-09-17T08:39:47.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.fs: PosixFileSystem 2024-09-17T08:39:47.593 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.info_log: 0x561bda48cdc0 2024-09-17T08:39:47.593 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.max_file_opening_threads: 16 2024-09-17T08:39:47.593 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.statistics: (nil) 2024-09-17T08:39:47.593 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.use_fsync: 0 2024-09-17T08:39:47.593 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.max_log_file_size: 0 2024-09-17T08:39:47.593 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T08:39:47.593 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T08:39:47.593 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.keep_log_file_num: 1000 2024-09-17T08:39:47.593 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.recycle_log_file_num: 0 2024-09-17T08:39:47.593 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.allow_fallocate: 1 2024-09-17T08:39:47.593 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.allow_mmap_reads: 0 2024-09-17T08:39:47.593 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.allow_mmap_writes: 0 2024-09-17T08:39:47.593 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.use_direct_reads: 0 2024-09-17T08:39:47.594 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T08:39:47.594 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.create_missing_column_families: 0 2024-09-17T08:39:47.594 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.db_log_dir: 2024-09-17T08:39:47.594 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.wal_dir: 2024-09-17T08:39:47.594 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T08:39:47.594 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T08:39:47.594 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T08:39:47.594 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T08:39:47.594 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T08:39:47.594 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T08:39:47.594 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.advise_random_on_open: 1 2024-09-17T08:39:47.594 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.db_write_buffer_size: 0 2024-09-17T08:39:47.594 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.write_buffer_manager: 0x561bda49a320 2024-09-17T08:39:47.594 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T08:39:47.595 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T08:39:47.595 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T08:39:47.595 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.rate_limiter: (nil) 2024-09-17T08:39:47.595 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T08:39:47.595 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.wal_recovery_mode: 2 2024-09-17T08:39:47.595 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.enable_thread_tracking: 0 2024-09-17T08:39:47.595 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.enable_pipelined_write: 0 2024-09-17T08:39:47.595 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.unordered_write: 0 2024-09-17T08:39:47.595 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T08:39:47.595 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T08:39:47.595 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T08:39:47.621 INFO:teuthology.orchestra.run.smithi047.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-17T08:39:47.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T08:39:47.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.row_cache: None 2024-09-17T08:39:47.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.wal_filter: None 2024-09-17T08:39:47.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T08:39:47.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.allow_ingest_behind: 0 2024-09-17T08:39:47.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.two_write_queues: 0 2024-09-17T08:39:47.843 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.manual_wal_flush: 0 2024-09-17T08:39:47.843 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.wal_compression: 0 2024-09-17T08:39:47.843 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.atomic_flush: 0 2024-09-17T08:39:47.843 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T08:39:47.843 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T08:39:47.843 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T08:39:47.843 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.log_readahead_size: 0 2024-09-17T08:39:47.843 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-17T08:39:47.843 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.best_efforts_recovery: 0 2024-09-17T08:39:47.843 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-17T08:39:47.843 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-17T08:39:47.843 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.allow_data_in_errors: 0 2024-09-17T08:39:47.843 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.db_host_id: __hostname__ 2024-09-17T08:39:47.844 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-17T08:39:47.844 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.max_background_jobs: 2 2024-09-17T08:39:47.844 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.max_background_compactions: -1 2024-09-17T08:39:47.844 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.max_subcompactions: 1 2024-09-17T08:39:47.844 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T08:39:47.844 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T08:39:47.844 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T08:39:47.844 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.max_total_wal_size: 0 2024-09-17T08:39:47.844 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T08:39:47.844 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T08:39:47.844 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T08:39:47.844 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T08:39:47.845 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.max_open_files: -1 2024-09-17T08:39:47.845 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.bytes_per_sync: 0 2024-09-17T08:39:47.845 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T08:39:47.845 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T08:39:47.845 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.compaction_readahead_size: 0 2024-09-17T08:39:47.845 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.max_background_flushes: -1 2024-09-17T08:39:47.845 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Compression algorithms supported: 2024-09-17T08:39:47.845 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: kZSTD supported: 0 2024-09-17T08:39:47.845 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: kXpressCompression supported: 0 2024-09-17T08:39:47.845 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: kBZip2Compression supported: 0 2024-09-17T08:39:47.845 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T08:39:47.845 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: kLZ4Compression supported: 1 2024-09-17T08:39:47.845 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: kZlibCompression supported: 1 2024-09-17T08:39:47.845 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: kLZ4HCCompression supported: 1 2024-09-17T08:39:47.846 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: kSnappyCompression supported: 1 2024-09-17T08:39:47.846 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T08:39:47.846 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-17T08:39:47.846 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi047/store.db/MANIFEST-000010 2024-09-17T08:39:47.846 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-17T08:39:47.846 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T08:39:47.846 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.merge_operator: 2024-09-17T08:39:47.846 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.compaction_filter: None 2024-09-17T08:39:47.846 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.compaction_filter_factory: None 2024-09-17T08:39:47.846 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.sst_partitioner_factory: None 2024-09-17T08:39:47.846 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T08:39:47.846 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T08:39:47.846 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561bda48ca20) 2024-09-17T08:39:47.846 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: cache_index_and_filter_blocks: 1 2024-09-17T08:39:47.846 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T08:39:47.847 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T08:39:47.847 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: pin_top_level_index_and_filter: 1 2024-09-17T08:39:47.847 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: index_type: 0 2024-09-17T08:39:47.847 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: data_block_index_type: 0 2024-09-17T08:39:47.847 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: index_shortening: 1 2024-09-17T08:39:47.847 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-17T08:39:47.847 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: checksum: 4 2024-09-17T08:39:47.847 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: no_block_cache: 0 2024-09-17T08:39:47.847 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: block_cache: 0x561bda481350 2024-09-17T08:39:47.847 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: block_cache_name: BinnedLRUCache 2024-09-17T08:39:47.847 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: block_cache_options: 2024-09-17T08:39:47.847 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: capacity : 536870912 2024-09-17T08:39:47.847 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: num_shard_bits : 4 2024-09-17T08:39:47.847 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: strict_capacity_limit : 0 2024-09-17T08:39:47.848 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: high_pri_pool_ratio: 0.000 2024-09-17T08:39:47.848 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: block_cache_compressed: (nil) 2024-09-17T08:39:47.848 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: persistent_cache: (nil) 2024-09-17T08:39:47.848 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: block_size: 4096 2024-09-17T08:39:47.848 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: block_size_deviation: 10 2024-09-17T08:39:47.848 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: block_restart_interval: 16 2024-09-17T08:39:47.848 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: index_block_restart_interval: 1 2024-09-17T08:39:47.848 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: metadata_block_size: 4096 2024-09-17T08:39:47.848 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: partition_filters: 0 2024-09-17T08:39:47.848 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: use_delta_encoding: 1 2024-09-17T08:39:47.848 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: filter_policy: bloomfilter 2024-09-17T08:39:47.848 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: whole_key_filtering: 1 2024-09-17T08:39:47.848 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: verify_compression: 0 2024-09-17T08:39:47.848 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: read_amp_bytes_per_bit: 0 2024-09-17T08:39:47.848 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: format_version: 5 2024-09-17T08:39:47.849 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: enable_index_compression: 1 2024-09-17T08:39:47.849 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: block_align: 0 2024-09-17T08:39:47.849 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: max_auto_readahead_size: 262144 2024-09-17T08:39:47.849 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: prepopulate_block_cache: 0 2024-09-17T08:39:47.849 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: initial_auto_readahead_size: 8192 2024-09-17T08:39:47.849 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: num_file_reads_for_auto_readahead: 2 2024-09-17T08:39:47.849 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.write_buffer_size: 33554432 2024-09-17T08:39:47.849 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.max_write_buffer_number: 2 2024-09-17T08:39:47.849 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.compression: NoCompression 2024-09-17T08:39:47.849 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.bottommost_compression: Disabled 2024-09-17T08:39:47.849 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.prefix_extractor: nullptr 2024-09-17T08:39:47.849 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T08:39:47.849 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.num_levels: 7 2024-09-17T08:39:47.849 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T08:39:47.850 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T08:39:47.850 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T08:39:47.850 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T08:39:47.850 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T08:39:47.850 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T08:39:47.850 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T08:39:47.850 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T08:39:47.850 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-17T08:39:47.850 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T08:39:47.850 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-17T08:39:47.850 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-17T08:39:47.850 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T08:39:47.850 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.compression_opts.level: 32767 2024-09-17T08:39:47.850 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.compression_opts.strategy: 0 2024-09-17T08:39:47.850 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T08:39:47.850 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T08:39:47.851 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-17T08:39:47.851 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-17T08:39:47.851 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.compression_opts.enabled: false 2024-09-17T08:39:47.851 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-17T08:39:47.851 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T08:39:47.851 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T08:39:47.851 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T08:39:47.851 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.target_file_size_base: 67108864 2024-09-17T08:39:47.851 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T08:39:47.851 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T08:39:47.852 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T08:39:47.852 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T08:39:47.852 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T08:39:47.852 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T08:39:47.852 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T08:39:47.852 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T08:39:47.852 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T08:39:47.853 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T08:39:47.853 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T08:39:47.853 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T08:39:47.853 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T08:39:47.853 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-17T08:39:47.853 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.arena_block_size: 1048576 2024-09-17T08:39:47.853 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T08:39:47.853 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T08:39:47.853 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.disable_auto_compactions: 0 2024-09-17T08:39:47.853 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T08:39:47.853 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T08:39:47.853 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T08:39:47.853 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T08:39:47.854 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T08:39:47.854 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T08:39:47.854 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T08:39:47.854 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T08:39:47.854 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T08:39:47.854 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T08:39:47.854 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-17T08:39:47.854 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.inplace_update_support: 0 2024-09-17T08:39:47.854 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T08:39:47.854 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T08:39:47.854 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T08:39:47.854 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T08:39:47.855 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.bloom_locality: 0 2024-09-17T08:39:47.855 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.max_successive_merges: 0 2024-09-17T08:39:47.855 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T08:39:47.855 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.paranoid_file_checks: 0 2024-09-17T08:39:47.855 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.force_consistency_checks: 1 2024-09-17T08:39:47.855 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.report_bg_io_stats: 0 2024-09-17T08:39:47.855 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.ttl: 2592000 2024-09-17T08:39:47.855 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T08:39:47.855 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-17T08:39:47.855 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-17T08:39:47.855 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.enable_blob_files: false 2024-09-17T08:39:47.855 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.min_blob_size: 0 2024-09-17T08:39:47.855 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.blob_file_size: 268435456 2024-09-17T08:39:47.855 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-17T08:39:47.855 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-17T08:39:47.855 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-17T08:39:47.856 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-17T08:39:47.856 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-17T08:39:47.856 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.blob_file_starting_level: 0 2024-09-17T08:39:47.856 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-17T08:39:47.856 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi047/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-09-17T08:39:47.856 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-17T08:39:47.856 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 85378cbd-5851-43e0-8716-f98e7a0f3443 2024-09-17T08:39:47.856 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726562387590638, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-17T08:39:47.856 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-17T08:39:47.856 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726562387591969, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 79522, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 247, "table_properties": {"data_size": 77679, "index_size": 227, "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": 9726, "raw_average_key_size": 47, "raw_value_size": 72112, "raw_average_value_size": 350, "num_data_blocks": 10, "num_entries": 206, "num_filter_entries": 206, "num_deletions": 3, "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": 1726562387, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "85378cbd-5851-43e0-8716-f98e7a0f3443", "db_session_id": "XW10OAN893LSL3PSSD7G", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-17T08:39:47.856 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726562387592112, "job": 1, "event": "recovery_finished"} 2024-09-17T08:39:47.856 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-17T08:39:47.856 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi047/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-17T08:39:47.856 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x561bda4ace00 2024-09-17T08:39:47.857 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: DB pointer 0x561bda5a0000 2024-09-17T08:39:47.857 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-17T08:39:47.857 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-17T08:39:47.857 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: ** DB Stats ** 2024-09-17T08:39:47.857 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T08:39:47.857 INFO:journalctl@ceph.mon.smithi047.smithi047.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:39:47.857 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T08:39:47.857 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T08:39:47.857 INFO:journalctl@ceph.mon.smithi047.smithi047.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:39:47.857 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T08:39:47.857 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T08:39:47.857 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: 2024-09-17T08:39:47.857 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: ** Compaction Stats [default] ** 2024-09-17T08:39:47.857 INFO:journalctl@ceph.mon.smithi047.smithi047.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:39:47.858 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-17T08:39:47.858 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: L0 2/0 79.56 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 98.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T08:39:47.858 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: Sum 2/0 79.56 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 98.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T08:39:47.858 INFO:journalctl@ceph.mon.smithi047.smithi047.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 98.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T08:39:47.858 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: 2024-09-17T08:39:47.858 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: ** Compaction Stats [default] ** 2024-09-17T08:39:47.858 INFO:journalctl@ceph.mon.smithi047.smithi047.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:39:47.858 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T08:39:47.858 INFO:journalctl@ceph.mon.smithi047.smithi047.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 98.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T08:39:47.858 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: 2024-09-17T08:39:47.858 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-17T08:39:47.858 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: 2024-09-17T08:39:47.858 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T08:39:47.858 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T08:39:47.858 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T08:39:47.858 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T08:39:47.859 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T08:39:47.859 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-17T08:39:47.859 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: Cumulative compaction: 0.00 GB write, 16.83 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T08:39:47.859 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: Interval compaction: 0.00 GB write, 16.83 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T08:39:47.859 INFO:journalctl@ceph.mon.smithi047.smithi047.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:39:47.859 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: Block cache BinnedLRUCache@0x561bda481350#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-09-17T08:39:47.859 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-09-17T08:39:47.859 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: 2024-09-17T08:39:47.859 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-17T08:39:47.859 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: starting mon.smithi047 rank 0 at public addrs [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] at bind addrs [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi047 fsid 4332e12c-74d0-11ef-bceb-c7b262605968 2024-09-17T08:39:47.859 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: mon.smithi047@-1(???) e1 preinit fsid 4332e12c-74d0-11ef-bceb-c7b262605968 2024-09-17T08:39:47.859 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: mon.smithi047@-1(???).mds e1 new map 2024-09-17T08:39:47.859 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: mon.smithi047@-1(???).mds e1 print_map 2024-09-17T08:39:47.860 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: e1 2024-09-17T08:39:47.860 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-17T08:39:47.860 INFO:journalctl@ceph.mon.smithi047.smithi047.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:39:47.860 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: legacy client fscid: -1 2024-09-17T08:39:47.860 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: 2024-09-17T08:39:47.860 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: No filesystems configured 2024-09-17T08:39:47.860 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: mon.smithi047@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-17T08:39:47.860 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: mon.smithi047@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T08:39:47.860 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: mon.smithi047@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T08:39:47.860 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: mon.smithi047@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T08:39:47.860 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: mon.smithi047@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-17T08:39:47.860 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 bash[25814]: 8fab9456c982e772e2350f8e0e62c3b6080f77e0703ae93a3610165dc97c7e35 2024-09-17T08:39:47.860 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 systemd[1]: Started Ceph mon.smithi047 for 4332e12c-74d0-11ef-bceb-c7b262605968. 2024-09-17T08:39:47.860 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: mon.smithi047 is new leader, mons smithi047 in quorum (ranks 0) 2024-09-17T08:39:47.861 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: monmap e1: 1 mons at {smithi047=[v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-17T08:39:47.861 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: fsmap 2024-09-17T08:39:47.861 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: osdmap e1: 0 total, 0 up, 0 in 2024-09-17T08:39:47.861 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:47 smithi047 ceph-mon[25852]: mgrmap e1: no daemons active 2024-09-17T08:39:48.960 INFO:teuthology.orchestra.run.smithi047.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-17T08:39:48.981 INFO:teuthology.orchestra.run.smithi047.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-17T08:39:48.981 INFO:teuthology.orchestra.run.smithi047.stdout:Creating mgr... 2024-09-17T08:39:48.981 INFO:teuthology.orchestra.run.smithi047.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-17T08:39:48.982 INFO:teuthology.orchestra.run.smithi047.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-17T08:39:48.982 INFO:teuthology.orchestra.run.smithi047.stdout:Verifying port 0.0.0.0:8443 ... 2024-09-17T08:39:49.249 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-4332e12c-74d0-11ef-bceb-c7b262605968@mgr.smithi047.betvbg 2024-09-17T08:39:49.249 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Failed to reset failed state of unit ceph-4332e12c-74d0-11ef-bceb-c7b262605968@mgr.smithi047.betvbg.service: Unit ceph-4332e12c-74d0-11ef-bceb-c7b262605968@mgr.smithi047.betvbg.service not loaded. 2024-09-17T08:39:49.256 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:49 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/3893394364' entity='client.admin' 2024-09-17T08:39:49.409 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-4332e12c-74d0-11ef-bceb-c7b262605968.target.wants/ceph-4332e12c-74d0-11ef-bceb-c7b262605968@mgr.smithi047.betvbg.service → /etc/systemd/system/ceph-4332e12c-74d0-11ef-bceb-c7b262605968@.service. 2024-09-17T08:39:49.993 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-17T08:39:49.993 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout disabled 2024-09-17T08:39:50.000 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-17T08:39:50.001 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout inactive 2024-09-17T08:39:50.001 INFO:teuthology.orchestra.run.smithi047.stdout:firewalld.service is not enabled 2024-09-17T08:39:50.001 INFO:teuthology.orchestra.run.smithi047.stdout:Not possible to enable service . firewalld.service is not available 2024-09-17T08:39:50.010 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-17T08:39:50.010 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout disabled 2024-09-17T08:39:50.017 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-17T08:39:50.017 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout inactive 2024-09-17T08:39:50.017 INFO:teuthology.orchestra.run.smithi047.stdout:firewalld.service is not enabled 2024-09-17T08:39:50.017 INFO:teuthology.orchestra.run.smithi047.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-09-17T08:39:50.018 INFO:teuthology.orchestra.run.smithi047.stdout:Waiting for mgr to start... 2024-09-17T08:39:50.018 INFO:teuthology.orchestra.run.smithi047.stdout:Waiting for mgr... 2024-09-17T08:39:50.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:50 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/1471117094' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-17T08:39:51.117 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-09-17T08:39:51.117 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout { 2024-09-17T08:39:51.117 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "fsid": "4332e12c-74d0-11ef-bceb-c7b262605968", 2024-09-17T08:39:51.117 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T08:39:51.117 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T08:39:51.117 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T08:39:51.117 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T08:39:51.118 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:39:51.118 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T08:39:51.118 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T08:39:51.118 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 0 2024-09-17T08:39:51.118 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-09-17T08:39:51.118 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T08:39:51.118 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "smithi047" 2024-09-17T08:39:51.118 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-09-17T08:39:51.118 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-17T08:39:51.118 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T08:39:51.118 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T08:39:51.118 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2024-09-17T08:39:51.118 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T08:39:51.119 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:39:51.119 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T08:39:51.119 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T08:39:51.119 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T08:39:51.119 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T08:39:51.119 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T08:39:51.119 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T08:39:51.119 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T08:39:51.119 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T08:39:51.119 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:39:51.119 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T08:39:51.119 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T08:39:51.119 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T08:39:51.119 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T08:39:51.120 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T08:39:51.120 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T08:39:51.120 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T08:39:51.120 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T08:39:51.120 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T08:39:51.120 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:39:51.120 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T08:39:51.120 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T08:39:51.120 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T08:39:51.120 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T08:39:51.120 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:39:51.120 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T08:39:51.120 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-17T08:39:51.120 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T08:39:51.121 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T08:39:51.121 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T08:39:51.121 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T08:39:51.121 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T08:39:51.121 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-09-17T08:39:51.121 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T08:39:51.121 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:39:51.121 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T08:39:51.121 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T08:39:51.121 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T08:39:42.339096+0000", 2024-09-17T08:39:51.121 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T08:39:51.121 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:39:51.121 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T08:39:51.121 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout } 2024-09-17T08:39:51.122 INFO:teuthology.orchestra.run.smithi047.stdout:mgr not available, waiting (1/15)... 2024-09-17T08:39:53.760 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:53 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/3961928199' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-17T08:39:54.234 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-09-17T08:39:54.234 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout { 2024-09-17T08:39:54.234 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "fsid": "4332e12c-74d0-11ef-bceb-c7b262605968", 2024-09-17T08:39:54.234 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T08:39:54.234 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T08:39:54.234 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T08:39:54.234 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T08:39:54.234 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:39:54.234 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T08:39:54.234 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T08:39:54.234 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 0 2024-09-17T08:39:54.235 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-09-17T08:39:54.235 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T08:39:54.235 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "smithi047" 2024-09-17T08:39:54.235 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-09-17T08:39:54.235 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-09-17T08:39:54.235 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T08:39:54.235 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T08:39:54.235 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2024-09-17T08:39:54.235 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T08:39:54.235 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:39:54.235 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T08:39:54.235 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T08:39:54.236 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T08:39:54.236 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T08:39:54.236 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T08:39:54.236 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T08:39:54.236 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T08:39:54.236 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T08:39:54.236 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:39:54.236 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T08:39:54.236 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T08:39:54.236 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T08:39:54.236 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T08:39:54.236 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T08:39:54.236 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T08:39:54.237 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T08:39:54.237 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T08:39:54.237 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T08:39:54.237 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:39:54.237 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T08:39:54.237 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T08:39:54.237 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T08:39:54.237 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T08:39:54.237 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:39:54.237 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T08:39:54.237 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-17T08:39:54.237 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T08:39:54.237 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T08:39:54.238 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T08:39:54.238 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T08:39:54.238 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T08:39:54.238 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-09-17T08:39:54.238 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T08:39:54.238 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:39:54.238 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T08:39:54.238 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T08:39:54.238 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T08:39:42.339096+0000", 2024-09-17T08:39:54.238 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T08:39:54.238 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:39:54.238 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T08:39:54.238 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout } 2024-09-17T08:39:54.238 INFO:teuthology.orchestra.run.smithi047.stdout:mgr not available, waiting (2/15)... 2024-09-17T08:39:55.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:54 smithi047 ceph-mon[25852]: Activating manager daemon smithi047.betvbg 2024-09-17T08:39:55.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:54 smithi047 ceph-mon[25852]: mgrmap e2: smithi047.betvbg(active, starting, since 0.00289844s) 2024-09-17T08:39:55.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:54 smithi047 ceph-mon[25852]: from='mgr.14100 172.21.15.47:0/2918502280' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T08:39:55.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:54 smithi047 ceph-mon[25852]: from='mgr.14100 172.21.15.47:0/2918502280' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T08:39:55.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:54 smithi047 ceph-mon[25852]: from='mgr.14100 172.21.15.47:0/2918502280' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T08:39:55.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:54 smithi047 ceph-mon[25852]: from='mgr.14100 172.21.15.47:0/2918502280' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2024-09-17T08:39:55.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:54 smithi047 ceph-mon[25852]: from='mgr.14100 172.21.15.47:0/2918502280' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mgr metadata", "who": "smithi047.betvbg", "id": "smithi047.betvbg"}]: dispatch 2024-09-17T08:39:55.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:54 smithi047 ceph-mon[25852]: Manager daemon smithi047.betvbg is now available 2024-09-17T08:39:55.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:54 smithi047 ceph-mon[25852]: from='mgr.14100 172.21.15.47:0/2918502280' entity='mgr.smithi047.betvbg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.betvbg/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:39:55.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:54 smithi047 ceph-mon[25852]: from='mgr.14100 172.21.15.47:0/2918502280' entity='mgr.smithi047.betvbg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.betvbg/trash_purge_schedule"}]: dispatch 2024-09-17T08:39:55.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:54 smithi047 ceph-mon[25852]: from='mgr.14100 172.21.15.47:0/2918502280' entity='mgr.smithi047.betvbg' 2024-09-17T08:39:55.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:54 smithi047 ceph-mon[25852]: from='mgr.14100 172.21.15.47:0/2918502280' entity='mgr.smithi047.betvbg' 2024-09-17T08:39:55.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:54 smithi047 ceph-mon[25852]: from='mgr.14100 172.21.15.47:0/2918502280' entity='mgr.smithi047.betvbg' 2024-09-17T08:39:57.271 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:56 smithi047 ceph-mon[25852]: mgrmap e3: smithi047.betvbg(active, since 1.00763s) 2024-09-17T08:39:57.271 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:56 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/1310856703' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-17T08:39:57.585 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-09-17T08:39:57.585 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout { 2024-09-17T08:39:57.585 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "fsid": "4332e12c-74d0-11ef-bceb-c7b262605968", 2024-09-17T08:39:57.585 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T08:39:57.586 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T08:39:57.586 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T08:39:57.586 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T08:39:57.586 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:39:57.586 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T08:39:57.586 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T08:39:57.586 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 0 2024-09-17T08:39:57.586 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-09-17T08:39:57.586 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T08:39:57.586 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "smithi047" 2024-09-17T08:39:57.586 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-09-17T08:39:57.586 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-09-17T08:39:57.586 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T08:39:57.586 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T08:39:57.587 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2024-09-17T08:39:57.587 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T08:39:57.587 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:39:57.587 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T08:39:57.587 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T08:39:57.587 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T08:39:57.587 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T08:39:57.587 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T08:39:57.587 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T08:39:57.590 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T08:39:57.591 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T08:39:57.591 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:39:57.591 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T08:39:57.591 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T08:39:57.591 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T08:39:57.591 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T08:39:57.591 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T08:39:57.591 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T08:39:57.591 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T08:39:57.591 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T08:39:57.591 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T08:39:57.591 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:39:57.592 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T08:39:57.592 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T08:39:57.592 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T08:39:57.592 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T08:39:57.592 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:39:57.592 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T08:39:57.592 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T08:39:57.592 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T08:39:57.592 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T08:39:57.592 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T08:39:57.592 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T08:39:57.592 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T08:39:57.592 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-09-17T08:39:57.592 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T08:39:57.593 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:39:57.593 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T08:39:57.593 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T08:39:57.593 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T08:39:42.339096+0000", 2024-09-17T08:39:57.593 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T08:39:57.593 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-17T08:39:57.593 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T08:39:57.593 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout } 2024-09-17T08:39:57.593 INFO:teuthology.orchestra.run.smithi047.stdout:mgr is available 2024-09-17T08:39:58.199 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:57 smithi047 ceph-mon[25852]: mgrmap e4: smithi047.betvbg(active, since 2s) 2024-09-17T08:39:58.715 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-09-17T08:39:58.715 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout [global] 2024-09-17T08:39:58.715 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout fsid = 4332e12c-74d0-11ef-bceb-c7b262605968 2024-09-17T08:39:58.715 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-17T08:39:58.715 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-17T08:39:58.715 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-17T08:39:58.715 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-17T08:39:58.715 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-09-17T08:39:58.715 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-17T08:39:58.716 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-17T08:39:58.716 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-09-17T08:39:58.716 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout [osd] 2024-09-17T08:39:58.716 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-17T08:39:58.716 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-17T08:39:58.716 INFO:teuthology.orchestra.run.smithi047.stdout:Enabling cephadm module... 2024-09-17T08:39:59.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:58 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/165449908' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-17T08:40:00.196 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:39:59 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/155729829' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-17T08:40:01.080 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:00 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/155729829' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-17T08:40:01.080 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:00 smithi047 ceph-mon[25852]: mgrmap e5: smithi047.betvbg(active, since 5s) 2024-09-17T08:40:01.751 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout { 2024-09-17T08:40:01.751 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-17T08:40:01.751 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T08:40:01.751 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "active_name": "smithi047.betvbg", 2024-09-17T08:40:01.752 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-17T08:40:01.752 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout } 2024-09-17T08:40:01.752 INFO:teuthology.orchestra.run.smithi047.stdout:Waiting for the mgr to restart... 2024-09-17T08:40:01.752 INFO:teuthology.orchestra.run.smithi047.stdout:Waiting for mgr epoch 5... 2024-09-17T08:40:02.185 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:01 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/4216468287' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-17T08:40:05.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:04 smithi047 ceph-mon[25852]: Active manager daemon smithi047.betvbg restarted 2024-09-17T08:40:05.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:04 smithi047 ceph-mon[25852]: Activating manager daemon smithi047.betvbg 2024-09-17T08:40:05.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:04 smithi047 ceph-mon[25852]: osdmap e2: 0 total, 0 up, 0 in 2024-09-17T08:40:05.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:04 smithi047 ceph-mon[25852]: mgrmap e6: smithi047.betvbg(active, starting, since 0.00321339s) 2024-09-17T08:40:05.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:04 smithi047 ceph-mon[25852]: from='mgr.14118 172.21.15.47:0/4151725167' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2024-09-17T08:40:05.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:04 smithi047 ceph-mon[25852]: from='mgr.14118 172.21.15.47:0/4151725167' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mgr metadata", "who": "smithi047.betvbg", "id": "smithi047.betvbg"}]: dispatch 2024-09-17T08:40:05.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:04 smithi047 ceph-mon[25852]: from='mgr.14118 172.21.15.47:0/4151725167' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T08:40:05.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:04 smithi047 ceph-mon[25852]: from='mgr.14118 172.21.15.47:0/4151725167' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T08:40:05.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:04 smithi047 ceph-mon[25852]: from='mgr.14118 172.21.15.47:0/4151725167' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T08:40:05.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:04 smithi047 ceph-mon[25852]: Manager daemon smithi047.betvbg is now available 2024-09-17T08:40:05.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:04 smithi047 ceph-mon[25852]: from='mgr.14118 172.21.15.47:0/4151725167' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:05.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:04 smithi047 ceph-mon[25852]: from='mgr.14118 172.21.15.47:0/4151725167' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:05.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:04 smithi047 ceph-mon[25852]: from='mgr.14118 172.21.15.47:0/4151725167' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:40:05.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:04 smithi047 ceph-mon[25852]: from='mgr.14118 172.21.15.47:0/4151725167' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:40:05.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:04 smithi047 ceph-mon[25852]: from='mgr.14118 172.21.15.47:0/4151725167' entity='mgr.smithi047.betvbg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.betvbg/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:40:05.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:04 smithi047 ceph-mon[25852]: from='mgr.14118 172.21.15.47:0/4151725167' entity='mgr.smithi047.betvbg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.betvbg/trash_purge_schedule"}]: dispatch 2024-09-17T08:40:06.270 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:05 smithi047 ceph-mon[25852]: Found migration_current of "None". Setting to last migration. 2024-09-17T08:40:06.271 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:05 smithi047 ceph-mon[25852]: mgrmap e7: smithi047.betvbg(active, since 1.00497s) 2024-09-17T08:40:06.523 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout { 2024-09-17T08:40:06.523 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-17T08:40:06.524 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-17T08:40:06.524 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout } 2024-09-17T08:40:06.524 INFO:teuthology.orchestra.run.smithi047.stdout:mgr epoch 5 is available 2024-09-17T08:40:06.524 INFO:teuthology.orchestra.run.smithi047.stdout:Setting orchestrator backend to cephadm... 2024-09-17T08:40:07.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:06 smithi047 ceph-mon[25852]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-17T08:40:07.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:06 smithi047 ceph-mon[25852]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-17T08:40:07.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:06 smithi047 ceph-mon[25852]: from='mgr.14118 172.21.15.47:0/4151725167' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:07.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:06 smithi047 ceph-mon[25852]: from='mgr.14118 172.21.15.47:0/4151725167' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:08.180 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:08 smithi047 ceph-mon[25852]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:08.180 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:08 smithi047 ceph-mon[25852]: from='mgr.14118 172.21.15.47:0/4151725167' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:08.180 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:08 smithi047 ceph-mon[25852]: from='mgr.14118 172.21.15.47:0/4151725167' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:40:08.180 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:08 smithi047 ceph-mon[25852]: mgrmap e8: smithi047.betvbg(active, since 2s) 2024-09-17T08:40:08.180 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:08 smithi047 ceph-mon[25852]: [17/Sep/2024:08:40:07] ENGINE Bus STARTING 2024-09-17T08:40:08.180 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:08 smithi047 ceph-mon[25852]: [17/Sep/2024:08:40:07] ENGINE Serving on https://172.21.15.47:7150 2024-09-17T08:40:08.180 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:08 smithi047 ceph-mon[25852]: [17/Sep/2024:08:40:07] ENGINE Error in HTTPServer.serve 2024-09-17T08:40:08.180 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: Traceback (most recent call last): 2024-09-17T08:40:08.180 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T08:40:08.180 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: self._connections.run(self.expiration_interval) 2024-09-17T08:40:08.181 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T08:40:08.181 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: self._run(expiration_interval) 2024-09-17T08:40:08.181 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T08:40:08.181 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T08:40:08.181 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T08:40:08.181 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T08:40:08.181 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T08:40:08.181 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: s = self.context.wrap_socket( 2024-09-17T08:40:08.181 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T08:40:08.181 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: return self.sslsocket_class._create( 2024-09-17T08:40:08.181 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T08:40:08.181 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: self.do_handshake() 2024-09-17T08:40:08.182 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T08:40:08.182 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: self._sslobj.do_handshake() 2024-09-17T08:40:08.182 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T08:40:08.182 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:08 smithi047 ceph-mon[25852]: [17/Sep/2024:08:40:07] ENGINE Serving on http://172.21.15.47:8765 2024-09-17T08:40:08.182 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:08 smithi047 ceph-mon[25852]: [17/Sep/2024:08:40:07] ENGINE Bus STARTED 2024-09-17T08:40:08.182 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:08 smithi047 ceph-mon[25852]: from='mgr.14118 172.21.15.47:0/4151725167' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:40:09.036 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-17T08:40:09.036 INFO:teuthology.orchestra.run.smithi047.stdout:Generating ssh key... 2024-09-17T08:40:09.336 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:09 smithi047 ceph-mon[25852]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:11.209 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:10 smithi047 ceph-mon[25852]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:11.209 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:10 smithi047 ceph-mon[25852]: Generating ssh key... 2024-09-17T08:40:11.209 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:10 smithi047 ceph-mon[25852]: from='mgr.14118 172.21.15.47:0/4151725167' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:11.209 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:10 smithi047 ceph-mon[25852]: from='mgr.14118 172.21.15.47:0/4151725167' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:11.774 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtE6AARNdTlmVqoH58y+jnRWAtlFGL0TP8IVYwC02xPDCbwiLZApXKDikQyF5C52eAfRyvvQmsJi7/OoLV+zui36yQDXfkbOmNWrcgaOAWVhH+y91h9SzR2KA+w8hScvWEz59dDZlnYYAE/BXiF2V6gBUb19kdiJ+X9v+wYUTyDc32BusilS4hNhkeRl4kBdyc9n0n1rcXNm0JveKI8ykv4EfFQMqYQ6HXu/c/mPvrPlj2yTEHuCBRR2mEhbeoFNbWM6bmH1kM3RU8m2qWSu4SvoD1u0c8XI2gWoOEWzVH4GceYo5dedjRvSK1NUM3Wik44xorlVSjwHfIiK+El4ychEDcBELSaWmJAQbOodDw6c2Imlrx0kBlPgGWR/h7cf4onNg1AiEx2/ubE9872WYfc4Bvue3Z/TLCEpgrWeXbbYlY3weX2/lk0RbilE1y9E1wQsAZa7P3maXc3ASPEycoRQJlrjD74FOcc0pPKmg+Ag2FTjrxXDR96McdlJD/Yzc= ceph-4332e12c-74d0-11ef-bceb-c7b262605968 2024-09-17T08:40:11.774 INFO:teuthology.orchestra.run.smithi047.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-17T08:40:11.775 INFO:teuthology.orchestra.run.smithi047.stdout:Adding key to root@localhost authorized_keys... 2024-09-17T08:40:11.789 INFO:teuthology.orchestra.run.smithi047.stdout:Adding host smithi047... 2024-09-17T08:40:12.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:12 smithi047 ceph-mon[25852]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:13.141 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:13 smithi047 ceph-mon[25852]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi047", "addr": "172.21.15.47", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:14.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:14 smithi047 ceph-mon[25852]: Deploying cephadm binary to smithi047 2024-09-17T08:40:16.307 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Added host 'smithi047' with addr '172.21.15.47' 2024-09-17T08:40:16.307 INFO:teuthology.orchestra.run.smithi047.stdout:Deploying mon service with default placement... 2024-09-17T08:40:16.909 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:16 smithi047 ceph-mon[25852]: from='mgr.14118 172.21.15.47:0/4151725167' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:16.909 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:16 smithi047 ceph-mon[25852]: Added host smithi047 2024-09-17T08:40:16.909 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:16 smithi047 ceph-mon[25852]: from='mgr.14118 172.21.15.47:0/4151725167' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:40:18.292 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:18 smithi047 ceph-mon[25852]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:18.292 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:18 smithi047 ceph-mon[25852]: Saving service mon spec with placement count:5 2024-09-17T08:40:18.292 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:18 smithi047 ceph-mon[25852]: from='mgr.14118 172.21.15.47:0/4151725167' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:18.292 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:18 smithi047 ceph-mon[25852]: from='mgr.14118 172.21.15.47:0/4151725167' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:18.292 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:18 smithi047 ceph-mon[25852]: from='mgr.14118 172.21.15.47:0/4151725167' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:18.293 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-17T08:40:18.294 INFO:teuthology.orchestra.run.smithi047.stdout:Deploying mgr service with default placement... 2024-09-17T08:40:19.668 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-17T08:40:19.669 INFO:teuthology.orchestra.run.smithi047.stdout:Deploying crash service with default placement... 2024-09-17T08:40:20.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:19 smithi047 ceph-mon[25852]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:20.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:19 smithi047 ceph-mon[25852]: Saving service mgr spec with placement count:2 2024-09-17T08:40:20.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:19 smithi047 ceph-mon[25852]: from='mgr.14118 172.21.15.47:0/4151725167' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:21.168 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2024-09-17T08:40:21.168 INFO:teuthology.orchestra.run.smithi047.stdout:Deploying ceph-exporter service with default placement... 2024-09-17T08:40:21.540 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:21 smithi047 ceph-mon[25852]: from='mgr.14118 172.21.15.47:0/4151725167' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:21.540 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:21 smithi047 ceph-mon[25852]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:21.540 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:21 smithi047 ceph-mon[25852]: Saving service crash spec with placement * 2024-09-17T08:40:21.540 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:21 smithi047 ceph-mon[25852]: from='mgr.14118 172.21.15.47:0/4151725167' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:21.541 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:21 smithi047 ceph-mon[25852]: from='mgr.14118 172.21.15.47:0/4151725167' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:22.401 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2024-09-17T08:40:22.401 INFO:teuthology.orchestra.run.smithi047.stdout:Deploying prometheus service with default placement... 2024-09-17T08:40:23.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:22 smithi047 ceph-mon[25852]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:23.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:22 smithi047 ceph-mon[25852]: Saving service ceph-exporter spec with placement * 2024-09-17T08:40:23.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:22 smithi047 ceph-mon[25852]: from='mgr.14118 172.21.15.47:0/4151725167' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:24.170 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-09-17T08:40:24.170 INFO:teuthology.orchestra.run.smithi047.stdout:Deploying grafana service with default placement... 2024-09-17T08:40:24.284 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:24 smithi047 ceph-mon[25852]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:24.284 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:24 smithi047 ceph-mon[25852]: Saving service prometheus spec with placement count:1 2024-09-17T08:40:24.284 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:24 smithi047 ceph-mon[25852]: from='mgr.14118 172.21.15.47:0/4151725167' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:25.350 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2024-09-17T08:40:25.350 INFO:teuthology.orchestra.run.smithi047.stdout:Deploying node-exporter service with default placement... 2024-09-17T08:40:26.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:25 smithi047 ceph-mon[25852]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:26.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:25 smithi047 ceph-mon[25852]: Saving service grafana spec with placement count:1 2024-09-17T08:40:26.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:25 smithi047 ceph-mon[25852]: from='mgr.14118 172.21.15.47:0/4151725167' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:26.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:25 smithi047 ceph-mon[25852]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:40:26.497 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-09-17T08:40:26.497 INFO:teuthology.orchestra.run.smithi047.stdout:Deploying alertmanager service with default placement... 2024-09-17T08:40:27.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:26 smithi047 ceph-mon[25852]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:27.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:26 smithi047 ceph-mon[25852]: Saving service node-exporter spec with placement * 2024-09-17T08:40:27.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:26 smithi047 ceph-mon[25852]: from='mgr.14118 172.21.15.47:0/4151725167' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:27.702 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-09-17T08:40:28.333 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:27 smithi047 ceph-mon[25852]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:40:28.334 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:27 smithi047 ceph-mon[25852]: from='mgr.14118 172.21.15.47:0/4151725167' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:29.226 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:28 smithi047 ceph-mon[25852]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:29.226 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:28 smithi047 ceph-mon[25852]: Saving service alertmanager spec with placement count:1 2024-09-17T08:40:29.226 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:28 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/3826070507' entity='client.admin' 2024-09-17T08:40:30.037 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:29 smithi047 ceph-mon[25852]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:40:30.037 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:29 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/1779300397' entity='client.admin' 2024-09-17T08:40:30.039 INFO:teuthology.orchestra.run.smithi047.stdout:Enabling the dashboard module... 2024-09-17T08:40:31.339 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:30 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/1175104854' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-17T08:40:32.261 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:31 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/1175104854' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-17T08:40:32.262 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:31 smithi047 ceph-mon[25852]: mgrmap e9: smithi047.betvbg(active, since 26s) 2024-09-17T08:40:32.837 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout { 2024-09-17T08:40:32.837 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-17T08:40:32.837 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T08:40:32.837 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "active_name": "smithi047.betvbg", 2024-09-17T08:40:32.837 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-17T08:40:32.837 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout } 2024-09-17T08:40:32.838 INFO:teuthology.orchestra.run.smithi047.stdout:Waiting for the mgr to restart... 2024-09-17T08:40:32.838 INFO:teuthology.orchestra.run.smithi047.stdout:Waiting for mgr epoch 9... 2024-09-17T08:40:33.084 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:32 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/487085872' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-17T08:40:36.218 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:36 smithi047 ceph-mon[25852]: Active manager daemon smithi047.betvbg restarted 2024-09-17T08:40:36.219 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:36 smithi047 ceph-mon[25852]: Activating manager daemon smithi047.betvbg 2024-09-17T08:40:36.219 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:36 smithi047 ceph-mon[25852]: osdmap e3: 0 total, 0 up, 0 in 2024-09-17T08:40:36.219 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:36 smithi047 ceph-mon[25852]: mgrmap e10: smithi047.betvbg(active, starting, since 0.00294848s) 2024-09-17T08:40:36.219 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:36 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2024-09-17T08:40:36.219 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:36 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mgr metadata", "who": "smithi047.betvbg", "id": "smithi047.betvbg"}]: dispatch 2024-09-17T08:40:36.219 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:36 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T08:40:36.219 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:36 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T08:40:36.219 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:36 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T08:40:36.219 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:36 smithi047 ceph-mon[25852]: Manager daemon smithi047.betvbg is now available 2024-09-17T08:40:36.219 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:36 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:40:36.220 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:36 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.betvbg/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:40:36.220 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:36 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.betvbg/trash_purge_schedule"}]: dispatch 2024-09-17T08:40:37.871 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout { 2024-09-17T08:40:37.872 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-17T08:40:37.872 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-17T08:40:37.872 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout } 2024-09-17T08:40:37.872 INFO:teuthology.orchestra.run.smithi047.stdout:mgr epoch 9 is available 2024-09-17T08:40:37.872 INFO:teuthology.orchestra.run.smithi047.stdout:Generating a dashboard self-signed certificate... 2024-09-17T08:40:38.119 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:37 smithi047 ceph-mon[25852]: mgrmap e11: smithi047.betvbg(active, since 1.00499s) 2024-09-17T08:40:38.120 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:37 smithi047 ceph-mon[25852]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-17T08:40:38.120 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:37 smithi047 ceph-mon[25852]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-17T08:40:38.120 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:37 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:39.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:38 smithi047 ceph-mon[25852]: [17/Sep/2024:08:40:37] ENGINE Bus STARTING 2024-09-17T08:40:39.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:38 smithi047 ceph-mon[25852]: [17/Sep/2024:08:40:37] ENGINE Serving on http://172.21.15.47:8765 2024-09-17T08:40:39.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:38 smithi047 ceph-mon[25852]: [17/Sep/2024:08:40:37] ENGINE Serving on https://172.21.15.47:7150 2024-09-17T08:40:39.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:38 smithi047 ceph-mon[25852]: [17/Sep/2024:08:40:37] ENGINE Bus STARTED 2024-09-17T08:40:39.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:38 smithi047 ceph-mon[25852]: [17/Sep/2024:08:40:37] ENGINE Error in HTTPServer.serve 2024-09-17T08:40:39.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: Traceback (most recent call last): 2024-09-17T08:40:39.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T08:40:39.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: self._connections.run(self.expiration_interval) 2024-09-17T08:40:39.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T08:40:39.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: self._run(expiration_interval) 2024-09-17T08:40:39.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T08:40:39.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T08:40:39.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T08:40:39.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T08:40:39.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T08:40:39.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: s = self.context.wrap_socket( 2024-09-17T08:40:39.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T08:40:39.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: return self.sslsocket_class._create( 2024-09-17T08:40:39.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T08:40:39.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: self.do_handshake() 2024-09-17T08:40:39.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T08:40:39.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: self._sslobj.do_handshake() 2024-09-17T08:40:39.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T08:40:39.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:38 smithi047 ceph-mon[25852]: mgrmap e12: smithi047.betvbg(active, since 2s) 2024-09-17T08:40:39.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:38 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:39.344 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:38 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:39.344 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:38 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:39.972 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:39 smithi047 ceph-mon[25852]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:39.974 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-09-17T08:40:39.974 INFO:teuthology.orchestra.run.smithi047.stdout:Creating initial admin user... 2024-09-17T08:40:41.422 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$K7AcNbHc1wsOLNd.oIfToe.g8/XR4cPY.CtazHa.7TGpYdeTLAn4e", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726562440, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-17T08:40:41.422 INFO:teuthology.orchestra.run.smithi047.stdout:Fetching dashboard port number... 2024-09-17T08:40:42.046 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:41 smithi047 ceph-mon[25852]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:42.046 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:41 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:42.545 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 8443 2024-09-17T08:40:42.555 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-17T08:40:42.555 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout disabled 2024-09-17T08:40:42.562 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-17T08:40:42.563 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout inactive 2024-09-17T08:40:42.563 INFO:teuthology.orchestra.run.smithi047.stdout:firewalld.service is not enabled 2024-09-17T08:40:42.563 INFO:teuthology.orchestra.run.smithi047.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-17T08:40:42.564 INFO:teuthology.orchestra.run.smithi047.stdout:Ceph Dashboard is now available at: 2024-09-17T08:40:42.565 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:40:42.565 INFO:teuthology.orchestra.run.smithi047.stdout: URL: https://smithi047.front.sepia.ceph.com:8443/ 2024-09-17T08:40:42.565 INFO:teuthology.orchestra.run.smithi047.stdout: User: admin 2024-09-17T08:40:42.565 INFO:teuthology.orchestra.run.smithi047.stdout: Password: wdv6662oxz 2024-09-17T08:40:42.565 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:40:42.565 INFO:teuthology.orchestra.run.smithi047.stdout:Saving cluster configuration to /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/config directory 2024-09-17T08:40:42.565 INFO:teuthology.orchestra.run.smithi047.stdout:Enabling autotune for osd_memory_target 2024-09-17T08:40:42.962 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:42 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/932614355' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-17T08:40:43.956 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:43 smithi047 ceph-mon[25852]: mgrmap e13: smithi047.betvbg(active, since 6s) 2024-09-17T08:40:45.207 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-17T08:40:45.207 INFO:teuthology.orchestra.run.smithi047.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-17T08:40:45.207 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:40:45.208 INFO:teuthology.orchestra.run.smithi047.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-17T08:40:45.208 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:40:45.208 INFO:teuthology.orchestra.run.smithi047.stdout:Or, if you are only running a single cluster on this host: 2024-09-17T08:40:45.208 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:40:45.208 INFO:teuthology.orchestra.run.smithi047.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-17T08:40:45.208 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:40:45.208 INFO:teuthology.orchestra.run.smithi047.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-17T08:40:45.208 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:40:45.208 INFO:teuthology.orchestra.run.smithi047.stdout: ceph telemetry on 2024-09-17T08:40:45.208 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:40:45.208 INFO:teuthology.orchestra.run.smithi047.stdout:For more information see: 2024-09-17T08:40:45.208 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:40:45.208 INFO:teuthology.orchestra.run.smithi047.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-17T08:40:45.208 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:40:45.209 INFO:teuthology.orchestra.run.smithi047.stdout:Bootstrap complete. 2024-09-17T08:40:45.247 INFO:tasks.cephadm:Fetching config... 2024-09-17T08:40:45.248 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-17T08:40:45.248 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-17T08:40:45.265 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-17T08:40:45.265 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-17T08:40:45.265 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-17T08:40:45.321 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-17T08:40:45.321 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-17T08:40:45.322 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/keyring of=/dev/stdout 2024-09-17T08:40:45.386 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-17T08:40:45.387 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-17T08:40:45.387 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-17T08:40:45.443 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-17T08:40:45.444 DEBUG:teuthology.orchestra.run.smithi047:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtE6AARNdTlmVqoH58y+jnRWAtlFGL0TP8IVYwC02xPDCbwiLZApXKDikQyF5C52eAfRyvvQmsJi7/OoLV+zui36yQDXfkbOmNWrcgaOAWVhH+y91h9SzR2KA+w8hScvWEz59dDZlnYYAE/BXiF2V6gBUb19kdiJ+X9v+wYUTyDc32BusilS4hNhkeRl4kBdyc9n0n1rcXNm0JveKI8ykv4EfFQMqYQ6HXu/c/mPvrPlj2yTEHuCBRR2mEhbeoFNbWM6bmH1kM3RU8m2qWSu4SvoD1u0c8XI2gWoOEWzVH4GceYo5dedjRvSK1NUM3Wik44xorlVSjwHfIiK+El4ychEDcBELSaWmJAQbOodDw6c2Imlrx0kBlPgGWR/h7cf4onNg1AiEx2/ubE9872WYfc4Bvue3Z/TLCEpgrWeXbbYlY3weX2/lk0RbilE1y9E1wQsAZa7P3maXc3ASPEycoRQJlrjD74FOcc0pPKmg+Ag2FTjrxXDR96McdlJD/Yzc= ceph-4332e12c-74d0-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T08:40:45.518 INFO:teuthology.orchestra.run.smithi047.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtE6AARNdTlmVqoH58y+jnRWAtlFGL0TP8IVYwC02xPDCbwiLZApXKDikQyF5C52eAfRyvvQmsJi7/OoLV+zui36yQDXfkbOmNWrcgaOAWVhH+y91h9SzR2KA+w8hScvWEz59dDZlnYYAE/BXiF2V6gBUb19kdiJ+X9v+wYUTyDc32BusilS4hNhkeRl4kBdyc9n0n1rcXNm0JveKI8ykv4EfFQMqYQ6HXu/c/mPvrPlj2yTEHuCBRR2mEhbeoFNbWM6bmH1kM3RU8m2qWSu4SvoD1u0c8XI2gWoOEWzVH4GceYo5dedjRvSK1NUM3Wik44xorlVSjwHfIiK+El4ychEDcBELSaWmJAQbOodDw6c2Imlrx0kBlPgGWR/h7cf4onNg1AiEx2/ubE9872WYfc4Bvue3Z/TLCEpgrWeXbbYlY3weX2/lk0RbilE1y9E1wQsAZa7P3maXc3ASPEycoRQJlrjD74FOcc0pPKmg+Ag2FTjrxXDR96McdlJD/Yzc= ceph-4332e12c-74d0-11ef-bceb-c7b262605968 2024-09-17T08:40:45.530 DEBUG:teuthology.orchestra.run.smithi155:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtE6AARNdTlmVqoH58y+jnRWAtlFGL0TP8IVYwC02xPDCbwiLZApXKDikQyF5C52eAfRyvvQmsJi7/OoLV+zui36yQDXfkbOmNWrcgaOAWVhH+y91h9SzR2KA+w8hScvWEz59dDZlnYYAE/BXiF2V6gBUb19kdiJ+X9v+wYUTyDc32BusilS4hNhkeRl4kBdyc9n0n1rcXNm0JveKI8ykv4EfFQMqYQ6HXu/c/mPvrPlj2yTEHuCBRR2mEhbeoFNbWM6bmH1kM3RU8m2qWSu4SvoD1u0c8XI2gWoOEWzVH4GceYo5dedjRvSK1NUM3Wik44xorlVSjwHfIiK+El4ychEDcBELSaWmJAQbOodDw6c2Imlrx0kBlPgGWR/h7cf4onNg1AiEx2/ubE9872WYfc4Bvue3Z/TLCEpgrWeXbbYlY3weX2/lk0RbilE1y9E1wQsAZa7P3maXc3ASPEycoRQJlrjD74FOcc0pPKmg+Ag2FTjrxXDR96McdlJD/Yzc= ceph-4332e12c-74d0-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T08:40:45.578 INFO:teuthology.orchestra.run.smithi155.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtE6AARNdTlmVqoH58y+jnRWAtlFGL0TP8IVYwC02xPDCbwiLZApXKDikQyF5C52eAfRyvvQmsJi7/OoLV+zui36yQDXfkbOmNWrcgaOAWVhH+y91h9SzR2KA+w8hScvWEz59dDZlnYYAE/BXiF2V6gBUb19kdiJ+X9v+wYUTyDc32BusilS4hNhkeRl4kBdyc9n0n1rcXNm0JveKI8ykv4EfFQMqYQ6HXu/c/mPvrPlj2yTEHuCBRR2mEhbeoFNbWM6bmH1kM3RU8m2qWSu4SvoD1u0c8XI2gWoOEWzVH4GceYo5dedjRvSK1NUM3Wik44xorlVSjwHfIiK+El4ychEDcBELSaWmJAQbOodDw6c2Imlrx0kBlPgGWR/h7cf4onNg1AiEx2/ubE9872WYfc4Bvue3Z/TLCEpgrWeXbbYlY3weX2/lk0RbilE1y9E1wQsAZa7P3maXc3ASPEycoRQJlrjD74FOcc0pPKmg+Ag2FTjrxXDR96McdlJD/Yzc= ceph-4332e12c-74d0-11ef-bceb-c7b262605968 2024-09-17T08:40:45.591 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-17T08:40:45.799 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:45 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/633539430' entity='client.admin' 2024-09-17T08:40:45.865 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:40:48.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:48 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:48.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:48 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:48.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:48 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:40:48.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:48 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:48.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:48 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi047", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-09-17T08:40:48.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:48 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi047", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-17T08:40:48.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:48 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:40:48.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:48 smithi047 ceph-mon[25852]: Deploying daemon ceph-exporter.smithi047 on smithi047 2024-09-17T08:40:48.894 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-17T08:40:48.894 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-17T08:40:49.177 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:40:49.477 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:49 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/904597591' entity='client.admin' 2024-09-17T08:40:52.477 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi155 2024-09-17T08:40:52.478 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-17T08:40:52.478 DEBUG:teuthology.orchestra.run.smithi155:> dd of=/etc/ceph/ceph.conf 2024-09-17T08:40:52.497 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-17T08:40:52.497 DEBUG:teuthology.orchestra.run.smithi155:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T08:40:52.555 INFO:tasks.cephadm:Adding host smithi155 to orchestrator... 2024-09-17T08:40:52.555 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph orch host add smithi155 2024-09-17T08:40:52.801 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:52 smithi047 ceph-mon[25852]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:52.801 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:52 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:52.858 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:40:56.187 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:55 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:56.187 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:55 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:56.187 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:55 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:56.187 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:55 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:56.187 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:55 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi047", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:40:56.187 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:55 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi047", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-17T08:40:56.187 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:55 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:40:56.188 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:55 smithi047 ceph-mon[25852]: Deploying daemon crash.smithi047 on smithi047 2024-09-17T08:40:57.158 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:56 smithi047 ceph-mon[25852]: from='client.14189 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi155", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:40:57.158 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:56 smithi047 ceph-mon[25852]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:40:57.158 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:56 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:58.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:57 smithi047 ceph-mon[25852]: Deploying cephadm binary to smithi155 2024-09-17T08:40:58.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:57 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:58.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:57 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:58.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:57 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:58.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:57 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:58.588 INFO:teuthology.orchestra.run.smithi047.stdout:Added host 'smithi155' with addr '172.21.15.155' 2024-09-17T08:40:59.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:58 smithi047 ceph-mon[25852]: Deploying daemon node-exporter.smithi047 on smithi047 2024-09-17T08:40:59.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:58 smithi047 ceph-mon[25852]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:40:59.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:58 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:40:59.986 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-17T08:41:00.186 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:41:00.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:40:59 smithi047 ceph-mon[25852]: Added host smithi155 2024-09-17T08:41:01.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:00 smithi047 ceph-mon[25852]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:41:02.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:01 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:02.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:01 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:02.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:01 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:02.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:01 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:02.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:01 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:02.480 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:41:02.481 INFO:teuthology.orchestra.run.smithi047.stdout:[{"addr": "172.21.15.47", "hostname": "smithi047", "labels": [], "status": ""}, {"addr": "172.21.15.155", "hostname": "smithi155", "labels": [], "status": ""}] 2024-09-17T08:41:03.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:02 smithi047 ceph-mon[25852]: Deploying daemon alertmanager.smithi047 on smithi047 2024-09-17T08:41:03.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:02 smithi047 ceph-mon[25852]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:41:03.227 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-17T08:41:03.227 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd crush tunables default 2024-09-17T08:41:03.484 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:41:04.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:03 smithi047 ceph-mon[25852]: from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:41:05.127 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:04 smithi047 ceph-mon[25852]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:41:06.002 INFO:teuthology.orchestra.run.smithi047.stderr:adjusted tunables profile to default 2024-09-17T08:41:06.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:05 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/1575842913' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-17T08:41:06.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:05 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:07.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:07 smithi047 ceph-mon[25852]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:41:07.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:07 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/1575842913' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-17T08:41:07.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:07 smithi047 ceph-mon[25852]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T08:41:07.145 INFO:tasks.cephadm:Adding mon.smithi047 on smithi047 2024-09-17T08:41:07.145 INFO:tasks.cephadm:Adding mon.smithi155 on smithi155 2024-09-17T08:41:07.145 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph orch apply mon '2;smithi047:172.21.15.47=smithi047;smithi155:172.21.15.155=smithi155' 2024-09-17T08:41:07.389 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T08:41:07.432 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T08:41:09.211 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:09 smithi047 ceph-mon[25852]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:41:09.224 INFO:teuthology.orchestra.run.smithi155.stdout:Scheduled mon update... 2024-09-17T08:41:09.835 DEBUG:teuthology.orchestra.run.smithi155:mon.smithi155> sudo journalctl -f -n 0 -u ceph-4332e12c-74d0-11ef-bceb-c7b262605968@mon.smithi155.service 2024-09-17T08:41:09.838 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:41:09.838 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:41:10.197 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T08:41:10.240 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T08:41:10.542 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:10 smithi047 ceph-mon[25852]: from='client.14195 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi047:172.21.15.47=smithi047;smithi155:172.21.15.155=smithi155", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:41:10.542 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:10 smithi047 ceph-mon[25852]: Saving service mon spec with placement smithi047:172.21.15.47=smithi047;smithi155:172.21.15.155=smithi155;count:2 2024-09-17T08:41:10.542 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:10 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:10.542 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:10 smithi047 ceph-mon[25852]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:41:11.954 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-17T08:41:11.955 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"4332e12c-74d0-11ef-bceb-c7b262605968","modified":"2024-09-17T08:39:39.240244Z","created":"2024-09-17T08:39:39.240244Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:41:11.955 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-17T08:41:12.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:12 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:12.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:12 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:12.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:12 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:12.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:12 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:12.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:12 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:12.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:12 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:12.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:12 smithi047 ceph-mon[25852]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-17T08:41:12.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:12 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:12.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:12 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:12.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:12 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-17T08:41:12.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:12 smithi047 ceph-mon[25852]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-17T08:41:12.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:12 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:12.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:12 smithi047 ceph-mon[25852]: Deploying daemon grafana.smithi047 on smithi047 2024-09-17T08:41:12.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:12 smithi047 ceph-mon[25852]: from='client.? 172.21.15.155:0/1140247697' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:41:12.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:12 smithi047 ceph-mon[25852]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:41:13.555 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:41:13.555 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:41:13.754 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T08:41:13.796 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T08:41:15.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:15 smithi047 ceph-mon[25852]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:41:15.561 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-17T08:41:15.565 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"4332e12c-74d0-11ef-bceb-c7b262605968","modified":"2024-09-17T08:39:39.240244Z","created":"2024-09-17T08:39:39.240244Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:41:15.565 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-17T08:41:16.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:16 smithi047 ceph-mon[25852]: from='client.? 172.21.15.155:0/1716200747' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:41:16.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:16 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:17.133 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:41:17.134 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:41:17.329 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T08:41:17.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:17 smithi047 ceph-mon[25852]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:41:17.373 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T08:41:19.135 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-17T08:41:19.135 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"4332e12c-74d0-11ef-bceb-c7b262605968","modified":"2024-09-17T08:39:39.240244Z","created":"2024-09-17T08:39:39.240244Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:41:19.135 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-17T08:41:19.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:19 smithi047 ceph-mon[25852]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:41:20.317 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:20 smithi047 ceph-mon[25852]: from='client.? 172.21.15.155:0/760887688' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:41:20.740 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:41:20.740 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:41:20.938 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T08:41:20.981 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T08:41:21.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:21 smithi047 ceph-mon[25852]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:41:22.633 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-17T08:41:22.633 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"4332e12c-74d0-11ef-bceb-c7b262605968","modified":"2024-09-17T08:39:39.240244Z","created":"2024-09-17T08:39:39.240244Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:41:22.634 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-17T08:41:23.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:22 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:23.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:22 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:23.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:22 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:23.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:22 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:23.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:22 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:23.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:22 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:23.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:22 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:23.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:22 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:23.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:22 smithi047 ceph-mon[25852]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:41:23.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:22 smithi047 ceph-mon[25852]: from='client.? 172.21.15.155:0/1576563290' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:41:24.225 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:41:24.226 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:41:24.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:23 smithi047 ceph-mon[25852]: Deploying daemon prometheus.smithi047 on smithi047 2024-09-17T08:41:24.420 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T08:41:24.463 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T08:41:25.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:24 smithi047 ceph-mon[25852]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:41:26.166 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-17T08:41:26.166 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"4332e12c-74d0-11ef-bceb-c7b262605968","modified":"2024-09-17T08:39:39.240244Z","created":"2024-09-17T08:39:39.240244Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:41:26.166 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-17T08:41:27.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:27 smithi047 ceph-mon[25852]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:41:27.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:27 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:27.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:27 smithi047 ceph-mon[25852]: from='client.? 172.21.15.155:0/4121205080' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:41:27.755 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:41:27.756 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:41:27.949 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T08:41:27.992 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T08:41:29.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:29 smithi047 ceph-mon[25852]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:41:29.739 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-17T08:41:29.739 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"4332e12c-74d0-11ef-bceb-c7b262605968","modified":"2024-09-17T08:39:39.240244Z","created":"2024-09-17T08:39:39.240244Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:41:29.740 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-17T08:41:30.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:30 smithi047 ceph-mon[25852]: from='client.? 172.21.15.155:0/3847301460' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:41:31.256 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:41:31.257 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:41:31.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:31 smithi047 ceph-mon[25852]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:41:31.451 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T08:41:31.495 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T08:41:33.188 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:33 smithi047 ceph-mon[25852]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:41:33.206 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-17T08:41:33.206 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"4332e12c-74d0-11ef-bceb-c7b262605968","modified":"2024-09-17T08:39:39.240244Z","created":"2024-09-17T08:39:39.240244Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:41:33.207 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-17T08:41:34.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:34 smithi047 ceph-mon[25852]: from='client.? 172.21.15.155:0/494469273' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:41:34.811 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:41:34.811 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:41:35.004 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T08:41:35.047 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T08:41:35.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:35 smithi047 ceph-mon[25852]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:41:35.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:35 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:35.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:35 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:35.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:35 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:35.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:35 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-17T08:41:36.844 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-17T08:41:36.844 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"4332e12c-74d0-11ef-bceb-c7b262605968","modified":"2024-09-17T08:39:39.240244Z","created":"2024-09-17T08:39:39.240244Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:41:36.844 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-17T08:41:37.234 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:36 smithi047 ceph-mon[25852]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-17T08:41:37.235 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:36 smithi047 ceph-mon[25852]: mgrmap e14: smithi047.betvbg(active, since 59s) 2024-09-17T08:41:37.235 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:36 smithi047 ceph-mon[25852]: from='client.? 172.21.15.155:0/2218961381' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:41:38.456 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:41:38.457 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:41:38.657 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T08:41:38.697 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T08:41:40.365 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-17T08:41:40.365 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"4332e12c-74d0-11ef-bceb-c7b262605968","modified":"2024-09-17T08:39:39.240244Z","created":"2024-09-17T08:39:39.240244Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:41:40.365 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-17T08:41:40.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:40 smithi047 ceph-mon[25852]: from='client.? 172.21.15.155:0/2531351749' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:41:41.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:41 smithi047 ceph-mon[25852]: Active manager daemon smithi047.betvbg restarted 2024-09-17T08:41:41.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:41 smithi047 ceph-mon[25852]: Activating manager daemon smithi047.betvbg 2024-09-17T08:41:41.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:41 smithi047 ceph-mon[25852]: osdmap e5: 0 total, 0 up, 0 in 2024-09-17T08:41:41.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:41 smithi047 ceph-mon[25852]: mgrmap e15: smithi047.betvbg(active, starting, since 0.00313508s) 2024-09-17T08:41:41.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:41 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2024-09-17T08:41:41.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:41 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mgr metadata", "who": "smithi047.betvbg", "id": "smithi047.betvbg"}]: dispatch 2024-09-17T08:41:41.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:41 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T08:41:41.593 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:41 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T08:41:41.593 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:41 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T08:41:41.593 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:41 smithi047 ceph-mon[25852]: Manager daemon smithi047.betvbg is now available 2024-09-17T08:41:41.593 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:41 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:41:41.593 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:41 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:41.593 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:41 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:41:41.593 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:41 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.betvbg/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:41:41.594 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:41 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.betvbg/trash_purge_schedule"}]: dispatch 2024-09-17T08:41:41.919 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:41:41.919 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:41:42.113 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T08:41:42.159 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T08:41:42.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:42 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:42.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:42 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:42.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:42 smithi047 ceph-mon[25852]: mgrmap e16: smithi047.betvbg(active, since 1.00504s) 2024-09-17T08:41:42.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:42 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:44.837 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:44 smithi047 ceph-mon[25852]: [17/Sep/2024:08:41:42] ENGINE Bus STARTING 2024-09-17T08:41:44.837 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:44 smithi047 ceph-mon[25852]: [17/Sep/2024:08:41:43] ENGINE Serving on http://172.21.15.47:8765 2024-09-17T08:41:44.838 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:44 smithi047 ceph-mon[25852]: [17/Sep/2024:08:41:43] ENGINE Serving on https://172.21.15.47:7150 2024-09-17T08:41:44.838 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:44 smithi047 ceph-mon[25852]: [17/Sep/2024:08:41:43] ENGINE Bus STARTED 2024-09-17T08:41:44.838 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:44 smithi047 ceph-mon[25852]: [17/Sep/2024:08:41:43] ENGINE Error in HTTPServer.serve 2024-09-17T08:41:44.838 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: Traceback (most recent call last): 2024-09-17T08:41:44.838 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T08:41:44.838 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: self._connections.run(self.expiration_interval) 2024-09-17T08:41:44.838 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T08:41:44.838 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: self._run(expiration_interval) 2024-09-17T08:41:44.838 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T08:41:44.838 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T08:41:44.838 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T08:41:44.838 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T08:41:44.838 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T08:41:44.839 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: s = self.context.wrap_socket( 2024-09-17T08:41:44.839 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T08:41:44.839 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: return self.sslsocket_class._create( 2024-09-17T08:41:44.839 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T08:41:44.839 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: self.do_handshake() 2024-09-17T08:41:44.839 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T08:41:44.839 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: self._sslobj.do_handshake() 2024-09-17T08:41:44.839 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T08:41:44.839 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:44 smithi047 ceph-mon[25852]: mgrmap e17: smithi047.betvbg(active, since 2s) 2024-09-17T08:41:45.291 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-17T08:41:45.291 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"4332e12c-74d0-11ef-bceb-c7b262605968","modified":"2024-09-17T08:39:39.240244Z","created":"2024-09-17T08:39:39.240244Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:41:45.292 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-17T08:41:45.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:45 smithi047 ceph-mon[25852]: from='client.? 172.21.15.155:0/1941154327' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:41:45.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:45 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:45.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:45 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:46.952 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:41:46.952 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:41:47.145 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T08:41:47.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:46 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:47.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:46 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:47.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:46 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:41:47.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:46 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:47.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:46 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:47.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:46 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:47.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:46 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:47.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:46 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config rm", "who": "osd/host:smithi155", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:41:47.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:46 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:41:47.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:46 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:41:48.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:47 smithi047 ceph-mon[25852]: Updating smithi047:/etc/ceph/ceph.conf 2024-09-17T08:41:48.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:47 smithi047 ceph-mon[25852]: Updating smithi155:/etc/ceph/ceph.conf 2024-09-17T08:41:48.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:47 smithi047 ceph-mon[25852]: Updating smithi155:/var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T08:41:48.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:47 smithi047 ceph-mon[25852]: Updating smithi047:/var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T08:41:48.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:47 smithi047 ceph-mon[25852]: Updating smithi155:/etc/ceph/ceph.client.admin.keyring 2024-09-17T08:41:48.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:47 smithi047 ceph-mon[25852]: Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-09-17T08:41:48.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:48.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:48.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:48.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:48.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:48.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi155", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-09-17T08:41:48.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi155", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-17T08:41:48.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:41:48.833 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-17T08:41:48.833 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"4332e12c-74d0-11ef-bceb-c7b262605968","modified":"2024-09-17T08:39:39.240244Z","created":"2024-09-17T08:39:39.240244Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:41:48.833 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-17T08:41:49.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:48 smithi047 ceph-mon[25852]: Updating smithi155:/var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T08:41:49.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:48 smithi047 ceph-mon[25852]: Updating smithi047:/var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T08:41:49.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:48 smithi047 ceph-mon[25852]: Deploying daemon ceph-exporter.smithi155 on smithi155 2024-09-17T08:41:49.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:48 smithi047 ceph-mon[25852]: from='client.? 172.21.15.155:0/4022322299' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:41:50.443 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:41:50.443 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:41:50.700 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T08:41:52.953 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-17T08:41:52.953 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"4332e12c-74d0-11ef-bceb-c7b262605968","modified":"2024-09-17T08:39:39.240244Z","created":"2024-09-17T08:39:39.240244Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:41:52.953 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-17T08:41:53.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:52 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:53.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:52 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:53.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:52 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:53.305 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:52 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:53.305 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:52 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi155", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:41:53.305 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:52 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi155", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-17T08:41:53.305 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:52 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:41:53.305 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:52 smithi047 ceph-mon[25852]: Deploying daemon crash.smithi155 on smithi155 2024-09-17T08:41:54.293 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:53 smithi047 ceph-mon[25852]: from='client.? 172.21.15.155:0/1351502366' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:41:55.503 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:41:55.503 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:41:55.873 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T08:41:56.591 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:56 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:56.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:56 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:56.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:56 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:56.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:56 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:56.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:56 smithi047 ceph-mon[25852]: Deploying daemon node-exporter.smithi155 on smithi155 2024-09-17T08:41:56.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:56 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:41:56.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:56 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:41:57.819 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-17T08:41:57.819 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"4332e12c-74d0-11ef-bceb-c7b262605968","modified":"2024-09-17T08:39:39.240244Z","created":"2024-09-17T08:39:39.240244Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:41:57.819 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-17T08:41:58.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:41:57 smithi047 ceph-mon[25852]: from='client.? 172.21.15.155:0/162541939' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:41:59.890 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:41:59.891 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:42:00.762 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T08:42:01.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:00 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:01.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:00 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:01.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:00 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:01.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:00 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:01.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:00 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi155.vtedcp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:42:01.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:00 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi155.vtedcp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-17T08:42:01.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:00 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T08:42:01.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:00 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:01.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:00 smithi047 ceph-mon[25852]: Deploying daemon mgr.smithi155.vtedcp on smithi155 2024-09-17T08:42:02.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:01 smithi047 ceph-mon[25852]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:02.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:01 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:03.355 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-17T08:42:03.355 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"4332e12c-74d0-11ef-bceb-c7b262605968","modified":"2024-09-17T08:39:39.240244Z","created":"2024-09-17T08:39:39.240244Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:42:03.356 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-17T08:42:04.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:03 smithi047 ceph-mon[25852]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:04.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:03 smithi047 ceph-mon[25852]: from='client.? 172.21.15.155:0/1286101999' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:42:04.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:03 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:04.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:03 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:04.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:03 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:04.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:03 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:04.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:03 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T08:42:04.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:03 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:05.236 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:42:05.236 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:42:05.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:04 smithi047 ceph-mon[25852]: Deploying daemon mon.smithi155 on smithi155 2024-09-17T08:42:06.119 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T08:42:06.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:05 smithi047 ceph-mon[25852]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:07.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:06 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:07.441 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:07 smithi155 systemd[1]: Starting Ceph mon.smithi155 for 4332e12c-74d0-11ef-bceb-c7b262605968... 2024-09-17T08:42:08.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:07 smithi047 ceph-mon[25852]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:08.513 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-17T08:42:08.513 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"4332e12c-74d0-11ef-bceb-c7b262605968","modified":"2024-09-17T08:39:39.240244Z","created":"2024-09-17T08:39:39.240244Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T08:42:08.514 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-17T08:42:08.732 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 podman[35441]: 2024-09-17 08:42:08.285051474 +0000 UTC m=+0.196979046 image pull 980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T08:42:08.732 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 podman[35441]: 2024-09-17 08:42:08.420695071 +0000 UTC m=+0.332622630 container create 8147e5a8467028ea9b6e821bfbbef9ac021f00143657cec41506e08a7b6410cd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-4332e12c-74d0-11ef-bceb-c7b262605968-mon-smithi155, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, io.buildah.version=1.37.2) 2024-09-17T08:42:09.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 podman[35441]: 2024-09-17 08:42:08.841185199 +0000 UTC m=+0.753112759 container init 8147e5a8467028ea9b6e821bfbbef9ac021f00143657cec41506e08a7b6410cd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-4332e12c-74d0-11ef-bceb-c7b262605968-mon-smithi155, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, RELEASE=reef-19e2a2b, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-09-17T08:42:09.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 podman[35441]: 2024-09-17 08:42:08.84625969 +0000 UTC m=+0.758187241 container start 8147e5a8467028ea9b6e821bfbbef9ac021f00143657cec41506e08a7b6410cd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-4332e12c-74d0-11ef-bceb-c7b262605968-mon-smithi155, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-19e2a2b, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731) 2024-09-17T08:42:09.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: set uid:gid to 167:167 (ceph:ceph) 2024-09-17T08:42:09.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable), process ceph-mon, pid 7 2024-09-17T08:42:09.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: pidfile_write: ignore empty --pid-file 2024-09-17T08:42:09.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: load: jerasure load: lrc 2024-09-17T08:42:09.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: RocksDB version: 7.9.2 2024-09-17T08:42:09.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Git sha 0 2024-09-17T08:42:09.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Compile date 2024-09-16 15:15:13 2024-09-17T08:42:09.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: DB SUMMARY 2024-09-17T08:42:09.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: DB Session ID: YDDKNTOS2PQJ54Y2ZHD2 2024-09-17T08:42:09.060 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: CURRENT file: CURRENT 2024-09-17T08:42:09.060 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: IDENTITY file: IDENTITY 2024-09-17T08:42:09.060 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-17T08:42:09.060 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi155/store.db dir, Total Num: 0, files: 2024-09-17T08:42:09.060 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi155/store.db: 000004.log size: 511 ; 2024-09-17T08:42:09.060 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.error_if_exists: 0 2024-09-17T08:42:09.060 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.create_if_missing: 0 2024-09-17T08:42:09.060 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.paranoid_checks: 1 2024-09-17T08:42:09.060 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-17T08:42:09.060 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-17T08:42:09.060 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-17T08:42:09.060 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.env: 0x55749f19dbc0 2024-09-17T08:42:09.061 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.fs: PosixFileSystem 2024-09-17T08:42:09.061 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.info_log: 0x5574a1276dc0 2024-09-17T08:42:09.061 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.max_file_opening_threads: 16 2024-09-17T08:42:09.061 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.statistics: (nil) 2024-09-17T08:42:09.061 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.use_fsync: 0 2024-09-17T08:42:09.061 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.max_log_file_size: 0 2024-09-17T08:42:09.061 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T08:42:09.061 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T08:42:09.061 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.keep_log_file_num: 1000 2024-09-17T08:42:09.061 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.recycle_log_file_num: 0 2024-09-17T08:42:09.061 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.allow_fallocate: 1 2024-09-17T08:42:09.061 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.allow_mmap_reads: 0 2024-09-17T08:42:09.062 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.allow_mmap_writes: 0 2024-09-17T08:42:09.062 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.use_direct_reads: 0 2024-09-17T08:42:09.062 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T08:42:09.062 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.create_missing_column_families: 0 2024-09-17T08:42:09.062 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.db_log_dir: 2024-09-17T08:42:09.062 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.wal_dir: 2024-09-17T08:42:09.062 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T08:42:09.062 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T08:42:09.062 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T08:42:09.062 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T08:42:09.062 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T08:42:09.062 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T08:42:09.063 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.advise_random_on_open: 1 2024-09-17T08:42:09.063 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.db_write_buffer_size: 0 2024-09-17T08:42:09.063 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.write_buffer_manager: 0x5574a1284320 2024-09-17T08:42:09.063 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T08:42:09.063 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T08:42:09.063 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T08:42:09.063 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.rate_limiter: (nil) 2024-09-17T08:42:09.063 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T08:42:09.063 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.wal_recovery_mode: 2 2024-09-17T08:42:09.063 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.enable_thread_tracking: 0 2024-09-17T08:42:09.063 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.enable_pipelined_write: 0 2024-09-17T08:42:09.063 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.unordered_write: 0 2024-09-17T08:42:09.063 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T08:42:09.063 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T08:42:09.064 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T08:42:09.064 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T08:42:09.064 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.row_cache: None 2024-09-17T08:42:09.064 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.wal_filter: None 2024-09-17T08:42:09.066 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T08:42:09.066 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.allow_ingest_behind: 0 2024-09-17T08:42:09.066 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.two_write_queues: 0 2024-09-17T08:42:09.066 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.manual_wal_flush: 0 2024-09-17T08:42:09.066 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.wal_compression: 0 2024-09-17T08:42:09.066 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.atomic_flush: 0 2024-09-17T08:42:09.066 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T08:42:09.067 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T08:42:09.067 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T08:42:09.067 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.log_readahead_size: 0 2024-09-17T08:42:09.067 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-17T08:42:09.067 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.best_efforts_recovery: 0 2024-09-17T08:42:09.067 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-17T08:42:09.067 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-17T08:42:09.067 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.allow_data_in_errors: 0 2024-09-17T08:42:09.067 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.db_host_id: __hostname__ 2024-09-17T08:42:09.067 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-17T08:42:09.067 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.max_background_jobs: 2 2024-09-17T08:42:09.067 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.max_background_compactions: -1 2024-09-17T08:42:09.067 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.max_subcompactions: 1 2024-09-17T08:42:09.068 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T08:42:09.068 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T08:42:09.068 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T08:42:09.068 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.max_total_wal_size: 0 2024-09-17T08:42:09.068 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T08:42:09.068 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T08:42:09.068 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T08:42:09.068 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T08:42:09.068 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.max_open_files: -1 2024-09-17T08:42:09.068 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.bytes_per_sync: 0 2024-09-17T08:42:09.068 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T08:42:09.068 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T08:42:09.068 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.compaction_readahead_size: 0 2024-09-17T08:42:09.069 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.max_background_flushes: -1 2024-09-17T08:42:09.069 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Compression algorithms supported: 2024-09-17T08:42:09.069 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: kZSTD supported: 0 2024-09-17T08:42:09.069 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: kXpressCompression supported: 0 2024-09-17T08:42:09.069 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: kBZip2Compression supported: 0 2024-09-17T08:42:09.069 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T08:42:09.069 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: kLZ4Compression supported: 1 2024-09-17T08:42:09.069 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: kZlibCompression supported: 1 2024-09-17T08:42:09.069 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: kLZ4HCCompression supported: 1 2024-09-17T08:42:09.069 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: kSnappyCompression supported: 1 2024-09-17T08:42:09.069 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T08:42:09.069 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-17T08:42:09.069 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi155/store.db/MANIFEST-000005 2024-09-17T08:42:09.069 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-17T08:42:09.070 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T08:42:09.070 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.merge_operator: 2024-09-17T08:42:09.070 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.compaction_filter: None 2024-09-17T08:42:09.070 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.compaction_filter_factory: None 2024-09-17T08:42:09.070 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.sst_partitioner_factory: None 2024-09-17T08:42:09.070 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T08:42:09.070 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T08:42:09.070 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5574a1276a20) 2024-09-17T08:42:09.070 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: cache_index_and_filter_blocks: 1 2024-09-17T08:42:09.070 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T08:42:09.070 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T08:42:09.070 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: pin_top_level_index_and_filter: 1 2024-09-17T08:42:09.070 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: index_type: 0 2024-09-17T08:42:09.070 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: data_block_index_type: 0 2024-09-17T08:42:09.071 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: index_shortening: 1 2024-09-17T08:42:09.071 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-17T08:42:09.071 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: checksum: 4 2024-09-17T08:42:09.071 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: no_block_cache: 0 2024-09-17T08:42:09.071 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: block_cache: 0x5574a126b350 2024-09-17T08:42:09.071 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: block_cache_name: BinnedLRUCache 2024-09-17T08:42:09.071 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: block_cache_options: 2024-09-17T08:42:09.071 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: capacity : 536870912 2024-09-17T08:42:09.071 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: num_shard_bits : 4 2024-09-17T08:42:09.072 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: strict_capacity_limit : 0 2024-09-17T08:42:09.072 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: high_pri_pool_ratio: 0.000 2024-09-17T08:42:09.072 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: block_cache_compressed: (nil) 2024-09-17T08:42:09.072 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: persistent_cache: (nil) 2024-09-17T08:42:09.072 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: block_size: 4096 2024-09-17T08:42:09.072 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: block_size_deviation: 10 2024-09-17T08:42:09.072 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: block_restart_interval: 16 2024-09-17T08:42:09.072 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: index_block_restart_interval: 1 2024-09-17T08:42:09.072 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: metadata_block_size: 4096 2024-09-17T08:42:09.072 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: partition_filters: 0 2024-09-17T08:42:09.072 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: use_delta_encoding: 1 2024-09-17T08:42:09.072 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: filter_policy: bloomfilter 2024-09-17T08:42:09.072 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: whole_key_filtering: 1 2024-09-17T08:42:09.072 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: verify_compression: 0 2024-09-17T08:42:09.073 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: read_amp_bytes_per_bit: 0 2024-09-17T08:42:09.073 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: format_version: 5 2024-09-17T08:42:09.073 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: enable_index_compression: 1 2024-09-17T08:42:09.073 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: block_align: 0 2024-09-17T08:42:09.073 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: max_auto_readahead_size: 262144 2024-09-17T08:42:09.073 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: prepopulate_block_cache: 0 2024-09-17T08:42:09.073 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: initial_auto_readahead_size: 8192 2024-09-17T08:42:09.073 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: num_file_reads_for_auto_readahead: 2 2024-09-17T08:42:09.073 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.write_buffer_size: 33554432 2024-09-17T08:42:09.073 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.max_write_buffer_number: 2 2024-09-17T08:42:09.073 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.compression: NoCompression 2024-09-17T08:42:09.073 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.bottommost_compression: Disabled 2024-09-17T08:42:09.073 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.prefix_extractor: nullptr 2024-09-17T08:42:09.074 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T08:42:09.074 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.num_levels: 7 2024-09-17T08:42:09.074 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T08:42:09.074 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T08:42:09.074 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T08:42:09.076 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T08:42:09.076 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T08:42:09.076 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T08:42:09.076 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T08:42:09.076 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T08:42:09.077 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-17T08:42:09.077 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T08:42:09.077 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-17T08:42:09.077 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-17T08:42:09.077 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T08:42:09.077 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.compression_opts.level: 32767 2024-09-17T08:42:09.077 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.compression_opts.strategy: 0 2024-09-17T08:42:09.077 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T08:42:09.077 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T08:42:09.077 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-17T08:42:09.077 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-17T08:42:09.077 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.compression_opts.enabled: false 2024-09-17T08:42:09.077 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-17T08:42:09.077 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T08:42:09.078 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T08:42:09.078 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T08:42:09.078 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.target_file_size_base: 67108864 2024-09-17T08:42:09.078 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T08:42:09.078 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T08:42:09.078 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T08:42:09.078 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T08:42:09.078 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T08:42:09.078 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T08:42:09.078 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T08:42:09.078 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T08:42:09.078 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T08:42:09.078 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T08:42:09.078 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T08:42:09.079 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T08:42:09.079 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T08:42:09.079 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-17T08:42:09.079 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.arena_block_size: 1048576 2024-09-17T08:42:09.079 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T08:42:09.079 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T08:42:09.079 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.disable_auto_compactions: 0 2024-09-17T08:42:09.079 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T08:42:09.079 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T08:42:09.079 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T08:42:09.079 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T08:42:09.079 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T08:42:09.079 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T08:42:09.080 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T08:42:09.080 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T08:42:09.080 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T08:42:09.080 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T08:42:09.080 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-17T08:42:09.080 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.inplace_update_support: 0 2024-09-17T08:42:09.080 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T08:42:09.080 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T08:42:09.080 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T08:42:09.080 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T08:42:09.080 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.bloom_locality: 0 2024-09-17T08:42:09.080 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.max_successive_merges: 0 2024-09-17T08:42:09.080 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T08:42:09.080 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.paranoid_file_checks: 0 2024-09-17T08:42:09.081 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.force_consistency_checks: 1 2024-09-17T08:42:09.081 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.report_bg_io_stats: 0 2024-09-17T08:42:09.081 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.ttl: 2592000 2024-09-17T08:42:09.081 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T08:42:09.081 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-17T08:42:09.081 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-17T08:42:09.081 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.enable_blob_files: false 2024-09-17T08:42:09.081 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.min_blob_size: 0 2024-09-17T08:42:09.081 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.blob_file_size: 268435456 2024-09-17T08:42:09.081 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-17T08:42:09.081 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-17T08:42:09.081 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-17T08:42:09.081 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-17T08:42:09.081 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-17T08:42:09.082 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.blob_file_starting_level: 0 2024-09-17T08:42:09.082 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-17T08:42:09.082 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi155/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, 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:42:09.082 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-17T08:42:09.082 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 2c44b0ed-ffcb-46ae-86b7-3840416bc3d1 2024-09-17T08:42:09.082 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726562528872851, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-17T08:42:09.082 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-17T08:42:09.082 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726562528873268, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[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": 1726562528, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "2c44b0ed-ffcb-46ae-86b7-3840416bc3d1", "db_session_id": "YDDKNTOS2PQJ54Y2ZHD2", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-17T08:42:09.082 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726562528873363, "job": 1, "event": "recovery_finished"} 2024-09-17T08:42:09.082 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-17T08:42:09.082 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi155/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-17T08:42:09.082 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5574a1296e00 2024-09-17T08:42:09.083 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: DB pointer 0x5574a138a000 2024-09-17T08:42:09.083 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-17T08:42:09.083 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-17T08:42:09.083 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: ** DB Stats ** 2024-09-17T08:42:09.083 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T08:42:09.083 INFO:journalctl@ceph.mon.smithi155.smithi155.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:42:09.083 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T08:42:09.083 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T08:42:09.083 INFO:journalctl@ceph.mon.smithi155.smithi155.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:42:09.083 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T08:42:09.083 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T08:42:09.083 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: 2024-09-17T08:42:09.083 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: ** Compaction Stats [default] ** 2024-09-17T08:42:09.084 INFO:journalctl@ceph.mon.smithi155.smithi155.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:42:09.084 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-17T08:42:09.084 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T08:42:09.084 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T08:42:09.084 INFO:journalctl@ceph.mon.smithi155.smithi155.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 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T08:42:09.084 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: 2024-09-17T08:42:09.084 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: ** Compaction Stats [default] ** 2024-09-17T08:42:09.084 INFO:journalctl@ceph.mon.smithi155.smithi155.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:42:09.084 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T08:42:09.084 INFO:journalctl@ceph.mon.smithi155.smithi155.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 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T08:42:09.084 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: 2024-09-17T08:42:09.084 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-17T08:42:09.084 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: 2024-09-17T08:42:09.085 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T08:42:09.085 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T08:42:09.085 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T08:42:09.085 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T08:42:09.085 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T08:42:09.085 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-17T08:42:09.085 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Cumulative compaction: 0.00 GB write, 0.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T08:42:09.085 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Interval compaction: 0.00 GB write, 0.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T08:42:09.085 INFO:journalctl@ceph.mon.smithi155.smithi155.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:42:09.085 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Block cache BinnedLRUCache@0x5574a126b350#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-09-17T08:42:09.085 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-09-17T08:42:09.085 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: 2024-09-17T08:42:09.085 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-17T08:42:09.086 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: mon.smithi155 does not exist in monmap, will attempt to join an existing cluster 2024-09-17T08:42:09.086 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: using public_addr v2:172.21.15.155:0/0 -> [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] 2024-09-17T08:42:09.086 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: starting mon.smithi155 rank -1 at public addrs [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] at bind addrs [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi155 fsid 4332e12c-74d0-11ef-bceb-c7b262605968 2024-09-17T08:42:09.086 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: mon.smithi155@-1(???) e0 preinit fsid 4332e12c-74d0-11ef-bceb-c7b262605968 2024-09-17T08:42:09.086 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: mon.smithi155@-1(synchronizing).mds e1 new map 2024-09-17T08:42:09.086 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: mon.smithi155@-1(synchronizing).mds e1 print_map 2024-09-17T08:42:09.086 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: e1 2024-09-17T08:42:09.086 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-17T08:42:09.086 INFO:journalctl@ceph.mon.smithi155.smithi155.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:42:09.086 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: legacy client fscid: -1 2024-09-17T08:42:09.087 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: 2024-09-17T08:42:09.087 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: No filesystems configured 2024-09-17T08:42:09.087 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: mon.smithi155@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-17T08:42:09.087 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: mon.smithi155@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-17T08:42:09.087 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: mon.smithi155@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-17T08:42:09.087 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: mon.smithi155@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-17T08:42:09.087 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: mon.smithi155@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-17T08:42:09.087 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: mon.smithi155@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-17T08:42:09.087 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: mon.smithi155@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-09-17T08:42:09.087 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: mon.smithi155@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-17T08:42:09.087 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: mon.smithi155@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T08:42:09.087 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: mon.smithi155@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T08:42:09.087 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: mon.smithi155@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T08:42:09.087 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='client.14189 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi155", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:09.087 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:09.088 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.088 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: Deploying cephadm binary to smithi155 2024-09-17T08:42:09.088 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.088 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.088 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.088 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.088 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: Deploying daemon node-exporter.smithi047 on smithi047 2024-09-17T08:42:09.088 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:09.088 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.088 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: Added host smithi155 2024-09-17T08:42:09.088 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:09.088 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.088 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.089 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.089 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.089 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.089 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: Deploying daemon alertmanager.smithi047 on smithi047 2024-09-17T08:42:09.089 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:09.089 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:42:09.089 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:09.089 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/1575842913' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-17T08:42:09.089 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.089 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:09.089 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/1575842913' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-17T08:42:09.089 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T08:42:09.089 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:09.090 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='client.14195 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi047:172.21.15.47=smithi047;smithi155:172.21.15.155=smithi155", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:09.090 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: Saving service mon spec with placement smithi047:172.21.15.47=smithi047;smithi155:172.21.15.155=smithi155;count:2 2024-09-17T08:42:09.090 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.090 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:09.090 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.090 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.090 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.090 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.090 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.090 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.090 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-17T08:42:09.090 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.090 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.090 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-17T08:42:09.091 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-17T08:42:09.091 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.091 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: Deploying daemon grafana.smithi047 on smithi047 2024-09-17T08:42:09.091 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='client.? 172.21.15.155:0/1140247697' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:42:09.091 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:09.091 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:09.091 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='client.? 172.21.15.155:0/1716200747' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:42:09.091 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.091 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:09.091 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:09.091 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='client.? 172.21.15.155:0/760887688' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:42:09.091 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:09.091 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.092 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.092 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.092 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.092 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.092 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.092 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.092 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.092 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:09.092 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='client.? 172.21.15.155:0/1576563290' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:42:09.092 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: Deploying daemon prometheus.smithi047 on smithi047 2024-09-17T08:42:09.092 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:09.092 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:09.092 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.092 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='client.? 172.21.15.155:0/4121205080' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:42:09.093 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:09.093 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='client.? 172.21.15.155:0/3847301460' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:42:09.093 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:09.093 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:09.093 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='client.? 172.21.15.155:0/494469273' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:42:09.093 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:09.093 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.093 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.093 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.093 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-17T08:42:09.093 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14162 172.21.15.47:0/68743853' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-17T08:42:09.093 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: mgrmap e14: smithi047.betvbg(active, since 59s) 2024-09-17T08:42:09.093 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='client.? 172.21.15.155:0/2218961381' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:42:09.093 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='client.? 172.21.15.155:0/2531351749' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:42:09.094 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: Active manager daemon smithi047.betvbg restarted 2024-09-17T08:42:09.094 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: Activating manager daemon smithi047.betvbg 2024-09-17T08:42:09.094 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: osdmap e5: 0 total, 0 up, 0 in 2024-09-17T08:42:09.094 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: mgrmap e15: smithi047.betvbg(active, starting, since 0.00313508s) 2024-09-17T08:42:09.094 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2024-09-17T08:42:09.094 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mgr metadata", "who": "smithi047.betvbg", "id": "smithi047.betvbg"}]: dispatch 2024-09-17T08:42:09.094 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T08:42:09.094 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T08:42:09.094 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T08:42:09.094 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: Manager daemon smithi047.betvbg is now available 2024-09-17T08:42:09.094 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:42:09.094 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.094 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:42:09.094 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.betvbg/mirror_snapshot_schedule"}]: dispatch 2024-09-17T08:42:09.095 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.betvbg/trash_purge_schedule"}]: dispatch 2024-09-17T08:42:09.095 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.095 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.095 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: mgrmap e16: smithi047.betvbg(active, since 1.00504s) 2024-09-17T08:42:09.095 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.095 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: [17/Sep/2024:08:41:42] ENGINE Bus STARTING 2024-09-17T08:42:09.095 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: [17/Sep/2024:08:41:43] ENGINE Serving on http://172.21.15.47:8765 2024-09-17T08:42:09.095 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: [17/Sep/2024:08:41:43] ENGINE Serving on https://172.21.15.47:7150 2024-09-17T08:42:09.095 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: [17/Sep/2024:08:41:43] ENGINE Bus STARTED 2024-09-17T08:42:09.095 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: [17/Sep/2024:08:41:43] ENGINE Error in HTTPServer.serve 2024-09-17T08:42:09.095 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-17T08:42:09.095 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T08:42:09.095 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: self._connections.run(self.expiration_interval) 2024-09-17T08:42:09.095 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T08:42:09.096 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: self._run(expiration_interval) 2024-09-17T08:42:09.096 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T08:42:09.096 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T08:42:09.096 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T08:42:09.096 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T08:42:09.096 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T08:42:09.096 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: s = self.context.wrap_socket( 2024-09-17T08:42:09.096 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T08:42:09.096 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.sslsocket_class._create( 2024-09-17T08:42:09.096 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T08:42:09.096 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: self.do_handshake() 2024-09-17T08:42:09.096 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T08:42:09.097 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: self._sslobj.do_handshake() 2024-09-17T08:42:09.097 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T08:42:09.097 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: mgrmap e17: smithi047.betvbg(active, since 2s) 2024-09-17T08:42:09.097 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='client.? 172.21.15.155:0/1941154327' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:42:09.097 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.097 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.097 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.097 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.097 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:42:09.097 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.097 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.097 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.097 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.098 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config rm", "who": "osd/host:smithi155", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:42:09.098 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:09.098 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:42:09.098 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: Updating smithi047:/etc/ceph/ceph.conf 2024-09-17T08:42:09.098 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: Updating smithi155:/etc/ceph/ceph.conf 2024-09-17T08:42:09.098 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: Updating smithi155:/var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T08:42:09.098 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: Updating smithi047:/var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T08:42:09.098 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: Updating smithi155:/etc/ceph/ceph.client.admin.keyring 2024-09-17T08:42:09.098 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-09-17T08:42:09.098 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.098 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.098 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.098 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.098 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.099 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi155", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-09-17T08:42:09.099 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi155", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-17T08:42:09.099 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:09.099 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: Updating smithi155:/var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T08:42:09.099 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: Updating smithi047:/var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T08:42:09.099 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: Deploying daemon ceph-exporter.smithi155 on smithi155 2024-09-17T08:42:09.099 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='client.? 172.21.15.155:0/4022322299' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:42:09.099 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.099 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.099 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.099 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.099 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi155", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:42:09.099 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi155", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-17T08:42:09.100 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:09.100 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: Deploying daemon crash.smithi155 on smithi155 2024-09-17T08:42:09.100 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='client.? 172.21.15.155:0/1351502366' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:42:09.100 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.100 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.100 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.100 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.100 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: Deploying daemon node-exporter.smithi155 on smithi155 2024-09-17T08:42:09.100 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.100 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:42:09.100 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='client.? 172.21.15.155:0/162541939' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:42:09.100 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.100 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.100 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi155.vtedcp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:42:09.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi155.vtedcp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-17T08:42:09.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T08:42:09.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:09.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: Deploying daemon mgr.smithi155.vtedcp on smithi155 2024-09-17T08:42:09.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:09.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:09.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='client.? 172.21.15.155:0/1286101999' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:42:09.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T08:42:09.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:09.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: Deploying daemon mon.smithi155 on smithi155 2024-09-17T08:42:09.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:09.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:09.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:09.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 ceph-mon[35543]: mon.smithi155@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2024-09-17T08:42:09.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 bash[35441]: 8147e5a8467028ea9b6e821bfbbef9ac021f00143657cec41506e08a7b6410cd 2024-09-17T08:42:09.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:08 smithi155 systemd[1]: Started Ceph mon.smithi155 for 4332e12c-74d0-11ef-bceb-c7b262605968. 2024-09-17T08:42:10.523 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T08:42:10.523 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T08:42:10.731 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi155/config 2024-09-17T08:42:14.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:13 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2024-09-17T08:42:14.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:13 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-17T08:42:14.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:13 smithi155 ceph-mon[35543]: mon.smithi047 calling monitor election 2024-09-17T08:42:14.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:13 smithi155 ceph-mon[35543]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:14.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:13 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-17T08:42:14.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:13 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-17T08:42:14.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:13 smithi155 ceph-mon[35543]: mon.smithi155 calling monitor election 2024-09-17T08:42:14.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:13 smithi155 ceph-mon[35543]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:14.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:13 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:42:14.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:13 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-17T08:42:14.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:13 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-17T08:42:14.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:13 smithi155 ceph-mon[35543]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:14.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:13 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-17T08:42:14.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:13 smithi155 ceph-mon[35543]: mon.smithi047 is new leader, mons smithi047,smithi155 in quorum (ranks 0,1) 2024-09-17T08:42:14.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:13 smithi155 ceph-mon[35543]: monmap e2: 2 mons at {smithi047=[v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0],smithi155=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-17T08:42:14.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:13 smithi155 ceph-mon[35543]: fsmap 2024-09-17T08:42:14.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:13 smithi155 ceph-mon[35543]: osdmap e5: 0 total, 0 up, 0 in 2024-09-17T08:42:14.311 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:13 smithi155 ceph-mon[35543]: mgrmap e17: smithi047.betvbg(active, since 32s) 2024-09-17T08:42:14.311 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:13 smithi155 ceph-mon[35543]: overall HEALTH_OK 2024-09-17T08:42:14.311 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:13 smithi155 ceph-mon[35543]: Standby manager daemon smithi155.vtedcp started 2024-09-17T08:42:14.311 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:13 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:14.311 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:13 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:14.311 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:13 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:14.311 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:13 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:14.311 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:13 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:14.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:13 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2024-09-17T08:42:14.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:13 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-17T08:42:14.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:13 smithi047 ceph-mon[25852]: mon.smithi047 calling monitor election 2024-09-17T08:42:14.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:13 smithi047 ceph-mon[25852]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:14.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:13 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-17T08:42:14.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:13 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-17T08:42:14.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:13 smithi047 ceph-mon[25852]: mon.smithi155 calling monitor election 2024-09-17T08:42:14.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:13 smithi047 ceph-mon[25852]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:14.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:13 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:42:14.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:13 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-17T08:42:14.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:13 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-17T08:42:14.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:13 smithi047 ceph-mon[25852]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:14.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:13 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-17T08:42:14.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:13 smithi047 ceph-mon[25852]: mon.smithi047 is new leader, mons smithi047,smithi155 in quorum (ranks 0,1) 2024-09-17T08:42:14.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:13 smithi047 ceph-mon[25852]: monmap e2: 2 mons at {smithi047=[v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0],smithi155=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-17T08:42:14.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:13 smithi047 ceph-mon[25852]: fsmap 2024-09-17T08:42:14.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:13 smithi047 ceph-mon[25852]: osdmap e5: 0 total, 0 up, 0 in 2024-09-17T08:42:14.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:13 smithi047 ceph-mon[25852]: mgrmap e17: smithi047.betvbg(active, since 32s) 2024-09-17T08:42:14.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:13 smithi047 ceph-mon[25852]: overall HEALTH_OK 2024-09-17T08:42:14.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:13 smithi047 ceph-mon[25852]: Standby manager daemon smithi155.vtedcp started 2024-09-17T08:42:14.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:13 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:14.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:13 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:14.344 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:13 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:14.344 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:13 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:14.344 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:13 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:15.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:14 smithi155 ceph-mon[35543]: mgrmap e18: smithi047.betvbg(active, since 33s), standbys: smithi155.vtedcp 2024-09-17T08:42:15.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:14 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mgr metadata", "who": "smithi155.vtedcp", "id": "smithi155.vtedcp"}]: dispatch 2024-09-17T08:42:15.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:14 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:42:15.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:14 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-17T08:42:15.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:14 smithi047 ceph-mon[25852]: mgrmap e18: smithi047.betvbg(active, since 33s), standbys: smithi155.vtedcp 2024-09-17T08:42:15.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:14 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mgr metadata", "who": "smithi155.vtedcp", "id": "smithi155.vtedcp"}]: dispatch 2024-09-17T08:42:15.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:14 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:42:15.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:14 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-17T08:42:15.609 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-17T08:42:15.609 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":2,"fsid":"4332e12c-74d0-11ef-bceb-c7b262605968","modified":"2024-09-17T08:42:08.900962Z","created":"2024-09-17T08:39:39.240244Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi155","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:3300","nonce":0},{"type":"v1","addr":"172.21.15.155:6789","nonce":0}]},"addr":"172.21.15.155:6789/0","public_addr":"172.21.15.155:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-17T08:42:15.609 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 2 2024-09-17T08:42:16.279 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:15 smithi155 ceph-mon[35543]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:16.303 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:15 smithi155 ceph-mon[35543]: from='client.? 172.21.15.155:0/2124143289' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:42:16.303 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:15 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:16.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:15 smithi047 ceph-mon[25852]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:16.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:15 smithi047 ceph-mon[25852]: from='client.? 172.21.15.155:0/2124143289' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T08:42:16.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:15 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:16.636 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-17T08:42:16.636 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph config generate-minimal-conf 2024-09-17T08:42:16.852 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:42:17.224 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:17 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:17.224 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:17 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:17.225 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:17 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:17.225 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:17 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:42:17.225 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:17 smithi047 ceph-mon[25852]: Updating smithi047:/etc/ceph/ceph.conf 2024-09-17T08:42:17.225 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:17 smithi047 ceph-mon[25852]: Updating smithi155:/etc/ceph/ceph.conf 2024-09-17T08:42:17.225 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:17 smithi047 ceph-mon[25852]: Updating smithi155:/var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T08:42:17.225 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:17 smithi047 ceph-mon[25852]: Updating smithi047:/var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T08:42:17.225 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:17 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:17.225 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:17 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:17.225 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:17 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:17.225 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:17 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:17.225 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:17 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:17.225 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:17 smithi047 ceph-mon[25852]: Reconfiguring mon.smithi047 (unknown last config time)... 2024-09-17T08:42:17.225 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:17 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T08:42:17.226 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:17 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T08:42:17.226 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:17 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:17.226 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:17 smithi047 ceph-mon[25852]: Reconfiguring daemon mon.smithi047 on smithi047 2024-09-17T08:42:17.226 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:17 smithi047 ceph-mon[25852]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:17.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:17 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:17.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:17 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:17.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:17 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:17.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:17 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:42:17.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:17 smithi155 ceph-mon[35543]: Updating smithi047:/etc/ceph/ceph.conf 2024-09-17T08:42:17.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:17 smithi155 ceph-mon[35543]: Updating smithi155:/etc/ceph/ceph.conf 2024-09-17T08:42:17.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:17 smithi155 ceph-mon[35543]: Updating smithi155:/var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T08:42:17.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:17 smithi155 ceph-mon[35543]: Updating smithi047:/var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T08:42:17.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:17 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:17.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:17 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:17.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:17 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:17.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:17 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:17.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:17 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:17.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:17 smithi155 ceph-mon[35543]: Reconfiguring mon.smithi047 (unknown last config time)... 2024-09-17T08:42:17.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:17 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T08:42:17.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:17 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T08:42:17.560 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:17 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:17.560 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:17 smithi155 ceph-mon[35543]: Reconfiguring daemon mon.smithi047 on smithi047 2024-09-17T08:42:17.560 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:17 smithi155 ceph-mon[35543]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:19.081 INFO:teuthology.orchestra.run.smithi047.stdout:# minimal ceph.conf for 4332e12c-74d0-11ef-bceb-c7b262605968 2024-09-17T08:42:19.081 INFO:teuthology.orchestra.run.smithi047.stdout:[global] 2024-09-17T08:42:19.081 INFO:teuthology.orchestra.run.smithi047.stdout: fsid = 4332e12c-74d0-11ef-bceb-c7b262605968 2024-09-17T08:42:19.081 INFO:teuthology.orchestra.run.smithi047.stdout: mon_host = [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] 2024-09-17T08:42:19.741 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-17T08:42:19.742 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-17T08:42:19.742 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T08:42:19.770 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-17T08:42:19.770 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T08:42:19.836 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-17T08:42:19.837 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T08:42:19.869 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-17T08:42:19.870 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T08:42:19.939 INFO:tasks.cephadm:Deploying OSDs... 2024-09-17T08:42:19.939 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-17T08:42:19.940 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T08:42:19.956 DEBUG:teuthology.misc:devs=['/dev/nvme4n1', '/dev/nvme3n1', '/dev/nvme2n1', '/dev/nvme1n1'] 2024-09-17T08:42:19.957 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/nvme4n1 2024-09-17T08:42:20.013 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/nvme4n1 2024-09-17T08:42:20.013 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-17T08:42:20.013 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 1039 Links: 1 Device type: 103,8 2024-09-17T08:42:20.014 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-17T08:42:20.014 INFO:teuthology.orchestra.run.smithi047.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-09-17T08:42:20.014 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-09-17 08:40:49.421825014 +0000 2024-09-17T08:42:20.014 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-09-17 08:38:48.204477249 +0000 2024-09-17T08:42:20.014 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-09-17 08:38:48.204477249 +0000 2024-09-17T08:42:20.014 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: 2024-09-17 08:38:48.201477315 +0000 2024-09-17T08:42:20.014 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-09-17T08:42:20.023 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:19 smithi047 ceph-mon[25852]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:20.023 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:19 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/2142753949' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:20.048 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-09-17T08:42:20.048 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-09-17T08:42:20.049 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000130621 s, 3.9 MB/s 2024-09-17T08:42:20.050 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-09-17T08:42:20.107 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/nvme3n1 2024-09-17T08:42:20.164 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/nvme3n1 2024-09-17T08:42:20.164 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-17T08:42:20.164 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 1027 Links: 1 Device type: 103,6 2024-09-17T08:42:20.164 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-17T08:42:20.164 INFO:teuthology.orchestra.run.smithi047.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-09-17T08:42:20.164 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-09-17 08:40:49.413825189 +0000 2024-09-17T08:42:20.165 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-09-17 08:38:48.064480314 +0000 2024-09-17T08:42:20.165 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-09-17 08:38:48.064480314 +0000 2024-09-17T08:42:20.165 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: 2024-09-17 08:38:48.060480402 +0000 2024-09-17T08:42:20.165 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-09-17T08:42:20.229 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-09-17T08:42:20.229 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-09-17T08:42:20.229 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000137682 s, 3.7 MB/s 2024-09-17T08:42:20.230 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-09-17T08:42:20.288 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/nvme2n1 2024-09-17T08:42:20.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:19 smithi155 ceph-mon[35543]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:20.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:19 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/2142753949' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:20.344 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/nvme2n1 2024-09-17T08:42:20.344 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-17T08:42:20.345 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 1015 Links: 1 Device type: 103,4 2024-09-17T08:42:20.345 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-17T08:42:20.345 INFO:teuthology.orchestra.run.smithi047.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-09-17T08:42:20.345 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-09-17 08:40:49.404825386 +0000 2024-09-17T08:42:20.345 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-09-17 08:38:47.916483554 +0000 2024-09-17T08:42:20.345 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-09-17 08:38:47.916483554 +0000 2024-09-17T08:42:20.345 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: 2024-09-17 08:38:47.913483619 +0000 2024-09-17T08:42:20.345 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-09-17T08:42:20.409 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-09-17T08:42:20.409 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-09-17T08:42:20.409 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000125337 s, 4.1 MB/s 2024-09-17T08:42:20.411 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-09-17T08:42:20.468 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/nvme1n1 2024-09-17T08:42:20.526 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/nvme1n1 2024-09-17T08:42:20.526 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-17T08:42:20.526 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 1004 Links: 1 Device type: 103,2 2024-09-17T08:42:20.526 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-17T08:42:20.526 INFO:teuthology.orchestra.run.smithi047.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-09-17T08:42:20.526 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-09-17 08:40:49.396825561 +0000 2024-09-17T08:42:20.526 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-09-17 08:38:47.774486662 +0000 2024-09-17T08:42:20.527 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-09-17 08:38:47.774486662 +0000 2024-09-17T08:42:20.527 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: 2024-09-17 08:38:47.770486750 +0000 2024-09-17T08:42:20.527 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-09-17T08:42:20.590 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-09-17T08:42:20.591 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-09-17T08:42:20.591 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000131616 s, 3.9 MB/s 2024-09-17T08:42:20.592 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-09-17T08:42:20.649 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-17T08:42:20.649 DEBUG:teuthology.orchestra.run.smithi155:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T08:42:20.669 DEBUG:teuthology.misc:devs=['/dev/nvme4n1', '/dev/nvme3n1', '/dev/nvme2n1', '/dev/nvme1n1'] 2024-09-17T08:42:20.669 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/nvme4n1 2024-09-17T08:42:20.728 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/nvme4n1 2024-09-17T08:42:20.728 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-17T08:42:20.728 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 5h/5d Inode: 1043 Links: 1 Device type: 103,8 2024-09-17T08:42:20.728 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-17T08:42:20.728 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-09-17T08:42:20.728 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2024-09-17 08:41:45.202880030 +0000 2024-09-17T08:42:20.728 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2024-09-17 08:38:49.836584083 +0000 2024-09-17T08:42:20.728 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2024-09-17 08:38:49.836584083 +0000 2024-09-17T08:42:20.728 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: 2024-09-17 08:38:49.832584168 +0000 2024-09-17T08:42:20.729 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-09-17T08:42:20.796 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2024-09-17T08:42:20.796 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2024-09-17T08:42:20.796 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.0002486 s, 2.1 MB/s 2024-09-17T08:42:20.798 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-09-17T08:42:20.857 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/nvme3n1 2024-09-17T08:42:20.914 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/nvme3n1 2024-09-17T08:42:20.914 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-17T08:42:20.914 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 5h/5d Inode: 1031 Links: 1 Device type: 103,6 2024-09-17T08:42:20.914 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-17T08:42:20.914 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-09-17T08:42:20.914 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2024-09-17 08:41:45.193880220 +0000 2024-09-17T08:42:20.914 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2024-09-17 08:38:49.694587104 +0000 2024-09-17T08:42:20.914 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2024-09-17 08:38:49.694587104 +0000 2024-09-17T08:42:20.915 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: 2024-09-17 08:38:49.690587189 +0000 2024-09-17T08:42:20.915 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-09-17T08:42:20.980 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2024-09-17T08:42:20.980 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2024-09-17T08:42:20.980 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000272598 s, 1.9 MB/s 2024-09-17T08:42:20.981 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-09-17T08:42:21.039 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/nvme2n1 2024-09-17T08:42:21.096 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/nvme2n1 2024-09-17T08:42:21.096 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-17T08:42:21.096 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 5h/5d Inode: 1018 Links: 1 Device type: 103,4 2024-09-17T08:42:21.096 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-17T08:42:21.096 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-09-17T08:42:21.096 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2024-09-17 08:41:45.183880430 +0000 2024-09-17T08:42:21.096 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2024-09-17 08:38:49.552590125 +0000 2024-09-17T08:42:21.097 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2024-09-17 08:38:49.552590125 +0000 2024-09-17T08:42:21.097 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: 2024-09-17 08:38:49.547590231 +0000 2024-09-17T08:42:21.097 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-09-17T08:42:21.161 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2024-09-17T08:42:21.161 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2024-09-17T08:42:21.161 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.00025275 s, 2.0 MB/s 2024-09-17T08:42:21.163 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-09-17T08:42:21.219 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/nvme1n1 2024-09-17T08:42:21.276 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/nvme1n1 2024-09-17T08:42:21.276 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-17T08:42:21.276 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 5h/5d Inode: 1007 Links: 1 Device type: 103,2 2024-09-17T08:42:21.276 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-17T08:42:21.276 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-09-17T08:42:21.276 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2024-09-17 08:41:45.172880661 +0000 2024-09-17T08:42:21.276 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2024-09-17 08:38:49.404593274 +0000 2024-09-17T08:42:21.277 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2024-09-17 08:38:49.404593274 +0000 2024-09-17T08:42:21.277 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: 2024-09-17 08:38:49.399593380 +0000 2024-09-17T08:42:21.277 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-09-17T08:42:21.338 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:21 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:21.338 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:21 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:21.339 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:21 smithi155 ceph-mon[35543]: Reconfiguring mgr.smithi047.betvbg (unknown last config time)... 2024-09-17T08:42:21.339 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:21 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi047.betvbg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:42:21.339 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:21 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T08:42:21.339 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:21 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:21.339 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:21 smithi155 ceph-mon[35543]: Reconfiguring daemon mgr.smithi047.betvbg on smithi047 2024-09-17T08:42:21.339 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:21 smithi155 ceph-mon[35543]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:21.341 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2024-09-17T08:42:21.341 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2024-09-17T08:42:21.341 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.00021034 s, 2.4 MB/s 2024-09-17T08:42:21.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:21 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:21.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:21 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:21.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:21 smithi047 ceph-mon[25852]: Reconfiguring mgr.smithi047.betvbg (unknown last config time)... 2024-09-17T08:42:21.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:21 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi047.betvbg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:42:21.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:21 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T08:42:21.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:21 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:21.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:21 smithi047 ceph-mon[25852]: Reconfiguring daemon mgr.smithi047.betvbg on smithi047 2024-09-17T08:42:21.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:21 smithi047 ceph-mon[25852]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:21.343 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-09-17T08:42:21.400 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph orch apply osd --all-available-devices 2024-09-17T08:42:21.632 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi155/config 2024-09-17T08:42:22.685 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:22 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:22.685 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:22 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:22.685 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:22 smithi047 ceph-mon[25852]: Reconfiguring ceph-exporter.smithi047 (monmap changed)... 2024-09-17T08:42:22.685 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:22 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi047", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-09-17T08:42:22.685 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:22 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:22.685 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:22 smithi047 ceph-mon[25852]: Reconfiguring daemon ceph-exporter.smithi047 on smithi047 2024-09-17T08:42:22.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:22 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:22.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:22 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:22.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:22 smithi155 ceph-mon[35543]: Reconfiguring ceph-exporter.smithi047 (monmap changed)... 2024-09-17T08:42:22.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:22 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi047", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-09-17T08:42:22.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:22 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:22.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:22 smithi155 ceph-mon[35543]: Reconfiguring daemon ceph-exporter.smithi047 on smithi047 2024-09-17T08:42:23.397 INFO:teuthology.orchestra.run.smithi155.stdout:Scheduled osd.all-available-devices update... 2024-09-17T08:42:23.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:23 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:23.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:23 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:23.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:23 smithi155 ceph-mon[35543]: Reconfiguring crash.smithi047 (monmap changed)... 2024-09-17T08:42:23.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:23 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi047", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:42:23.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:23 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:23.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:23 smithi155 ceph-mon[35543]: Reconfiguring daemon crash.smithi047 on smithi047 2024-09-17T08:42:23.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:23 smithi155 ceph-mon[35543]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:23.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:23 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:24.013 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-09-17T08:42:24.013 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:42:24.033 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:23 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:24.033 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:23 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:24.033 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:23 smithi047 ceph-mon[25852]: Reconfiguring crash.smithi047 (monmap changed)... 2024-09-17T08:42:24.033 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:23 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi047", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:42:24.033 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:23 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:24.033 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:23 smithi047 ceph-mon[25852]: Reconfiguring daemon crash.smithi047 on smithi047 2024-09-17T08:42:24.033 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:23 smithi047 ceph-mon[25852]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:24.033 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:23 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:24.234 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:42:24.918 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:24 smithi047 ceph-mon[25852]: from='client.14248 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:24.919 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:24 smithi047 ceph-mon[25852]: Marking host: smithi047 for OSDSpec preview refresh. 2024-09-17T08:42:24.919 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:24 smithi047 ceph-mon[25852]: Marking host: smithi155 for OSDSpec preview refresh. 2024-09-17T08:42:24.919 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:24 smithi047 ceph-mon[25852]: Saving service osd.all-available-devices spec with placement * 2024-09-17T08:42:24.919 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:24 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:24.919 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:24 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:25.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:24 smithi155 ceph-mon[35543]: from='client.14248 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:42:25.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:24 smithi155 ceph-mon[35543]: Marking host: smithi047 for OSDSpec preview refresh. 2024-09-17T08:42:25.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:24 smithi155 ceph-mon[35543]: Marking host: smithi155 for OSDSpec preview refresh. 2024-09-17T08:42:25.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:24 smithi155 ceph-mon[35543]: Saving service osd.all-available-devices spec with placement * 2024-09-17T08:42:25.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:24 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:25.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:24 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:25.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:25 smithi047 ceph-mon[25852]: Reconfiguring alertmanager.smithi047 (dependencies changed)... 2024-09-17T08:42:25.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:25 smithi047 ceph-mon[25852]: Reconfiguring daemon alertmanager.smithi047 on smithi047 2024-09-17T08:42:25.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:25 smithi047 ceph-mon[25852]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:26.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:25 smithi155 ceph-mon[35543]: Reconfiguring alertmanager.smithi047 (dependencies changed)... 2024-09-17T08:42:26.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:25 smithi155 ceph-mon[35543]: Reconfiguring daemon alertmanager.smithi047 on smithi047 2024-09-17T08:42:26.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:25 smithi155 ceph-mon[35543]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:26.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:26 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:42:27.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:26 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:42:27.742 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:42:28.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:27 smithi155 ceph-mon[35543]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:28.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:27 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/97801460' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:42:28.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:27 smithi047 ceph-mon[25852]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:28.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:27 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/97801460' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:42:28.409 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-17T08:42:29.411 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:42:29.956 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:42:30.301 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:29 smithi047 ceph-mon[25852]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:30.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:29 smithi155 ceph-mon[35543]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:31.740 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:42:32.245 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:31 smithi047 ceph-mon[25852]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:32.245 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:31 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/2761359793' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:42:32.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:31 smithi155 ceph-mon[35543]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:32.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:31 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/2761359793' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:42:32.929 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-17T08:42:33.541 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:33 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:33.541 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:33 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:33.541 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:33 smithi047 ceph-mon[25852]: Reconfiguring grafana.smithi047 (dependencies changed)... 2024-09-17T08:42:33.541 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:33 smithi047 ceph-mon[25852]: Reconfiguring daemon grafana.smithi047 on smithi047 2024-09-17T08:42:33.541 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:33 smithi047 ceph-mon[25852]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:33.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:33 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:33.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:33 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:33.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:33 smithi155 ceph-mon[35543]: Reconfiguring grafana.smithi047 (dependencies changed)... 2024-09-17T08:42:33.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:33 smithi155 ceph-mon[35543]: Reconfiguring daemon grafana.smithi047 on smithi047 2024-09-17T08:42:33.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:33 smithi155 ceph-mon[35543]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:33.930 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:42:34.726 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:42:36.292 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:35 smithi047 ceph-mon[25852]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:36.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:35 smithi155 ceph-mon[35543]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:36.892 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:42:37.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:36 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/3935472037' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:42:37.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:36 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/3935472037' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:42:38.067 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:37 smithi047 ceph-mon[25852]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:38.091 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-17T08:42:38.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:37 smithi155 ceph-mon[35543]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:39.093 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:42:39.512 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:42:40.004 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:39 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:40.005 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:39 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:40.005 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:39 smithi047 ceph-mon[25852]: Reconfiguring prometheus.smithi047 (dependencies changed)... 2024-09-17T08:42:40.005 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:39 smithi047 ceph-mon[25852]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:40.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:39 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:40.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:39 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:40.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:39 smithi155 ceph-mon[35543]: Reconfiguring prometheus.smithi047 (dependencies changed)... 2024-09-17T08:42:40.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:39 smithi155 ceph-mon[35543]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:41.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:40 smithi047 ceph-mon[25852]: Reconfiguring daemon prometheus.smithi047 on smithi047 2024-09-17T08:42:41.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:40 smithi155 ceph-mon[35543]: Reconfiguring daemon prometheus.smithi047 on smithi047 2024-09-17T08:42:42.021 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:41 smithi047 ceph-mon[25852]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:42.021 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:41 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:42:42.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:41 smithi155 ceph-mon[35543]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:42.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:41 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:42:43.690 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:42:44.066 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:43 smithi047 ceph-mon[25852]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:44.066 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:43 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/562154254' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:42:44.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:43 smithi155 ceph-mon[35543]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:44.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:43 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/562154254' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:42:44.943 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-17T08:42:45.944 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:42:46.153 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:42:46.272 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:45 smithi047 ceph-mon[25852]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:46.273 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:45 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:46.273 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:45 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:46.273 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:45 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi155", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-09-17T08:42:46.273 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:45 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:46.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:45 smithi155 ceph-mon[35543]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:46.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:45 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:46.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:45 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:46.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:45 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi155", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-09-17T08:42:46.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:45 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:47.114 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:46 smithi155 ceph-mon[35543]: Reconfiguring ceph-exporter.smithi155 (monmap changed)... 2024-09-17T08:42:47.114 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:46 smithi155 ceph-mon[35543]: Reconfiguring daemon ceph-exporter.smithi155 on smithi155 2024-09-17T08:42:47.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:46 smithi047 ceph-mon[25852]: Reconfiguring ceph-exporter.smithi155 (monmap changed)... 2024-09-17T08:42:47.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:46 smithi047 ceph-mon[25852]: Reconfiguring daemon ceph-exporter.smithi155 on smithi155 2024-09-17T08:42:47.891 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:42:48.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:47 smithi155 ceph-mon[35543]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:48.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:47 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:48.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:47 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:48.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:47 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi155", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:42:48.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:47 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:48.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:47 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/1814755586' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:42:48.191 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:47 smithi047 ceph-mon[25852]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:48.192 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:48.192 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:48.192 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi155", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T08:42:48.192 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:48.192 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:47 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/1814755586' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:42:48.505 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-17T08:42:49.010 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:48 smithi155 ceph-mon[35543]: Reconfiguring crash.smithi155 (monmap changed)... 2024-09-17T08:42:49.011 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:48 smithi155 ceph-mon[35543]: Reconfiguring daemon crash.smithi155 on smithi155 2024-09-17T08:42:49.011 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:48 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:49.011 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:48 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:49.011 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:48 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi155.vtedcp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:42:49.011 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:48 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T08:42:49.011 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:48 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:49.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:48 smithi047 ceph-mon[25852]: Reconfiguring crash.smithi155 (monmap changed)... 2024-09-17T08:42:49.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:48 smithi047 ceph-mon[25852]: Reconfiguring daemon crash.smithi155 on smithi155 2024-09-17T08:42:49.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:48 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:49.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:48 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:49.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:48 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi155.vtedcp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T08:42:49.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:48 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T08:42:49.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:48 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:49.507 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:42:49.725 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:42:50.111 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:49 smithi047 ceph-mon[25852]: Reconfiguring mgr.smithi155.vtedcp (monmap changed)... 2024-09-17T08:42:50.111 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:49 smithi047 ceph-mon[25852]: Reconfiguring daemon mgr.smithi155.vtedcp on smithi155 2024-09-17T08:42:50.111 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:49 smithi047 ceph-mon[25852]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:50.111 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:49 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:50.112 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:49 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:50.112 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:49 smithi047 ceph-mon[25852]: Reconfiguring mon.smithi155 (monmap changed)... 2024-09-17T08:42:50.112 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:49 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T08:42:50.112 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:49 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T08:42:50.112 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:49 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:50.112 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:49 smithi047 ceph-mon[25852]: Reconfiguring daemon mon.smithi155 on smithi155 2024-09-17T08:42:50.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:49 smithi155 ceph-mon[35543]: Reconfiguring mgr.smithi155.vtedcp (monmap changed)... 2024-09-17T08:42:50.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:49 smithi155 ceph-mon[35543]: Reconfiguring daemon mgr.smithi155.vtedcp on smithi155 2024-09-17T08:42:50.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:49 smithi155 ceph-mon[35543]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:50.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:49 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:50.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:49 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:50.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:49 smithi155 ceph-mon[35543]: Reconfiguring mon.smithi155 (monmap changed)... 2024-09-17T08:42:50.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:49 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T08:42:50.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:49 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T08:42:50.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:49 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:50.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:49 smithi155 ceph-mon[35543]: Reconfiguring daemon mon.smithi155 on smithi155 2024-09-17T08:42:51.306 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:50 smithi047 ceph-mon[25852]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:51.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:50 smithi155 ceph-mon[35543]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:51.799 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:42:52.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:52 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:52.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:52 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:52.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:52 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T08:42:52.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:52 smithi047 ceph-mon[25852]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T08:42:52.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:52 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi047.front.sepia.ceph.com:9093"}]: dispatch 2024-09-17T08:42:52.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:52 smithi047 ceph-mon[25852]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi047.front.sepia.ceph.com:9093"}]: dispatch 2024-09-17T08:42:52.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:52 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:52.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:52 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T08:42:52.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:52 smithi047 ceph-mon[25852]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T08:42:52.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:52 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi047.front.sepia.ceph.com:3000"}]: dispatch 2024-09-17T08:42:52.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:52 smithi047 ceph-mon[25852]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi047.front.sepia.ceph.com:3000"}]: dispatch 2024-09-17T08:42:52.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:52 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:52.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:52 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:42:52.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:52 smithi047 ceph-mon[25852]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:42:52.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:52 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi047.front.sepia.ceph.com:9095"}]: dispatch 2024-09-17T08:42:52.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:52 smithi047 ceph-mon[25852]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi047.front.sepia.ceph.com:9095"}]: dispatch 2024-09-17T08:42:52.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:52 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:52.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:52 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:42:52.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:52 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/2575088357' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:42:52.521 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:52 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:52.521 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:52 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:52.521 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:52 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T08:42:52.521 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:52 smithi155 ceph-mon[35543]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T08:42:52.521 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:52 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi047.front.sepia.ceph.com:9093"}]: dispatch 2024-09-17T08:42:52.521 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:52 smithi155 ceph-mon[35543]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi047.front.sepia.ceph.com:9093"}]: dispatch 2024-09-17T08:42:52.521 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:52 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:52.521 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:52 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T08:42:52.522 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:52 smithi155 ceph-mon[35543]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T08:42:52.522 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:52 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi047.front.sepia.ceph.com:3000"}]: dispatch 2024-09-17T08:42:52.522 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:52 smithi155 ceph-mon[35543]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi047.front.sepia.ceph.com:3000"}]: dispatch 2024-09-17T08:42:52.522 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:52 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:52.522 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:52 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:42:52.522 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:52 smithi155 ceph-mon[35543]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:42:52.522 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:52 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi047.front.sepia.ceph.com:9095"}]: dispatch 2024-09-17T08:42:52.522 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:52 smithi155 ceph-mon[35543]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi047.front.sepia.ceph.com:9095"}]: dispatch 2024-09-17T08:42:52.522 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:52 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:52.522 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:52 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:42:52.522 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:52 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/2575088357' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:42:52.767 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-17T08:42:53.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:53 smithi047 ceph-mon[25852]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:53.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:53 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:53.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:53 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:53.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:53 smithi155 ceph-mon[35543]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:53.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:53 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:53.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:53 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:53.769 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:42:54.019 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:42:54.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:54 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:54.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:54 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:54.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:54 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:54.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:54 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:55.755 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:55 smithi047 ceph-mon[25852]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:55.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:55 smithi155 ceph-mon[35543]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:56.442 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:42:56.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:56 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:42:56.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:56 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:42:57.581 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:57 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/3660296175' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:42:57.581 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:57 smithi047 ceph-mon[25852]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:57.603 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-17T08:42:57.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:57 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/3660296175' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:42:57.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:57 smithi155 ceph-mon[35543]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:58.605 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:42:58.816 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:42:59.591 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:59 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:59.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:59 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:59.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:59 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:59.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:59 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:59.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:59 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:59.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:59 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:42:59.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:59 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:59.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:59 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:42:59.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:59 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:42:59.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:59 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:59.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:59 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:42:59.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:59 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:59.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:42:59 smithi047 ceph-mon[25852]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:42:59.761 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:59 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:59.762 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:59 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:59.762 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:59 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:59.762 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:59 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:59.762 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:59 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:59.762 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:59 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:42:59.763 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:59 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:42:59.763 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:59 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:42:59.763 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:59 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:42:59.763 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:59 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:59.763 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:59 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:42:59.763 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:59 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:42:59.764 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:42:59 smithi155 ceph-mon[35543]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:02.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:01 smithi047 ceph-mon[25852]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:02.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:01 smithi047 ceph-mon[25852]: from='client.? 172.21.15.155:0/515917091' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "25f216cf-a91c-4d27-afac-138e7cda4ef5"}]: dispatch 2024-09-17T08:43:02.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:01 smithi047 ceph-mon[25852]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "25f216cf-a91c-4d27-afac-138e7cda4ef5"}]: dispatch 2024-09-17T08:43:02.093 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:01 smithi047 ceph-mon[25852]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "25f216cf-a91c-4d27-afac-138e7cda4ef5"}]': finished 2024-09-17T08:43:02.093 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:01 smithi047 ceph-mon[25852]: osdmap e6: 1 total, 0 up, 1 in 2024-09-17T08:43:02.093 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:01 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:43:02.093 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:43:02.142 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:01 smithi155 ceph-mon[35543]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:02.142 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:01 smithi155 ceph-mon[35543]: from='client.? 172.21.15.155:0/515917091' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "25f216cf-a91c-4d27-afac-138e7cda4ef5"}]: dispatch 2024-09-17T08:43:02.142 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:01 smithi155 ceph-mon[35543]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "25f216cf-a91c-4d27-afac-138e7cda4ef5"}]: dispatch 2024-09-17T08:43:02.142 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:01 smithi155 ceph-mon[35543]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "25f216cf-a91c-4d27-afac-138e7cda4ef5"}]': finished 2024-09-17T08:43:02.142 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:01 smithi155 ceph-mon[35543]: osdmap e6: 1 total, 0 up, 1 in 2024-09-17T08:43:02.143 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:01 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:43:02.971 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1726562581,"num_remapped_pgs":0} 2024-09-17T08:43:03.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:02 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/1502613565' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:43:03.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:02 smithi155 ceph-mon[35543]: from='client.? 172.21.15.155:0/2934565928' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:43:03.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:02 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/2437143329' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "90f797fd-36b6-416f-8af4-e959a4e0e6a8"}]: dispatch 2024-09-17T08:43:03.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:02 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/2437143329' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "90f797fd-36b6-416f-8af4-e959a4e0e6a8"}]': finished 2024-09-17T08:43:03.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:02 smithi155 ceph-mon[35543]: osdmap e7: 2 total, 0 up, 2 in 2024-09-17T08:43:03.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:02 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:43:03.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:02 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:03.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:02 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/1502613565' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:43:03.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:02 smithi047 ceph-mon[25852]: from='client.? 172.21.15.155:0/2934565928' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:43:03.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:02 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/2437143329' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "90f797fd-36b6-416f-8af4-e959a4e0e6a8"}]: dispatch 2024-09-17T08:43:03.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:02 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/2437143329' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "90f797fd-36b6-416f-8af4-e959a4e0e6a8"}]': finished 2024-09-17T08:43:03.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:02 smithi047 ceph-mon[25852]: osdmap e7: 2 total, 0 up, 2 in 2024-09-17T08:43:03.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:02 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:43:03.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:02 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:03.973 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:43:04.184 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:43:04.296 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:03 smithi047 ceph-mon[25852]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:04.297 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:03 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/3122911925' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:43:04.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:03 smithi155 ceph-mon[35543]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:04.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:03 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/3122911925' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:43:05.286 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:04 smithi047 ceph-mon[25852]: from='client.? 172.21.15.155:0/3442511744' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6342022-1b89-460f-bead-f364ac7c54ed"}]: dispatch 2024-09-17T08:43:05.286 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:04 smithi047 ceph-mon[25852]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6342022-1b89-460f-bead-f364ac7c54ed"}]: dispatch 2024-09-17T08:43:05.286 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:04 smithi047 ceph-mon[25852]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a6342022-1b89-460f-bead-f364ac7c54ed"}]': finished 2024-09-17T08:43:05.286 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:04 smithi047 ceph-mon[25852]: osdmap e8: 3 total, 0 up, 3 in 2024-09-17T08:43:05.286 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:04 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:43:05.287 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:04 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:05.287 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:04 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:43:05.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:04 smithi155 ceph-mon[35543]: from='client.? 172.21.15.155:0/3442511744' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6342022-1b89-460f-bead-f364ac7c54ed"}]: dispatch 2024-09-17T08:43:05.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:04 smithi155 ceph-mon[35543]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6342022-1b89-460f-bead-f364ac7c54ed"}]: dispatch 2024-09-17T08:43:05.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:04 smithi155 ceph-mon[35543]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a6342022-1b89-460f-bead-f364ac7c54ed"}]': finished 2024-09-17T08:43:05.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:04 smithi155 ceph-mon[35543]: osdmap e8: 3 total, 0 up, 3 in 2024-09-17T08:43:05.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:04 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:43:05.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:04 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:05.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:04 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:43:05.983 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:43:06.185 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:05 smithi155 ceph-mon[35543]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:06.185 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:05 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/2836171110' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:43:06.334 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:05 smithi047 ceph-mon[25852]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:06.334 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:05 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/2836171110' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:43:06.755 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":8,"num_osds":3,"num_up_osds":0,"osd_up_since":0,"num_in_osds":3,"osd_in_since":1726562584,"num_remapped_pgs":0} 2024-09-17T08:43:07.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:06 smithi155 ceph-mon[35543]: from='client.? 172.21.15.155:0/2902614520' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:43:07.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:06 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/2047180322' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2c760a21-f427-4e7e-bff8-bb9e4a14a080"}]: dispatch 2024-09-17T08:43:07.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:06 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/2047180322' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2c760a21-f427-4e7e-bff8-bb9e4a14a080"}]': finished 2024-09-17T08:43:07.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:06 smithi155 ceph-mon[35543]: osdmap e9: 4 total, 0 up, 4 in 2024-09-17T08:43:07.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:06 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:43:07.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:06 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:07.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:06 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:43:07.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:06 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:07.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:06 smithi047 ceph-mon[25852]: from='client.? 172.21.15.155:0/2902614520' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:43:07.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:06 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/2047180322' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2c760a21-f427-4e7e-bff8-bb9e4a14a080"}]: dispatch 2024-09-17T08:43:07.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:06 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/2047180322' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2c760a21-f427-4e7e-bff8-bb9e4a14a080"}]': finished 2024-09-17T08:43:07.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:06 smithi047 ceph-mon[25852]: osdmap e9: 4 total, 0 up, 4 in 2024-09-17T08:43:07.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:06 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:43:07.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:06 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:07.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:06 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:43:07.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:06 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:07.757 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:43:07.982 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:43:08.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:07 smithi047 ceph-mon[25852]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:08.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:07 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/3387372982' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:43:08.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:07 smithi155 ceph-mon[35543]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:08.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:07 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/3387372982' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:43:09.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:08 smithi155 ceph-mon[35543]: from='client.? 172.21.15.155:0/3048635911' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9ec65773-4a0c-4426-8cb9-98f1f24cecfd"}]: dispatch 2024-09-17T08:43:09.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:08 smithi155 ceph-mon[35543]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9ec65773-4a0c-4426-8cb9-98f1f24cecfd"}]: dispatch 2024-09-17T08:43:09.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:08 smithi155 ceph-mon[35543]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9ec65773-4a0c-4426-8cb9-98f1f24cecfd"}]': finished 2024-09-17T08:43:09.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:08 smithi155 ceph-mon[35543]: osdmap e10: 5 total, 0 up, 5 in 2024-09-17T08:43:09.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:43:09.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:09.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:43:09.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:09.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:09.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:08 smithi155 ceph-mon[35543]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:09.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:08 smithi047 ceph-mon[25852]: from='client.? 172.21.15.155:0/3048635911' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9ec65773-4a0c-4426-8cb9-98f1f24cecfd"}]: dispatch 2024-09-17T08:43:09.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:08 smithi047 ceph-mon[25852]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9ec65773-4a0c-4426-8cb9-98f1f24cecfd"}]: dispatch 2024-09-17T08:43:09.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:08 smithi047 ceph-mon[25852]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9ec65773-4a0c-4426-8cb9-98f1f24cecfd"}]': finished 2024-09-17T08:43:09.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:08 smithi047 ceph-mon[25852]: osdmap e10: 5 total, 0 up, 5 in 2024-09-17T08:43:09.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:08 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:43:09.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:08 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:09.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:08 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:43:09.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:08 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:09.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:08 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:09.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:08 smithi047 ceph-mon[25852]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:09.902 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:43:10.640 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1726562588,"num_remapped_pgs":0} 2024-09-17T08:43:11.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:10 smithi155 ceph-mon[35543]: from='client.? 172.21.15.155:0/2795300544' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:43:11.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:10 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/2049448158' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:43:11.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:10 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/2290829141' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "515afb56-641d-4be6-b201-a7bc7308912a"}]: dispatch 2024-09-17T08:43:11.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:10 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/2290829141' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "515afb56-641d-4be6-b201-a7bc7308912a"}]': finished 2024-09-17T08:43:11.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:10 smithi155 ceph-mon[35543]: osdmap e11: 6 total, 0 up, 6 in 2024-09-17T08:43:11.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:10 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:43:11.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:10 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:11.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:10 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:43:11.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:10 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:11.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:10 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:11.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:10 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:11.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:10 smithi047 ceph-mon[25852]: from='client.? 172.21.15.155:0/2795300544' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:43:11.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:10 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/2049448158' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:43:11.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:10 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/2290829141' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "515afb56-641d-4be6-b201-a7bc7308912a"}]: dispatch 2024-09-17T08:43:11.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:10 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/2290829141' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "515afb56-641d-4be6-b201-a7bc7308912a"}]': finished 2024-09-17T08:43:11.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:10 smithi047 ceph-mon[25852]: osdmap e11: 6 total, 0 up, 6 in 2024-09-17T08:43:11.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:10 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:43:11.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:10 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:11.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:10 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:43:11.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:10 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:11.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:10 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:11.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:10 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:11.642 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:43:11.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:11 smithi155 ceph-mon[35543]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:11.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:11 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:43:11.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:11 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/1361136785' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:43:11.865 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:43:11.986 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:11 smithi047 ceph-mon[25852]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:11.987 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:11 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:43:11.987 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:11 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/1361136785' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:43:13.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:12 smithi155 ceph-mon[35543]: from='client.? 172.21.15.155:0/96802102' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f43c330c-e2a5-46b5-9bbb-0f37204198c5"}]: dispatch 2024-09-17T08:43:13.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:12 smithi155 ceph-mon[35543]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f43c330c-e2a5-46b5-9bbb-0f37204198c5"}]: dispatch 2024-09-17T08:43:13.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:12 smithi155 ceph-mon[35543]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f43c330c-e2a5-46b5-9bbb-0f37204198c5"}]': finished 2024-09-17T08:43:13.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:12 smithi155 ceph-mon[35543]: osdmap e12: 7 total, 0 up, 7 in 2024-09-17T08:43:13.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:12 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:43:13.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:12 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:13.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:12 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:43:13.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:12 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:13.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:12 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:13.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:12 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:13.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:12 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:13.062 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:12 smithi047 ceph-mon[25852]: from='client.? 172.21.15.155:0/96802102' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f43c330c-e2a5-46b5-9bbb-0f37204198c5"}]: dispatch 2024-09-17T08:43:13.062 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:12 smithi047 ceph-mon[25852]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f43c330c-e2a5-46b5-9bbb-0f37204198c5"}]: dispatch 2024-09-17T08:43:13.062 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:12 smithi047 ceph-mon[25852]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f43c330c-e2a5-46b5-9bbb-0f37204198c5"}]': finished 2024-09-17T08:43:13.062 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:12 smithi047 ceph-mon[25852]: osdmap e12: 7 total, 0 up, 7 in 2024-09-17T08:43:13.063 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:12 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:43:13.063 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:12 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:13.063 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:12 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:43:13.063 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:12 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:13.063 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:12 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:13.063 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:12 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:13.063 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:12 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:13.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:13 smithi047 ceph-mon[25852]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:13.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:13 smithi047 ceph-mon[25852]: from='client.? 172.21.15.155:0/2702621560' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:43:13.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:13 smithi155 ceph-mon[35543]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:13.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:13 smithi155 ceph-mon[35543]: from='client.? 172.21.15.155:0/2702621560' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:43:13.847 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:43:14.624 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1726562592,"num_remapped_pgs":0} 2024-09-17T08:43:14.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:14 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/704618081' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:43:14.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:14 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/2615779863' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5844d66-9347-4e5f-91be-62289f0d81eb"}]: dispatch 2024-09-17T08:43:14.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:14 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/2615779863' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b5844d66-9347-4e5f-91be-62289f0d81eb"}]': finished 2024-09-17T08:43:14.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:14 smithi047 ceph-mon[25852]: osdmap e13: 8 total, 0 up, 8 in 2024-09-17T08:43:14.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:14 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:43:14.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:14 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:14.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:14 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:43:14.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:14 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:14.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:14 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:14.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:14 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:14.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:14 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:14.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:14 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:15.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:14 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/704618081' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:43:15.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:14 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/2615779863' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5844d66-9347-4e5f-91be-62289f0d81eb"}]: dispatch 2024-09-17T08:43:15.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:14 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/2615779863' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b5844d66-9347-4e5f-91be-62289f0d81eb"}]': finished 2024-09-17T08:43:15.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:14 smithi155 ceph-mon[35543]: osdmap e13: 8 total, 0 up, 8 in 2024-09-17T08:43:15.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:14 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:43:15.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:14 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:15.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:14 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:43:15.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:14 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:15.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:14 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:15.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:14 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:15.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:14 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:15.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:14 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:15.625 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:43:15.833 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:43:15.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:15 smithi047 ceph-mon[25852]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:15.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:15 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/2922582560' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:43:16.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:15 smithi155 ceph-mon[35543]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:16.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:15 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/2922582560' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T08:43:17.616 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:43:18.026 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:17 smithi155 ceph-mon[35543]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:18.026 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:17 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/2109605843' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:43:18.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:17 smithi047 ceph-mon[25852]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:18.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:17 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/2109605843' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:43:18.471 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726562594,"num_remapped_pgs":0} 2024-09-17T08:43:19.472 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:43:20.263 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:19 smithi047 ceph-mon[25852]: pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:20.263 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:19 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T08:43:20.263 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:19 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:43:20.303 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:43:20.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:19 smithi155 ceph-mon[35543]: pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:20.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:19 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T08:43:20.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:19 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:43:21.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:20 smithi047 ceph-mon[25852]: Deploying daemon osd.0 on smithi155 2024-09-17T08:43:21.227 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:20 smithi155 ceph-mon[35543]: Deploying daemon osd.0 on smithi155 2024-09-17T08:43:22.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:21 smithi047 ceph-mon[25852]: pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:22.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:21 smithi155 ceph-mon[35543]: pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:23.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:22 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T08:43:23.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:22 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:43:23.188 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:43:23.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:22 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T08:43:23.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:22 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:43:23.963 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726562594,"num_remapped_pgs":0} 2024-09-17T08:43:24.201 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:23 smithi047 ceph-mon[25852]: Deploying daemon osd.1 on smithi047 2024-09-17T08:43:24.201 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:23 smithi047 ceph-mon[25852]: pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:24.201 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:23 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/3054323334' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:43:24.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:23 smithi155 ceph-mon[35543]: Deploying daemon osd.1 on smithi047 2024-09-17T08:43:24.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:23 smithi155 ceph-mon[35543]: pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:24.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:23 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/3054323334' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:43:24.965 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:43:25.405 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:43:25.418 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:25 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:25.418 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:25 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:25.418 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:25 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T08:43:25.418 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:25 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:43:25.418 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:25 smithi047 ceph-mon[25852]: Deploying daemon osd.2 on smithi155 2024-09-17T08:43:25.418 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:25 smithi047 ceph-mon[25852]: pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:25.544 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:25 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:25.544 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:25 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:25.544 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:25 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T08:43:25.544 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:25 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:43:25.544 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:25 smithi155 ceph-mon[35543]: Deploying daemon osd.2 on smithi155 2024-09-17T08:43:25.544 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:25 smithi155 ceph-mon[35543]: pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:26.471 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:26 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:43:26.500 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:26 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:43:27.538 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:27 smithi047 ceph-mon[25852]: pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:27.547 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:27 smithi155 ceph-mon[35543]: pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:28.148 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:43:28.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:28 smithi155 ceph-mon[35543]: from='osd.0 [v2:172.21.15.155:6800/3904230367,v1:172.21.15.155:6801/3904230367]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-17T08:43:28.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:28 smithi155 ceph-mon[35543]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-17T08:43:28.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:28 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/3593284877' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:43:28.591 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:28 smithi047 ceph-mon[25852]: from='osd.0 [v2:172.21.15.155:6800/3904230367,v1:172.21.15.155:6801/3904230367]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-17T08:43:28.591 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:28 smithi047 ceph-mon[25852]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-17T08:43:28.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:28 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/3593284877' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:43:28.942 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726562594,"num_remapped_pgs":0} 2024-09-17T08:43:29.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:29 smithi155 ceph-mon[35543]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T08:43:29.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:29 smithi155 ceph-mon[35543]: osdmap e14: 8 total, 0 up, 8 in 2024-09-17T08:43:29.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:29 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:43:29.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:29 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:29.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:29 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:43:29.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:29 smithi155 ceph-mon[35543]: from='osd.0 [v2:172.21.15.155:6800/3904230367,v1:172.21.15.155:6801/3904230367]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-17T08:43:29.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:29 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:29.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:29 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:29.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:29 smithi155 ceph-mon[35543]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-17T08:43:29.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:29 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:29.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:29 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:29.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:29 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:29.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:29 smithi155 ceph-mon[35543]: pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:29.573 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:29 smithi047 ceph-mon[25852]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T08:43:29.573 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:29 smithi047 ceph-mon[25852]: osdmap e14: 8 total, 0 up, 8 in 2024-09-17T08:43:29.574 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:29 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:43:29.574 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:29 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:29.574 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:29 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:43:29.574 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:29 smithi047 ceph-mon[25852]: from='osd.0 [v2:172.21.15.155:6800/3904230367,v1:172.21.15.155:6801/3904230367]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-17T08:43:29.574 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:29 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:29.574 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:29 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:29.574 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:29 smithi047 ceph-mon[25852]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-17T08:43:29.574 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:29 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:29.574 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:29 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:29.574 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:29 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:29.574 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:29 smithi047 ceph-mon[25852]: pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:29.944 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:43:30.215 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:43:30.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:30 smithi155 ceph-mon[35543]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-17T08:43:30.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:30 smithi155 ceph-mon[35543]: osdmap e15: 8 total, 0 up, 8 in 2024-09-17T08:43:30.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:30 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:43:30.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:30 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:30.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:30 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:43:30.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:30 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:30.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:30 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:30.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:30 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:30.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:30 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:30.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:30 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:30.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:30 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:43:30.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:30 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:30.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:30 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:30.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:30 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-17T08:43:30.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:30 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:43:30.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:30 smithi155 ceph-mon[35543]: Deploying daemon osd.4 on smithi155 2024-09-17T08:43:30.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:30 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:30.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:30 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:30.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:30 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-17T08:43:30.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:30 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:43:30.473 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:30 smithi047 ceph-mon[25852]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-17T08:43:30.473 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:30 smithi047 ceph-mon[25852]: osdmap e15: 8 total, 0 up, 8 in 2024-09-17T08:43:30.473 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:30 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:43:30.473 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:30 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:30.473 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:30 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:43:30.473 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:30 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:30.473 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:30 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:30.473 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:30 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:30.473 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:30 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:30.474 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:30 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:30.474 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:30 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:43:30.474 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:30 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:30.474 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:30 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:30.474 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:30 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-17T08:43:30.474 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:30 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:43:30.474 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:30 smithi047 ceph-mon[25852]: Deploying daemon osd.4 on smithi155 2024-09-17T08:43:30.474 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:30 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:30.474 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:30 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:30.474 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:30 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-17T08:43:30.474 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:30 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:43:31.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:31 smithi047 ceph-mon[25852]: purged_snaps scrub starts 2024-09-17T08:43:31.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:31 smithi047 ceph-mon[25852]: purged_snaps scrub ok 2024-09-17T08:43:31.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:31 smithi047 ceph-mon[25852]: Deploying daemon osd.3 on smithi047 2024-09-17T08:43:31.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:31 smithi047 ceph-mon[25852]: osd.0 [v2:172.21.15.155:6800/3904230367,v1:172.21.15.155:6801/3904230367] boot 2024-09-17T08:43:31.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:31 smithi047 ceph-mon[25852]: osdmap e16: 8 total, 1 up, 8 in 2024-09-17T08:43:31.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:31 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:43:31.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:31 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:31.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:31 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:43:31.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:31 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:31.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:31 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:31.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:31 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:31.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:31 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:31.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:31 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:31.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:31 smithi047 ceph-mon[25852]: pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:31.345 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:31 smithi155 ceph-mon[35543]: purged_snaps scrub starts 2024-09-17T08:43:31.345 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:31 smithi155 ceph-mon[35543]: purged_snaps scrub ok 2024-09-17T08:43:31.345 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:31 smithi155 ceph-mon[35543]: Deploying daemon osd.3 on smithi047 2024-09-17T08:43:31.345 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:31 smithi155 ceph-mon[35543]: osd.0 [v2:172.21.15.155:6800/3904230367,v1:172.21.15.155:6801/3904230367] boot 2024-09-17T08:43:31.345 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:31 smithi155 ceph-mon[35543]: osdmap e16: 8 total, 1 up, 8 in 2024-09-17T08:43:31.345 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:31 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T08:43:31.345 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:31 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:31.345 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:31 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:43:31.345 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:31 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:31.346 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:31 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:31.346 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:31 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:31.346 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:31 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:31.346 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:31 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:31.346 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:31 smithi155 ceph-mon[35543]: pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T08:43:32.074 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:43:32.424 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:32 smithi047 ceph-mon[25852]: osdmap e17: 8 total, 1 up, 8 in 2024-09-17T08:43:32.428 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:32 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:32.428 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:32 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:43:32.428 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:32 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:32.428 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:32 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:32.428 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:32 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:32.428 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:32 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:32.428 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:32 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:32.428 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:32 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/1747283790' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:43:32.510 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:32 smithi155 ceph-mon[35543]: osdmap e17: 8 total, 1 up, 8 in 2024-09-17T08:43:32.510 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:32 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:32.510 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:32 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:43:32.510 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:32 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:32.510 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:32 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:32.510 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:32 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:32.510 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:32 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:32.511 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:32 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:32.511 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:32 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/1747283790' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:43:32.747 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1726562610,"num_in_osds":8,"osd_in_since":1726562594,"num_remapped_pgs":0} 2024-09-17T08:43:33.437 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:33 smithi155 ceph-mon[35543]: from='osd.2 [v2:172.21.15.155:6808/3529079409,v1:172.21.15.155:6809/3529079409]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T08:43:33.438 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:33 smithi155 ceph-mon[35543]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T08:43:33.438 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:33 smithi155 ceph-mon[35543]: pgmap v61: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:43:33.445 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:33 smithi047 ceph-mon[25852]: from='osd.2 [v2:172.21.15.155:6808/3529079409,v1:172.21.15.155:6809/3529079409]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T08:43:33.445 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:33 smithi047 ceph-mon[25852]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T08:43:33.445 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:33 smithi047 ceph-mon[25852]: pgmap v61: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:43:33.748 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:43:34.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:34 smithi047 ceph-mon[25852]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T08:43:34.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:34 smithi047 ceph-mon[25852]: osdmap e18: 8 total, 1 up, 8 in 2024-09-17T08:43:34.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:34 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:34.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:34 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:43:34.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:34 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:34.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:34 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:34.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:34 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:34.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:34 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:34.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:34 smithi047 ceph-mon[25852]: from='osd.2 [v2:172.21.15.155:6808/3529079409,v1:172.21.15.155:6809/3529079409]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-17T08:43:34.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:34 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:34.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:34 smithi047 ceph-mon[25852]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-17T08:43:34.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:34 smithi047 ceph-mon[25852]: from='osd.1 [v2:172.21.15.47:6802/3159211969,v1:172.21.15.47:6803/3159211969]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T08:43:34.437 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:34 smithi155 ceph-mon[35543]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T08:43:34.437 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:34 smithi155 ceph-mon[35543]: osdmap e18: 8 total, 1 up, 8 in 2024-09-17T08:43:34.437 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:34 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:34.437 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:34 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:43:34.437 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:34 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:34.438 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:34 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:34.438 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:34 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:34.438 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:34 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:34.438 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:34 smithi155 ceph-mon[35543]: from='osd.2 [v2:172.21.15.155:6808/3529079409,v1:172.21.15.155:6809/3529079409]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-17T08:43:34.438 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:34 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:34.438 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:34 smithi155 ceph-mon[35543]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-17T08:43:34.438 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:34 smithi155 ceph-mon[35543]: from='osd.1 [v2:172.21.15.47:6802/3159211969,v1:172.21.15.47:6803/3159211969]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T08:43:34.443 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:43:35.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:35 smithi155 ceph-mon[35543]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-17T08:43:35.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:35 smithi155 ceph-mon[35543]: from='osd.1 [v2:172.21.15.47:6802/3159211969,v1:172.21.15.47:6803/3159211969]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T08:43:35.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:35 smithi155 ceph-mon[35543]: osdmap e19: 8 total, 1 up, 8 in 2024-09-17T08:43:35.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:35 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:35.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:35 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:43:35.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:35 smithi155 ceph-mon[35543]: from='osd.1 [v2:172.21.15.47:6802/3159211969,v1:172.21.15.47:6803/3159211969]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-09-17T08:43:35.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:35 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:35.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:35 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:35.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:35 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:35.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:35 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:35.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:35 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:35.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:35 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:43:35.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:35 smithi155 ceph-mon[35543]: from='osd.2 ' entity='osd.2' 2024-09-17T08:43:35.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:35 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:35.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:35 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:35.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:35 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-17T08:43:35.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:35 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:43:35.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:35 smithi155 ceph-mon[35543]: Deploying daemon osd.6 on smithi155 2024-09-17T08:43:35.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:35 smithi155 ceph-mon[35543]: pgmap v64: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:43:35.526 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:35 smithi047 ceph-mon[25852]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-17T08:43:35.526 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:35 smithi047 ceph-mon[25852]: from='osd.1 [v2:172.21.15.47:6802/3159211969,v1:172.21.15.47:6803/3159211969]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T08:43:35.526 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:35 smithi047 ceph-mon[25852]: osdmap e19: 8 total, 1 up, 8 in 2024-09-17T08:43:35.526 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:35 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:35.526 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:35 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:43:35.526 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:35 smithi047 ceph-mon[25852]: from='osd.1 [v2:172.21.15.47:6802/3159211969,v1:172.21.15.47:6803/3159211969]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-09-17T08:43:35.526 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:35 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:35.526 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:35 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:35.526 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:35 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:35.526 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:35 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:35.526 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:35 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:35.526 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:35 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:43:35.527 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:35 smithi047 ceph-mon[25852]: from='osd.2 ' entity='osd.2' 2024-09-17T08:43:35.527 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:35 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:35.527 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:35 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:35.527 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:35 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-17T08:43:35.527 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:35 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:43:35.527 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:35 smithi047 ceph-mon[25852]: Deploying daemon osd.6 on smithi155 2024-09-17T08:43:35.527 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:35 smithi047 ceph-mon[25852]: pgmap v64: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-17T08:43:36.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:36 smithi155 ceph-mon[35543]: purged_snaps scrub starts 2024-09-17T08:43:36.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:36 smithi155 ceph-mon[35543]: purged_snaps scrub ok 2024-09-17T08:43:36.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:36 smithi155 ceph-mon[35543]: from='osd.1 [v2:172.21.15.47:6802/3159211969,v1:172.21.15.47:6803/3159211969]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-09-17T08:43:36.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:36 smithi155 ceph-mon[35543]: osd.2 [v2:172.21.15.155:6808/3529079409,v1:172.21.15.155:6809/3529079409] boot 2024-09-17T08:43:36.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:36 smithi155 ceph-mon[35543]: osdmap e20: 8 total, 2 up, 8 in 2024-09-17T08:43:36.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:36 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:36.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:36 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:43:36.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:36 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:36.312 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:36 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:36.312 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:36 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:36.312 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:36 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:36.312 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:36 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:36.312 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:36 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:36.312 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:36 smithi155 ceph-mon[35543]: from='osd.1 [v2:172.21.15.47:6802/3159211969,v1:172.21.15.47:6803/3159211969]' entity='osd.1' 2024-09-17T08:43:36.470 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:36 smithi047 ceph-mon[25852]: purged_snaps scrub starts 2024-09-17T08:43:36.470 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:36 smithi047 ceph-mon[25852]: purged_snaps scrub ok 2024-09-17T08:43:36.470 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:36 smithi047 ceph-mon[25852]: from='osd.1 [v2:172.21.15.47:6802/3159211969,v1:172.21.15.47:6803/3159211969]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-09-17T08:43:36.470 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:36 smithi047 ceph-mon[25852]: osd.2 [v2:172.21.15.155:6808/3529079409,v1:172.21.15.155:6809/3529079409] boot 2024-09-17T08:43:36.470 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:36 smithi047 ceph-mon[25852]: osdmap e20: 8 total, 2 up, 8 in 2024-09-17T08:43:36.470 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:36 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:36.471 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:36 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T08:43:36.471 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:36 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:36.471 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:36 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:36.471 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:36 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:36.471 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:36 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:36.471 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:36 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:36.471 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:36 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:36.471 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:36 smithi047 ceph-mon[25852]: from='osd.1 [v2:172.21.15.47:6802/3159211969,v1:172.21.15.47:6803/3159211969]' entity='osd.1' 2024-09-17T08:43:37.415 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:43:37.554 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:37 smithi155 ceph-mon[35543]: purged_snaps scrub starts 2024-09-17T08:43:37.554 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:37 smithi155 ceph-mon[35543]: purged_snaps scrub ok 2024-09-17T08:43:37.554 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:37 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:37.554 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:37 smithi155 ceph-mon[35543]: osd.1 [v2:172.21.15.47:6802/3159211969,v1:172.21.15.47:6803/3159211969] boot 2024-09-17T08:43:37.554 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:37 smithi155 ceph-mon[35543]: osdmap e21: 8 total, 3 up, 8 in 2024-09-17T08:43:37.554 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:37 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:37.555 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:37 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:37.555 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:37 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:37.555 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:37 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:37.555 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:37 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:37.555 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:37 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:37.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:37 smithi047 ceph-mon[25852]: purged_snaps scrub starts 2024-09-17T08:43:37.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:37 smithi047 ceph-mon[25852]: purged_snaps scrub ok 2024-09-17T08:43:37.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:37 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:37.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:37 smithi047 ceph-mon[25852]: osd.1 [v2:172.21.15.47:6802/3159211969,v1:172.21.15.47:6803/3159211969] boot 2024-09-17T08:43:37.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:37 smithi047 ceph-mon[25852]: osdmap e21: 8 total, 3 up, 8 in 2024-09-17T08:43:37.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:37 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T08:43:37.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:37 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:37.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:37 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:37.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:37 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:37.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:37 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:37.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:37 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:38.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:38 smithi047 ceph-mon[25852]: pgmap v67: 0 pgs: ; 0 B data, 413 MiB used, 178 GiB / 179 GiB avail 2024-09-17T08:43:38.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:38 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-09-17T08:43:38.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:38 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/4094037108' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:43:38.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:38 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-17T08:43:38.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:38 smithi047 ceph-mon[25852]: osdmap e22: 8 total, 3 up, 8 in 2024-09-17T08:43:38.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:38 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:38.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:38 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:38.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:38 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:38.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:38 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:38.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:38 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:38.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:38 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T08:43:38.593 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:38 smithi047 ceph-mon[25852]: from='osd.4 [v2:172.21.15.155:6816/868074456,v1:172.21.15.155:6817/868074456]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-17T08:43:38.593 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:38 smithi047 ceph-mon[25852]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-17T08:43:38.677 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:38 smithi155 ceph-mon[35543]: pgmap v67: 0 pgs: ; 0 B data, 413 MiB used, 178 GiB / 179 GiB avail 2024-09-17T08:43:38.677 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:38 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-09-17T08:43:38.677 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:38 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/4094037108' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:43:38.677 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:38 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-17T08:43:38.678 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:38 smithi155 ceph-mon[35543]: osdmap e22: 8 total, 3 up, 8 in 2024-09-17T08:43:38.678 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:38 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:38.678 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:38 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:38.678 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:38 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:38.678 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:38 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:38.678 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:38 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:38.678 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:38 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T08:43:38.678 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:38 smithi155 ceph-mon[35543]: from='osd.4 [v2:172.21.15.155:6816/868074456,v1:172.21.15.155:6817/868074456]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-17T08:43:38.678 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:38 smithi155 ceph-mon[35543]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-17T08:43:38.685 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":21,"num_osds":8,"num_up_osds":3,"osd_up_since":1726562616,"num_in_osds":8,"osd_in_since":1726562594,"num_remapped_pgs":0} 2024-09-17T08:43:39.686 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:43:39.710 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:39 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T08:43:39.710 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:39 smithi047 ceph-mon[25852]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-17T08:43:39.710 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:39 smithi047 ceph-mon[25852]: osdmap e23: 8 total, 3 up, 8 in 2024-09-17T08:43:39.710 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:39 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:39.711 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:39 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:39.711 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:39 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:39.711 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:39 smithi047 ceph-mon[25852]: from='osd.4 [v2:172.21.15.155:6816/868074456,v1:172.21.15.155:6817/868074456]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-17T08:43:39.711 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:39 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:39.711 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:39 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:39.711 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:39 smithi047 ceph-mon[25852]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-17T08:43:39.711 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:39 smithi047 ceph-mon[25852]: pgmap v70: 1 pgs: 1 unknown; 0 B data, 443 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:43:39.711 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:39 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:39.711 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:39 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:39.711 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:39 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-17T08:43:39.711 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:39 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:43:39.762 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:39 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T08:43:39.762 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:39 smithi155 ceph-mon[35543]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-17T08:43:39.762 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:39 smithi155 ceph-mon[35543]: osdmap e23: 8 total, 3 up, 8 in 2024-09-17T08:43:39.762 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:39 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:39.762 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:39 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:39.762 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:39 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:39.762 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:39 smithi155 ceph-mon[35543]: from='osd.4 [v2:172.21.15.155:6816/868074456,v1:172.21.15.155:6817/868074456]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-17T08:43:39.762 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:39 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:39.763 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:39 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:39.763 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:39 smithi155 ceph-mon[35543]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-17T08:43:39.763 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:39 smithi155 ceph-mon[35543]: pgmap v70: 1 pgs: 1 unknown; 0 B data, 443 MiB used, 268 GiB / 268 GiB avail 2024-09-17T08:43:39.763 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:39 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:39.763 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:39 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:39.763 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:39 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-17T08:43:39.763 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:39 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:43:40.564 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:40 smithi155 ceph-mon[35543]: Deploying daemon osd.5 on smithi047 2024-09-17T08:43:40.564 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:40 smithi155 ceph-mon[35543]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-17T08:43:40.564 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:40 smithi155 ceph-mon[35543]: osdmap e24: 8 total, 3 up, 8 in 2024-09-17T08:43:40.564 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:40 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:40.564 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:40 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:40.564 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:40 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:40.564 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:40 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:40.564 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:40 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:40.564 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:40 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:40.564 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:40 smithi155 ceph-mon[35543]: from='osd.4 ' entity='osd.4' 2024-09-17T08:43:40.564 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:40 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:40.565 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:40 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:40.565 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:40 smithi155 ceph-mon[35543]: osd.4 [v2:172.21.15.155:6816/868074456,v1:172.21.15.155:6817/868074456] boot 2024-09-17T08:43:40.565 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:40 smithi155 ceph-mon[35543]: osdmap e25: 8 total, 4 up, 8 in 2024-09-17T08:43:40.565 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:40 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:40.565 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:40 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:40.565 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:40 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:40.682 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:40 smithi047 ceph-mon[25852]: Deploying daemon osd.5 on smithi047 2024-09-17T08:43:40.682 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:40 smithi047 ceph-mon[25852]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-17T08:43:40.682 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:40 smithi047 ceph-mon[25852]: osdmap e24: 8 total, 3 up, 8 in 2024-09-17T08:43:40.682 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:40 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:40.682 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:40 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:40.683 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:40 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:40.683 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:40 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:40.683 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:40 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:40.683 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:40 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:40.683 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:40 smithi047 ceph-mon[25852]: from='osd.4 ' entity='osd.4' 2024-09-17T08:43:40.683 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:40 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:40.683 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:40 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:40.683 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:40 smithi047 ceph-mon[25852]: osd.4 [v2:172.21.15.155:6816/868074456,v1:172.21.15.155:6817/868074456] boot 2024-09-17T08:43:40.683 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:40 smithi047 ceph-mon[25852]: osdmap e25: 8 total, 4 up, 8 in 2024-09-17T08:43:40.683 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:40 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:40.683 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:40 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T08:43:40.683 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:40 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:40.763 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:43:41.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:41 smithi047 ceph-mon[25852]: purged_snaps scrub starts 2024-09-17T08:43:41.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:41 smithi047 ceph-mon[25852]: purged_snaps scrub ok 2024-09-17T08:43:41.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:41 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:41.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:41 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:41.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:41 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:41.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:41 smithi047 ceph-mon[25852]: pgmap v73: 1 pgs: 1 peering; 449 KiB data, 511 MiB used, 357 GiB / 358 GiB avail 2024-09-17T08:43:41.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:41 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:43:41.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:41 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:41.659 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:41 smithi155 ceph-mon[35543]: purged_snaps scrub starts 2024-09-17T08:43:41.659 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:41 smithi155 ceph-mon[35543]: purged_snaps scrub ok 2024-09-17T08:43:41.659 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:41 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:41.659 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:41 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:41.659 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:41 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:41.659 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:41 smithi155 ceph-mon[35543]: pgmap v73: 1 pgs: 1 peering; 449 KiB data, 511 MiB used, 357 GiB / 358 GiB avail 2024-09-17T08:43:41.659 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:41 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:43:41.659 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:41 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:42.706 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:42 smithi047 ceph-mon[25852]: mgrmap e19: smithi047.betvbg(active, since 2m), standbys: smithi155.vtedcp 2024-09-17T08:43:42.707 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:42 smithi047 ceph-mon[25852]: osdmap e26: 8 total, 4 up, 8 in 2024-09-17T08:43:42.707 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:42 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:42.707 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:42 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:42.707 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:42 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:42.707 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:42 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:42.707 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:42 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:42.707 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:42 smithi047 ceph-mon[25852]: from='osd.3 [v2:172.21.15.47:6810/2277296536,v1:172.21.15.47:6811/2277296536]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-17T08:43:42.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:42 smithi155 ceph-mon[35543]: mgrmap e19: smithi047.betvbg(active, since 2m), standbys: smithi155.vtedcp 2024-09-17T08:43:42.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:42 smithi155 ceph-mon[35543]: osdmap e26: 8 total, 4 up, 8 in 2024-09-17T08:43:42.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:42 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:42.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:42 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:42.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:42 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:42.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:42 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:42.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:42 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:42.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:42 smithi155 ceph-mon[35543]: from='osd.3 [v2:172.21.15.47:6810/2277296536,v1:172.21.15.47:6811/2277296536]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-17T08:43:43.031 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:42 smithi047 sudo[56577]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T08:43:43.031 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:42 smithi047 sudo[56577]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T08:43:43.031 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:42 smithi047 sudo[56577]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T08:43:43.031 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:42 smithi047 sudo[56577]: pam_unix(sudo:session): session closed for user root 2024-09-17T08:43:43.591 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:43 smithi047 sudo[56594]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T08:43:43.591 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:43 smithi047 sudo[56594]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T08:43:43.591 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:43 smithi047 sudo[56594]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T08:43:43.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:43 smithi047 sudo[56594]: pam_unix(sudo:session): session closed for user root 2024-09-17T08:43:43.786 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:43:43.911 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:43 smithi155 sudo[47250]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T08:43:43.912 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:43 smithi155 sudo[47250]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T08:43:43.912 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:43 smithi155 sudo[47250]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T08:43:43.912 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:43 smithi155 sudo[47250]: pam_unix(sudo:session): session closed for user root 2024-09-17T08:43:44.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:43 smithi155 sudo[47253]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T08:43:44.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:43 smithi155 sudo[47253]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T08:43:44.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:43 smithi155 sudo[47253]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T08:43:44.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:43 smithi155 sudo[47253]: pam_unix(sudo:session): session closed for user root 2024-09-17T08:43:44.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:43 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:44.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:43 smithi155 ceph-mon[35543]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T08:43:44.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:43 smithi155 ceph-mon[35543]: pgmap v75: 1 pgs: 1 peering; 449 KiB data, 513 MiB used, 357 GiB / 358 GiB avail 2024-09-17T08:43:44.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:43 smithi155 ceph-mon[35543]: from='osd.6 [v2:172.21.15.155:6824/1302260127,v1:172.21.15.155:6825/1302260127]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-17T08:43:44.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:43 smithi155 ceph-mon[35543]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T08:43:44.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:43 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2024-09-17T08:43:44.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:43 smithi155 ceph-mon[35543]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-17T08:43:44.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:43 smithi155 ceph-mon[35543]: from='osd.3 [v2:172.21.15.47:6810/2277296536,v1:172.21.15.47:6811/2277296536]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-17T08:43:44.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:43 smithi155 ceph-mon[35543]: osdmap e27: 8 total, 4 up, 8 in 2024-09-17T08:43:44.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:43 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-17T08:43:44.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:43 smithi155 ceph-mon[35543]: from='osd.3 [v2:172.21.15.47:6810/2277296536,v1:172.21.15.47:6811/2277296536]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-09-17T08:43:44.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:43 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:44.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:43 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:44.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:43 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:44.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:43 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:44.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:43 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:44.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:43 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:44.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:43 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:44.311 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:43 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2024-09-17T08:43:44.311 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:43 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-17T08:43:44.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:43 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:44.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:43 smithi047 ceph-mon[25852]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T08:43:44.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:43 smithi047 ceph-mon[25852]: pgmap v75: 1 pgs: 1 peering; 449 KiB data, 513 MiB used, 357 GiB / 358 GiB avail 2024-09-17T08:43:44.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:43 smithi047 ceph-mon[25852]: from='osd.6 [v2:172.21.15.155:6824/1302260127,v1:172.21.15.155:6825/1302260127]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-17T08:43:44.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:43 smithi047 ceph-mon[25852]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T08:43:44.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:43 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2024-09-17T08:43:44.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:43 smithi047 ceph-mon[25852]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-17T08:43:44.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:43 smithi047 ceph-mon[25852]: from='osd.3 [v2:172.21.15.47:6810/2277296536,v1:172.21.15.47:6811/2277296536]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-17T08:43:44.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:43 smithi047 ceph-mon[25852]: osdmap e27: 8 total, 4 up, 8 in 2024-09-17T08:43:44.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:43 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-17T08:43:44.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:43 smithi047 ceph-mon[25852]: from='osd.3 [v2:172.21.15.47:6810/2277296536,v1:172.21.15.47:6811/2277296536]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-09-17T08:43:44.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:43 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:44.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:43 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:44.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:43 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:44.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:43 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:44.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:43 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:44.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:43 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:44.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:43 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:44.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:43 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2024-09-17T08:43:44.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:43 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-17T08:43:44.449 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":27,"num_osds":8,"num_up_osds":4,"osd_up_since":1726562620,"num_in_osds":8,"osd_in_since":1726562594,"num_remapped_pgs":0} 2024-09-17T08:43:44.928 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:44 smithi047 ceph-mon[25852]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T08:43:44.929 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:44 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/3806842439' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:43:44.929 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:44 smithi047 ceph-mon[25852]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T08:43:44.929 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:44 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:44.929 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:44 smithi047 ceph-mon[25852]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-17T08:43:44.929 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:44 smithi047 ceph-mon[25852]: from='osd.3 [v2:172.21.15.47:6810/2277296536,v1:172.21.15.47:6811/2277296536]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-09-17T08:43:44.929 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:44 smithi047 ceph-mon[25852]: osdmap e28: 8 total, 4 up, 8 in 2024-09-17T08:43:44.929 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:44 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:44.929 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:44 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:44.929 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:44 smithi047 ceph-mon[25852]: from='osd.6 [v2:172.21.15.155:6824/1302260127,v1:172.21.15.155:6825/1302260127]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-17T08:43:44.929 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:44 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:44.929 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:44 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:44.930 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:44 smithi047 ceph-mon[25852]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-17T08:43:44.930 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:44 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:45.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:44 smithi155 ceph-mon[35543]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T08:43:45.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:44 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/3806842439' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:43:45.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:44 smithi155 ceph-mon[35543]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T08:43:45.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:44 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:45.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:44 smithi155 ceph-mon[35543]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-17T08:43:45.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:44 smithi155 ceph-mon[35543]: from='osd.3 [v2:172.21.15.47:6810/2277296536,v1:172.21.15.47:6811/2277296536]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-09-17T08:43:45.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:44 smithi155 ceph-mon[35543]: osdmap e28: 8 total, 4 up, 8 in 2024-09-17T08:43:45.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:44 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:45.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:44 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:45.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:44 smithi155 ceph-mon[35543]: from='osd.6 [v2:172.21.15.155:6824/1302260127,v1:172.21.15.155:6825/1302260127]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-17T08:43:45.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:44 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:45.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:44 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:45.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:44 smithi155 ceph-mon[35543]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-17T08:43:45.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:44 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:45.451 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:43:46.068 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:45 smithi047 ceph-mon[25852]: purged_snaps scrub starts 2024-09-17T08:43:46.068 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:45 smithi047 ceph-mon[25852]: purged_snaps scrub ok 2024-09-17T08:43:46.069 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:45 smithi047 ceph-mon[25852]: pgmap v78: 1 pgs: 1 peering; 449 KiB data, 513 MiB used, 357 GiB / 358 GiB avail 2024-09-17T08:43:46.069 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:45 smithi047 ceph-mon[25852]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-17T08:43:46.069 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:45 smithi047 ceph-mon[25852]: osd.3 [v2:172.21.15.47:6810/2277296536,v1:172.21.15.47:6811/2277296536] boot 2024-09-17T08:43:46.069 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:45 smithi047 ceph-mon[25852]: osdmap e29: 8 total, 5 up, 8 in 2024-09-17T08:43:46.069 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:45 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:46.069 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:45 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:46.069 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:45 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:46.069 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:45 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:46.069 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:45 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:46.114 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:43:46.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:45 smithi155 ceph-mon[35543]: purged_snaps scrub starts 2024-09-17T08:43:46.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:45 smithi155 ceph-mon[35543]: purged_snaps scrub ok 2024-09-17T08:43:46.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:45 smithi155 ceph-mon[35543]: pgmap v78: 1 pgs: 1 peering; 449 KiB data, 513 MiB used, 357 GiB / 358 GiB avail 2024-09-17T08:43:46.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:45 smithi155 ceph-mon[35543]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-17T08:43:46.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:45 smithi155 ceph-mon[35543]: osd.3 [v2:172.21.15.47:6810/2277296536,v1:172.21.15.47:6811/2277296536] boot 2024-09-17T08:43:46.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:45 smithi155 ceph-mon[35543]: osdmap e29: 8 total, 5 up, 8 in 2024-09-17T08:43:46.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:45 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T08:43:46.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:45 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:46.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:45 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:46.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:45 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:46.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:45 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:47.016 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:46 smithi047 ceph-mon[25852]: purged_snaps scrub starts 2024-09-17T08:43:47.016 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:46 smithi047 ceph-mon[25852]: purged_snaps scrub ok 2024-09-17T08:43:47.016 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:46 smithi047 ceph-mon[25852]: osd.6 [v2:172.21.15.155:6824/1302260127,v1:172.21.15.155:6825/1302260127] boot 2024-09-17T08:43:47.017 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:46 smithi047 ceph-mon[25852]: osdmap e30: 8 total, 6 up, 8 in 2024-09-17T08:43:47.017 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:46 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:47.017 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:46 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:47.017 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:46 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:47.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:46 smithi155 ceph-mon[35543]: purged_snaps scrub starts 2024-09-17T08:43:47.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:46 smithi155 ceph-mon[35543]: purged_snaps scrub ok 2024-09-17T08:43:47.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:46 smithi155 ceph-mon[35543]: osd.6 [v2:172.21.15.155:6824/1302260127,v1:172.21.15.155:6825/1302260127] boot 2024-09-17T08:43:47.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:46 smithi155 ceph-mon[35543]: osdmap e30: 8 total, 6 up, 8 in 2024-09-17T08:43:47.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:46 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:47.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:46 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T08:43:47.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:46 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:48.025 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:48.026 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:48.026 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-17T08:43:48.026 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:43:48.026 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:47 smithi047 ceph-mon[25852]: Deploying daemon osd.7 on smithi047 2024-09-17T08:43:48.026 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:47 smithi047 ceph-mon[25852]: pgmap v81: 1 pgs: 1 peering; 449 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:43:48.026 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:47 smithi047 ceph-mon[25852]: osdmap e31: 8 total, 6 up, 8 in 2024-09-17T08:43:48.026 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:48.026 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:48.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:47 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:48.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:47 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:48.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:47 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-17T08:43:48.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:47 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:43:48.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:47 smithi155 ceph-mon[35543]: Deploying daemon osd.7 on smithi047 2024-09-17T08:43:48.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:47 smithi155 ceph-mon[35543]: pgmap v81: 1 pgs: 1 peering; 449 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-09-17T08:43:48.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:47 smithi155 ceph-mon[35543]: osdmap e31: 8 total, 6 up, 8 in 2024-09-17T08:43:48.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:47 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:48.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:47 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:48.516 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:43:49.066 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":32,"num_osds":8,"num_up_osds":6,"osd_up_since":1726562626,"num_in_osds":8,"osd_in_since":1726562594,"num_remapped_pgs":0} 2024-09-17T08:43:49.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:49 smithi155 ceph-mon[35543]: osdmap e32: 8 total, 6 up, 8 in 2024-09-17T08:43:49.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:49 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:49.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:49 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:49.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:49 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/3200487776' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:43:49.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:49 smithi155 ceph-mon[35543]: pgmap v84: 1 pgs: 1 remapped+peering; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 848 KiB/s wr, 54 op/s 2024-09-17T08:43:49.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:49 smithi047 ceph-mon[25852]: osdmap e32: 8 total, 6 up, 8 in 2024-09-17T08:43:49.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:49 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:49.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:49 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:49.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:49 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/3200487776' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:43:49.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:49 smithi047 ceph-mon[25852]: pgmap v84: 1 pgs: 1 remapped+peering; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 848 KiB/s wr, 54 op/s 2024-09-17T08:43:50.067 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:43:50.435 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:50 smithi047 ceph-mon[25852]: osdmap e33: 8 total, 6 up, 8 in 2024-09-17T08:43:50.436 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:50 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:50.436 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:50 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:50.436 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:50 smithi047 ceph-mon[25852]: from='osd.5 [v2:172.21.15.47:6818/613277965,v1:172.21.15.47:6819/613277965]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-17T08:43:50.482 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:43:50.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:50 smithi155 ceph-mon[35543]: osdmap e33: 8 total, 6 up, 8 in 2024-09-17T08:43:50.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:50 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:50.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:50 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:50.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:50 smithi155 ceph-mon[35543]: from='osd.5 [v2:172.21.15.47:6818/613277965,v1:172.21.15.47:6819/613277965]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-17T08:43:51.459 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:51 smithi047 ceph-mon[25852]: from='osd.5 [v2:172.21.15.47:6818/613277965,v1:172.21.15.47:6819/613277965]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-17T08:43:51.459 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:51 smithi047 ceph-mon[25852]: osdmap e34: 8 total, 6 up, 8 in 2024-09-17T08:43:51.459 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:51 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:51.459 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:51 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:51.460 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:51 smithi047 ceph-mon[25852]: from='osd.5 [v2:172.21.15.47:6818/613277965,v1:172.21.15.47:6819/613277965]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-09-17T08:43:51.460 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:51 smithi047 ceph-mon[25852]: pgmap v87: 1 pgs: 1 remapped+peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 848 KiB/s wr, 54 op/s 2024-09-17T08:43:51.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:51 smithi155 ceph-mon[35543]: from='osd.5 [v2:172.21.15.47:6818/613277965,v1:172.21.15.47:6819/613277965]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-17T08:43:51.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:51 smithi155 ceph-mon[35543]: osdmap e34: 8 total, 6 up, 8 in 2024-09-17T08:43:51.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:51 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:51.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:51 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:51.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:51 smithi155 ceph-mon[35543]: from='osd.5 [v2:172.21.15.47:6818/613277965,v1:172.21.15.47:6819/613277965]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-09-17T08:43:51.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:51 smithi155 ceph-mon[35543]: pgmap v87: 1 pgs: 1 remapped+peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 848 KiB/s wr, 54 op/s 2024-09-17T08:43:52.574 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:52 smithi047 ceph-mon[25852]: from='osd.5 [v2:172.21.15.47:6818/613277965,v1:172.21.15.47:6819/613277965]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-09-17T08:43:52.574 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:52 smithi047 ceph-mon[25852]: osdmap e35: 8 total, 6 up, 8 in 2024-09-17T08:43:52.574 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:52 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:52.574 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:52 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:52.574 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:52 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:52.574 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:52 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:52.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:52 smithi155 ceph-mon[35543]: from='osd.5 [v2:172.21.15.47:6818/613277965,v1:172.21.15.47:6819/613277965]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-09-17T08:43:52.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:52 smithi155 ceph-mon[35543]: osdmap e35: 8 total, 6 up, 8 in 2024-09-17T08:43:52.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:52 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:52.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:52 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:52.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:52 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:52.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:52 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:53.322 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:43:53.724 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:53 smithi047 ceph-mon[25852]: purged_snaps scrub starts 2024-09-17T08:43:53.724 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:53 smithi047 ceph-mon[25852]: purged_snaps scrub ok 2024-09-17T08:43:53.725 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:53 smithi047 ceph-mon[25852]: osd.5 [v2:172.21.15.47:6818/613277965,v1:172.21.15.47:6819/613277965] boot 2024-09-17T08:43:53.725 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:53 smithi047 ceph-mon[25852]: osdmap e36: 8 total, 7 up, 8 in 2024-09-17T08:43:53.725 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:53 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:53.725 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:53 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:53.725 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:53 smithi047 ceph-mon[25852]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-17T08:43:53.725 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:53 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/1917956033' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:43:53.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:53 smithi155 ceph-mon[35543]: purged_snaps scrub starts 2024-09-17T08:43:53.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:53 smithi155 ceph-mon[35543]: purged_snaps scrub ok 2024-09-17T08:43:53.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:53 smithi155 ceph-mon[35543]: osd.5 [v2:172.21.15.47:6818/613277965,v1:172.21.15.47:6819/613277965] boot 2024-09-17T08:43:53.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:53 smithi155 ceph-mon[35543]: osdmap e36: 8 total, 7 up, 8 in 2024-09-17T08:43:53.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:53 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T08:43:53.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:53 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:53.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:53 smithi155 ceph-mon[35543]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-17T08:43:53.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:53 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/1917956033' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:43:54.090 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":36,"num_osds":8,"num_up_osds":7,"osd_up_since":1726562632,"num_in_osds":8,"osd_in_since":1726562594,"num_remapped_pgs":0} 2024-09-17T08:43:54.736 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:54 smithi047 ceph-mon[25852]: osdmap e37: 8 total, 7 up, 8 in 2024-09-17T08:43:54.736 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:54 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:54.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:54 smithi155 ceph-mon[35543]: osdmap e37: 8 total, 7 up, 8 in 2024-09-17T08:43:54.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:54 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:43:55.091 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:43:55.730 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:43:55.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:55 smithi155 ceph-mon[35543]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail; 127 KiB/s, 0 objects/s recovering 2024-09-17T08:43:55.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:55 smithi047 ceph-mon[25852]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail; 127 KiB/s, 0 objects/s recovering 2024-09-17T08:43:56.833 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:56 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:56.833 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:56 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:56.834 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:56 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:43:57.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:56 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:57.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:56 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:43:57.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:56 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:43:57.818 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:43:57.999 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:57 smithi047 ceph-mon[25852]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-17T08:43:58.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:57 smithi155 ceph-mon[35543]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-17T08:43:58.969 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:58 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/2543526642' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:43:58.992 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":37,"num_osds":8,"num_up_osds":7,"osd_up_since":1726562632,"num_in_osds":8,"osd_in_since":1726562594,"num_remapped_pgs":0} 2024-09-17T08:43:59.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:58 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/2543526642' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:43:59.994 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T08:44:00.020 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:59 smithi047 ceph-mon[25852]: from='osd.7 [v2:172.21.15.47:6826/4029367165,v1:172.21.15.47:6827/4029367165]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-17T08:44:00.020 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:43:59 smithi047 ceph-mon[25852]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail; 77 KiB/s, 0 objects/s recovering 2024-09-17T08:44:00.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:59 smithi155 ceph-mon[35543]: from='osd.7 [v2:172.21.15.47:6826/4029367165,v1:172.21.15.47:6827/4029367165]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-17T08:44:00.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:43:59 smithi155 ceph-mon[35543]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail; 77 KiB/s, 0 objects/s recovering 2024-09-17T08:44:00.532 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:44:00.967 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:00 smithi047 ceph-mon[25852]: from='osd.7 [v2:172.21.15.47:6826/4029367165,v1:172.21.15.47:6827/4029367165]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-17T08:44:00.967 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:00 smithi047 ceph-mon[25852]: osdmap e38: 8 total, 7 up, 8 in 2024-09-17T08:44:00.967 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:00 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:44:00.967 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:00 smithi047 ceph-mon[25852]: from='osd.7 [v2:172.21.15.47:6826/4029367165,v1:172.21.15.47:6827/4029367165]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-09-17T08:44:00.967 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:00 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:00.967 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:00 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:00.967 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:00 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:44:01.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:00 smithi155 ceph-mon[35543]: from='osd.7 [v2:172.21.15.47:6826/4029367165,v1:172.21.15.47:6827/4029367165]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-17T08:44:01.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:00 smithi155 ceph-mon[35543]: osdmap e38: 8 total, 7 up, 8 in 2024-09-17T08:44:01.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:00 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:44:01.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:00 smithi155 ceph-mon[35543]: from='osd.7 [v2:172.21.15.47:6826/4029367165,v1:172.21.15.47:6827/4029367165]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-09-17T08:44:01.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:00 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:01.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:00 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:01.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:00 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:44:02.013 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:01 smithi047 ceph-mon[25852]: from='osd.7 [v2:172.21.15.47:6826/4029367165,v1:172.21.15.47:6827/4029367165]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-09-17T08:44:02.013 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:01 smithi047 ceph-mon[25852]: osdmap e39: 8 total, 7 up, 8 in 2024-09-17T08:44:02.013 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:01 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:44:02.013 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:01 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:44:02.013 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:01 smithi047 ceph-mon[25852]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:44:02.013 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:01 smithi047 ceph-mon[25852]: from='osd.7 [v2:172.21.15.47:6826/4029367165,v1:172.21.15.47:6827/4029367165]' entity='osd.7' 2024-09-17T08:44:02.035 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:01 smithi155 ceph-mon[35543]: from='osd.7 [v2:172.21.15.47:6826/4029367165,v1:172.21.15.47:6827/4029367165]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-09-17T08:44:02.035 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:01 smithi155 ceph-mon[35543]: osdmap e39: 8 total, 7 up, 8 in 2024-09-17T08:44:02.035 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:01 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:44:02.035 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:01 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:44:02.035 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:01 smithi155 ceph-mon[35543]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-17T08:44:02.035 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:01 smithi155 ceph-mon[35543]: from='osd.7 [v2:172.21.15.47:6826/4029367165,v1:172.21.15.47:6827/4029367165]' entity='osd.7' 2024-09-17T08:44:02.403 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:44:03.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:02 smithi155 ceph-mon[35543]: purged_snaps scrub starts 2024-09-17T08:44:03.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:02 smithi155 ceph-mon[35543]: purged_snaps scrub ok 2024-09-17T08:44:03.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:02 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:44:03.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:02 smithi155 ceph-mon[35543]: osd.7 [v2:172.21.15.47:6826/4029367165,v1:172.21.15.47:6827/4029367165] boot 2024-09-17T08:44:03.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:02 smithi155 ceph-mon[35543]: osdmap e40: 8 total, 8 up, 8 in 2024-09-17T08:44:03.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:02 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:44:03.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:02 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/3310419259' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:44:03.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:02 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:03.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:02 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:03.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:02 smithi047 ceph-mon[25852]: purged_snaps scrub starts 2024-09-17T08:44:03.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:02 smithi047 ceph-mon[25852]: purged_snaps scrub ok 2024-09-17T08:44:03.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:02 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:44:03.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:02 smithi047 ceph-mon[25852]: osd.7 [v2:172.21.15.47:6826/4029367165,v1:172.21.15.47:6827/4029367165] boot 2024-09-17T08:44:03.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:02 smithi047 ceph-mon[25852]: osdmap e40: 8 total, 8 up, 8 in 2024-09-17T08:44:03.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:02 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T08:44:03.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:02 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/3310419259' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T08:44:03.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:02 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:03.093 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:02 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:03.140 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":40,"num_osds":8,"num_up_osds":8,"osd_up_since":1726562641,"num_in_osds":8,"osd_in_since":1726562594,"num_remapped_pgs":1} 2024-09-17T08:44:03.141 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T08:44:03.716 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:44:03.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:03 smithi155 ceph-mon[35543]: osdmap e41: 8 total, 8 up, 8 in 2024-09-17T08:44:03.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:03 smithi155 ceph-mon[35543]: pgmap v100: 1 pgs: 1 unknown; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:04.008 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:03 smithi047 ceph-mon[25852]: osdmap e41: 8 total, 8 up, 8 in 2024-09-17T08:44:04.009 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:03 smithi047 ceph-mon[25852]: pgmap v100: 1 pgs: 1 unknown; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:04.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:04 smithi155 ceph-mon[35543]: osdmap e42: 8 total, 8 up, 8 in 2024-09-17T08:44:04.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:04 smithi047 ceph-mon[25852]: osdmap e42: 8 total, 8 up, 8 in 2024-09-17T08:44:05.856 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:05 smithi047 ceph-mon[25852]: osdmap e43: 8 total, 8 up, 8 in 2024-09-17T08:44:05.856 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:05 smithi047 ceph-mon[25852]: pgmap v103: 1 pgs: 1 unknown; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:05.931 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:44:05.931 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":44,"fsid":"4332e12c-74d0-11ef-bceb-c7b262605968","created":"2024-09-17T08:39:42.338612+0000","modified":"2024-09-17T08:44:05.737568+0000","last_up_change":"2024-09-17T08:44:01.720959+0000","last_in_change":"2024-09-17T08:43:14.182870+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"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":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-17T08:43:37.414143+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":"24","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_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"25f216cf-a91c-4d27-afac-138e7cda4ef5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6800","nonce":3904230367},{"type":"v1","addr":"172.21.15.155:6801","nonce":3904230367}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6802","nonce":3904230367},{"type":"v1","addr":"172.21.15.155:6803","nonce":3904230367}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6806","nonce":3904230367},{"type":"v1","addr":"172.21.15.155:6807","nonce":3904230367}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6804","nonce":3904230367},{"type":"v1","addr":"172.21.15.155:6805","nonce":3904230367}]},"public_addr":"172.21.15.155:6801/3904230367","cluster_addr":"172.21.15.155:6803/3904230367","heartbeat_back_addr":"172.21.15.155:6807/3904230367","heartbeat_front_addr":"172.21.15.155:6805/3904230367","state":["exists","up"]},{"osd":1,"uuid":"90f797fd-36b6-416f-8af4-e959a4e0e6a8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6802","nonce":3159211969},{"type":"v1","addr":"172.21.15.47:6803","nonce":3159211969}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6804","nonce":3159211969},{"type":"v1","addr":"172.21.15.47:6805","nonce":3159211969}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6808","nonce":3159211969},{"type":"v1","addr":"172.21.15.47:6809","nonce":3159211969}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6806","nonce":3159211969},{"type":"v1","addr":"172.21.15.47:6807","nonce":3159211969}]},"public_addr":"172.21.15.47:6803/3159211969","cluster_addr":"172.21.15.47:6805/3159211969","heartbeat_back_addr":"172.21.15.47:6809/3159211969","heartbeat_front_addr":"172.21.15.47:6807/3159211969","state":["exists","up"]},{"osd":2,"uuid":"a6342022-1b89-460f-bead-f364ac7c54ed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6808","nonce":3529079409},{"type":"v1","addr":"172.21.15.155:6809","nonce":3529079409}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6810","nonce":3529079409},{"type":"v1","addr":"172.21.15.155:6811","nonce":3529079409}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6814","nonce":3529079409},{"type":"v1","addr":"172.21.15.155:6815","nonce":3529079409}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6812","nonce":3529079409},{"type":"v1","addr":"172.21.15.155:6813","nonce":3529079409}]},"public_addr":"172.21.15.155:6809/3529079409","cluster_addr":"172.21.15.155:6811/3529079409","heartbeat_back_addr":"172.21.15.155:6815/3529079409","heartbeat_front_addr":"172.21.15.155:6813/3529079409","state":["exists","up"]},{"osd":3,"uuid":"2c760a21-f427-4e7e-bff8-bb9e4a14a080","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6810","nonce":2277296536},{"type":"v1","addr":"172.21.15.47:6811","nonce":2277296536}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6812","nonce":2277296536},{"type":"v1","addr":"172.21.15.47:6813","nonce":2277296536}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6816","nonce":2277296536},{"type":"v1","addr":"172.21.15.47:6817","nonce":2277296536}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6814","nonce":2277296536},{"type":"v1","addr":"172.21.15.47:6815","nonce":2277296536}]},"public_addr":"172.21.15.47:6811/2277296536","cluster_addr":"172.21.15.47:6813/2277296536","heartbeat_back_addr":"172.21.15.47:6817/2277296536","heartbeat_front_addr":"172.21.15.47:6815/2277296536","state":["exists","up"]},{"osd":4,"uuid":"9ec65773-4a0c-4426-8cb9-98f1f24cecfd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6816","nonce":868074456},{"type":"v1","addr":"172.21.15.155:6817","nonce":868074456}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6818","nonce":868074456},{"type":"v1","addr":"172.21.15.155:6819","nonce":868074456}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6822","nonce":868074456},{"type":"v1","addr":"172.21.15.155:6823","nonce":868074456}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6820","nonce":868074456},{"type":"v1","addr":"172.21.15.155:6821","nonce":868074456}]},"public_addr":"172.21.15.155:6817/868074456","cluster_addr":"172.21.15.155:6819/868074456","heartbeat_back_addr":"172.21.15.155:6823/868074456","heartbeat_front_addr":"172.21.15.155:6821/868074456","state":["exists","up"]},{"osd":5,"uuid":"515afb56-641d-4be6-b201-a7bc7308912a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6818","nonce":613277965},{"type":"v1","addr":"172.21.15.47:6819","nonce":613277965}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6820","nonce":613277965},{"type":"v1","addr":"172.21.15.47:6821","nonce":613277965}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6824","nonce":613277965},{"type":"v1","addr":"172.21.15.47:6825","nonce":613277965}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6822","nonce":613277965},{"type":"v1","addr":"172.21.15.47:6823","nonce":613277965}]},"public_addr":"172.21.15.47:6819/613277965","cluster_addr":"172.21.15.47:6821/613277965","heartbeat_back_addr":"172.21.15.47:6825/613277965","heartbeat_front_addr":"172.21.15.47:6823/613277965","state":["exists","up"]},{"osd":6,"uuid":"f43c330c-e2a5-46b5-9bbb-0f37204198c5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6824","nonce":1302260127},{"type":"v1","addr":"172.21.15.155:6825","nonce":1302260127}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6826","nonce":1302260127},{"type":"v1","addr":"172.21.15.155:6827","nonce":1302260127}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6830","nonce":1302260127},{"type":"v1","addr":"172.21.15.155:6831","nonce":1302260127}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6828","nonce":1302260127},{"type":"v1","addr":"172.21.15.155:6829","nonce":1302260127}]},"public_addr":"172.21.15.155:6825/1302260127","cluster_addr":"172.21.15.155:6827/1302260127","heartbeat_back_addr":"172.21.15.155:6831/1302260127","heartbeat_front_addr":"172.21.15.155:6829/1302260127","state":["exists","up"]},{"osd":7,"uuid":"b5844d66-9347-4e5f-91be-62289f0d81eb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6826","nonce":4029367165},{"type":"v1","addr":"172.21.15.47:6827","nonce":4029367165}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6828","nonce":4029367165},{"type":"v1","addr":"172.21.15.47:6829","nonce":4029367165}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6832","nonce":4029367165},{"type":"v1","addr":"172.21.15.47:6833","nonce":4029367165}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6830","nonce":4029367165},{"type":"v1","addr":"172.21.15.47:6831","nonce":4029367165}]},"public_addr":"172.21.15.47:6827/4029367165","cluster_addr":"172.21.15.47:6829/4029367165","heartbeat_back_addr":"172.21.15.47:6833/4029367165","heartbeat_front_addr":"172.21.15.47:6831/4029367165","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:43:28.262831+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:43:34.307090+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:43:33.537019+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:43:43.319394+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:43:38.856041+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:43:50.994752+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:43:44.083751+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:43:59.750164+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.47:0/95377047":"2024-09-18T08:41:40.915471+0000","172.21.15.47:0/1835605800":"2024-09-18T08:40:04.939782+0000","172.21.15.47:0/4248951655":"2024-09-18T08:40:04.939782+0000","172.21.15.47:0/1480764800":"2024-09-18T08:40:35.954472+0000","172.21.15.47:6800/4086217647":"2024-09-18T08:40:04.939782+0000","172.21.15.47:0/202722212":"2024-09-18T08:40:35.954472+0000","172.21.15.47:0/2084771124":"2024-09-18T08:41:40.915471+0000","172.21.15.47:6801/4086217647":"2024-09-18T08:40:04.939782+0000","172.21.15.47:6800/246105010":"2024-09-18T08:40:35.954472+0000","172.21.15.47:6801/383791727":"2024-09-18T08:41:40.915471+0000","172.21.15.47:6801/246105010":"2024-09-18T08:40:35.954472+0000","172.21.15.47:6800/383791727":"2024-09-18T08:41:40.915471+0000","172.21.15.47:0/2995590279":"2024-09-18T08:40:04.939782+0000","172.21.15.47:0/4068186844":"2024-09-18T08:40:35.954472+0000","172.21.15.47:0/3665648404":"2024-09-18T08:41:40.915471+0000"},"range_blocklist":{},"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:44:06.022 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:05 smithi155 ceph-mon[35543]: osdmap e43: 8 total, 8 up, 8 in 2024-09-17T08:44:06.022 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:05 smithi155 ceph-mon[35543]: pgmap v103: 1 pgs: 1 unknown; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:06.624 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-17T08:43:37.414143+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': '24', '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_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_acting': 7.889999866485596, 'score_stable': 7.889999866485596, 'optimal_score': 0.3799999952316284, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-09-17T08:44:06.625 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-17T08:44:06.946 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:06 smithi047 ceph-mon[25852]: osdmap e44: 8 total, 8 up, 8 in 2024-09-17T08:44:06.946 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:06 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/3474189902' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T08:44:06.946 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:06 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:06.946 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:06 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:06.946 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:06 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:44:06.946 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:06 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:44:06.946 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:06 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:44:06.947 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:06 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:44:06.947 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:06 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:07.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:06 smithi155 ceph-mon[35543]: osdmap e44: 8 total, 8 up, 8 in 2024-09-17T08:44:07.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:06 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/3474189902' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T08:44:07.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:06 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:07.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:06 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:07.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:06 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:44:07.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:06 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:44:07.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:06 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:44:07.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:06 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:44:07.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:06 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:07.382 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:44:07.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:07 smithi047 ceph-mon[25852]: Detected new or changed devices on smithi155 2024-09-17T08:44:07.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:07 smithi047 ceph-mon[25852]: Adjusting osd_memory_target on smithi155 to 3728M 2024-09-17T08:44:07.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:07 smithi047 ceph-mon[25852]: pgmap v105: 1 pgs: 1 unknown; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:08.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:07 smithi155 ceph-mon[35543]: Detected new or changed devices on smithi155 2024-09-17T08:44:08.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:07 smithi155 ceph-mon[35543]: Adjusting osd_memory_target on smithi155 to 3728M 2024-09-17T08:44:08.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:07 smithi155 ceph-mon[35543]: pgmap v105: 1 pgs: 1 unknown; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:10.296 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:09 smithi047 ceph-mon[25852]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-17T08:44:10.297 INFO:teuthology.orchestra.run.smithi047.stdout:pg_num: 1 2024-09-17T08:44:10.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:09 smithi155 ceph-mon[35543]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-17T08:44:10.891 INFO:tasks.cephadm:Setting up client nodes... 2024-09-17T08:44:10.892 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-17T08:44:11.437 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:11 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:11.437 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:11 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:11.437 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:11 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/754366917' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-17T08:44:11.437 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:11 smithi047 ceph-mon[25852]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-09-17T08:44:11.437 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:11 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:44:11.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:11 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:11.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:11 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:11.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:11 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/754366917' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-17T08:44:11.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:11 smithi155 ceph-mon[35543]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-09-17T08:44:11.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:11 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:44:12.051 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:44:14.237 INFO:teuthology.orchestra.run.smithi047.stdout:[client.0] 2024-09-17T08:44:14.237 INFO:teuthology.orchestra.run.smithi047.stdout: key = AQBeQelm+O/nDRAAKnls9x5/oVAvClV0sPhxEg== 2024-09-17T08:44:14.248 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:13 smithi047 ceph-mon[25852]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-09-17T08:44:14.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:13 smithi155 ceph-mon[35543]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-09-17T08:44:14.946 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-17T08:44:14.946 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-17T08:44:14.946 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-17T08:44:14.986 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-17T08:44:15.197 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi155/config 2024-09-17T08:44:15.293 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:14 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/209761512' 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:44:15.294 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:14 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/209761512' 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:44:15.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:14 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/209761512' 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:44:15.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:14 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/209761512' 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:44:16.211 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:16 smithi155 ceph-mon[35543]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T08:44:16.212 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:16 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:16.212 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:16 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:16.212 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:16 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:44:16.212 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:16 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:44:16.212 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:16 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:44:16.212 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:16 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:44:16.212 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:16 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:16.212 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:16 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:44:16.212 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:16 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:44:16.212 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:16 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:16.213 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:16 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:44:16.213 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:16 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:44:16.213 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:16 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:44:16.213 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:16 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:44:16.213 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:16 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:44:16.264 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:15 smithi047 ceph-mon[25852]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T08:44:16.264 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:15 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:16.265 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:15 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:16.265 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:15 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:44:16.265 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:15 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:44:16.265 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:15 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:44:16.265 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:15 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-17T08:44:16.265 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:15 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:16.265 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:15 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:44:16.265 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:15 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:44:16.265 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:15 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:16.266 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:15 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:44:16.266 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:15 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:44:16.266 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:15 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:44:16.266 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:15 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T08:44:16.266 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:15 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:44:17.106 INFO:teuthology.orchestra.run.smithi155.stdout:[client.1] 2024-09-17T08:44:17.106 INFO:teuthology.orchestra.run.smithi155.stdout: key = AQBhQelmF+MrBhAAm4o35Tz0p89yvAU0qJE6FQ== 2024-09-17T08:44:17.117 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:17 smithi155 ceph-mon[35543]: Detected new or changed devices on smithi047 2024-09-17T08:44:17.117 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:17 smithi155 ceph-mon[35543]: Adjusting osd_memory_target on smithi047 to 2961M 2024-09-17T08:44:17.147 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:17 smithi047 ceph-mon[25852]: Detected new or changed devices on smithi047 2024-09-17T08:44:17.147 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:17 smithi047 ceph-mon[25852]: Adjusting osd_memory_target on smithi047 to 2961M 2024-09-17T08:44:17.918 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-17T08:44:17.918 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-09-17T08:44:17.918 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-09-17T08:44:17.957 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-17T08:44:17.957 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-17T08:44:17.957 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph mgr dump --format=json 2024-09-17T08:44:18.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:18 smithi155 ceph-mon[35543]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-09-17T08:44:18.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:18 smithi155 ceph-mon[35543]: from='client.? 172.21.15.155:0/1893292358' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-17T08:44:18.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:18 smithi155 ceph-mon[35543]: from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-17T08:44:18.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:18 smithi155 ceph-mon[35543]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-17T08:44:18.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:18 smithi047 ceph-mon[25852]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-09-17T08:44:18.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:18 smithi047 ceph-mon[25852]: from='client.? 172.21.15.155:0/1893292358' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-17T08:44:18.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:18 smithi047 ceph-mon[25852]: from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-17T08:44:18.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:18 smithi047 ceph-mon[25852]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-17T08:44:18.790 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:44:19.043 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:19 smithi155 ceph-mon[35543]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T08:44:19.269 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:19 smithi047 ceph-mon[25852]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T08:44:22.079 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:44:22.114 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:21 smithi047 ceph-mon[25852]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:22.213 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:21 smithi155 ceph-mon[35543]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:23.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:22 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/3693231855' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-17T08:44:23.156 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":19,"flags":0,"active_gid":14211,"active_name":"smithi047.betvbg","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6800","nonce":2813206460},{"type":"v1","addr":"172.21.15.47:6801","nonce":2813206460}]},"active_addr":"172.21.15.47:6801/2813206460","active_change":"2024-09-17T08:41:40.915583+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":14234,"name":"smithi155.vtedcp","mgr_features":4540138322906710015,"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":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = 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":"2359","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":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = 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":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.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":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","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":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","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":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","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_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","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":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","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_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","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. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","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. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","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_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","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_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","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":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","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_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":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","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":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","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":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","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":"what failure domain we should separate data replicas across.","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":"value to set min_size to (unchanged from Ceph's default if this option is not set)","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":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","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":[]},"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_perf_query","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":"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":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"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":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","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":[]},"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":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","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":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","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":"rgw","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":"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":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","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":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","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":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","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":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"leaderboard_description":{"name":"leaderboard_description","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":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","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":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = 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":"2359","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":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = 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":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.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":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","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":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","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":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","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_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","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":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","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_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","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. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","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. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","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_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","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_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","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":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","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_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":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","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":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","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":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","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":"what failure domain we should separate data replicas across.","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":"value to set min_size to (unchanged from Ceph's default if this option is not set)","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":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","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":[]},"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_perf_query","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":"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":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"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":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","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":[]},"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":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","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":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","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":"rgw","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":"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":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","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":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","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":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","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":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"leaderboard_description":{"name":"leaderboard_description","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":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","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":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.47:8443/","prometheus":"http://172.21.15.47:9283/"},"always_on_modules":{"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"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":5,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.47:0","nonce":1170914015}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.47:0","nonce":35667718}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.47:0","nonce":3441437750}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.47:0","nonce":3416053489}]}]} 2024-09-17T08:44:23.161 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-17T08:44:23.161 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-17T08:44:23.161 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T08:44:23.184 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:23 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/3693231855' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-17T08:44:23.933 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:44:24.264 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:24 smithi155 ceph-mon[35543]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:24.283 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:24 smithi047 ceph-mon[25852]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:25.247 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:25 smithi047 ceph-mon[25852]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:25.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:25 smithi155 ceph-mon[35543]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:26.224 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:26 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:44:26.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:26 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:44:27.066 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:44:27.066 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":44,"fsid":"4332e12c-74d0-11ef-bceb-c7b262605968","created":"2024-09-17T08:39:42.338612+0000","modified":"2024-09-17T08:44:05.737568+0000","last_up_change":"2024-09-17T08:44:01.720959+0000","last_in_change":"2024-09-17T08:43:14.182870+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"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":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-17T08:43:37.414143+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":"24","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_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"25f216cf-a91c-4d27-afac-138e7cda4ef5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6800","nonce":3904230367},{"type":"v1","addr":"172.21.15.155:6801","nonce":3904230367}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6802","nonce":3904230367},{"type":"v1","addr":"172.21.15.155:6803","nonce":3904230367}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6806","nonce":3904230367},{"type":"v1","addr":"172.21.15.155:6807","nonce":3904230367}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6804","nonce":3904230367},{"type":"v1","addr":"172.21.15.155:6805","nonce":3904230367}]},"public_addr":"172.21.15.155:6801/3904230367","cluster_addr":"172.21.15.155:6803/3904230367","heartbeat_back_addr":"172.21.15.155:6807/3904230367","heartbeat_front_addr":"172.21.15.155:6805/3904230367","state":["exists","up"]},{"osd":1,"uuid":"90f797fd-36b6-416f-8af4-e959a4e0e6a8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6802","nonce":3159211969},{"type":"v1","addr":"172.21.15.47:6803","nonce":3159211969}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6804","nonce":3159211969},{"type":"v1","addr":"172.21.15.47:6805","nonce":3159211969}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6808","nonce":3159211969},{"type":"v1","addr":"172.21.15.47:6809","nonce":3159211969}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6806","nonce":3159211969},{"type":"v1","addr":"172.21.15.47:6807","nonce":3159211969}]},"public_addr":"172.21.15.47:6803/3159211969","cluster_addr":"172.21.15.47:6805/3159211969","heartbeat_back_addr":"172.21.15.47:6809/3159211969","heartbeat_front_addr":"172.21.15.47:6807/3159211969","state":["exists","up"]},{"osd":2,"uuid":"a6342022-1b89-460f-bead-f364ac7c54ed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6808","nonce":3529079409},{"type":"v1","addr":"172.21.15.155:6809","nonce":3529079409}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6810","nonce":3529079409},{"type":"v1","addr":"172.21.15.155:6811","nonce":3529079409}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6814","nonce":3529079409},{"type":"v1","addr":"172.21.15.155:6815","nonce":3529079409}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6812","nonce":3529079409},{"type":"v1","addr":"172.21.15.155:6813","nonce":3529079409}]},"public_addr":"172.21.15.155:6809/3529079409","cluster_addr":"172.21.15.155:6811/3529079409","heartbeat_back_addr":"172.21.15.155:6815/3529079409","heartbeat_front_addr":"172.21.15.155:6813/3529079409","state":["exists","up"]},{"osd":3,"uuid":"2c760a21-f427-4e7e-bff8-bb9e4a14a080","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6810","nonce":2277296536},{"type":"v1","addr":"172.21.15.47:6811","nonce":2277296536}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6812","nonce":2277296536},{"type":"v1","addr":"172.21.15.47:6813","nonce":2277296536}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6816","nonce":2277296536},{"type":"v1","addr":"172.21.15.47:6817","nonce":2277296536}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6814","nonce":2277296536},{"type":"v1","addr":"172.21.15.47:6815","nonce":2277296536}]},"public_addr":"172.21.15.47:6811/2277296536","cluster_addr":"172.21.15.47:6813/2277296536","heartbeat_back_addr":"172.21.15.47:6817/2277296536","heartbeat_front_addr":"172.21.15.47:6815/2277296536","state":["exists","up"]},{"osd":4,"uuid":"9ec65773-4a0c-4426-8cb9-98f1f24cecfd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6816","nonce":868074456},{"type":"v1","addr":"172.21.15.155:6817","nonce":868074456}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6818","nonce":868074456},{"type":"v1","addr":"172.21.15.155:6819","nonce":868074456}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6822","nonce":868074456},{"type":"v1","addr":"172.21.15.155:6823","nonce":868074456}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6820","nonce":868074456},{"type":"v1","addr":"172.21.15.155:6821","nonce":868074456}]},"public_addr":"172.21.15.155:6817/868074456","cluster_addr":"172.21.15.155:6819/868074456","heartbeat_back_addr":"172.21.15.155:6823/868074456","heartbeat_front_addr":"172.21.15.155:6821/868074456","state":["exists","up"]},{"osd":5,"uuid":"515afb56-641d-4be6-b201-a7bc7308912a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6818","nonce":613277965},{"type":"v1","addr":"172.21.15.47:6819","nonce":613277965}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6820","nonce":613277965},{"type":"v1","addr":"172.21.15.47:6821","nonce":613277965}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6824","nonce":613277965},{"type":"v1","addr":"172.21.15.47:6825","nonce":613277965}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6822","nonce":613277965},{"type":"v1","addr":"172.21.15.47:6823","nonce":613277965}]},"public_addr":"172.21.15.47:6819/613277965","cluster_addr":"172.21.15.47:6821/613277965","heartbeat_back_addr":"172.21.15.47:6825/613277965","heartbeat_front_addr":"172.21.15.47:6823/613277965","state":["exists","up"]},{"osd":6,"uuid":"f43c330c-e2a5-46b5-9bbb-0f37204198c5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6824","nonce":1302260127},{"type":"v1","addr":"172.21.15.155:6825","nonce":1302260127}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6826","nonce":1302260127},{"type":"v1","addr":"172.21.15.155:6827","nonce":1302260127}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6830","nonce":1302260127},{"type":"v1","addr":"172.21.15.155:6831","nonce":1302260127}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6828","nonce":1302260127},{"type":"v1","addr":"172.21.15.155:6829","nonce":1302260127}]},"public_addr":"172.21.15.155:6825/1302260127","cluster_addr":"172.21.15.155:6827/1302260127","heartbeat_back_addr":"172.21.15.155:6831/1302260127","heartbeat_front_addr":"172.21.15.155:6829/1302260127","state":["exists","up"]},{"osd":7,"uuid":"b5844d66-9347-4e5f-91be-62289f0d81eb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6826","nonce":4029367165},{"type":"v1","addr":"172.21.15.47:6827","nonce":4029367165}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6828","nonce":4029367165},{"type":"v1","addr":"172.21.15.47:6829","nonce":4029367165}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6832","nonce":4029367165},{"type":"v1","addr":"172.21.15.47:6833","nonce":4029367165}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6830","nonce":4029367165},{"type":"v1","addr":"172.21.15.47:6831","nonce":4029367165}]},"public_addr":"172.21.15.47:6827/4029367165","cluster_addr":"172.21.15.47:6829/4029367165","heartbeat_back_addr":"172.21.15.47:6833/4029367165","heartbeat_front_addr":"172.21.15.47:6831/4029367165","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:43:28.262831+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:43:34.307090+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:43:33.537019+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:43:43.319394+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:43:38.856041+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:43:50.994752+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:43:44.083751+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:43:59.750164+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.47:0/95377047":"2024-09-18T08:41:40.915471+0000","172.21.15.47:0/1835605800":"2024-09-18T08:40:04.939782+0000","172.21.15.47:0/4248951655":"2024-09-18T08:40:04.939782+0000","172.21.15.47:0/1480764800":"2024-09-18T08:40:35.954472+0000","172.21.15.47:6800/4086217647":"2024-09-18T08:40:04.939782+0000","172.21.15.47:0/202722212":"2024-09-18T08:40:35.954472+0000","172.21.15.47:0/2084771124":"2024-09-18T08:41:40.915471+0000","172.21.15.47:6801/4086217647":"2024-09-18T08:40:04.939782+0000","172.21.15.47:6800/246105010":"2024-09-18T08:40:35.954472+0000","172.21.15.47:6801/383791727":"2024-09-18T08:41:40.915471+0000","172.21.15.47:6801/246105010":"2024-09-18T08:40:35.954472+0000","172.21.15.47:6800/383791727":"2024-09-18T08:41:40.915471+0000","172.21.15.47:0/2995590279":"2024-09-18T08:40:04.939782+0000","172.21.15.47:0/4068186844":"2024-09-18T08:40:35.954472+0000","172.21.15.47:0/3665648404":"2024-09-18T08:41:40.915471+0000"},"range_blocklist":{},"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:44:27.319 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:27 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:27.320 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:27 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:27.320 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:27 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/270599690' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T08:44:27.320 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:27 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:27.320 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:27 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:27.320 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:27 smithi047 ceph-mon[25852]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:27.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:27 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:27.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:27 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:27.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:27 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/270599690' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T08:44:27.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:27 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:27.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:27 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:44:27.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:27 smithi155 ceph-mon[35543]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:27.576 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-17T08:44:27.576 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T08:44:27.783 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:44:29.572 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:44:29.572 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":44,"fsid":"4332e12c-74d0-11ef-bceb-c7b262605968","created":"2024-09-17T08:39:42.338612+0000","modified":"2024-09-17T08:44:05.737568+0000","last_up_change":"2024-09-17T08:44:01.720959+0000","last_in_change":"2024-09-17T08:43:14.182870+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"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":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-17T08:43:37.414143+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":"24","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_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"25f216cf-a91c-4d27-afac-138e7cda4ef5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6800","nonce":3904230367},{"type":"v1","addr":"172.21.15.155:6801","nonce":3904230367}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6802","nonce":3904230367},{"type":"v1","addr":"172.21.15.155:6803","nonce":3904230367}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6806","nonce":3904230367},{"type":"v1","addr":"172.21.15.155:6807","nonce":3904230367}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6804","nonce":3904230367},{"type":"v1","addr":"172.21.15.155:6805","nonce":3904230367}]},"public_addr":"172.21.15.155:6801/3904230367","cluster_addr":"172.21.15.155:6803/3904230367","heartbeat_back_addr":"172.21.15.155:6807/3904230367","heartbeat_front_addr":"172.21.15.155:6805/3904230367","state":["exists","up"]},{"osd":1,"uuid":"90f797fd-36b6-416f-8af4-e959a4e0e6a8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6802","nonce":3159211969},{"type":"v1","addr":"172.21.15.47:6803","nonce":3159211969}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6804","nonce":3159211969},{"type":"v1","addr":"172.21.15.47:6805","nonce":3159211969}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6808","nonce":3159211969},{"type":"v1","addr":"172.21.15.47:6809","nonce":3159211969}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6806","nonce":3159211969},{"type":"v1","addr":"172.21.15.47:6807","nonce":3159211969}]},"public_addr":"172.21.15.47:6803/3159211969","cluster_addr":"172.21.15.47:6805/3159211969","heartbeat_back_addr":"172.21.15.47:6809/3159211969","heartbeat_front_addr":"172.21.15.47:6807/3159211969","state":["exists","up"]},{"osd":2,"uuid":"a6342022-1b89-460f-bead-f364ac7c54ed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6808","nonce":3529079409},{"type":"v1","addr":"172.21.15.155:6809","nonce":3529079409}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6810","nonce":3529079409},{"type":"v1","addr":"172.21.15.155:6811","nonce":3529079409}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6814","nonce":3529079409},{"type":"v1","addr":"172.21.15.155:6815","nonce":3529079409}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6812","nonce":3529079409},{"type":"v1","addr":"172.21.15.155:6813","nonce":3529079409}]},"public_addr":"172.21.15.155:6809/3529079409","cluster_addr":"172.21.15.155:6811/3529079409","heartbeat_back_addr":"172.21.15.155:6815/3529079409","heartbeat_front_addr":"172.21.15.155:6813/3529079409","state":["exists","up"]},{"osd":3,"uuid":"2c760a21-f427-4e7e-bff8-bb9e4a14a080","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6810","nonce":2277296536},{"type":"v1","addr":"172.21.15.47:6811","nonce":2277296536}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6812","nonce":2277296536},{"type":"v1","addr":"172.21.15.47:6813","nonce":2277296536}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6816","nonce":2277296536},{"type":"v1","addr":"172.21.15.47:6817","nonce":2277296536}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6814","nonce":2277296536},{"type":"v1","addr":"172.21.15.47:6815","nonce":2277296536}]},"public_addr":"172.21.15.47:6811/2277296536","cluster_addr":"172.21.15.47:6813/2277296536","heartbeat_back_addr":"172.21.15.47:6817/2277296536","heartbeat_front_addr":"172.21.15.47:6815/2277296536","state":["exists","up"]},{"osd":4,"uuid":"9ec65773-4a0c-4426-8cb9-98f1f24cecfd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6816","nonce":868074456},{"type":"v1","addr":"172.21.15.155:6817","nonce":868074456}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6818","nonce":868074456},{"type":"v1","addr":"172.21.15.155:6819","nonce":868074456}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6822","nonce":868074456},{"type":"v1","addr":"172.21.15.155:6823","nonce":868074456}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6820","nonce":868074456},{"type":"v1","addr":"172.21.15.155:6821","nonce":868074456}]},"public_addr":"172.21.15.155:6817/868074456","cluster_addr":"172.21.15.155:6819/868074456","heartbeat_back_addr":"172.21.15.155:6823/868074456","heartbeat_front_addr":"172.21.15.155:6821/868074456","state":["exists","up"]},{"osd":5,"uuid":"515afb56-641d-4be6-b201-a7bc7308912a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6818","nonce":613277965},{"type":"v1","addr":"172.21.15.47:6819","nonce":613277965}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6820","nonce":613277965},{"type":"v1","addr":"172.21.15.47:6821","nonce":613277965}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6824","nonce":613277965},{"type":"v1","addr":"172.21.15.47:6825","nonce":613277965}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6822","nonce":613277965},{"type":"v1","addr":"172.21.15.47:6823","nonce":613277965}]},"public_addr":"172.21.15.47:6819/613277965","cluster_addr":"172.21.15.47:6821/613277965","heartbeat_back_addr":"172.21.15.47:6825/613277965","heartbeat_front_addr":"172.21.15.47:6823/613277965","state":["exists","up"]},{"osd":6,"uuid":"f43c330c-e2a5-46b5-9bbb-0f37204198c5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6824","nonce":1302260127},{"type":"v1","addr":"172.21.15.155:6825","nonce":1302260127}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6826","nonce":1302260127},{"type":"v1","addr":"172.21.15.155:6827","nonce":1302260127}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6830","nonce":1302260127},{"type":"v1","addr":"172.21.15.155:6831","nonce":1302260127}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6828","nonce":1302260127},{"type":"v1","addr":"172.21.15.155:6829","nonce":1302260127}]},"public_addr":"172.21.15.155:6825/1302260127","cluster_addr":"172.21.15.155:6827/1302260127","heartbeat_back_addr":"172.21.15.155:6831/1302260127","heartbeat_front_addr":"172.21.15.155:6829/1302260127","state":["exists","up"]},{"osd":7,"uuid":"b5844d66-9347-4e5f-91be-62289f0d81eb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6826","nonce":4029367165},{"type":"v1","addr":"172.21.15.47:6827","nonce":4029367165}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6828","nonce":4029367165},{"type":"v1","addr":"172.21.15.47:6829","nonce":4029367165}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6832","nonce":4029367165},{"type":"v1","addr":"172.21.15.47:6833","nonce":4029367165}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6830","nonce":4029367165},{"type":"v1","addr":"172.21.15.47:6831","nonce":4029367165}]},"public_addr":"172.21.15.47:6827/4029367165","cluster_addr":"172.21.15.47:6829/4029367165","heartbeat_back_addr":"172.21.15.47:6833/4029367165","heartbeat_front_addr":"172.21.15.47:6831/4029367165","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:43:28.262831+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:43:34.307090+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:43:33.537019+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:43:43.319394+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:43:38.856041+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:43:50.994752+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:43:44.083751+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T08:43:59.750164+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.47:0/95377047":"2024-09-18T08:41:40.915471+0000","172.21.15.47:0/1835605800":"2024-09-18T08:40:04.939782+0000","172.21.15.47:0/4248951655":"2024-09-18T08:40:04.939782+0000","172.21.15.47:0/1480764800":"2024-09-18T08:40:35.954472+0000","172.21.15.47:6800/4086217647":"2024-09-18T08:40:04.939782+0000","172.21.15.47:0/202722212":"2024-09-18T08:40:35.954472+0000","172.21.15.47:0/2084771124":"2024-09-18T08:41:40.915471+0000","172.21.15.47:6801/4086217647":"2024-09-18T08:40:04.939782+0000","172.21.15.47:6800/246105010":"2024-09-18T08:40:35.954472+0000","172.21.15.47:6801/383791727":"2024-09-18T08:41:40.915471+0000","172.21.15.47:6801/246105010":"2024-09-18T08:40:35.954472+0000","172.21.15.47:6800/383791727":"2024-09-18T08:41:40.915471+0000","172.21.15.47:0/2995590279":"2024-09-18T08:40:04.939782+0000","172.21.15.47:0/4068186844":"2024-09-18T08:40:35.954472+0000","172.21.15.47:0/3665648404":"2024-09-18T08:41:40.915471+0000"},"range_blocklist":{},"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:44:30.127 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:29 smithi047 ceph-mon[25852]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:30.128 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:29 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/4219791017' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T08:44:30.130 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-17T08:44:30.130 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-17T08:44:30.131 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-17T08:44:30.131 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-17T08:44:30.132 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-17T08:44:30.132 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-17T08:44:30.133 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-09-17T08:44:30.133 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-09-17T08:44:30.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:29 smithi155 ceph-mon[35543]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:30.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:29 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/4219791017' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T08:44:30.576 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:44:30.581 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:44:30.586 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:44:30.587 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:44:30.589 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:44:30.593 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:44:30.593 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:44:30.603 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:44:32.205 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:32 smithi047 ceph-mon[25852]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:32.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:32 smithi155 ceph-mon[35543]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:34.301 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:34 smithi047 ceph-mon[25852]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:34.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:34 smithi155 ceph-mon[35543]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:35.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:35 smithi155 ceph-mon[35543]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:35.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:35 smithi047 ceph-mon[25852]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:38.035 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:37 smithi047 ceph-mon[25852]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:38.280 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:37 smithi155 ceph-mon[35543]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:40.130 INFO:teuthology.orchestra.run.smithi047.stdout:107374182413 2024-09-17T08:44:40.131 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-17T08:44:40.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:40 smithi155 ceph-mon[35543]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:40.333 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:40 smithi047 ceph-mon[25852]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:41.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:41 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:44:41.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:41 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:44:41.149 INFO:teuthology.orchestra.run.smithi047.stdout:85899345936 2024-09-17T08:44:41.150 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-17T08:44:41.887 INFO:teuthology.orchestra.run.smithi047.stdout:90194313230 2024-09-17T08:44:41.888 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-17T08:44:42.117 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:42 smithi047 ceph-mon[25852]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:42.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:42 smithi155 ceph-mon[35543]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:43.285 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:43 smithi047 ceph-mon[25852]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:43.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:43 smithi155 ceph-mon[35543]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:44.155 INFO:teuthology.orchestra.run.smithi047.stdout:124554051598 2024-09-17T08:44:44.155 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-17T08:44:44.693 INFO:teuthology.orchestra.run.smithi047.stdout:68719476752 2024-09-17T08:44:44.693 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-17T08:44:46.067 INFO:teuthology.orchestra.run.smithi047.stdout:154618822670 2024-09-17T08:44:46.067 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-17T08:44:46.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:46 smithi155 ceph-mon[35543]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:46.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:46 smithi047 ceph-mon[25852]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:46.731 INFO:teuthology.orchestra.run.smithi047.stdout:171798691852 2024-09-17T08:44:46.732 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-09-17T08:44:46.748 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:44:46.749 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:44:46.751 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:44:48.241 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:48 smithi047 ceph-mon[25852]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:48.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:48 smithi155 ceph-mon[35543]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:49.154 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:49 smithi047 ceph-mon[25852]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:49.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:49 smithi155 ceph-mon[35543]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:49.688 INFO:teuthology.orchestra.run.smithi047.stdout:85899345937 2024-09-17T08:44:50.270 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:50 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/2607188150' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-17T08:44:50.277 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:44:50.303 INFO:teuthology.orchestra.run.smithi047.stdout:128849018894 2024-09-17T08:44:50.304 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-09-17T08:44:50.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:50 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/2607188150' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-17T08:44:51.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:51 smithi155 ceph-mon[35543]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:51.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:51 smithi047 ceph-mon[25852]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:51.387 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345936 got 85899345937 for osd.2 2024-09-17T08:44:51.387 DEBUG:teuthology.parallel:result is None 2024-09-17T08:44:51.784 INFO:teuthology.orchestra.run.smithi047.stdout:107374182416 2024-09-17T08:44:52.295 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:52 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/3323557143' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-17T08:44:52.312 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:44:52.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:52 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/3323557143' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-17T08:44:53.206 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:53 smithi047 ceph-mon[25852]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:53.513 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:53 smithi155 ceph-mon[35543]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:53.587 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:44:54.073 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182413 got 107374182416 for osd.4 2024-09-17T08:44:54.073 DEBUG:teuthology.parallel:result is None 2024-09-17T08:44:54.789 INFO:teuthology.orchestra.run.smithi047.stdout:68719476754 2024-09-17T08:44:55.026 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:54 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/4153717961' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-17T08:44:55.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:54 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/4153717961' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-17T08:44:55.518 INFO:teuthology.orchestra.run.smithi047.stdout:90194313234 2024-09-17T08:44:56.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:55 smithi047 ceph-mon[25852]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:56.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:55 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/654023418' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-17T08:44:56.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:55 smithi155 ceph-mon[35543]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:56.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:55 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/654023418' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-17T08:44:56.514 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313230 got 90194313234 for osd.1 2024-09-17T08:44:56.514 DEBUG:teuthology.parallel:result is None 2024-09-17T08:44:56.877 INFO:teuthology.orchestra.run.smithi047.stdout:154618822672 2024-09-17T08:44:57.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:56 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:44:57.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:56 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:44:57.345 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:44:57.345 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:44:57.672 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476752 got 68719476754 for osd.0 2024-09-17T08:44:57.672 DEBUG:teuthology.parallel:result is None 2024-09-17T08:44:58.029 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:57 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/2679978264' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-17T08:44:58.029 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:44:57 smithi047 ceph-mon[25852]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:58.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:57 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/2679978264' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-17T08:44:58.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:44:57 smithi155 ceph-mon[35543]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:44:58.475 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822670 got 154618822672 for osd.5 2024-09-17T08:44:58.476 DEBUG:teuthology.parallel:result is None 2024-09-17T08:45:00.006 INFO:teuthology.orchestra.run.smithi047.stdout:124554051601 2024-09-17T08:45:00.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:00 smithi155 ceph-mon[35543]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:00.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:00 smithi047 ceph-mon[25852]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:01.209 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:01 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/1235876416' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-17T08:45:01.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:01 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/1235876416' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-17T08:45:01.843 INFO:teuthology.orchestra.run.smithi047.stdout:128849018897 2024-09-17T08:45:01.913 INFO:teuthology.orchestra.run.smithi047.stdout:171798691855 2024-09-17T08:45:02.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:02 smithi047 ceph-mon[25852]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:02.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:02 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/1896313342' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-17T08:45:02.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:02 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/273006607' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-17T08:45:02.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:02 smithi155 ceph-mon[35543]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:02.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:02 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/1896313342' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-17T08:45:02.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:02 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/273006607' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-17T08:45:02.545 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051598 got 124554051601 for osd.3 2024-09-17T08:45:02.545 DEBUG:teuthology.parallel:result is None 2024-09-17T08:45:03.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:03 smithi047 ceph-mon[25852]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:03.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:03 smithi155 ceph-mon[35543]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:03.360 INFO:tasks.cephadm.ceph_manager.ceph:need seq 171798691852 got 171798691855 for osd.7 2024-09-17T08:45:03.361 DEBUG:teuthology.parallel:result is None 2024-09-17T08:45:03.753 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018894 got 128849018897 for osd.6 2024-09-17T08:45:03.753 DEBUG:teuthology.parallel:result is None 2024-09-17T08:45:03.753 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-17T08:45:03.754 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-17T08:45:03.969 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:45:05.695 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:45:05.696 INFO:teuthology.orchestra.run.smithi047.stderr:dumped all 2024-09-17T08:45:06.264 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:06 smithi047 ceph-mon[25852]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:06.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:06 smithi155 ceph-mon[35543]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:06.571 INFO:teuthology.orchestra.run.smithi047.stdout:{"pg_ready":true,"pg_map":{"version":134,"stamp":"2024-09-17T08:45:04.950698+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":150,"num_read_kb":130,"num_write":247,"num_write_kb":4504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":197,"ondisk_log_size":197,"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":8,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":233740,"kb_used_data":5256,"kb_used_omap":12,"kb_used_meta":228339,"kb_avail":749694708,"statfs":{"total":767926730752,"available":767687380992,"internally_reserved":0,"allocated":5382144,"data_stored":3221819,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12744,"internal_metadata":233819704},"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":"12.002016"},"pg_stats":[{"pgid":"1.0","version":"27'197","reported_seq":281,"reported_epoch":44,"state":"active+clean","last_fresh":"2024-09-17T08:44:05.743656+0000","last_change":"2024-09-17T08:44:05.743391+0000","last_active":"2024-09-17T08:44:05.743656+0000","last_peered":"2024-09-17T08:44:05.743656+0000","last_clean":"2024-09-17T08:44:05.743656+0000","last_became_active":"2024-09-17T08:44:05.742946+0000","last_became_peered":"2024-09-17T08:44:05.742946+0000","last_unstale":"2024-09-17T08:44:05.743656+0000","last_undegraded":"2024-09-17T08:44:05.743656+0000","last_fullsized":"2024-09-17T08:44:05.743656+0000","mapping_epoch":43,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":44,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-17T08:43:37.414588+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-17T08:43:37.414588+0000","last_clean_scrub_stamp":"2024-09-17T08:43:37.414588+0000","objects_scrubbed":0,"log_size":197,"log_dups_size":0,"ondisk_log_size":197,"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,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T11:54:04.284458+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":150,"num_read_kb":130,"num_write":247,"num_write_kb":4504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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,3],"acting":[7,0,3],"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":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":150,"num_read_kb":130,"num_write":247,"num_write_kb":4504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":2969600,"data_stored":2951840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":197,"ondisk_log_size":197,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":40,"seq":171798691856,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32140,"kb_used_data":1020,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93708916,"statfs":{"total":95990841344,"available":95957929984,"internally_reserved":0,"allocated":1044480,"data_stored":771791,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1589,"internal_metadata":31848907},"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.57499999999999996}]},{"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.52500000000000002}]},{"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.58999999999999997}]},{"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.61399999999999999}]},{"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.65700000000000003}]},{"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.69299999999999995}]},{"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.72499999999999998}]}]},{"osd":5,"up_from":36,"seq":154618822674,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27464,"kb_used_data":440,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713592,"statfs":{"total":95990841344,"available":95962718208,"internally_reserved":0,"allocated":450560,"data_stored":181423,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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:44:58 2024","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.53500000000000003},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.499}]},{"osd":1,"last update":"Tue Sep 17 08:44:58 2024","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.65700000000000003},{"interface":"front","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"last":0.39400000000000002}]},{"osd":2,"last update":"Tue Sep 17 08:44:58 2024","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.57099999999999995},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.44400000000000001}]},{"osd":3,"last update":"Tue Sep 17 08:44:58 2024","interfaces":[{"interface":"back","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.34000000000000002},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.41799999999999998}]},{"osd":4,"last update":"Tue Sep 17 08:44:58 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.51400000000000001},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.61399999999999999}]},{"osd":6,"last update":"Tue Sep 17 08:44:58 2024","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.63200000000000001},{"interface":"front","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.58299999999999996}]},{"osd":7,"last update":"Tue Sep 17 08:45:02 2024","interfaces":[{"interface":"back","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.55400000000000005}]}]},{"osd":6,"up_from":30,"seq":128849018898,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27464,"kb_used_data":440,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713592,"statfs":{"total":95990841344,"available":95962718208,"internally_reserved":0,"allocated":450560,"data_stored":181423,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"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:44:50 2024","interfaces":[{"interface":"back","average":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"last":0.38800000000000001},{"interface":"front","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.438}]},{"osd":1,"last update":"Tue Sep 17 08:44:50 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.505},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.54900000000000004}]},{"osd":2,"last update":"Tue Sep 17 08:44:50 2024","interfaces":[{"interface":"back","average":{"1min":0.434,"5min":0.434,"15min":0.434},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.48399999999999999},{"interface":"front","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.52700000000000002}]},{"osd":3,"last update":"Tue Sep 17 08:44:50 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.57799999999999996},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.59599999999999997}]},{"osd":4,"last update":"Tue Sep 17 08:44:50 2024","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.56699999999999995},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.61699999999999999}]},{"osd":5,"last update":"Tue Sep 17 08:44:56 2024","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.59099999999999997},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.65400000000000003}]},{"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.63500000000000001}]}]},{"osd":3,"up_from":29,"seq":124554051602,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28048,"kb_used_data":1020,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713008,"statfs":{"total":95990841344,"available":95962120192,"internally_reserved":0,"allocated":1044480,"data_stored":771791,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1592,"internal_metadata":27654600},"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:44:49 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.45600000000000002},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.59299999999999997}]},{"osd":1,"last update":"Tue Sep 17 08:44:49 2024","interfaces":[{"interface":"back","average":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"last":0.40799999999999997},{"interface":"front","average":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"last":0.34899999999999998}]},{"osd":2,"last update":"Tue Sep 17 08:44:49 2024","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.61299999999999999},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.63300000000000001}]},{"osd":4,"last update":"Tue Sep 17 08:44:49 2024","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.65600000000000003},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.49299999999999999}]},{"osd":5,"last update":"Tue Sep 17 08:44:55 2024","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.52100000000000002},{"interface":"front","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"last":0.38100000000000001}]},{"osd":6,"last update":"Tue Sep 17 08:44:49 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.55300000000000005},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.69499999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.505}]}]},{"osd":4,"up_from":25,"seq":107374182418,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27468,"kb_used_data":440,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713588,"statfs":{"total":95990841344,"available":95962714112,"internally_reserved":0,"allocated":450560,"data_stored":181423,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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:44:42 2024","interfaces":[{"interface":"back","average":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"min":{"1min":0.215,"5min":0.215,"15min":0.215},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.46999999999999997}]},{"osd":1,"last update":"Tue Sep 17 08:44:42 2024","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.49199999999999999},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.50800000000000001}]},{"osd":2,"last update":"Tue Sep 17 08:44:42 2024","interfaces":[{"interface":"back","average":{"1min":0.38,"5min":0.38,"15min":0.38},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.59099999999999997},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.441}]},{"osd":3,"last update":"Tue Sep 17 08:44:45 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.88500000000000001,"5min":0.88500000000000001,"15min":0.88500000000000001},"last":0.52900000000000003},{"interface":"front","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.57199999999999995}]},{"osd":5,"last update":"Tue Sep 17 08:44:54 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.63700000000000001}]},{"osd":6,"last update":"Tue Sep 17 08:44:47 2024","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.54000000000000004},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.60699999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.624}]}]},{"osd":1,"up_from":21,"seq":90194313236,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31564,"kb_used_data":440,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93709492,"statfs":{"total":95990841344,"available":95958519808,"internally_reserved":0,"allocated":450560,"data_stored":181423,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31848902},"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:44:40 2024","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.624,"5min":0.624,"15min":0.624},"last":0.55700000000000005},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.49299999999999999}]},{"osd":2,"last update":"Tue Sep 17 08:44:40 2024","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.60599999999999998}]},{"osd":3,"last update":"Tue Sep 17 08:44:46 2024","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"last":0.39600000000000002},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.41899999999999998}]},{"osd":4,"last update":"Tue Sep 17 08:44:40 2024","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.51300000000000001}]},{"osd":5,"last update":"Tue Sep 17 08:44:54 2024","interfaces":[{"interface":"back","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.441},{"interface":"front","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.47499999999999998}]},{"osd":6,"last update":"Tue Sep 17 08:44:51 2024","interfaces":[{"interface":"back","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.57899999999999996}]},{"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.52600000000000002}]}]},{"osd":2,"up_from":20,"seq":85899345940,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31552,"kb_used_data":436,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93709504,"statfs":{"total":95990841344,"available":95958532096,"internally_reserved":0,"allocated":446464,"data_stored":180754,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31848902},"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:44:37 2024","interfaces":[{"interface":"back","average":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"min":{"1min":0.214,"5min":0.214,"15min":0.214},"max":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"last":0.85699999999999998},{"interface":"front","average":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"min":{"1min":0.214,"5min":0.214,"15min":0.214},"max":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"last":0.94599999999999995}]},{"osd":1,"last update":"Tue Sep 17 08:44:37 2024","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.72399999999999998},{"interface":"front","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.83299999999999996}]},{"osd":3,"last update":"Tue Sep 17 08:44:46 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.75600000000000001},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.91200000000000003}]},{"osd":4,"last update":"Tue Sep 17 08:44:40 2024","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.19,"5min":0.19,"15min":0.19},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.69599999999999995}]},{"osd":5,"last update":"Tue Sep 17 08:44:56 2024","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.73899999999999999}]},{"osd":6,"last update":"Tue Sep 17 08:44:46 2024","interfaces":[{"interface":"back","average":{"1min":0.434,"5min":0.434,"15min":0.434},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.56799999999999995},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.67900000000000005}]},{"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.627}]}]},{"osd":0,"up_from":16,"seq":68719476756,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28040,"kb_used_data":1020,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713016,"statfs":{"total":95990841344,"available":95962128384,"internally_reserved":0,"allocated":1044480,"data_stored":771791,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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:44:38 2024","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.497},{"interface":"front","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.60699999999999998}]},{"osd":2,"last update":"Tue Sep 17 08:44:38 2024","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.34000000000000002},{"interface":"front","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.309}]},{"osd":3,"last update":"Tue Sep 17 08:44:48 2024","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.70599999999999996},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.63}]},{"osd":4,"last update":"Tue Sep 17 08:44:43 2024","interfaces":[{"interface":"back","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.36099999999999999},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.38100000000000001}]},{"osd":5,"last update":"Tue Sep 17 08:44:53 2024","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.52900000000000003},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.68100000000000005}]},{"osd":6,"last update":"Tue Sep 17 08:44:48 2024","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.41299999999999998},{"interface":"front","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.40000000000000002}]},{"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.65800000000000003}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"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":593920,"data_stored":590368,"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-17T08:45:06.573 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-17T08:45:06.778 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:45:07.194 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:07 smithi047 ceph-mon[25852]: from='client.14540 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:45:07.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:07 smithi155 ceph-mon[35543]: from='client.14540 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:45:08.265 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:08 smithi047 ceph-mon[25852]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:08.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:08 smithi155 ceph-mon[35543]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:08.637 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:45:08.637 INFO:teuthology.orchestra.run.smithi047.stderr:dumped all 2024-09-17T08:45:09.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:09 smithi155 ceph-mon[35543]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:45:09.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:09 smithi155 ceph-mon[35543]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:09.315 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:09 smithi047 ceph-mon[25852]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:45:09.315 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:09 smithi047 ceph-mon[25852]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:09.339 INFO:teuthology.orchestra.run.smithi047.stdout:{"pg_ready":true,"pg_map":{"version":135,"stamp":"2024-09-17T08:45:06.951162+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":150,"num_read_kb":130,"num_write":247,"num_write_kb":4504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":197,"ondisk_log_size":197,"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":8,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":233740,"kb_used_data":5256,"kb_used_omap":12,"kb_used_meta":228339,"kb_avail":749694708,"statfs":{"total":767926730752,"available":767687380992,"internally_reserved":0,"allocated":5382144,"data_stored":3221819,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12744,"internal_metadata":233819704},"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":"12.002182"},"pg_stats":[{"pgid":"1.0","version":"27'197","reported_seq":281,"reported_epoch":44,"state":"active+clean","last_fresh":"2024-09-17T08:44:05.743656+0000","last_change":"2024-09-17T08:44:05.743391+0000","last_active":"2024-09-17T08:44:05.743656+0000","last_peered":"2024-09-17T08:44:05.743656+0000","last_clean":"2024-09-17T08:44:05.743656+0000","last_became_active":"2024-09-17T08:44:05.742946+0000","last_became_peered":"2024-09-17T08:44:05.742946+0000","last_unstale":"2024-09-17T08:44:05.743656+0000","last_undegraded":"2024-09-17T08:44:05.743656+0000","last_fullsized":"2024-09-17T08:44:05.743656+0000","mapping_epoch":43,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":44,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-17T08:43:37.414588+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-17T08:43:37.414588+0000","last_clean_scrub_stamp":"2024-09-17T08:43:37.414588+0000","objects_scrubbed":0,"log_size":197,"log_dups_size":0,"ondisk_log_size":197,"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,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T11:54:04.284458+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":150,"num_read_kb":130,"num_write":247,"num_write_kb":4504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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,3],"acting":[7,0,3],"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":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":150,"num_read_kb":130,"num_write":247,"num_write_kb":4504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":2969600,"data_stored":2951840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":197,"ondisk_log_size":197,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":40,"seq":171798691856,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32140,"kb_used_data":1020,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93708916,"statfs":{"total":95990841344,"available":95957929984,"internally_reserved":0,"allocated":1044480,"data_stored":771791,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1589,"internal_metadata":31848907},"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.57499999999999996}]},{"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.52500000000000002}]},{"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.58999999999999997}]},{"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.61399999999999999}]},{"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.65700000000000003}]},{"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.69299999999999995}]},{"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.72499999999999998}]}]},{"osd":5,"up_from":36,"seq":154618822674,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27464,"kb_used_data":440,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713592,"statfs":{"total":95990841344,"available":95962718208,"internally_reserved":0,"allocated":450560,"data_stored":181423,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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:44:58 2024","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.53500000000000003},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.499}]},{"osd":1,"last update":"Tue Sep 17 08:44:58 2024","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.65700000000000003},{"interface":"front","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"last":0.39400000000000002}]},{"osd":2,"last update":"Tue Sep 17 08:44:58 2024","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.57099999999999995},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.44400000000000001}]},{"osd":3,"last update":"Tue Sep 17 08:44:58 2024","interfaces":[{"interface":"back","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.34000000000000002},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.41799999999999998}]},{"osd":4,"last update":"Tue Sep 17 08:44:58 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.51400000000000001},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.61399999999999999}]},{"osd":6,"last update":"Tue Sep 17 08:44:58 2024","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.63200000000000001},{"interface":"front","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.58299999999999996}]},{"osd":7,"last update":"Tue Sep 17 08:45:02 2024","interfaces":[{"interface":"back","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.55400000000000005}]}]},{"osd":6,"up_from":30,"seq":128849018899,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27464,"kb_used_data":440,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713592,"statfs":{"total":95990841344,"available":95962718208,"internally_reserved":0,"allocated":450560,"data_stored":181423,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"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:44:50 2024","interfaces":[{"interface":"back","average":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"last":0.35399999999999998},{"interface":"front","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.42499999999999999}]},{"osd":1,"last update":"Tue Sep 17 08:44:50 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.48899999999999999}]},{"osd":2,"last update":"Tue Sep 17 08:44:50 2024","interfaces":[{"interface":"back","average":{"1min":0.434,"5min":0.434,"15min":0.434},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.45800000000000002},{"interface":"front","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.51100000000000001}]},{"osd":3,"last update":"Tue Sep 17 08:44:50 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.53500000000000003},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.59699999999999998}]},{"osd":4,"last update":"Tue Sep 17 08:44:50 2024","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.57699999999999996},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.56399999999999995}]},{"osd":5,"last update":"Tue Sep 17 08:44:56 2024","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.622},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.61099999999999999}]},{"osd":7,"last update":"Tue Sep 17 08:45:03 2024","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.54900000000000004},{"interface":"front","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.63700000000000001}]}]},{"osd":3,"up_from":29,"seq":124554051603,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28048,"kb_used_data":1020,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713008,"statfs":{"total":95990841344,"available":95962120192,"internally_reserved":0,"allocated":1044480,"data_stored":771791,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1592,"internal_metadata":27654600},"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:44:49 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.502}]},{"osd":1,"last update":"Tue Sep 17 08:44:49 2024","interfaces":[{"interface":"back","average":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"last":0.311},{"interface":"front","average":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"last":0.28399999999999997}]},{"osd":2,"last update":"Tue Sep 17 08:44:49 2024","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.68999999999999995},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.495}]},{"osd":4,"last update":"Tue Sep 17 08:44:49 2024","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.65700000000000003},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.52300000000000002}]},{"osd":5,"last update":"Tue Sep 17 08:44:55 2024","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"last":0.39100000000000001}]},{"osd":6,"last update":"Tue Sep 17 08:44:49 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.68100000000000005}]},{"osd":7,"last update":"Tue Sep 17 08:45:05 2024","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.374},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"last":0.437}]}]},{"osd":4,"up_from":25,"seq":107374182419,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27468,"kb_used_data":440,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713588,"statfs":{"total":95990841344,"available":95962714112,"internally_reserved":0,"allocated":450560,"data_stored":181423,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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:44:42 2024","interfaces":[{"interface":"back","average":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"min":{"1min":0.215,"5min":0.215,"15min":0.215},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.46999999999999997}]},{"osd":1,"last update":"Tue Sep 17 08:44:42 2024","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.49199999999999999},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.50800000000000001}]},{"osd":2,"last update":"Tue Sep 17 08:44:42 2024","interfaces":[{"interface":"back","average":{"1min":0.38,"5min":0.38,"15min":0.38},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.59099999999999997},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.441}]},{"osd":3,"last update":"Tue Sep 17 08:44:45 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.88500000000000001,"5min":0.88500000000000001,"15min":0.88500000000000001},"last":0.52900000000000003},{"interface":"front","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.57199999999999995}]},{"osd":5,"last update":"Tue Sep 17 08:44:54 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.63700000000000001}]},{"osd":6,"last update":"Tue Sep 17 08:44:47 2024","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.54000000000000004},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.60699999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.624}]}]},{"osd":1,"up_from":21,"seq":90194313236,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31564,"kb_used_data":440,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93709492,"statfs":{"total":95990841344,"available":95958519808,"internally_reserved":0,"allocated":450560,"data_stored":181423,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31848902},"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:44:40 2024","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.624,"5min":0.624,"15min":0.624},"last":0.55700000000000005},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.49299999999999999}]},{"osd":2,"last update":"Tue Sep 17 08:44:40 2024","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.60599999999999998}]},{"osd":3,"last update":"Tue Sep 17 08:44:46 2024","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"last":0.39600000000000002},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.41899999999999998}]},{"osd":4,"last update":"Tue Sep 17 08:44:40 2024","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.51300000000000001}]},{"osd":5,"last update":"Tue Sep 17 08:44:54 2024","interfaces":[{"interface":"back","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.441},{"interface":"front","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.47499999999999998}]},{"osd":6,"last update":"Tue Sep 17 08:44:51 2024","interfaces":[{"interface":"back","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.57899999999999996}]},{"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.52600000000000002}]}]},{"osd":2,"up_from":20,"seq":85899345941,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31552,"kb_used_data":436,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93709504,"statfs":{"total":95990841344,"available":95958532096,"internally_reserved":0,"allocated":446464,"data_stored":180754,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31848902},"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:44:37 2024","interfaces":[{"interface":"back","average":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"min":{"1min":0.214,"5min":0.214,"15min":0.214},"max":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"min":{"1min":0.214,"5min":0.214,"15min":0.214},"max":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"last":0.42099999999999999}]},{"osd":1,"last update":"Tue Sep 17 08:44:37 2024","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.70199999999999996},{"interface":"front","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.501}]},{"osd":3,"last update":"Tue Sep 17 08:44:46 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.51700000000000002},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.58699999999999997}]},{"osd":4,"last update":"Tue Sep 17 08:44:40 2024","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.19,"5min":0.19,"15min":0.19},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.66800000000000004},{"interface":"front","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.61699999999999999}]},{"osd":5,"last update":"Tue Sep 17 08:44:56 2024","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.626},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.55400000000000005}]},{"osd":6,"last update":"Tue Sep 17 08:44:46 2024","interfaces":[{"interface":"back","average":{"1min":0.434,"5min":0.434,"15min":0.434},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.73299999999999998}]},{"osd":7,"last update":"Tue Sep 17 08:45:02 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.54200000000000004},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.76900000000000002}]}]},{"osd":0,"up_from":16,"seq":68719476757,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28040,"kb_used_data":1020,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713016,"statfs":{"total":95990841344,"available":95962128384,"internally_reserved":0,"allocated":1044480,"data_stored":771791,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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:44:38 2024","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.59799999999999998},{"interface":"front","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.54000000000000004}]},{"osd":2,"last update":"Tue Sep 17 08:44:38 2024","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.40200000000000002},{"interface":"front","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.502}]},{"osd":3,"last update":"Tue Sep 17 08:44:48 2024","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.58699999999999997},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.622}]},{"osd":4,"last update":"Tue Sep 17 08:44:43 2024","interfaces":[{"interface":"back","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.46800000000000003}]},{"osd":5,"last update":"Tue Sep 17 08:44:53 2024","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.57599999999999996},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.60899999999999999}]},{"osd":6,"last update":"Tue Sep 17 08:44:48 2024","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.55600000000000005},{"interface":"front","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.52000000000000002}]},{"osd":7,"last update":"Tue Sep 17 08:45:04 2024","interfaces":[{"interface":"back","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.63400000000000001},{"interface":"front","average":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.65000000000000002}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"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":593920,"data_stored":590368,"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-17T08:45:09.341 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-17T08:45:09.341 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-17T08:45:09.341 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-17T08:45:09.341 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph health --format=json 2024-09-17T08:45:09.550 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:45:11.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:11 smithi155 ceph-mon[35543]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:11.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:11 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:45:11.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:11 smithi047 ceph-mon[25852]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:11.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:11 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:45:11.480 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:45:11.480 INFO:teuthology.orchestra.run.smithi047.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-17T08:45:12.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:12 smithi047 ceph-mon[25852]: from='client.? 172.21.15.47:0/3642233219' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-17T08:45:12.215 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-17T08:45:12.215 INFO:tasks.cephadm:Setup complete, yielding 2024-09-17T08:45:12.215 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T08:45:12.224 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi047.front.sepia.ceph.com 2024-09-17T08:45:12.225 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- bash -c 'ceph orch status' 2024-09-17T08:45:12.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:12 smithi155 ceph-mon[35543]: from='client.? 172.21.15.47:0/3642233219' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-17T08:45:12.441 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:45:13.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:13 smithi047 ceph-mon[25852]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:13.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:13 smithi155 ceph-mon[35543]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:14.273 INFO:teuthology.orchestra.run.smithi047.stdout:Backend: cephadm 2024-09-17T08:45:14.273 INFO:teuthology.orchestra.run.smithi047.stdout:Available: Yes 2024-09-17T08:45:14.273 INFO:teuthology.orchestra.run.smithi047.stdout:Paused: No 2024-09-17T08:45:14.854 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- bash -c 'ceph orch ps' 2024-09-17T08:45:15.060 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:45:16.230 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:16 smithi047 ceph-mon[25852]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:16.230 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:16 smithi047 ceph-mon[25852]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:16.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:16 smithi155 ceph-mon[35543]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:16.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:16 smithi155 ceph-mon[35543]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:16.949 INFO:teuthology.orchestra.run.smithi047.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:45:16.949 INFO:teuthology.orchestra.run.smithi047.stdout:alertmanager.smithi047 smithi047 *:9093,9094 running (2m) 66s ago 4m 26.1M - 0.25.0 c8568f914cd2 0956c54e16e5 2024-09-17T08:45:16.949 INFO:teuthology.orchestra.run.smithi047.stdout:ceph-exporter.smithi047 smithi047 running (4m) 66s ago 4m 7197k - 18.2.4-855-g19e2a2be 980a0bfcd684 b28172f36842 2024-09-17T08:45:16.949 INFO:teuthology.orchestra.run.smithi047.stdout:ceph-exporter.smithi155 smithi155 running (3m) 74s ago 3m 7231k - 18.2.4-855-g19e2a2be 980a0bfcd684 b8e33934f281 2024-09-17T08:45:16.949 INFO:teuthology.orchestra.run.smithi047.stdout:crash.smithi047 smithi047 running (4m) 66s ago 4m 6895k - 18.2.4-855-g19e2a2be 980a0bfcd684 8561a62684ef 2024-09-17T08:45:16.949 INFO:teuthology.orchestra.run.smithi047.stdout:crash.smithi155 smithi155 running (3m) 74s ago 3m 6887k - 18.2.4-855-g19e2a2be 980a0bfcd684 9fe36f628d2f 2024-09-17T08:45:16.949 INFO:teuthology.orchestra.run.smithi047.stdout:grafana.smithi047 smithi047 *:3000 running (2m) 66s ago 3m 80.7M - 9.4.7 954c08fa6188 598415f6b393 2024-09-17T08:45:16.949 INFO:teuthology.orchestra.run.smithi047.stdout:mgr.smithi047.betvbg smithi047 *:9283,8765,8443 running (5m) 66s ago 5m 481M - 18.2.4-855-g19e2a2be 980a0bfcd684 09d07bbce12c 2024-09-17T08:45:16.949 INFO:teuthology.orchestra.run.smithi047.stdout:mgr.smithi155.vtedcp smithi155 *:8443,9283,8765 running (3m) 74s ago 3m 440M - 18.2.4-855-g19e2a2be 980a0bfcd684 78e27debffb3 2024-09-17T08:45:16.949 INFO:teuthology.orchestra.run.smithi047.stdout:mon.smithi047 smithi047 running (5m) 66s ago 5m 47.5M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 8fab9456c982 2024-09-17T08:45:16.949 INFO:teuthology.orchestra.run.smithi047.stdout:mon.smithi155 smithi155 running (3m) 74s ago 3m 43.3M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 8147e5a84670 2024-09-17T08:45:16.950 INFO:teuthology.orchestra.run.smithi047.stdout:node-exporter.smithi047 smithi047 *:9100 running (4m) 66s ago 4m 15.5M - 1.5.0 0da6a335fe13 05d7b63319e4 2024-09-17T08:45:16.950 INFO:teuthology.orchestra.run.smithi047.stdout:node-exporter.smithi155 smithi155 *:9100 running (3m) 74s ago 3m 15.9M - 1.5.0 0da6a335fe13 1c3ff49e4640 2024-09-17T08:45:16.950 INFO:teuthology.orchestra.run.smithi047.stdout:osd.0 smithi155 running (113s) 74s ago 112s 40.9M 3728M 18.2.4-855-g19e2a2be 980a0bfcd684 f682ff342d7a 2024-09-17T08:45:16.950 INFO:teuthology.orchestra.run.smithi047.stdout:osd.1 smithi047 running (107s) 66s ago 106s 47.4M 2961M 18.2.4-855-g19e2a2be 980a0bfcd684 4c2f0eb4fa0e 2024-09-17T08:45:16.950 INFO:teuthology.orchestra.run.smithi047.stdout:osd.2 smithi155 running (107s) 74s ago 107s 46.1M 3728M 18.2.4-855-g19e2a2be 980a0bfcd684 51b7532a89b7 2024-09-17T08:45:16.950 INFO:teuthology.orchestra.run.smithi047.stdout:osd.3 smithi047 running (98s) 66s ago 97s 35.1M 2961M 18.2.4-855-g19e2a2be 980a0bfcd684 c0ab7c583e02 2024-09-17T08:45:16.950 INFO:teuthology.orchestra.run.smithi047.stdout:osd.4 smithi155 running (102s) 74s ago 102s 36.7M 3728M 18.2.4-855-g19e2a2be 980a0bfcd684 529fb8f92717 2024-09-17T08:45:16.950 INFO:teuthology.orchestra.run.smithi047.stdout:osd.5 smithi047 running (90s) 66s ago 90s 28.9M 2961M 18.2.4-855-g19e2a2be 980a0bfcd684 1dabb1dd24bc 2024-09-17T08:45:16.950 INFO:teuthology.orchestra.run.smithi047.stdout:osd.6 smithi155 running (97s) 74s ago 96s 30.2M 3728M 18.2.4-855-g19e2a2be 980a0bfcd684 240aa1519b72 2024-09-17T08:45:16.950 INFO:teuthology.orchestra.run.smithi047.stdout:osd.7 smithi047 running (81s) 66s ago 81s 37.2M 2961M 18.2.4-855-g19e2a2be 980a0bfcd684 59caf05a30cf 2024-09-17T08:45:16.950 INFO:teuthology.orchestra.run.smithi047.stdout:prometheus.smithi047 smithi047 *:9095 running (2m) 66s ago 3m 44.9M - 2.43.0 a07b618ecd1d 76938686866d 2024-09-17T08:45:17.597 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- bash -c 'ceph orch ls' 2024-09-17T08:45:17.808 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:45:18.179 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:18 smithi047 ceph-mon[25852]: from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:18.180 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:18 smithi047 ceph-mon[25852]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:18.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:18 smithi155 ceph-mon[35543]: from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:18.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:18 smithi155 ceph-mon[35543]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:19.173 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:19 smithi047 ceph-mon[25852]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:19.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:19 smithi155 ceph-mon[35543]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:19.546 INFO:teuthology.orchestra.run.smithi047.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-17T08:45:19.546 INFO:teuthology.orchestra.run.smithi047.stdout:alertmanager ?:9093,9094 1/1 69s ago 4m count:1 2024-09-17T08:45:19.546 INFO:teuthology.orchestra.run.smithi047.stdout:ceph-exporter 2/2 76s ago 4m * 2024-09-17T08:45:19.546 INFO:teuthology.orchestra.run.smithi047.stdout:crash 2/2 76s ago 4m * 2024-09-17T08:45:19.547 INFO:teuthology.orchestra.run.smithi047.stdout:grafana ?:3000 1/1 69s ago 4m count:1 2024-09-17T08:45:19.547 INFO:teuthology.orchestra.run.smithi047.stdout:mgr 2/2 76s ago 5m count:2 2024-09-17T08:45:19.547 INFO:teuthology.orchestra.run.smithi047.stdout:mon 2/2 76s ago 4m smithi047:172.21.15.47=smithi047;smithi155:172.21.15.155=smithi155;count:2 2024-09-17T08:45:19.547 INFO:teuthology.orchestra.run.smithi047.stdout:node-exporter ?:9100 2/2 76s ago 4m * 2024-09-17T08:45:19.547 INFO:teuthology.orchestra.run.smithi047.stdout:osd.all-available-devices 8 76s ago 2m * 2024-09-17T08:45:19.547 INFO:teuthology.orchestra.run.smithi047.stdout:prometheus ?:9095 1/1 69s ago 4m count:1 2024-09-17T08:45:20.174 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:20 smithi047 ceph-mon[25852]: from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:20.199 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- bash -c 'ceph orch host ls' 2024-09-17T08:45:20.411 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:45:20.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:20 smithi155 ceph-mon[35543]: from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:21.344 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:21 smithi047 ceph-mon[25852]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:21.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:21 smithi155 ceph-mon[35543]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:22.329 INFO:teuthology.orchestra.run.smithi047.stdout:HOST ADDR LABELS STATUS 2024-09-17T08:45:22.329 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 172.21.15.47 2024-09-17T08:45:22.329 INFO:teuthology.orchestra.run.smithi047.stdout:smithi155 172.21.15.155 2024-09-17T08:45:22.329 INFO:teuthology.orchestra.run.smithi047.stdout:2 hosts in cluster 2024-09-17T08:45:22.927 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- bash -c 'ceph orch device ls' 2024-09-17T08:45:23.136 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:45:24.300 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:24 smithi047 ceph-mon[25852]: from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:24.300 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:24 smithi047 ceph-mon[25852]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:24.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:24 smithi155 ceph-mon[35543]: from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:24.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:24 smithi155 ceph-mon[35543]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:25.008 INFO:teuthology.orchestra.run.smithi047.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-09-17T08:45:25.008 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB75130022480DGN 447G No 69s ago Has a FileSystem, LVM detected 2024-09-17T08:45:25.008 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme1n1 ssd Linux_76b023e411a6f99f2e61 89.4G No 69s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:45:25.008 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme2n1 ssd Linux_6fb710ef35bd6034ce3b 89.4G No 69s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:45:25.008 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme3n1 ssd Linux_e86c60a48301d91ce818 89.4G No 69s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:45:25.008 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme4n1 ssd Linux_941f8c5954218e8adcd8 89.4G No 69s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:45:25.008 INFO:teuthology.orchestra.run.smithi047.stdout:smithi155 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300GW400BGN 372G No 78s ago Has a FileSystem, LVM detected 2024-09-17T08:45:25.008 INFO:teuthology.orchestra.run.smithi047.stdout:smithi155 /dev/nvme1n1 ssd Linux_661b5738de14d55d9731 89.4G No 78s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:45:25.008 INFO:teuthology.orchestra.run.smithi047.stdout:smithi155 /dev/nvme2n1 ssd Linux_da669ed697b642b20ffa 89.4G No 78s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:45:25.008 INFO:teuthology.orchestra.run.smithi047.stdout:smithi155 /dev/nvme3n1 ssd Linux_a684c37a0604a8da5478 89.4G No 78s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:45:25.009 INFO:teuthology.orchestra.run.smithi047.stdout:smithi155 /dev/nvme4n1 ssd Linux_12c1cd5a969445140337 89.4G No 78s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:45:25.771 INFO:teuthology.run_tasks:Running task vip... 2024-09-17T08:45:25.780 INFO:tasks.vip:Allocating static IPs for each host... 2024-09-17T08:45:25.780 INFO:tasks.vip:peername 172.21.15.47 2024-09-17T08:45:25.783 INFO:tasks.vip:172.21.15.47 in 172.21.0.0/20, pos 3886 2024-09-17T08:45:25.788 INFO:tasks.vip:smithi047.front.sepia.ceph.com static 10.0.15.47, vnet 10.0.0.0/16 2024-09-17T08:45:25.788 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-09-17T08:45:25.788 DEBUG:teuthology.orchestra.run.smithi047:> sudo ip route ls 2024-09-17T08:45:25.817 INFO:teuthology.orchestra.run.smithi047.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.47 metric 100 2024-09-17T08:45:25.817 INFO:teuthology.orchestra.run.smithi047.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.47 metric 100 2024-09-17T08:45:25.818 INFO:tasks.vip:Configuring 10.0.15.47 on smithi047.front.sepia.ceph.com iface ens1f0... 2024-09-17T08:45:25.818 DEBUG:teuthology.orchestra.run.smithi047:> sudo ip addr add 10.0.15.47/16 dev ens1f0 2024-09-17T08:45:25.884 INFO:tasks.vip:peername 172.21.15.155 2024-09-17T08:45:25.887 INFO:tasks.vip:172.21.15.155 in 172.21.0.0/20, pos 3994 2024-09-17T08:45:25.890 INFO:tasks.vip:smithi155.front.sepia.ceph.com static 10.0.15.155, vnet 10.0.0.0/16 2024-09-17T08:45:25.891 DEBUG:teuthology.orchestra.run.smithi155:> sudo ip route ls 2024-09-17T08:45:25.925 INFO:teuthology.orchestra.run.smithi155.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.155 metric 100 2024-09-17T08:45:25.926 INFO:teuthology.orchestra.run.smithi155.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.155 metric 100 2024-09-17T08:45:25.927 INFO:tasks.vip:Configuring 10.0.15.155 on smithi155.front.sepia.ceph.com iface enp3s0f1... 2024-09-17T08:45:25.927 DEBUG:teuthology.orchestra.run.smithi155:> sudo ip addr add 10.0.15.155/16 dev enp3s0f1 2024-09-17T08:45:25.996 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T08:45:26.004 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi047.front.sepia.ceph.com 2024-09-17T08:45:26.005 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- bash -c 'ceph orch device ls --refresh' 2024-09-17T08:45:26.208 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:45:26.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:26 smithi155 ceph-mon[35543]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:26.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:26 smithi155 ceph-mon[35543]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:26.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:26 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:45:26.329 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:26 smithi047 ceph-mon[25852]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:26.329 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:26 smithi047 ceph-mon[25852]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:26.329 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:26 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:45:27.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:27 smithi047 ceph-mon[25852]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:27.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:27 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:45:27.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:27 smithi155 ceph-mon[35543]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:27.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:27 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:45:28.106 INFO:teuthology.orchestra.run.smithi047.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-09-17T08:45:28.106 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB75130022480DGN 447G No 72s ago Has a FileSystem, LVM detected 2024-09-17T08:45:28.106 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme1n1 ssd Linux_76b023e411a6f99f2e61 89.4G No 72s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:45:28.106 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme2n1 ssd Linux_6fb710ef35bd6034ce3b 89.4G No 72s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:45:28.106 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme3n1 ssd Linux_e86c60a48301d91ce818 89.4G No 72s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:45:28.106 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme4n1 ssd Linux_941f8c5954218e8adcd8 89.4G No 72s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:45:28.106 INFO:teuthology.orchestra.run.smithi047.stdout:smithi155 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300GW400BGN 372G No 81s ago Has a FileSystem, LVM detected 2024-09-17T08:45:28.106 INFO:teuthology.orchestra.run.smithi047.stdout:smithi155 /dev/nvme1n1 ssd Linux_661b5738de14d55d9731 89.4G No 81s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:45:28.106 INFO:teuthology.orchestra.run.smithi047.stdout:smithi155 /dev/nvme2n1 ssd Linux_da669ed697b642b20ffa 89.4G No 81s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:45:28.106 INFO:teuthology.orchestra.run.smithi047.stdout:smithi155 /dev/nvme3n1 ssd Linux_a684c37a0604a8da5478 89.4G No 81s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:45:28.106 INFO:teuthology.orchestra.run.smithi047.stdout:smithi155 /dev/nvme4n1 ssd Linux_12c1cd5a969445140337 89.4G No 81s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:45:28.940 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-17T08:45:28.949 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi047.front.sepia.ceph.com 2024-09-17T08:45:28.950 DEBUG:teuthology.orchestra.run.smithi047:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-09-17T08:45:28.979 INFO:teuthology.orchestra.run.smithi047.stderr:+ systemctl stop nfs-server 2024-09-17T08:45:28.987 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi155.front.sepia.ceph.com 2024-09-17T08:45:28.987 DEBUG:teuthology.orchestra.run.smithi155:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-09-17T08:45:29.013 INFO:teuthology.orchestra.run.smithi155.stderr:+ systemctl stop nfs-server 2024-09-17T08:45:29.021 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T08:45:29.029 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi047.front.sepia.ceph.com 2024-09-17T08:45:29.030 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- bash -c 'ceph fs volume create foofs' 2024-09-17T08:45:29.423 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:45:30.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:30 smithi047 ceph-mon[25852]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:30.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:30 smithi047 ceph-mon[25852]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:30.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:30 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:30.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:30 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:30.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:30 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:30.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:30 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:30.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:30 smithi155 ceph-mon[35543]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:30.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:30 smithi155 ceph-mon[35543]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:30.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:30 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:30.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:30 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:30.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:30 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:30.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:30 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:32.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:32 smithi155 ceph-mon[35543]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:32.591 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:32 smithi047 ceph-mon[25852]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:33.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:33 smithi155 ceph-mon[35543]: from='client.14576 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:33.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:33 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-09-17T08:45:33.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:33 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-17T08:45:33.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:33 smithi155 ceph-mon[35543]: osdmap e45: 8 total, 8 up, 8 in 2024-09-17T08:45:33.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:33 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-09-17T08:45:33.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:33 smithi155 ceph-mon[35543]: pgmap v149: 33 pgs: 5 creating+peering, 1 active+clean, 27 unknown; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:33.539 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:33 smithi047 ceph-mon[25852]: from='client.14576 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:33.539 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:33 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-09-17T08:45:33.539 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:33 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-17T08:45:33.539 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:33 smithi047 ceph-mon[25852]: osdmap e45: 8 total, 8 up, 8 in 2024-09-17T08:45:33.539 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:33 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-09-17T08:45:33.539 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:33 smithi047 ceph-mon[25852]: pgmap v149: 33 pgs: 5 creating+peering, 1 active+clean, 27 unknown; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:33.539 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:33 smithi047 ceph-4332e12c-74d0-11ef-bceb-c7b262605968-mon-smithi047[25829]: 2024-09-17T08:45:33.185+0000 7fcf54562640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T08:45:33.964 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.47/16 --port 2999' 2024-09-17T08:45:34.282 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:34 smithi047 ceph-mon[25852]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T08:45:34.282 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:34 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-17T08:45:34.283 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:34 smithi047 ceph-mon[25852]: osdmap e46: 8 total, 8 up, 8 in 2024-09-17T08:45:34.283 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:34 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-09-17T08:45:34.283 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:34 smithi047 ceph-mon[25852]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T08:45:34.283 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:34 smithi047 ceph-mon[25852]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-17T08:45:34.283 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:34 smithi047 ceph-mon[25852]: osdmap e47: 8 total, 8 up, 8 in 2024-09-17T08:45:34.283 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:34 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-17T08:45:34.283 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:34 smithi047 ceph-mon[25852]: fsmap foofs:0 2024-09-17T08:45:34.283 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:34 smithi047 ceph-mon[25852]: Saving service mds.foofs spec with placement count:2 2024-09-17T08:45:34.283 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:34 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:34.283 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:34 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:34.283 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:34 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:34.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:34 smithi155 ceph-mon[35543]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T08:45:34.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:34 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-17T08:45:34.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:34 smithi155 ceph-mon[35543]: osdmap e46: 8 total, 8 up, 8 in 2024-09-17T08:45:34.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:34 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-09-17T08:45:34.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:34 smithi155 ceph-mon[35543]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T08:45:34.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:34 smithi155 ceph-mon[35543]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-17T08:45:34.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:34 smithi155 ceph-mon[35543]: osdmap e47: 8 total, 8 up, 8 in 2024-09-17T08:45:34.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:34 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-17T08:45:34.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:34 smithi155 ceph-mon[35543]: fsmap foofs:0 2024-09-17T08:45:34.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:34 smithi155 ceph-mon[35543]: Saving service mds.foofs spec with placement count:2 2024-09-17T08:45:34.560 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:34 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:34.560 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:34 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:34.560 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:34 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:34.750 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:45:35.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:35 smithi155 ceph-mon[35543]: osdmap e48: 8 total, 8 up, 8 in 2024-09-17T08:45:35.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:35 smithi155 ceph-mon[35543]: pgmap v153: 65 pgs: 11 creating+peering, 6 active+clean, 48 unknown; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:35.591 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:35 smithi047 ceph-mon[25852]: osdmap e48: 8 total, 8 up, 8 in 2024-09-17T08:45:35.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:35 smithi047 ceph-mon[25852]: pgmap v153: 65 pgs: 11 creating+peering, 6 active+clean, 48 unknown; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:36.401 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:36 smithi047 ceph-mon[25852]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T08:45:36.401 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:36 smithi047 ceph-mon[25852]: osdmap e49: 8 total, 8 up, 8 in 2024-09-17T08:45:36.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:36 smithi155 ceph-mon[35543]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T08:45:36.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:36 smithi155 ceph-mon[35543]: osdmap e49: 8 total, 8 up, 8 in 2024-09-17T08:45:37.544 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:37 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:37.544 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:37 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:37.544 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:37 smithi047 ceph-mon[25852]: from='client.14580 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.47/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:37.545 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:37 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T08:45:37.545 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:37 smithi047 ceph-mon[25852]: pgmap v155: 65 pgs: 11 creating+peering, 48 active+clean, 6 unknown; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:37.545 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:37 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:37.545 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:37 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:37.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:37 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:37.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:37 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:37.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:37 smithi155 ceph-mon[35543]: from='client.14580 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.47/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:37.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:37 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T08:45:37.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:37 smithi155 ceph-mon[35543]: pgmap v155: 65 pgs: 11 creating+peering, 48 active+clean, 6 unknown; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:37.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:37 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:37.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:37 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:38.533 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:38 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-09-17T08:45:38.533 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:38 smithi047 ceph-mon[25852]: osdmap e50: 8 total, 8 up, 8 in 2024-09-17T08:45:38.533 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:38 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-09-17T08:45:38.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:38 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-09-17T08:45:38.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:38 smithi155 ceph-mon[35543]: osdmap e50: 8 total, 8 up, 8 in 2024-09-17T08:45:38.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:38 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-09-17T08:45:39.166 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-09-17T08:45:39.393 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:39 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-17T08:45:39.393 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:39 smithi047 ceph-mon[25852]: osdmap e51: 8 total, 8 up, 8 in 2024-09-17T08:45:39.393 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:39 smithi047 ceph-mon[25852]: Saving service nfs.foo spec with placement count:1 2024-09-17T08:45:39.393 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:39 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:39.393 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:39 smithi047 ceph-mon[25852]: Saving service ingress.nfs.foo spec with placement count:2 2024-09-17T08:45:39.393 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:39 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:39.394 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:39 smithi047 ceph-mon[25852]: pgmap v158: 97 pgs: 1 creating+peering, 67 active+clean, 29 unknown; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:39.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:39 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-17T08:45:39.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:39 smithi155 ceph-mon[35543]: osdmap e51: 8 total, 8 up, 8 in 2024-09-17T08:45:39.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:39 smithi155 ceph-mon[35543]: Saving service nfs.foo spec with placement count:1 2024-09-17T08:45:39.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:39 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:39.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:39 smithi155 ceph-mon[35543]: Saving service ingress.nfs.foo spec with placement count:2 2024-09-17T08:45:39.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:39 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:39.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:39 smithi155 ceph-mon[35543]: pgmap v158: 97 pgs: 1 creating+peering, 67 active+clean, 29 unknown; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:39.653 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:45:40.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:40 smithi047 ceph-mon[25852]: osdmap e52: 8 total, 8 up, 8 in 2024-09-17T08:45:40.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:40 smithi047 ceph-mon[25852]: mgrmap e20: smithi047.betvbg(active, since 3m), standbys: smithi155.vtedcp 2024-09-17T08:45:40.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:40 smithi155 ceph-mon[35543]: osdmap e52: 8 total, 8 up, 8 in 2024-09-17T08:45:40.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:40 smithi155 ceph-mon[35543]: mgrmap e20: smithi047.betvbg(active, since 3m), standbys: smithi155.vtedcp 2024-09-17T08:45:42.229 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:41 smithi155 ceph-mon[35543]: pgmap v160: 97 pgs: 1 creating+peering, 81 active+clean, 15 unknown; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:42.229 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:41 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:42.229 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:41 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:45:42.229 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:41 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:42.229 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:41 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:42.229 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:41 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:45:42.229 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:41 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:45:42.230 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:41 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:42.230 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:41 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:45:42.230 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:41 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi155.decqbl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-17T08:45:42.230 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:41 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi155.decqbl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T08:45:42.230 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:41 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:45:42.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:41 smithi047 ceph-mon[25852]: pgmap v160: 97 pgs: 1 creating+peering, 81 active+clean, 15 unknown; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-17T08:45:42.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:41 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:42.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:41 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:45:42.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:41 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:42.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:41 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:42.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:41 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:45:42.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:41 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:45:42.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:41 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:42.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:41 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:45:42.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:41 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi155.decqbl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-17T08:45:42.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:41 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi155.decqbl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T08:45:42.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:41 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:45:43.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:42 smithi155 ceph-mon[35543]: Deploying daemon mds.foofs.smithi155.decqbl on smithi155 2024-09-17T08:45:43.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:42 smithi047 ceph-mon[25852]: Deploying daemon mds.foofs.smithi155.decqbl on smithi155 2024-09-17T08:45:44.086 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:43 smithi155 ceph-mon[35543]: from='client.14588 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:44.086 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:43 smithi155 ceph-mon[35543]: pgmap v161: 97 pgs: 97 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-17T08:45:44.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:43 smithi047 ceph-mon[25852]: from='client.14588 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:45:44.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:43 smithi047 ceph-mon[25852]: pgmap v161: 97 pgs: 97 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-17T08:45:45.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:45 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:45.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:45 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:45.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:45 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:45.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:45 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi047.mljufe", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-17T08:45:45.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:45 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi047.mljufe", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T08:45:45.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:45 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:45:45.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:45 smithi047 ceph-mon[25852]: Deploying daemon mds.foofs.smithi047.mljufe on smithi047 2024-09-17T08:45:45.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:45 smithi047 ceph-mon[25852]: pgmap v162: 97 pgs: 97 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-17T08:45:45.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:45 smithi047 ceph-mon[25852]: mds.? [v2:172.21.15.155:6832/2429755907,v1:172.21.15.155:6833/2429755907] up:boot 2024-09-17T08:45:45.593 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:45 smithi047 ceph-mon[25852]: daemon mds.foofs.smithi155.decqbl assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-17T08:45:45.593 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:45 smithi047 ceph-mon[25852]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-17T08:45:45.593 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:45 smithi047 ceph-mon[25852]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-17T08:45:45.593 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:45 smithi047 ceph-mon[25852]: Cluster is now healthy 2024-09-17T08:45:45.593 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:45 smithi047 ceph-mon[25852]: fsmap foofs:0 1 up:standby 2024-09-17T08:45:45.593 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:45 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi155.decqbl"}]: dispatch 2024-09-17T08:45:45.593 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:45 smithi047 ceph-mon[25852]: fsmap foofs:1 {0=foofs.smithi155.decqbl=up:creating} 2024-09-17T08:45:45.593 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:45 smithi047 ceph-mon[25852]: daemon mds.foofs.smithi155.decqbl is now active in filesystem foofs as rank 0 2024-09-17T08:45:45.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:45 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:45.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:45 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:45.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:45 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:45.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:45 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi047.mljufe", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-17T08:45:45.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:45 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi047.mljufe", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T08:45:45.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:45 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:45:45.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:45 smithi155 ceph-mon[35543]: Deploying daemon mds.foofs.smithi047.mljufe on smithi047 2024-09-17T08:45:45.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:45 smithi155 ceph-mon[35543]: pgmap v162: 97 pgs: 97 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-17T08:45:45.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:45 smithi155 ceph-mon[35543]: mds.? [v2:172.21.15.155:6832/2429755907,v1:172.21.15.155:6833/2429755907] up:boot 2024-09-17T08:45:45.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:45 smithi155 ceph-mon[35543]: daemon mds.foofs.smithi155.decqbl assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-17T08:45:45.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:45 smithi155 ceph-mon[35543]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-17T08:45:45.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:45 smithi155 ceph-mon[35543]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-17T08:45:45.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:45 smithi155 ceph-mon[35543]: Cluster is now healthy 2024-09-17T08:45:45.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:45 smithi155 ceph-mon[35543]: fsmap foofs:0 1 up:standby 2024-09-17T08:45:45.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:45 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi155.decqbl"}]: dispatch 2024-09-17T08:45:45.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:45 smithi155 ceph-mon[35543]: fsmap foofs:1 {0=foofs.smithi155.decqbl=up:creating} 2024-09-17T08:45:45.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:45 smithi155 ceph-mon[35543]: daemon mds.foofs.smithi155.decqbl is now active in filesystem foofs as rank 0 2024-09-17T08:45:45.988 INFO:teuthology.orchestra.run.smithi047.stdout:{ 2024-09-17T08:45:45.988 INFO:teuthology.orchestra.run.smithi047.stdout: "bind": "/fake", 2024-09-17T08:45:45.989 INFO:teuthology.orchestra.run.smithi047.stdout: "cluster": "foo", 2024-09-17T08:45:45.989 INFO:teuthology.orchestra.run.smithi047.stdout: "fs": "foofs", 2024-09-17T08:45:45.989 INFO:teuthology.orchestra.run.smithi047.stdout: "mode": "RW", 2024-09-17T08:45:45.989 INFO:teuthology.orchestra.run.smithi047.stdout: "path": "/" 2024-09-17T08:45:45.989 INFO:teuthology.orchestra.run.smithi047.stdout:} 2024-09-17T08:45:46.886 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-17T08:45:47.020 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-09-17T08:45:47.020 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T08:45:47.111 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:46 smithi047 ceph-mon[25852]: mds.? [v2:172.21.15.155:6832/2429755907,v1:172.21.15.155:6833/2429755907] up:active 2024-09-17T08:45:47.111 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:46 smithi047 ceph-mon[25852]: fsmap foofs:1 {0=foofs.smithi155.decqbl=up:active} 2024-09-17T08:45:47.111 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:46 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 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:45:47.111 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:46 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 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:45:47.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:46 smithi155 ceph-mon[35543]: mds.? [v2:172.21.15.155:6832/2429755907,v1:172.21.15.155:6833/2429755907] up:active 2024-09-17T08:45:47.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:46 smithi155 ceph-mon[35543]: fsmap foofs:1 {0=foofs.smithi155.decqbl=up:active} 2024-09-17T08:45:47.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:46 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 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:45:47.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:46 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 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:45:47.531 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:45:48.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:47 smithi155 ceph-mon[35543]: pgmap v163: 97 pgs: 97 active+clean; 579 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 4 op/s 2024-09-17T08:45:48.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:47 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:48.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:47 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:48.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:47 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:48.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:47 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:48.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:47 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:48.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:47 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:48.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:47 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi047.dbedrx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-17T08:45:48.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:47 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi047.dbedrx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-17T08:45:48.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:47 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 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:45:48.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:47 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 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:45:48.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:47 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:45:48.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:47 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-17T08:45:48.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:47 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-17T08:45:48.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:47 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi047.dbedrx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T08:45:48.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:47 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi047.dbedrx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-17T08:45:48.310 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:47 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:45:48.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:47 smithi047 ceph-mon[25852]: pgmap v163: 97 pgs: 97 active+clean; 579 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 4 op/s 2024-09-17T08:45:48.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:48.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:48.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:48.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:48.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:48.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:48.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi047.dbedrx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-17T08:45:48.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi047.dbedrx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-17T08:45:48.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 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:45:48.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 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:45:48.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:45:48.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-17T08:45:48.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-17T08:45:48.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi047.dbedrx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T08:45:48.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi047.dbedrx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-17T08:45:48.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:47 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:45:49.093 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:48 smithi047 ceph-mon[25852]: Creating key for client.nfs.foo.0.0.smithi047.dbedrx 2024-09-17T08:45:49.093 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:48 smithi047 ceph-mon[25852]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-17T08:45:49.093 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:48 smithi047 ceph-mon[25852]: Rados config object exists: conf-nfs.foo 2024-09-17T08:45:49.093 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:48 smithi047 ceph-mon[25852]: Creating key for client.nfs.foo.0.0.smithi047.dbedrx-rgw 2024-09-17T08:45:49.093 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:48 smithi047 ceph-mon[25852]: Bind address in nfs.foo.0.0.smithi047.dbedrx's ganesha conf is defaulting to empty 2024-09-17T08:45:49.093 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:48 smithi047 ceph-mon[25852]: Deploying daemon nfs.foo.0.0.smithi047.dbedrx on smithi047 2024-09-17T08:45:49.093 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:48 smithi047 ceph-mon[25852]: mds.? [v2:172.21.15.47:6834/766210257,v1:172.21.15.47:6835/766210257] up:boot 2024-09-17T08:45:49.093 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:48 smithi047 ceph-mon[25852]: fsmap foofs:1 {0=foofs.smithi155.decqbl=up:active} 1 up:standby 2024-09-17T08:45:49.093 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:48 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi047.mljufe"}]: dispatch 2024-09-17T08:45:49.093 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:48 smithi047 ceph-mon[25852]: mgrmap e21: smithi047.betvbg(active, since 4m), standbys: smithi155.vtedcp 2024-09-17T08:45:49.094 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:48 smithi047 ceph-mon[25852]: fsmap foofs:1 {0=foofs.smithi155.decqbl=up:active} 1 up:standby 2024-09-17T08:45:49.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:48 smithi155 ceph-mon[35543]: Creating key for client.nfs.foo.0.0.smithi047.dbedrx 2024-09-17T08:45:49.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:48 smithi155 ceph-mon[35543]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-17T08:45:49.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:48 smithi155 ceph-mon[35543]: Rados config object exists: conf-nfs.foo 2024-09-17T08:45:49.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:48 smithi155 ceph-mon[35543]: Creating key for client.nfs.foo.0.0.smithi047.dbedrx-rgw 2024-09-17T08:45:49.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:48 smithi155 ceph-mon[35543]: Bind address in nfs.foo.0.0.smithi047.dbedrx's ganesha conf is defaulting to empty 2024-09-17T08:45:49.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:48 smithi155 ceph-mon[35543]: Deploying daemon nfs.foo.0.0.smithi047.dbedrx on smithi047 2024-09-17T08:45:49.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:48 smithi155 ceph-mon[35543]: mds.? [v2:172.21.15.47:6834/766210257,v1:172.21.15.47:6835/766210257] up:boot 2024-09-17T08:45:49.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:48 smithi155 ceph-mon[35543]: fsmap foofs:1 {0=foofs.smithi155.decqbl=up:active} 1 up:standby 2024-09-17T08:45:49.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:48 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi047.mljufe"}]: dispatch 2024-09-17T08:45:49.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:48 smithi155 ceph-mon[35543]: mgrmap e21: smithi047.betvbg(active, since 4m), standbys: smithi155.vtedcp 2024-09-17T08:45:49.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:48 smithi155 ceph-mon[35543]: fsmap foofs:1 {0=foofs.smithi155.decqbl=up:active} 1 up:standby 2024-09-17T08:45:49.595 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:45:49.595 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-17T08:40:27.134303Z", "last_refresh": "2024-09-17T08:45:36.260484Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:41:51.895027Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-17T08:40:21.815964Z", "last_refresh": "2024-09-17T08:45:29.155742Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:41:55.187636Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-17T08:40:20.624630Z", "last_refresh": "2024-09-17T08:45:29.155823Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-17T08:40:24.837898Z", "last_refresh": "2024-09-17T08:45:36.260541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:45:38.314012Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2024-09-17T08:45:38.311204Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2024-09-17T08:45:47.559634Z 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:45:33.198352Z", "running": 0, "size": 2}}, {"events": ["2024-09-17T08:42:03.842348Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T08:40:18.942212Z", "last_refresh": "2024-09-17T08:45:29.155948Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:42:13.941665Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T08:41:09.221984Z", "last_refresh": "2024-09-17T08:45:29.156019Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:45:47.563665Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-17T08:45:38.306623Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-17T08:41:59.717855Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-17T08:40:25.961344Z", "last_refresh": "2024-09-17T08:45:29.155886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-17T08:42:23.397753Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-17T08:42:23.394140Z", "last_refresh": "2024-09-17T08:45:29.156083Z", "running": 8, "size": 8}}, {"events": ["2024-09-17T08:42:13.946805Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-17T08:40:23.031871Z", "last_refresh": "2024-09-17T08:45:36.260598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-17T08:45:50.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:49 smithi155 ceph-mon[35543]: pgmap v164: 97 pgs: 97 active+clean; 579 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 4 op/s 2024-09-17T08:45:50.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:49 smithi155 ceph-mon[35543]: mds.? [v2:172.21.15.155:6832/2429755907,v1:172.21.15.155:6833/2429755907] up:active 2024-09-17T08:45:50.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:49 smithi155 ceph-mon[35543]: fsmap foofs:1 {0=foofs.smithi155.decqbl=up:active} 1 up:standby 2024-09-17T08:45:50.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:49 smithi047 ceph-mon[25852]: pgmap v164: 97 pgs: 97 active+clean; 579 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 4 op/s 2024-09-17T08:45:50.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:49 smithi047 ceph-mon[25852]: mds.? [v2:172.21.15.155:6832/2429755907,v1:172.21.15.155:6833/2429755907] up:active 2024-09-17T08:45:50.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:49 smithi047 ceph-mon[25852]: fsmap foofs:1 {0=foofs.smithi155.decqbl=up:active} 1 up:standby 2024-09-17T08:45:50.390 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-17T08:45:51.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:50 smithi155 ceph-mon[35543]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:45:51.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:50 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:51.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:50 smithi047 ceph-mon[25852]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:45:51.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:50 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:51.391 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T08:45:51.631 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:45:52.007 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:51 smithi047 ceph-mon[25852]: pgmap v165: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 4 op/s 2024-09-17T08:45:52.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:51 smithi155 ceph-mon[35543]: pgmap v165: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 4 op/s 2024-09-17T08:45:53.203 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:53 smithi047 ceph-mon[25852]: mds.? [v2:172.21.15.47:6834/766210257,v1:172.21.15.47:6835/766210257] up:standby 2024-09-17T08:45:53.204 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:53 smithi047 ceph-mon[25852]: fsmap foofs:1 {0=foofs.smithi155.decqbl=up:active} 1 up:standby 2024-09-17T08:45:53.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:53 smithi155 ceph-mon[35543]: mds.? [v2:172.21.15.47:6834/766210257,v1:172.21.15.47:6835/766210257] up:standby 2024-09-17T08:45:53.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:53 smithi155 ceph-mon[35543]: fsmap foofs:1 {0=foofs.smithi155.decqbl=up:active} 1 up:standby 2024-09-17T08:45:54.205 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:45:54.205 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-17T08:40:27.134303Z", "last_refresh": "2024-09-17T08:45:36.260484Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:41:51.895027Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-17T08:40:21.815964Z", "last_refresh": "2024-09-17T08:45:29.155742Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:41:55.187636Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-17T08:40:20.624630Z", "last_refresh": "2024-09-17T08:45:29.155823Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-17T08:40:24.837898Z", "last_refresh": "2024-09-17T08:45:36.260541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:45:38.314012Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2024-09-17T08:45:38.311204Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2024-09-17T08:45:47.559634Z 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:45:33.198352Z", "running": 0, "size": 2}}, {"events": ["2024-09-17T08:42:03.842348Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T08:40:18.942212Z", "last_refresh": "2024-09-17T08:45:29.155948Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:42:13.941665Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T08:41:09.221984Z", "last_refresh": "2024-09-17T08:45:29.156019Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:45:53.813418Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-17T08:45:38.306623Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-17T08:41:59.717855Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-17T08:40:25.961344Z", "last_refresh": "2024-09-17T08:45:29.155886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-17T08:42:23.397753Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-17T08:42:23.394140Z", "last_refresh": "2024-09-17T08:45:29.156083Z", "running": 8, "size": 8}}, {"events": ["2024-09-17T08:42:13.946805Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-17T08:40:23.031871Z", "last_refresh": "2024-09-17T08:45:36.260598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-17T08:45:54.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:54 smithi155 ceph-mon[35543]: pgmap v166: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.6 KiB/s wr, 4 op/s 2024-09-17T08:45:54.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:54 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:54.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:54 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:54.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:54 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:54.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:54 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:54.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:54 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:54.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:54 smithi047 ceph-mon[25852]: pgmap v166: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.6 KiB/s wr, 4 op/s 2024-09-17T08:45:54.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:54 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:54.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:54 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:54.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:54 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:54.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:54 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:54.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:54 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:55.045 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-17T08:45:55.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:55 smithi155 ceph-mon[35543]: Deploying daemon haproxy.nfs.foo.smithi047.zhidvw on smithi047 2024-09-17T08:45:55.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:55 smithi047 ceph-mon[25852]: Deploying daemon haproxy.nfs.foo.smithi047.zhidvw on smithi047 2024-09-17T08:45:56.046 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T08:45:56.252 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:45:56.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:56 smithi155 ceph-mon[35543]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:45:56.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:56 smithi155 ceph-mon[35543]: pgmap v167: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.6 KiB/s wr, 4 op/s 2024-09-17T08:45:56.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:56 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:56.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:56 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:45:56.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:56 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:56.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:56 smithi047 ceph-mon[25852]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:45:56.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:56 smithi047 ceph-mon[25852]: pgmap v167: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.6 KiB/s wr, 4 op/s 2024-09-17T08:45:56.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:56 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:56.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:56 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:45:56.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:56 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:45:57.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:57 smithi155 ceph-mon[35543]: pgmap v168: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.1 KiB/s wr, 5 op/s 2024-09-17T08:45:57.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:57 smithi047 ceph-mon[25852]: pgmap v168: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.1 KiB/s wr, 5 op/s 2024-09-17T08:45:59.107 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:45:59 smithi047 ceph-mon[25852]: pgmap v169: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 938 B/s wr, 2 op/s 2024-09-17T08:45:59.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:45:59 smithi155 ceph-mon[35543]: pgmap v169: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 938 B/s wr, 2 op/s 2024-09-17T08:46:00.012 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:46:00.012 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-17T08:40:27.134303Z", "last_refresh": "2024-09-17T08:45:36.260484Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:41:51.895027Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-17T08:40:21.815964Z", "last_refresh": "2024-09-17T08:45:29.155742Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:41:55.187636Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-17T08:40:20.624630Z", "last_refresh": "2024-09-17T08:45:29.155823Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-17T08:40:24.837898Z", "last_refresh": "2024-09-17T08:45:36.260541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:45:38.314012Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2024-09-17T08:45:38.311204Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2024-09-17T08:45:47.559634Z 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:45:33.198352Z", "running": 0, "size": 2}}, {"events": ["2024-09-17T08:42:03.842348Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T08:40:18.942212Z", "last_refresh": "2024-09-17T08:45:29.155948Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:42:13.941665Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T08:41:09.221984Z", "last_refresh": "2024-09-17T08:45:29.156019Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:45:53.813418Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-17T08:45:38.306623Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-17T08:41:59.717855Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-17T08:40:25.961344Z", "last_refresh": "2024-09-17T08:45:29.155886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-17T08:42:23.397753Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-17T08:42:23.394140Z", "last_refresh": "2024-09-17T08:45:29.156083Z", "running": 8, "size": 8}}, {"events": ["2024-09-17T08:42:13.946805Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-17T08:40:23.031871Z", "last_refresh": "2024-09-17T08:45:36.260598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-17T08:46:00.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:00 smithi047 ceph-mon[25852]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:46:00.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:00 smithi155 ceph-mon[35543]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:46:01.055 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-17T08:46:01.239 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:01 smithi047 ceph-mon[25852]: pgmap v170: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-09-17T08:46:01.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:01 smithi155 ceph-mon[35543]: pgmap v170: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-09-17T08:46:02.056 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T08:46:02.274 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:46:03.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:02 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:03.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:02 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:03.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:02 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:03.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:02 smithi155 ceph-mon[35543]: Deploying daemon haproxy.nfs.foo.smithi155.umyrdp on smithi155 2024-09-17T08:46:03.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:02 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:03.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:02 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:03.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:02 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:03.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:02 smithi047 ceph-mon[25852]: Deploying daemon haproxy.nfs.foo.smithi155.umyrdp on smithi155 2024-09-17T08:46:03.718 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:03 smithi047 ceph-mon[25852]: pgmap v171: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2024-09-17T08:46:04.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:03 smithi155 ceph-mon[35543]: pgmap v171: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2024-09-17T08:46:04.160 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:46:04.160 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-17T08:40:27.134303Z", "last_refresh": "2024-09-17T08:45:36.260484Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:41:51.895027Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-17T08:40:21.815964Z", "last_refresh": "2024-09-17T08:45:29.155742Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:41:55.187636Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-17T08:40:20.624630Z", "last_refresh": "2024-09-17T08:45:29.155823Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-17T08:40:24.837898Z", "last_refresh": "2024-09-17T08:45:36.260541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:46:01.662579Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2024-09-17T08:45:38.311204Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2024-09-17T08:45:47.559634Z 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:45:33.198352Z", "running": 0, "size": 2}}, {"events": ["2024-09-17T08:42:03.842348Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T08:40:18.942212Z", "last_refresh": "2024-09-17T08:45:29.155948Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:42:13.941665Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T08:41:09.221984Z", "last_refresh": "2024-09-17T08:45:29.156019Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:45:53.813418Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-17T08:45:38.306623Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-17T08:41:59.717855Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-17T08:40:25.961344Z", "last_refresh": "2024-09-17T08:45:29.155886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-17T08:42:23.397753Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-17T08:42:23.394140Z", "last_refresh": "2024-09-17T08:45:29.156083Z", "running": 8, "size": 8}}, {"events": ["2024-09-17T08:42:13.946805Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-17T08:40:23.031871Z", "last_refresh": "2024-09-17T08:45:36.260598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-17T08:46:04.882 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-17T08:46:05.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:05 smithi047 ceph-mon[25852]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:46:05.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:05 smithi047 ceph-mon[25852]: pgmap v172: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-09-17T08:46:05.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:05 smithi155 ceph-mon[35543]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:46:05.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:05 smithi155 ceph-mon[35543]: pgmap v172: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-09-17T08:46:05.882 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T08:46:06.105 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:46:07.147 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:07 smithi155 ceph-mon[35543]: pgmap v173: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-09-17T08:46:07.327 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:07 smithi047 ceph-mon[25852]: pgmap v173: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-09-17T08:46:08.065 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:46:08.065 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-17T08:40:27.134303Z", "last_refresh": "2024-09-17T08:45:36.260484Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:41:51.895027Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-17T08:40:21.815964Z", "last_refresh": "2024-09-17T08:45:29.155742Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:41:55.187636Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-17T08:40:20.624630Z", "last_refresh": "2024-09-17T08:45:29.155823Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-17T08:40:24.837898Z", "last_refresh": "2024-09-17T08:45:36.260541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:46:01.662579Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2024-09-17T08:45:38.311204Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2024-09-17T08:45:47.559634Z 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:45:33.198352Z", "running": 0, "size": 2}}, {"events": ["2024-09-17T08:42:03.842348Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T08:40:18.942212Z", "last_refresh": "2024-09-17T08:45:29.155948Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:42:13.941665Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T08:41:09.221984Z", "last_refresh": "2024-09-17T08:45:29.156019Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:45:53.813418Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-17T08:45:38.306623Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-17T08:41:59.717855Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-17T08:40:25.961344Z", "last_refresh": "2024-09-17T08:45:29.155886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-17T08:42:23.397753Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-17T08:42:23.394140Z", "last_refresh": "2024-09-17T08:45:29.156083Z", "running": 8, "size": 8}}, {"events": ["2024-09-17T08:42:13.946805Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-17T08:40:23.031871Z", "last_refresh": "2024-09-17T08:45:36.260598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-17T08:46:08.687 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-17T08:46:09.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:09 smithi155 ceph-mon[35543]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:46:09.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:09 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:09.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:09 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:09.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:09 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:09.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:09 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:09.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:09 smithi155 ceph-mon[35543]: 10.0.31.47 is in 10.0.0.0/16 on smithi155 interface enp3s0f1 2024-09-17T08:46:09.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:09 smithi155 ceph-mon[35543]: 10.0.31.47 is in 10.0.0.0/16 on smithi047 interface ens1f0 2024-09-17T08:46:09.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:09 smithi155 ceph-mon[35543]: Deploying daemon keepalived.nfs.foo.smithi155.xvvfik on smithi155 2024-09-17T08:46:09.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:09 smithi155 ceph-mon[35543]: pgmap v174: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T08:46:09.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:09 smithi047 ceph-mon[25852]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:46:09.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:09 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:09.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:09 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:09.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:09 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:09.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:09 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:09.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:09 smithi047 ceph-mon[25852]: 10.0.31.47 is in 10.0.0.0/16 on smithi155 interface enp3s0f1 2024-09-17T08:46:09.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:09 smithi047 ceph-mon[25852]: 10.0.31.47 is in 10.0.0.0/16 on smithi047 interface ens1f0 2024-09-17T08:46:09.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:09 smithi047 ceph-mon[25852]: Deploying daemon keepalived.nfs.foo.smithi155.xvvfik on smithi155 2024-09-17T08:46:09.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:09 smithi047 ceph-mon[25852]: pgmap v174: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T08:46:09.689 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T08:46:09.913 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:46:11.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:11 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:46:11.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:11 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:46:12.294 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:12 smithi047 ceph-mon[25852]: pgmap v175: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T08:46:12.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:12 smithi155 ceph-mon[35543]: pgmap v175: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T08:46:13.053 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:46:13.054 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-17T08:40:27.134303Z", "last_refresh": "2024-09-17T08:45:36.260484Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:41:51.895027Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-17T08:40:21.815964Z", "last_refresh": "2024-09-17T08:45:29.155742Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:41:55.187636Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-17T08:40:20.624630Z", "last_refresh": "2024-09-17T08:45:29.155823Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-17T08:40:24.837898Z", "last_refresh": "2024-09-17T08:45:36.260541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:46:08.292771Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2024-09-17T08:45:38.311204Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2024-09-17T08:45:47.559634Z 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:45:33.198352Z", "running": 0, "size": 2}}, {"events": ["2024-09-17T08:42:03.842348Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T08:40:18.942212Z", "last_refresh": "2024-09-17T08:45:29.155948Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:42:13.941665Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T08:41:09.221984Z", "last_refresh": "2024-09-17T08:45:29.156019Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:45:53.813418Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-17T08:45:38.306623Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-17T08:41:59.717855Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-17T08:40:25.961344Z", "last_refresh": "2024-09-17T08:45:29.155886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-17T08:42:23.397753Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-17T08:42:23.394140Z", "last_refresh": "2024-09-17T08:45:29.156083Z", "running": 8, "size": 8}}, {"events": ["2024-09-17T08:42:13.946805Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-17T08:40:23.031871Z", "last_refresh": "2024-09-17T08:45:36.260598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-17T08:46:13.651 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-17T08:46:14.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:14 smithi155 ceph-mon[35543]: pgmap v176: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:46:14.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:14 smithi047 ceph-mon[25852]: pgmap v176: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:46:14.652 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T08:46:14.892 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:46:15.289 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:15 smithi047 ceph-mon[25852]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:46:15.290 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:15 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:15.290 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:15 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:15.290 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:15 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:15.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:15 smithi155 ceph-mon[35543]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:46:15.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:15 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:15.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:15 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:15.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:15 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:16.205 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:16 smithi047 ceph-mon[25852]: 10.0.31.47 is in 10.0.0.0/16 on smithi047 interface ens1f0 2024-09-17T08:46:16.205 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:16 smithi047 ceph-mon[25852]: 10.0.31.47 is in 10.0.0.0/16 on smithi155 interface enp3s0f1 2024-09-17T08:46:16.205 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:16 smithi047 ceph-mon[25852]: Deploying daemon keepalived.nfs.foo.smithi047.eiokkz on smithi047 2024-09-17T08:46:16.205 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:16 smithi047 ceph-mon[25852]: pgmap v177: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:46:16.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:16 smithi155 ceph-mon[35543]: 10.0.31.47 is in 10.0.0.0/16 on smithi047 interface ens1f0 2024-09-17T08:46:16.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:16 smithi155 ceph-mon[35543]: 10.0.31.47 is in 10.0.0.0/16 on smithi155 interface enp3s0f1 2024-09-17T08:46:16.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:16 smithi155 ceph-mon[35543]: Deploying daemon keepalived.nfs.foo.smithi047.eiokkz on smithi047 2024-09-17T08:46:16.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:16 smithi155 ceph-mon[35543]: pgmap v177: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:46:16.624 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:46:16.624 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-17T08:40:27.134303Z", "last_refresh": "2024-09-17T08:45:36.260484Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:41:51.895027Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-17T08:40:21.815964Z", "last_refresh": "2024-09-17T08:45:29.155742Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:41:55.187636Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-17T08:40:20.624630Z", "last_refresh": "2024-09-17T08:45:29.155823Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-17T08:40:24.837898Z", "last_refresh": "2024-09-17T08:45:36.260541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:46:14.763906Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2024-09-17T08:45:38.311204Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2024-09-17T08:45:47.559634Z 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:45:33.198352Z", "running": 0, "size": 2}}, {"events": ["2024-09-17T08:42:03.842348Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T08:40:18.942212Z", "last_refresh": "2024-09-17T08:45:29.155948Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:42:13.941665Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T08:41:09.221984Z", "last_refresh": "2024-09-17T08:45:29.156019Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:45:53.813418Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-17T08:45:38.306623Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-17T08:41:59.717855Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-17T08:40:25.961344Z", "last_refresh": "2024-09-17T08:45:29.155886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-17T08:42:23.397753Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-17T08:42:23.394140Z", "last_refresh": "2024-09-17T08:45:29.156083Z", "running": 8, "size": 8}}, {"events": ["2024-09-17T08:42:13.946805Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-17T08:40:23.031871Z", "last_refresh": "2024-09-17T08:45:36.260598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-17T08:46:17.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:17 smithi155 ceph-mon[35543]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:46:17.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:17 smithi155 ceph-mon[35543]: pgmap v178: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:46:17.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:17 smithi047 ceph-mon[25852]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:46:17.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:17 smithi047 ceph-mon[25852]: pgmap v178: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:46:17.383 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-17T08:46:18.384 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T08:46:19.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:19 smithi047 ceph-mon[25852]: pgmap v179: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:46:19.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:19 smithi155 ceph-mon[35543]: pgmap v179: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:46:19.708 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:46:21.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:21 smithi047 ceph-mon[25852]: pgmap v180: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:46:21.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:21 smithi155 ceph-mon[35543]: pgmap v180: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:46:23.023 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:46:23.023 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-17T08:40:27.134303Z", "last_refresh": "2024-09-17T08:45:36.260484Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:41:51.895027Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-17T08:40:21.815964Z", "last_refresh": "2024-09-17T08:45:29.155742Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:41:55.187636Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-17T08:40:20.624630Z", "last_refresh": "2024-09-17T08:45:29.155823Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-17T08:40:24.837898Z", "last_refresh": "2024-09-17T08:45:36.260541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:46:14.763906Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2024-09-17T08:45:38.311204Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2024-09-17T08:45:47.559634Z 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:45:33.198352Z", "running": 0, "size": 2}}, {"events": ["2024-09-17T08:42:03.842348Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T08:40:18.942212Z", "last_refresh": "2024-09-17T08:45:29.155948Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:42:13.941665Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T08:41:09.221984Z", "last_refresh": "2024-09-17T08:45:29.156019Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:45:53.813418Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-17T08:45:38.306623Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-17T08:41:59.717855Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-17T08:40:25.961344Z", "last_refresh": "2024-09-17T08:45:29.155886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-17T08:42:23.397753Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-17T08:42:23.394140Z", "last_refresh": "2024-09-17T08:45:29.156083Z", "running": 8, "size": 8}}, {"events": ["2024-09-17T08:42:13.946805Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-17T08:40:23.031871Z", "last_refresh": "2024-09-17T08:45:36.260598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-17T08:46:23.081 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:23 smithi047 ceph-mon[25852]: pgmap v181: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:46:23.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:23 smithi155 ceph-mon[35543]: pgmap v181: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:46:23.817 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-17T08:46:24.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:24 smithi047 ceph-mon[25852]: from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:46:24.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:24 smithi155 ceph-mon[35543]: from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:46:24.818 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T08:46:25.220 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:46:25.439 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:25 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:25.440 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:25 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:25.440 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:25 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:25.440 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:25 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:25.440 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:25 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:46:25.440 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:25 smithi047 ceph-mon[25852]: pgmap v182: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:46:25.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:25 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:25.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:25 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:25.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:25 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:25.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:25 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:25.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:25 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:46:25.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:25 smithi155 ceph-mon[35543]: pgmap v182: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:46:26.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:26 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:46:26.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:26 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:26.516 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:26 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:46:26.516 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:26 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:27.279 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:27 smithi047 ceph-mon[25852]: pgmap v183: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:46:27.381 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:46:27.382 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-17T08:40:27.134303Z", "last_refresh": "2024-09-17T08:45:36.260484Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:41:51.895027Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-17T08:40:21.815964Z", "last_refresh": "2024-09-17T08:45:29.155742Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:41:55.187636Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-17T08:40:20.624630Z", "last_refresh": "2024-09-17T08:45:29.155823Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-17T08:40:24.837898Z", "last_refresh": "2024-09-17T08:45:36.260541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:46:24.136398Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2024-09-17T08:45:38.311204Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2024-09-17T08:45:47.559634Z 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:45:33.198352Z", "running": 0, "size": 2}}, {"events": ["2024-09-17T08:42:03.842348Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T08:40:18.942212Z", "last_refresh": "2024-09-17T08:45:29.155948Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:42:13.941665Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T08:41:09.221984Z", "last_refresh": "2024-09-17T08:45:29.156019Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:45:53.813418Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-17T08:45:38.306623Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-17T08:41:59.717855Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-17T08:40:25.961344Z", "last_refresh": "2024-09-17T08:45:29.155886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-17T08:42:23.397753Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-17T08:42:23.394140Z", "last_refresh": "2024-09-17T08:45:29.156083Z", "running": 8, "size": 8}}, {"events": ["2024-09-17T08:42:13.946805Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-17T08:40:23.031871Z", "last_refresh": "2024-09-17T08:45:36.260598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-17T08:46:27.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:27 smithi155 ceph-mon[35543]: pgmap v183: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:46:28.047 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-17T08:46:28.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:28 smithi155 ceph-mon[35543]: from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:46:28.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:28 smithi047 ceph-mon[25852]: from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:46:29.048 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T08:46:29.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:29 smithi155 ceph-mon[35543]: pgmap v184: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:46:29.333 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:29 smithi047 ceph-mon[25852]: pgmap v184: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:46:30.329 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:46:31.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:31 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:31.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:31 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:31.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:31 smithi155 ceph-mon[35543]: pgmap v185: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:46:31.591 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:31 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:31.591 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:31 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:31.591 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:31 smithi047 ceph-mon[25852]: pgmap v185: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:46:32.319 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:46:32.319 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-17T08:40:27.134303Z", "last_refresh": "2024-09-17T08:45:36.260484Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:41:51.895027Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-17T08:40:21.815964Z", "last_refresh": "2024-09-17T08:45:36.260306Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:41:55.187636Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-17T08:40:20.624630Z", "last_refresh": "2024-09-17T08:45:36.260367Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-17T08:40:24.837898Z", "last_refresh": "2024-09-17T08:45:36.260541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:46:24.136398Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2024-09-17T08:45:38.311204Z", "last_refresh": "2024-09-17T08:46:30.135220Z", "ports": [2999, 9999], "running": 2, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2024-09-17T08:45:47.559634Z 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:45:33.198352Z", "last_refresh": "2024-09-17T08:46:30.135161Z", "running": 1, "size": 2}}, {"events": ["2024-09-17T08:42:03.842348Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T08:40:18.942212Z", "last_refresh": "2024-09-17T08:45:36.260241Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:42:13.941665Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T08:41:09.221984Z", "last_refresh": "2024-09-17T08:45:36.260161Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:45:53.813418Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-17T08:45:38.306623Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-17T08:41:59.717855Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-17T08:40:25.961344Z", "last_refresh": "2024-09-17T08:45:36.260425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-17T08:42:23.397753Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-17T08:42:23.394140Z", "last_refresh": "2024-09-17T08:45:36.260654Z", "running": 8, "size": 8}}, {"events": ["2024-09-17T08:42:13.946805Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-17T08:40:23.031871Z", "last_refresh": "2024-09-17T08:45:36.260598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-17T08:46:32.957 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-17T08:46:33.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:33 smithi047 ceph-mon[25852]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:46:33.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:33 smithi047 ceph-mon[25852]: pgmap v186: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:46:33.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:33 smithi155 ceph-mon[35543]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:46:33.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:33 smithi155 ceph-mon[35543]: pgmap v186: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:46:33.958 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T08:46:34.183 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:46:35.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:35 smithi047 ceph-mon[25852]: pgmap v187: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:46:35.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:35 smithi155 ceph-mon[35543]: pgmap v187: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:46:36.666 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:36 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:36.666 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:36 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:36.667 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:36 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:46:36.667 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:36 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:46:36.667 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:36 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:36.667 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:36 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:46:36.667 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:36 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:36.667 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:36 smithi047 ceph-mon[25852]: Reconfiguring prometheus.smithi047 (dependencies changed)... 2024-09-17T08:46:36.667 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:36 smithi047 ceph-mon[25852]: Reconfiguring daemon prometheus.smithi047 on smithi047 2024-09-17T08:46:37.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:36 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:37.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:36 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:37.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:36 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:46:37.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:36 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:46:37.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:36 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:37.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:36 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:46:37.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:36 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:37.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:36 smithi155 ceph-mon[35543]: Reconfiguring prometheus.smithi047 (dependencies changed)... 2024-09-17T08:46:37.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:36 smithi155 ceph-mon[35543]: Reconfiguring daemon prometheus.smithi047 on smithi047 2024-09-17T08:46:37.632 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:37 smithi047 ceph-mon[25852]: pgmap v188: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:46:37.657 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:46:37.658 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-17T08:40:27.134303Z", "last_refresh": "2024-09-17T08:46:35.568841Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:41:51.895027Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-17T08:40:21.815964Z", "last_refresh": "2024-09-17T08:46:30.134578Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:41:55.187636Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-17T08:40:20.624630Z", "last_refresh": "2024-09-17T08:46:30.134660Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-17T08:40:24.837898Z", "last_refresh": "2024-09-17T08:46:35.568907Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:46:24.136398Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2024-09-17T08:45:38.311204Z", "last_refresh": "2024-09-17T08:46:30.135220Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2024-09-17T08:45:47.559634Z 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:45:33.198352Z", "last_refresh": "2024-09-17T08:46:30.135161Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:42:03.842348Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T08:40:18.942212Z", "last_refresh": "2024-09-17T08:46:30.134780Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:42:13.941665Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T08:41:09.221984Z", "last_refresh": "2024-09-17T08:46:30.134836Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:46:35.596152Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-17T08:45:38.306623Z", "last_refresh": "2024-09-17T08:46:35.569387Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:41:59.717855Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-17T08:40:25.961344Z", "last_refresh": "2024-09-17T08:46:30.134721Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-17T08:42:23.397753Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-17T08:42:23.394140Z", "last_refresh": "2024-09-17T08:46:30.134892Z", "running": 8, "size": 8}}, {"events": ["2024-09-17T08:42:13.946805Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-17T08:40:23.031871Z", "last_refresh": "2024-09-17T08:46:35.568972Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-17T08:46:38.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:37 smithi155 ceph-mon[35543]: pgmap v188: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:46:38.800 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:38 smithi047 ceph-mon[25852]: from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:46:39.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:38 smithi155 ceph-mon[35543]: from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:46:39.348 INFO:tasks.cephadm:nfs.foo has 1/1 2024-09-17T08:46:39.348 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-17T08:46:39.360 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-09-17T08:46:39.360 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T08:46:39.825 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:39 smithi047 ceph-mon[25852]: pgmap v189: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:46:40.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:39 smithi155 ceph-mon[35543]: pgmap v189: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:46:40.322 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:46:41.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:41 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:46:41.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:41 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:46:42.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:42 smithi155 ceph-mon[35543]: pgmap v190: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:46:42.325 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:42 smithi047 ceph-mon[25852]: pgmap v190: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:46:42.746 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-17T08:46:42.746 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-17T08:40:27.134303Z", "last_refresh": "2024-09-17T08:46:35.568841Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:41:51.895027Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-17T08:40:21.815964Z", "last_refresh": "2024-09-17T08:46:30.134578Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:41:55.187636Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-17T08:40:20.624630Z", "last_refresh": "2024-09-17T08:46:30.134660Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-17T08:40:24.837898Z", "last_refresh": "2024-09-17T08:46:35.568907Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:46:24.136398Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2024-09-17T08:45:38.311204Z", "last_refresh": "2024-09-17T08:46:30.135220Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2024-09-17T08:45:47.559634Z 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:45:33.198352Z", "last_refresh": "2024-09-17T08:46:30.135161Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:42:03.842348Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T08:40:18.942212Z", "last_refresh": "2024-09-17T08:46:30.134780Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:42:13.941665Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T08:41:09.221984Z", "last_refresh": "2024-09-17T08:46:30.134836Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T08:46:35.596152Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-17T08:45:38.306623Z", "last_refresh": "2024-09-17T08:46:35.569387Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2024-09-17T08:41:59.717855Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-17T08:40:25.961344Z", "last_refresh": "2024-09-17T08:46:30.134721Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-17T08:42:23.397753Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-17T08:42:23.394140Z", "last_refresh": "2024-09-17T08:46:30.134892Z", "running": 8, "size": 8}}, {"events": ["2024-09-17T08:42:13.946805Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-17T08:40:23.031871Z", "last_refresh": "2024-09-17T08:46:35.568972Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-17T08:46:43.524 INFO:tasks.cephadm:ingress.nfs.foo has 4/4 2024-09-17T08:46:43.525 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-17T08:46:43.535 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi047.front.sepia.ceph.com 2024-09-17T08:46:43.535 DEBUG:teuthology.orchestra.run.smithi047:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-09-17T08:46:43.563 INFO:teuthology.orchestra.run.smithi047.stderr:+ mkdir /mnt/foo 2024-09-17T08:46:43.571 DEBUG:teuthology.orchestra.run.smithi047:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 5' 2024-09-17T08:46:43.637 INFO:teuthology.orchestra.run.smithi047.stderr:+ sleep 5 2024-09-17T08:46:44.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:44 smithi155 ceph-mon[35543]: from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:46:44.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:44 smithi155 ceph-mon[35543]: pgmap v191: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:46:44.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:44 smithi047 ceph-mon[25852]: from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T08:46:44.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:44 smithi047 ceph-mon[25852]: pgmap v191: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:46:45.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:45 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:45.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:45 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:45.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:45 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:46:45.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:45 smithi155 ceph-mon[35543]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:46:45.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:45 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:46:45.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:45 smithi155 ceph-mon[35543]: pgmap v192: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:46:45.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:45 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:45.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:45 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:45.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:45 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:46:45.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:45 smithi047 ceph-mon[25852]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T08:46:45.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:45 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:46:45.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:45 smithi047 ceph-mon[25852]: pgmap v192: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:46:47.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:47 smithi047 ceph-mon[25852]: pgmap v193: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:46:47.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:47 smithi155 ceph-mon[35543]: pgmap v193: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:46:48.640 DEBUG:teuthology.orchestra.run.smithi047:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.47:/fake /mnt/foo -o port=2999' 2024-09-17T08:46:48.707 INFO:teuthology.orchestra.run.smithi047.stderr:+ mount -t nfs 10.0.31.47:/fake /mnt/foo -o port=2999 2024-09-17T08:46:49.351 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:49 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:49.351 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:49 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:49.351 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:49 smithi047 ceph-mon[25852]: pgmap v194: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:46:49.352 DEBUG:teuthology.orchestra.run.smithi047:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-09-17T08:46:49.421 INFO:teuthology.orchestra.run.smithi047.stderr:+ echo test 2024-09-17T08:46:49.433 DEBUG:teuthology.orchestra.run.smithi047:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-09-17T08:46:49.499 INFO:teuthology.orchestra.run.smithi047.stderr:+ sync 2024-09-17T08:46:49.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:49 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:49.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:49 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:49.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:49 smithi155 ceph-mon[35543]: pgmap v194: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:46:49.776 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T08:46:49.790 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi047.front.sepia.ceph.com 2024-09-17T08:46:49.790 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -v /mnt/foo:/mnt/foo -- bash -c 'echo "Check with each haproxy down in turn..." 2024-09-17T08:46:49.790 DEBUG:teuthology.orchestra.run.smithi047:> for haproxy in `ceph orch ps | grep ^haproxy.nfs.foo. | awk '"'"'{print $1}'"'"'`; do 2024-09-17T08:46:49.790 DEBUG:teuthology.orchestra.run.smithi047:> ceph orch daemon stop $haproxy 2024-09-17T08:46:49.790 DEBUG:teuthology.orchestra.run.smithi047:> while ! ceph orch ps | grep $haproxy | grep stopped; do sleep 1 ; done 2024-09-17T08:46:49.790 DEBUG:teuthology.orchestra.run.smithi047:> cat /mnt/foo/testfile 2024-09-17T08:46:49.790 DEBUG:teuthology.orchestra.run.smithi047:> echo $haproxy > /mnt/foo/testfile 2024-09-17T08:46:49.790 DEBUG:teuthology.orchestra.run.smithi047:> sync 2024-09-17T08:46:49.790 DEBUG:teuthology.orchestra.run.smithi047:> ceph orch daemon start $haproxy 2024-09-17T08:46:49.791 DEBUG:teuthology.orchestra.run.smithi047:> while ! ceph orch ps | grep $haproxy | grep running; do sleep 1 ; done 2024-09-17T08:46:49.791 DEBUG:teuthology.orchestra.run.smithi047:> done 2024-09-17T08:46:49.791 DEBUG:teuthology.orchestra.run.smithi047:> ' 2024-09-17T08:46:50.583 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:46:51.289 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:51 smithi047 ceph-mon[25852]: pgmap v195: 97 pgs: 97 active+clean; 587 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 853 B/s wr, 0 op/s 2024-09-17T08:46:51.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:51 smithi155 ceph-mon[35543]: pgmap v195: 97 pgs: 97 active+clean; 587 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 853 B/s wr, 0 op/s 2024-09-17T08:46:52.823 INFO:teuthology.orchestra.run.smithi047.stdout:Check with each haproxy down in turn... 2024-09-17T08:46:53.243 INFO:teuthology.orchestra.run.smithi047.stdout:Scheduled to stop haproxy.nfs.foo.smithi047.zhidvw on host 'smithi047' 2024-09-17T08:46:53.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:53 smithi155 ceph-mon[35543]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:46:53.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:53 smithi155 ceph-mon[35543]: pgmap v196: 97 pgs: 97 active+clean; 587 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 938 B/s wr, 0 op/s 2024-09-17T08:46:53.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:53 smithi047 ceph-mon[25852]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:46:53.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:53 smithi047 ceph-mon[25852]: pgmap v196: 97 pgs: 97 active+clean; 587 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 938 B/s wr, 0 op/s 2024-09-17T08:46:54.413 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:54 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:54.414 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:54 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:54.414 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:54 smithi047 ceph-mon[25852]: from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi047.zhidvw", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:46:54.414 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:54 smithi047 ceph-mon[25852]: Schedule stop daemon haproxy.nfs.foo.smithi047.zhidvw 2024-09-17T08:46:54.414 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:54 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:54.414 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:54 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:54.414 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:54 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:46:54.414 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:54 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:46:54.414 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:54 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:54.414 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:54 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:46:54.414 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:54 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:54.414 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:54 smithi047 ceph-mon[25852]: from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:46:54.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:54 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:54.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:54 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:54.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:54 smithi155 ceph-mon[35543]: from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi047.zhidvw", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:46:54.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:54 smithi155 ceph-mon[35543]: Schedule stop daemon haproxy.nfs.foo.smithi047.zhidvw 2024-09-17T08:46:54.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:54 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:54.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:54 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:54.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:54 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:46:54.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:54 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:46:54.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:54 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:54.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:54 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:46:54.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:54 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:54.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:54 smithi155 ceph-mon[35543]: from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:46:56.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:55 smithi155 ceph-mon[35543]: from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:46:56.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:55 smithi155 ceph-mon[35543]: pgmap v197: 97 pgs: 97 active+clean; 587 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 938 B/s wr, 0 op/s 2024-09-17T08:46:56.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:55 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:56.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:55 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:56.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:55 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:46:56.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:55 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:46:56.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:55 smithi047 ceph-mon[25852]: from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:46:56.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:55 smithi047 ceph-mon[25852]: pgmap v197: 97 pgs: 97 active+clean; 587 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 938 B/s wr, 0 op/s 2024-09-17T08:46:56.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:55 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:56.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:55 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:56.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:55 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:46:56.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:55 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:46:58.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:57 smithi155 ceph-mon[35543]: from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:46:58.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:57 smithi155 ceph-mon[35543]: pgmap v198: 97 pgs: 97 active+clean; 587 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-17T08:46:58.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:57 smithi047 ceph-mon[25852]: from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:46:58.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:57 smithi047 ceph-mon[25852]: pgmap v198: 97 pgs: 97 active+clean; 587 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-17T08:46:59.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:58 smithi047 ceph-mon[25852]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:46:59.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:58 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:59.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:58 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:59.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:58 smithi155 ceph-mon[35543]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:46:59.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:58 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:46:59.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:58 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:00.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:59 smithi155 ceph-mon[35543]: from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:00.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:46:59 smithi155 ceph-mon[35543]: pgmap v199: 97 pgs: 97 active+clean; 587 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-17T08:47:00.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:59 smithi047 ceph-mon[25852]: from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:00.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:46:59 smithi047 ceph-mon[25852]: pgmap v199: 97 pgs: 97 active+clean; 587 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-17T08:47:01.251 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:00 smithi155 ceph-mon[35543]: from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:01.252 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:00 smithi047 ceph-mon[25852]: from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:01.332 INFO:teuthology.orchestra.run.smithi047.stdout:haproxy.nfs.foo.smithi047.zhidvw smithi047 *:2999,9999 stopped 0s ago 59s - - 2024-09-17T08:47:01.335 INFO:teuthology.orchestra.run.smithi047.stdout:test 2024-09-17T08:47:01.787 INFO:teuthology.orchestra.run.smithi047.stdout:Scheduled to start haproxy.nfs.foo.smithi047.zhidvw on host 'smithi047' 2024-09-17T08:47:02.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:01 smithi047 ceph-mon[25852]: pgmap v200: 97 pgs: 97 active+clean; 589 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-17T08:47:02.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:01 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:02.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:01 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:02.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:01 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:47:02.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:01 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:47:02.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:01 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:02.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:01 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:47:02.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:01 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:02.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:01 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:02.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:01 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:02.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:01 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:47:02.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:01 smithi155 ceph-mon[35543]: pgmap v200: 97 pgs: 97 active+clean; 589 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-17T08:47:02.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:01 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:02.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:01 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:02.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:01 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:47:02.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:01 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:47:02.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:01 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:02.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:01 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:47:02.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:01 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:02.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:01 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:02.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:01 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:02.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:01 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:47:03.256 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:02 smithi047 ceph-mon[25852]: from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:03.256 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:02 smithi047 ceph-mon[25852]: from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi047.zhidvw", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:03.256 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:02 smithi047 ceph-mon[25852]: Schedule start daemon haproxy.nfs.foo.smithi047.zhidvw 2024-09-17T08:47:03.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:02 smithi155 ceph-mon[35543]: from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:03.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:02 smithi155 ceph-mon[35543]: from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi047.zhidvw", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:03.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:02 smithi155 ceph-mon[35543]: Schedule start daemon haproxy.nfs.foo.smithi047.zhidvw 2024-09-17T08:47:04.244 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:03 smithi047 ceph-mon[25852]: from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:04.244 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:03 smithi047 ceph-mon[25852]: pgmap v201: 97 pgs: 97 active+clean; 589 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-09-17T08:47:04.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:03 smithi155 ceph-mon[35543]: from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:04.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:03 smithi155 ceph-mon[35543]: pgmap v201: 97 pgs: 97 active+clean; 589 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-09-17T08:47:05.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:04 smithi155 ceph-mon[35543]: from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:05.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:04 smithi047 ceph-mon[25852]: from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:06.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:05 smithi155 ceph-mon[35543]: from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:06.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:05 smithi155 ceph-mon[35543]: pgmap v202: 97 pgs: 97 active+clean; 589 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-09-17T08:47:06.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:05 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:06.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:05 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:06.338 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:05 smithi047 ceph-mon[25852]: from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:06.338 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:05 smithi047 ceph-mon[25852]: pgmap v202: 97 pgs: 97 active+clean; 589 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-09-17T08:47:06.338 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:05 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:06.338 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:05 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:07.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:07 smithi155 ceph-mon[35543]: from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:07.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:07 smithi047 ceph-mon[25852]: from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:08.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:08 smithi155 ceph-mon[35543]: pgmap v203: 97 pgs: 97 active+clean; 598 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-17T08:47:08.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:08.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:08.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:47:08.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:47:08.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:08.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:47:08.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:08 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:08.323 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:08 smithi047 ceph-mon[25852]: pgmap v203: 97 pgs: 97 active+clean; 598 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-17T08:47:08.323 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:08 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:08.323 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:08 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:08.323 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:08 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:47:08.323 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:08 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:47:08.323 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:08 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:08.323 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:08 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:47:08.323 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:08 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:09.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:09 smithi155 ceph-mon[35543]: from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:09.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:09 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:09.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:09 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:09.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:09 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:47:09.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:09 smithi047 ceph-mon[25852]: from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:09.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:09 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:09.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:09 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:09.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:09 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:47:10.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:10 smithi155 ceph-mon[35543]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:10.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:10 smithi155 ceph-mon[35543]: pgmap v204: 97 pgs: 97 active+clean; 598 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-17T08:47:10.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:10 smithi047 ceph-mon[25852]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:10.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:10 smithi047 ceph-mon[25852]: pgmap v204: 97 pgs: 97 active+clean; 598 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-17T08:47:11.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:11 smithi155 ceph-mon[35543]: from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:11.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:11 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:47:11.324 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:11 smithi047 ceph-mon[25852]: from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:11.325 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:11 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:47:12.253 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:12 smithi047 ceph-mon[25852]: pgmap v205: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.5 KiB/s wr, 1 op/s 2024-09-17T08:47:12.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:12 smithi155 ceph-mon[35543]: pgmap v205: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.5 KiB/s wr, 1 op/s 2024-09-17T08:47:13.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:13 smithi155 ceph-mon[35543]: from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:13.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:13 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:13.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:13 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:13.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:13 smithi047 ceph-mon[25852]: from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:13.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:13 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:13.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:13 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:14.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:14 smithi155 ceph-mon[35543]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:14.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:14 smithi155 ceph-mon[35543]: pgmap v206: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-17T08:47:14.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:14 smithi047 ceph-mon[25852]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:14.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:14 smithi047 ceph-mon[25852]: pgmap v206: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-17T08:47:15.157 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:15 smithi047 ceph-mon[25852]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:15.157 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:15 smithi047 ceph-mon[25852]: mgrmap e22: smithi047.betvbg(active, since 5m), standbys: smithi155.vtedcp 2024-09-17T08:47:15.157 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:15 smithi047 ceph-mon[25852]: pgmap v207: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-17T08:47:15.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:15 smithi155 ceph-mon[35543]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:15.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:15 smithi155 ceph-mon[35543]: mgrmap e22: smithi047.betvbg(active, since 5m), standbys: smithi155.vtedcp 2024-09-17T08:47:15.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:15 smithi155 ceph-mon[35543]: pgmap v207: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-17T08:47:16.389 INFO:teuthology.orchestra.run.smithi047.stdout:haproxy.nfs.foo.smithi047.zhidvw smithi047 *:2999,9999 running (7s) 0s ago 74s 6081k - 2.3.17-d1c9119 e85424b0d443 24fa3860a2f1 2024-09-17T08:47:16.665 INFO:teuthology.orchestra.run.smithi047.stdout:Scheduled to stop haproxy.nfs.foo.smithi155.umyrdp on host 'smithi155' 2024-09-17T08:47:16.665 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:16 smithi047 ceph-mon[25852]: from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:16.665 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:16 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:16.665 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:16 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:16.665 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:16 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:47:16.665 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:16 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:47:16.665 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:16 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:16.665 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:16 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:47:16.665 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:16 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:17.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:16 smithi155 ceph-mon[35543]: from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:17.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:16 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:17.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:16 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:17.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:16 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:47:17.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:16 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:47:17.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:16 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:17.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:16 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:47:17.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:16 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:18.056 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:17 smithi047 ceph-mon[25852]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:18.056 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:17 smithi047 ceph-mon[25852]: from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi155.umyrdp", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:18.056 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:17 smithi047 ceph-mon[25852]: Schedule stop daemon haproxy.nfs.foo.smithi155.umyrdp 2024-09-17T08:47:18.057 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:17 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:18.057 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:17 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:18.057 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:17 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:47:18.057 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:17 smithi047 ceph-mon[25852]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:18.057 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:17 smithi047 ceph-mon[25852]: pgmap v208: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-17T08:47:18.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:17 smithi155 ceph-mon[35543]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:18.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:17 smithi155 ceph-mon[35543]: from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi155.umyrdp", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:18.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:17 smithi155 ceph-mon[35543]: Schedule stop daemon haproxy.nfs.foo.smithi155.umyrdp 2024-09-17T08:47:18.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:17 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:18.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:17 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:18.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:17 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:47:18.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:17 smithi155 ceph-mon[35543]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:18.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:17 smithi155 ceph-mon[35543]: pgmap v208: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-17T08:47:19.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:19 smithi047 ceph-mon[25852]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:19.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:19 smithi047 ceph-mon[25852]: pgmap v209: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-09-17T08:47:19.375 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:19 smithi155 ceph-mon[35543]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:19.375 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:19 smithi155 ceph-mon[35543]: pgmap v209: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-09-17T08:47:20.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:20 smithi155 ceph-mon[35543]: from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:20.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:20 smithi047 ceph-mon[25852]: from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:21.591 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:21 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:21.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:21 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:21.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:21 smithi047 ceph-mon[25852]: from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:21.592 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:21 smithi047 ceph-mon[25852]: pgmap v210: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-09-17T08:47:21.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:21 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:21.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:21 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:21.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:21 smithi155 ceph-mon[35543]: from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:21.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:21 smithi155 ceph-mon[35543]: pgmap v210: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-09-17T08:47:24.174 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:24 smithi155 ceph-mon[35543]: from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:24.174 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:24 smithi155 ceph-mon[35543]: pgmap v211: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-09-17T08:47:24.174 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:24 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:24.174 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:24 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:24.174 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:24 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:47:24.174 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:24 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:47:24.174 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:24 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:24.174 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:24 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:47:24.174 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:24 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:24.334 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:24 smithi047 ceph-mon[25852]: from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:24.334 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:24 smithi047 ceph-mon[25852]: pgmap v211: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-09-17T08:47:24.335 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:24 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:24.335 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:24 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:24.335 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:24 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:47:24.335 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:24 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:47:24.335 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:24 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:24.335 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:24 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:47:24.335 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:24 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:25.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:25 smithi155 ceph-mon[35543]: from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:25.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:25 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:25.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:25 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:25.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:25 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:47:25.331 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:25 smithi047 ceph-mon[25852]: from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:25.331 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:25 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:25.331 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:25 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:25.331 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:25 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:47:26.297 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:26 smithi155 ceph-mon[35543]: from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:26.298 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:26 smithi155 ceph-mon[35543]: pgmap v212: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-09-17T08:47:26.298 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:26 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:47:26.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:26 smithi047 ceph-mon[25852]: from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:26.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:26 smithi047 ceph-mon[25852]: pgmap v212: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-09-17T08:47:26.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:26 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:47:28.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:28 smithi155 ceph-mon[35543]: from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:28.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:28 smithi155 ceph-mon[35543]: pgmap v213: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-09-17T08:47:28.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:28 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:28.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:28 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:28.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:28 smithi047 ceph-mon[25852]: from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:28.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:28 smithi047 ceph-mon[25852]: pgmap v213: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-09-17T08:47:28.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:28 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:28.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:28 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:28.709 INFO:teuthology.orchestra.run.smithi047.stdout:haproxy.nfs.foo.smithi155.umyrdp smithi155 *:2999,9999 stopped 0s ago 80s - - 2024-09-17T08:47:28.711 INFO:teuthology.orchestra.run.smithi047.stdout:haproxy.nfs.foo.smithi047.zhidvw 2024-09-17T08:47:29.291 INFO:teuthology.orchestra.run.smithi047.stdout:Scheduled to start haproxy.nfs.foo.smithi155.umyrdp on host 'smithi155' 2024-09-17T08:47:29.291 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:29 smithi047 ceph-mon[25852]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:29.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:29 smithi155 ceph-mon[35543]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:30.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:30 smithi155 ceph-mon[35543]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:30.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:30 smithi155 ceph-mon[35543]: pgmap v214: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:47:30.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:30 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:30.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:30 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:30.328 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:30 smithi047 ceph-mon[25852]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:30.328 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:30 smithi047 ceph-mon[25852]: pgmap v214: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:47:30.329 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:30 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:30.329 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:30 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:31.283 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:31 smithi047 ceph-mon[25852]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi155.umyrdp", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:31.283 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:31 smithi047 ceph-mon[25852]: Schedule start daemon haproxy.nfs.foo.smithi155.umyrdp 2024-09-17T08:47:31.283 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:31 smithi047 ceph-mon[25852]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:31.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:31 smithi155 ceph-mon[35543]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi155.umyrdp", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:31.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:31 smithi155 ceph-mon[35543]: Schedule start daemon haproxy.nfs.foo.smithi155.umyrdp 2024-09-17T08:47:31.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:31 smithi155 ceph-mon[35543]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:32.305 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:32 smithi155 ceph-mon[35543]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:32.306 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:32 smithi155 ceph-mon[35543]: pgmap v215: 97 pgs: 97 active+clean; 609 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-17T08:47:32.306 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:32 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:32.306 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:32 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:32.306 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:32 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:47:32.306 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:32 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:47:32.306 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:32 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:32.306 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:32 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:47:32.306 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:32 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:32.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:32 smithi047 ceph-mon[25852]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:32.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:32 smithi047 ceph-mon[25852]: pgmap v215: 97 pgs: 97 active+clean; 609 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-17T08:47:32.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:32 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:32.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:32 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:32.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:32 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:47:32.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:32 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:47:32.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:32 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:32.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:32 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:47:32.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:32 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:33.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:33 smithi047 ceph-mon[25852]: from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:33.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:33 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:33.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:33 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:33.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:33 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:47:33.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:33 smithi047 ceph-mon[25852]: pgmap v216: 97 pgs: 97 active+clean; 609 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-17T08:47:34.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:33 smithi155 ceph-mon[35543]: from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:34.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:33 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:34.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:33 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:34.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:33 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:47:34.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:33 smithi155 ceph-mon[35543]: pgmap v216: 97 pgs: 97 active+clean; 609 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-17T08:47:34.965 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:34 smithi047 ceph-mon[25852]: from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:35.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:34 smithi155 ceph-mon[35543]: from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:35.973 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:35 smithi155 ceph-mon[35543]: from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:35.973 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:35 smithi155 ceph-mon[35543]: pgmap v217: 97 pgs: 97 active+clean; 609 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-17T08:47:36.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:35 smithi047 ceph-mon[25852]: from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:36.093 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:35 smithi047 ceph-mon[25852]: pgmap v217: 97 pgs: 97 active+clean; 609 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-17T08:47:37.341 INFO:teuthology.orchestra.run.smithi047.stdout:haproxy.nfs.foo.smithi155.umyrdp smithi155 *:2999,9999 running (5s) 1s ago 89s 6140k - 2.3.17-d1c9119 e85424b0d443 71211a387508 2024-09-17T08:47:37.530 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:37 smithi047 ceph-mon[25852]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:37.530 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:37 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:37.530 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:37 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:37.530 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:37 smithi047 ceph-mon[25852]: pgmap v218: 97 pgs: 97 active+clean; 609 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-17T08:47:37.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:37 smithi155 ceph-mon[35543]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:37.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:37 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:37.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:37 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:37.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:37 smithi155 ceph-mon[35543]: pgmap v218: 97 pgs: 97 active+clean; 609 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-17T08:47:38.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:38 smithi047 ceph-mon[25852]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:38.435 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-17T08:47:38.445 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi047.front.sepia.ceph.com 2024-09-17T08:47:38.446 DEBUG:teuthology.orchestra.run.smithi047:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo "Check with $(hostname) ganesha(s) down..." 2024-09-17T08:47:38.446 DEBUG:teuthology.orchestra.run.smithi047:> for c in `systemctl | grep ceph- | grep @nfs | awk '"'"'{print $1}'"'"'`; do 2024-09-17T08:47:38.446 DEBUG:teuthology.orchestra.run.smithi047:> cid=`echo $c | sed '"'"'s/@/-/'"'"'` 2024-09-17T08:47:38.446 DEBUG:teuthology.orchestra.run.smithi047:> id=`echo $c | cut -d @ -f 2 | sed '"'"'s/.service$//'"'"'` 2024-09-17T08:47:38.446 DEBUG:teuthology.orchestra.run.smithi047:> fsid=`echo $c | cut -d @ -f 1 | cut -d - -f 2-` 2024-09-17T08:47:38.446 DEBUG:teuthology.orchestra.run.smithi047:> echo "Removing daemon $id fsid $fsid..." 2024-09-17T08:47:38.446 DEBUG:teuthology.orchestra.run.smithi047:> sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id 2024-09-17T08:47:38.446 DEBUG:teuthology.orchestra.run.smithi047:> 2024-09-17T08:47:38.446 DEBUG:teuthology.orchestra.run.smithi047:> echo "Waking up cephadm..." 2024-09-17T08:47:38.446 DEBUG:teuthology.orchestra.run.smithi047:> sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh 2024-09-17T08:47:38.446 DEBUG:teuthology.orchestra.run.smithi047:> 2024-09-17T08:47:38.446 DEBUG:teuthology.orchestra.run.smithi047:> while ! timeout 1 cat /mnt/foo/testfile ; do true ; done 2024-09-17T08:47:38.446 DEBUG:teuthology.orchestra.run.smithi047:> echo "Mount is back!" 2024-09-17T08:47:38.447 DEBUG:teuthology.orchestra.run.smithi047:> done 2024-09-17T08:47:38.447 DEBUG:teuthology.orchestra.run.smithi047:> ' 2024-09-17T08:47:38.479 INFO:teuthology.orchestra.run.smithi047.stderr:++ hostname 2024-09-17T08:47:38.479 INFO:teuthology.orchestra.run.smithi047.stdout:Check with smithi047 ganesha(s) down... 2024-09-17T08:47:38.480 INFO:teuthology.orchestra.run.smithi047.stderr:+ echo 'Check with smithi047 ganesha(s) down...' 2024-09-17T08:47:38.480 INFO:teuthology.orchestra.run.smithi047.stderr:++ systemctl 2024-09-17T08:47:38.480 INFO:teuthology.orchestra.run.smithi047.stderr:++ grep ceph- 2024-09-17T08:47:38.480 INFO:teuthology.orchestra.run.smithi047.stderr:++ grep @nfs 2024-09-17T08:47:38.480 INFO:teuthology.orchestra.run.smithi047.stderr:++ awk '{print $1}' 2024-09-17T08:47:38.488 INFO:teuthology.orchestra.run.smithi047.stderr:+ for c in `systemctl | grep ceph- | grep @nfs | awk '{print $1}'` 2024-09-17T08:47:38.489 INFO:teuthology.orchestra.run.smithi047.stderr:++ echo ceph-4332e12c-74d0-11ef-bceb-c7b262605968@nfs.foo.0.0.smithi047.dbedrx.service 2024-09-17T08:47:38.489 INFO:teuthology.orchestra.run.smithi047.stderr:++ sed s/@/-/ 2024-09-17T08:47:38.490 INFO:teuthology.orchestra.run.smithi047.stderr:+ cid=ceph-4332e12c-74d0-11ef-bceb-c7b262605968-nfs.foo.0.0.smithi047.dbedrx.service 2024-09-17T08:47:38.491 INFO:teuthology.orchestra.run.smithi047.stderr:++ echo ceph-4332e12c-74d0-11ef-bceb-c7b262605968@nfs.foo.0.0.smithi047.dbedrx.service 2024-09-17T08:47:38.491 INFO:teuthology.orchestra.run.smithi047.stderr:++ cut -d @ -f 2 2024-09-17T08:47:38.491 INFO:teuthology.orchestra.run.smithi047.stderr:++ sed 's/.service$//' 2024-09-17T08:47:38.492 INFO:teuthology.orchestra.run.smithi047.stderr:+ id=nfs.foo.0.0.smithi047.dbedrx 2024-09-17T08:47:38.492 INFO:teuthology.orchestra.run.smithi047.stderr:++ echo ceph-4332e12c-74d0-11ef-bceb-c7b262605968@nfs.foo.0.0.smithi047.dbedrx.service 2024-09-17T08:47:38.493 INFO:teuthology.orchestra.run.smithi047.stderr:++ cut -d @ -f 1 2024-09-17T08:47:38.493 INFO:teuthology.orchestra.run.smithi047.stderr:++ cut -d - -f 2- 2024-09-17T08:47:38.493 INFO:teuthology.orchestra.run.smithi047.stderr:+ fsid=4332e12c-74d0-11ef-bceb-c7b262605968 2024-09-17T08:47:38.493 INFO:teuthology.orchestra.run.smithi047.stderr:+ echo 'Removing daemon nfs.foo.0.0.smithi047.dbedrx fsid 4332e12c-74d0-11ef-bceb-c7b262605968...' 2024-09-17T08:47:38.494 INFO:teuthology.orchestra.run.smithi047.stdout:Removing daemon nfs.foo.0.0.smithi047.dbedrx fsid 4332e12c-74d0-11ef-bceb-c7b262605968... 2024-09-17T08:47:38.494 INFO:teuthology.orchestra.run.smithi047.stderr:+ sudo /home/ubuntu/cephtest/cephadm rm-daemon --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 --name nfs.foo.0.0.smithi047.dbedrx 2024-09-17T08:47:38.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:38 smithi155 ceph-mon[35543]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:39.432 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:39 smithi047 ceph-mon[25852]: pgmap v219: 97 pgs: 97 active+clean; 609 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-17T08:47:39.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:39 smithi155 ceph-mon[35543]: pgmap v219: 97 pgs: 97 active+clean; 609 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-17T08:47:41.120 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:40 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:41.120 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:40 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:41.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:40 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:47:41.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:40 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:47:41.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:40 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:41.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:40 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:47:41.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:40 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:41.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:40 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:41.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:40 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:41.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:40 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:47:41.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:40 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:47:41.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:40 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:41.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:40 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:47:41.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:40 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:41.378 INFO:teuthology.orchestra.run.smithi047.stdout:Waking up cephadm... 2024-09-17T08:47:41.379 INFO:teuthology.orchestra.run.smithi047.stderr:+ echo 'Waking up cephadm...' 2024-09-17T08:47:41.379 INFO:teuthology.orchestra.run.smithi047.stderr:+ sudo /home/ubuntu/cephtest/cephadm shell -- ceph orch ps --refresh 2024-09-17T08:47:41.574 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring fsid 4332e12c-74d0-11ef-bceb-c7b262605968 2024-09-17T08:47:41.638 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:47:41.756 INFO:teuthology.orchestra.run.smithi047.stderr:Using ceph image with id '980a0bfcd684' and tag '19e2a2beb6f41a3ab62650e38614eb29b59dcbb9' created on 2024-09-16 16:31:12 +0000 UTC 2024-09-17T08:47:41.756 INFO:teuthology.orchestra.run.smithi047.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T08:47:42.159 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:41 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:47:42.159 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:41 smithi047 ceph-mon[25852]: pgmap v220: 97 pgs: 97 active+clean; 611 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-17T08:47:42.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:41 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:47:42.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:41 smithi155 ceph-mon[35543]: pgmap v220: 97 pgs: 97 active+clean; 611 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-17T08:47:43.265 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:43 smithi047 ceph-mon[25852]: pgmap v221: 97 pgs: 97 active+clean; 611 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 426 B/s wr, 1 op/s 2024-09-17T08:47:43.491 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:43 smithi155 ceph-mon[35543]: pgmap v221: 97 pgs: 97 active+clean; 611 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 426 B/s wr, 1 op/s 2024-09-17T08:47:43.706 INFO:teuthology.orchestra.run.smithi047.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:47:43.706 INFO:teuthology.orchestra.run.smithi047.stdout:alertmanager.smithi047 smithi047 *:9093,9094 running (5m) 3s ago 6m 25.0M - 0.25.0 c8568f914cd2 0956c54e16e5 2024-09-17T08:47:43.706 INFO:teuthology.orchestra.run.smithi047.stdout:ceph-exporter.smithi047 smithi047 running (6m) 3s ago 6m 7558k - 18.2.4-855-g19e2a2be 980a0bfcd684 b28172f36842 2024-09-17T08:47:43.706 INFO:teuthology.orchestra.run.smithi047.stdout:ceph-exporter.smithi155 smithi155 running (5m) 7s ago 5m 7852k - 18.2.4-855-g19e2a2be 980a0bfcd684 b8e33934f281 2024-09-17T08:47:43.706 INFO:teuthology.orchestra.run.smithi047.stdout:crash.smithi047 smithi047 running (6m) 3s ago 6m 6895k - 18.2.4-855-g19e2a2be 980a0bfcd684 8561a62684ef 2024-09-17T08:47:43.706 INFO:teuthology.orchestra.run.smithi047.stdout:crash.smithi155 smithi155 running (5m) 7s ago 5m 6887k - 18.2.4-855-g19e2a2be 980a0bfcd684 9fe36f628d2f 2024-09-17T08:47:43.706 INFO:teuthology.orchestra.run.smithi047.stdout:grafana.smithi047 smithi047 *:3000 running (5m) 3s ago 6m 85.7M - 9.4.7 954c08fa6188 598415f6b393 2024-09-17T08:47:43.706 INFO:teuthology.orchestra.run.smithi047.stdout:haproxy.nfs.foo.smithi047.zhidvw smithi047 *:2999,9999 running (35s) 3s ago 102s 6463k - 2.3.17-d1c9119 e85424b0d443 24fa3860a2f1 2024-09-17T08:47:43.706 INFO:teuthology.orchestra.run.smithi047.stdout:haproxy.nfs.foo.smithi155.umyrdp smithi155 *:2999,9999 running (11s) 7s ago 95s 6140k - 2.3.17-d1c9119 e85424b0d443 71211a387508 2024-09-17T08:47:43.706 INFO:teuthology.orchestra.run.smithi047.stdout:keepalived.nfs.foo.smithi047.eiokkz smithi047 running (80s) 3s ago 79s 1778k - 2.2.4 4a3a1ff181d9 5675d3a3054d 2024-09-17T08:47:43.707 INFO:teuthology.orchestra.run.smithi047.stdout:keepalived.nfs.foo.smithi155.xvvfik smithi155 running (89s) 7s ago 88s 1770k - 2.2.4 4a3a1ff181d9 cf2a97b76c2d 2024-09-17T08:47:43.707 INFO:teuthology.orchestra.run.smithi047.stdout:mds.foofs.smithi047.mljufe smithi047 running (116s) 3s ago 116s 14.5M - 18.2.4-855-g19e2a2be 980a0bfcd684 f25468b543d8 2024-09-17T08:47:43.707 INFO:teuthology.orchestra.run.smithi047.stdout:mds.foofs.smithi155.decqbl smithi155 running (119s) 7s ago 119s 16.7M - 18.2.4-855-g19e2a2be 980a0bfcd684 0706a02ec00f 2024-09-17T08:47:43.707 INFO:teuthology.orchestra.run.smithi047.stdout:mgr.smithi047.betvbg smithi047 *:9283,8765,8443 running (7m) 3s ago 7m 500M - 18.2.4-855-g19e2a2be 980a0bfcd684 09d07bbce12c 2024-09-17T08:47:43.707 INFO:teuthology.orchestra.run.smithi047.stdout:mgr.smithi155.vtedcp smithi155 *:8443,9283,8765 running (5m) 7s ago 5m 441M - 18.2.4-855-g19e2a2be 980a0bfcd684 78e27debffb3 2024-09-17T08:47:43.707 INFO:teuthology.orchestra.run.smithi047.stdout:mon.smithi047 smithi047 running (7m) 3s ago 8m 51.0M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 8fab9456c982 2024-09-17T08:47:43.707 INFO:teuthology.orchestra.run.smithi047.stdout:mon.smithi155 smithi155 running (5m) 7s ago 5m 39.7M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 8147e5a84670 2024-09-17T08:47:43.707 INFO:teuthology.orchestra.run.smithi047.stdout:nfs.foo.0.0.smithi047.dbedrx smithi047 *:12999 running (110s) 3s ago 109s 77.4M - 5.5 980a0bfcd684 ed1ce16953e6 2024-09-17T08:47:43.707 INFO:teuthology.orchestra.run.smithi047.stdout:node-exporter.smithi047 smithi047 *:9100 running (6m) 3s ago 6m 15.3M - 1.5.0 0da6a335fe13 05d7b63319e4 2024-09-17T08:47:43.707 INFO:teuthology.orchestra.run.smithi047.stdout:node-exporter.smithi155 smithi155 *:9100 running (5m) 7s ago 5m 15.7M - 1.5.0 0da6a335fe13 1c3ff49e4640 2024-09-17T08:47:43.707 INFO:teuthology.orchestra.run.smithi047.stdout:osd.0 smithi155 running (4m) 7s ago 4m 48.8M 3728M 18.2.4-855-g19e2a2be 980a0bfcd684 f682ff342d7a 2024-09-17T08:47:43.707 INFO:teuthology.orchestra.run.smithi047.stdout:osd.1 smithi047 running (4m) 3s ago 4m 52.8M 2961M 18.2.4-855-g19e2a2be 980a0bfcd684 4c2f0eb4fa0e 2024-09-17T08:47:43.707 INFO:teuthology.orchestra.run.smithi047.stdout:osd.2 smithi155 running (4m) 7s ago 4m 51.2M 3728M 18.2.4-855-g19e2a2be 980a0bfcd684 51b7532a89b7 2024-09-17T08:47:43.707 INFO:teuthology.orchestra.run.smithi047.stdout:osd.3 smithi047 running (4m) 3s ago 4m 45.2M 2961M 18.2.4-855-g19e2a2be 980a0bfcd684 c0ab7c583e02 2024-09-17T08:47:43.708 INFO:teuthology.orchestra.run.smithi047.stdout:osd.4 smithi155 running (4m) 7s ago 4m 47.7M 3728M 18.2.4-855-g19e2a2be 980a0bfcd684 529fb8f92717 2024-09-17T08:47:43.708 INFO:teuthology.orchestra.run.smithi047.stdout:osd.5 smithi047 running (3m) 3s ago 3m 42.1M 2961M 18.2.4-855-g19e2a2be 980a0bfcd684 1dabb1dd24bc 2024-09-17T08:47:43.708 INFO:teuthology.orchestra.run.smithi047.stdout:osd.6 smithi155 running (4m) 7s ago 4m 43.5M 3728M 18.2.4-855-g19e2a2be 980a0bfcd684 240aa1519b72 2024-09-17T08:47:43.708 INFO:teuthology.orchestra.run.smithi047.stdout:osd.7 smithi047 running (3m) 3s ago 3m 50.3M 2961M 18.2.4-855-g19e2a2be 980a0bfcd684 59caf05a30cf 2024-09-17T08:47:43.708 INFO:teuthology.orchestra.run.smithi047.stdout:prometheus.smithi047 smithi047 *:9095 running (60s) 3s ago 6m 47.1M - 2.43.0 a07b618ecd1d f5242662ca4a 2024-09-17T08:47:44.559 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-17T08:47:44.576 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:44 smithi155 ceph-mon[35543]: from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:44.576 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:44 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:47:44.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:44 smithi047 ceph-mon[25852]: from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:47:44.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:44 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:47:45.560 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-17T08:47:45.560 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-17T08:47:45.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:45 smithi155 ceph-mon[35543]: pgmap v222: 97 pgs: 97 active+clean; 611 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-09-17T08:47:45.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:45 smithi047 ceph-mon[25852]: pgmap v222: 97 pgs: 97 active+clean; 611 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-09-17T08:47:46.561 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-17T08:47:46.561 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-17T08:47:47.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:47 smithi155 ceph-mon[35543]: pgmap v223: 97 pgs: 97 active+clean; 611 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-09-17T08:47:47.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:47 smithi047 ceph-mon[25852]: pgmap v223: 97 pgs: 97 active+clean; 611 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-09-17T08:47:47.562 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-17T08:47:47.563 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-17T08:47:48.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:48 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:48.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:48 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:48.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:48 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:48.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:48 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:48.563 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-17T08:47:48.563 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-17T08:47:49.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:49 smithi155 ceph-mon[35543]: pgmap v224: 97 pgs: 97 active+clean; 611 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-09-17T08:47:49.565 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-17T08:47:49.565 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-17T08:47:49.591 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:49 smithi047 ceph-mon[25852]: pgmap v224: 97 pgs: 97 active+clean; 611 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-09-17T08:47:50.566 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-17T08:47:50.566 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-17T08:47:51.536 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:51 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:51.537 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:51 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:51.537 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:51 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:47:51.537 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:51 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:47:51.537 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:51 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:51.537 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:51 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:47:51.537 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:51 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:51.537 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:51 smithi047 ceph-mon[25852]: Fencing old nfs.foo.0.0.smithi047.dbedrx 2024-09-17T08:47:51.537 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:51 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi047.dbedrx"}]: dispatch 2024-09-17T08:47:51.537 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:51 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi047.dbedrx"}]': finished 2024-09-17T08:47:51.537 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:51 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:51.537 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:51 smithi047 ceph-mon[25852]: Creating key for client.nfs.foo.0.1.smithi047.podudx 2024-09-17T08:47:51.537 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:51 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi047.podudx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-17T08:47:51.538 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:51 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi047.podudx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-17T08:47:51.538 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:51 smithi047 ceph-mon[25852]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-17T08:47:51.538 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:51 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 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:47:51.538 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:51 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 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:47:51.538 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:51 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:47:51.538 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:51 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-17T08:47:51.538 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:51 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-17T08:47:51.538 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:51 smithi047 ceph-mon[25852]: Rados config object exists: conf-nfs.foo 2024-09-17T08:47:51.538 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:51 smithi047 ceph-mon[25852]: Creating key for client.nfs.foo.0.1.smithi047.podudx-rgw 2024-09-17T08:47:51.538 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:51 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi047.podudx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T08:47:51.538 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:51 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi047.podudx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-17T08:47:51.538 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:51 smithi047 ceph-mon[25852]: Bind address in nfs.foo.0.1.smithi047.podudx's ganesha conf is defaulting to empty 2024-09-17T08:47:51.539 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:51 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:47:51.539 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:51 smithi047 ceph-mon[25852]: Deploying daemon nfs.foo.0.1.smithi047.podudx on smithi047 2024-09-17T08:47:51.539 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:51 smithi047 ceph-mon[25852]: pgmap v225: 97 pgs: 97 active+clean; 611 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-09-17T08:47:51.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:51 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:51.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:51 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:51.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:51 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:47:51.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:51 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:47:51.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:51 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:51.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:51 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:47:51.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:51 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:51.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:51 smithi155 ceph-mon[35543]: Fencing old nfs.foo.0.0.smithi047.dbedrx 2024-09-17T08:47:51.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:51 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi047.dbedrx"}]: dispatch 2024-09-17T08:47:51.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:51 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi047.dbedrx"}]': finished 2024-09-17T08:47:51.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:51 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:51.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:51 smithi155 ceph-mon[35543]: Creating key for client.nfs.foo.0.1.smithi047.podudx 2024-09-17T08:47:51.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:51 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi047.podudx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-17T08:47:51.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:51 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi047.podudx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-17T08:47:51.559 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:51 smithi155 ceph-mon[35543]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-17T08:47:51.560 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:51 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 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:47:51.560 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:51 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 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:47:51.560 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:51 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:47:51.560 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:51 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-17T08:47:51.560 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:51 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-17T08:47:51.560 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:51 smithi155 ceph-mon[35543]: Rados config object exists: conf-nfs.foo 2024-09-17T08:47:51.560 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:51 smithi155 ceph-mon[35543]: Creating key for client.nfs.foo.0.1.smithi047.podudx-rgw 2024-09-17T08:47:51.560 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:51 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi047.podudx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T08:47:51.560 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:51 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi047.podudx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-17T08:47:51.560 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:51 smithi155 ceph-mon[35543]: Bind address in nfs.foo.0.1.smithi047.podudx's ganesha conf is defaulting to empty 2024-09-17T08:47:51.560 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:51 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:47:51.560 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:51 smithi155 ceph-mon[35543]: Deploying daemon nfs.foo.0.1.smithi047.podudx on smithi047 2024-09-17T08:47:51.560 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:51 smithi155 ceph-mon[35543]: pgmap v225: 97 pgs: 97 active+clean; 611 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-09-17T08:47:51.567 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-17T08:47:51.567 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-17T08:47:52.568 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-17T08:47:52.569 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-17T08:47:53.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:53 smithi155 ceph-mon[35543]: pgmap v226: 97 pgs: 97 active+clean; 611 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 170 B/s wr, 0 op/s 2024-09-17T08:47:53.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:53 smithi155 ceph-mon[35543]: from='mds.? [v2:172.21.15.155:6832/2429755907,v1:172.21.15.155:6833/2429755907]' entity='mds.foofs.smithi155.decqbl' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.47:0/3222164056"}]: dispatch 2024-09-17T08:47:53.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:53 smithi155 ceph-mon[35543]: from='mds.? ' entity='mds.foofs.smithi155.decqbl' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.47:0/3222164056"}]: dispatch 2024-09-17T08:47:53.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:53 smithi047 ceph-mon[25852]: pgmap v226: 97 pgs: 97 active+clean; 611 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 170 B/s wr, 0 op/s 2024-09-17T08:47:53.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:53 smithi047 ceph-mon[25852]: from='mds.? [v2:172.21.15.155:6832/2429755907,v1:172.21.15.155:6833/2429755907]' entity='mds.foofs.smithi155.decqbl' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.47:0/3222164056"}]: dispatch 2024-09-17T08:47:53.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:53 smithi047 ceph-mon[25852]: from='mds.? ' entity='mds.foofs.smithi155.decqbl' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.47:0/3222164056"}]: dispatch 2024-09-17T08:47:53.570 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-17T08:47:53.570 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-17T08:47:54.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:54 smithi155 ceph-mon[35543]: Evicting (and blocklisting) client session 14626 (172.21.15.47:0/3222164056) 2024-09-17T08:47:54.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:54 smithi155 ceph-mon[35543]: from='mds.? ' entity='mds.foofs.smithi155.decqbl' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.47:0/3222164056"}]': finished 2024-09-17T08:47:54.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:54 smithi155 ceph-mon[35543]: osdmap e53: 8 total, 8 up, 8 in 2024-09-17T08:47:54.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:54 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:54.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:54 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:54.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:54 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:54.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:54 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:54.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:54 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:47:54.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:54 smithi047 ceph-mon[25852]: Evicting (and blocklisting) client session 14626 (172.21.15.47:0/3222164056) 2024-09-17T08:47:54.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:54 smithi047 ceph-mon[25852]: from='mds.? ' entity='mds.foofs.smithi155.decqbl' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.47:0/3222164056"}]': finished 2024-09-17T08:47:54.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:54 smithi047 ceph-mon[25852]: osdmap e53: 8 total, 8 up, 8 in 2024-09-17T08:47:54.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:54 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:54.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:54 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:54.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:54 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:54.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:54 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:54.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:54 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:47:54.571 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-17T08:47:54.571 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-17T08:47:55.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:55 smithi047 ceph-mon[25852]: pgmap v228: 97 pgs: 97 active+clean; 611 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T08:47:55.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:55 smithi155 ceph-mon[35543]: pgmap v228: 97 pgs: 97 active+clean; 611 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-17T08:47:55.572 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-17T08:47:55.572 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-17T08:47:56.338 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:56 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:47:56.339 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:56 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:56.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:56 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:47:56.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:56 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:56.573 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-17T08:47:56.573 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-17T08:47:57.575 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-17T08:47:57.575 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-17T08:47:58.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:57 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:58.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:57 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:58.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:57 smithi155 ceph-mon[35543]: pgmap v229: 97 pgs: 97 active+clean; 612 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 716 B/s wr, 2 op/s 2024-09-17T08:47:58.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:57 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:58.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:57 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:47:58.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:57 smithi047 ceph-mon[25852]: pgmap v229: 97 pgs: 97 active+clean; 612 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 716 B/s wr, 2 op/s 2024-09-17T08:47:58.576 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-17T08:47:58.576 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-17T08:47:59.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:47:59 smithi047 ceph-mon[25852]: pgmap v230: 97 pgs: 97 active+clean; 612 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 819 B/s wr, 2 op/s 2024-09-17T08:47:59.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:47:59 smithi155 ceph-mon[35543]: pgmap v230: 97 pgs: 97 active+clean; 612 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 819 B/s wr, 2 op/s 2024-09-17T08:47:59.577 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-17T08:47:59.577 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-17T08:48:00.578 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-17T08:48:00.578 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-17T08:48:01.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:00 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:48:01.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:00 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:48:01.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:00 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:48:01.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:00 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:48:01.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:00 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:48:01.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:00 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:48:01.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:00 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:48:01.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:00 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:48:01.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:00 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:48:01.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:00 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:48:01.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:00 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:48:01.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:00 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:48:01.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:00 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:48:01.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:00 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:48:01.580 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-17T08:48:01.580 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-17T08:48:02.069 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:01 smithi047 ceph-mon[25852]: Reconfiguring haproxy.nfs.foo.smithi047.zhidvw (dependencies changed)... 2024-09-17T08:48:02.069 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:01 smithi047 ceph-mon[25852]: Reconfiguring daemon haproxy.nfs.foo.smithi047.zhidvw on smithi047 2024-09-17T08:48:02.069 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:01 smithi047 ceph-mon[25852]: pgmap v231: 97 pgs: 97 active+clean; 612 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 921 B/s wr, 2 op/s 2024-09-17T08:48:02.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:01 smithi155 ceph-mon[35543]: Reconfiguring haproxy.nfs.foo.smithi047.zhidvw (dependencies changed)... 2024-09-17T08:48:02.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:01 smithi155 ceph-mon[35543]: Reconfiguring daemon haproxy.nfs.foo.smithi047.zhidvw on smithi047 2024-09-17T08:48:02.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:01 smithi155 ceph-mon[35543]: pgmap v231: 97 pgs: 97 active+clean; 612 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 921 B/s wr, 2 op/s 2024-09-17T08:48:02.581 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-17T08:48:02.581 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-17T08:48:03.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:03 smithi047 ceph-mon[25852]: pgmap v232: 97 pgs: 97 active+clean; 612 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 921 B/s wr, 2 op/s 2024-09-17T08:48:03.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:03 smithi155 ceph-mon[35543]: pgmap v232: 97 pgs: 97 active+clean; 612 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 921 B/s wr, 2 op/s 2024-09-17T08:48:03.582 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-17T08:48:03.583 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-17T08:48:04.584 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-17T08:48:04.584 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-17T08:48:04.586 INFO:teuthology.orchestra.run.smithi047.stdout:haproxy.nfs.foo.smithi155.umyrdp 2024-09-17T08:48:04.587 INFO:teuthology.orchestra.run.smithi047.stderr:+ echo 'Mount is back!' 2024-09-17T08:48:04.587 INFO:teuthology.orchestra.run.smithi047.stdout:Mount is back! 2024-09-17T08:48:04.590 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi155.front.sepia.ceph.com 2024-09-17T08:48:04.590 DEBUG:teuthology.orchestra.run.smithi155:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo "Check with $(hostname) ganesha(s) down..." 2024-09-17T08:48:04.591 DEBUG:teuthology.orchestra.run.smithi155:> for c in `systemctl | grep ceph- | grep @nfs | awk '"'"'{print $1}'"'"'`; do 2024-09-17T08:48:04.591 DEBUG:teuthology.orchestra.run.smithi155:> cid=`echo $c | sed '"'"'s/@/-/'"'"'` 2024-09-17T08:48:04.591 DEBUG:teuthology.orchestra.run.smithi155:> id=`echo $c | cut -d @ -f 2 | sed '"'"'s/.service$//'"'"'` 2024-09-17T08:48:04.591 DEBUG:teuthology.orchestra.run.smithi155:> fsid=`echo $c | cut -d @ -f 1 | cut -d - -f 2-` 2024-09-17T08:48:04.591 DEBUG:teuthology.orchestra.run.smithi155:> echo "Removing daemon $id fsid $fsid..." 2024-09-17T08:48:04.591 DEBUG:teuthology.orchestra.run.smithi155:> sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id 2024-09-17T08:48:04.591 DEBUG:teuthology.orchestra.run.smithi155:> 2024-09-17T08:48:04.591 DEBUG:teuthology.orchestra.run.smithi155:> echo "Waking up cephadm..." 2024-09-17T08:48:04.591 DEBUG:teuthology.orchestra.run.smithi155:> sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh 2024-09-17T08:48:04.591 DEBUG:teuthology.orchestra.run.smithi155:> 2024-09-17T08:48:04.591 DEBUG:teuthology.orchestra.run.smithi155:> while ! timeout 1 cat /mnt/foo/testfile ; do true ; done 2024-09-17T08:48:04.591 DEBUG:teuthology.orchestra.run.smithi155:> echo "Mount is back!" 2024-09-17T08:48:04.591 DEBUG:teuthology.orchestra.run.smithi155:> done 2024-09-17T08:48:04.591 DEBUG:teuthology.orchestra.run.smithi155:> ' 2024-09-17T08:48:04.618 INFO:teuthology.orchestra.run.smithi155.stderr:++ hostname 2024-09-17T08:48:04.619 INFO:teuthology.orchestra.run.smithi155.stdout:Check with smithi155 ganesha(s) down... 2024-09-17T08:48:04.619 INFO:teuthology.orchestra.run.smithi155.stderr:+ echo 'Check with smithi155 ganesha(s) down...' 2024-09-17T08:48:04.619 INFO:teuthology.orchestra.run.smithi155.stderr:++ systemctl 2024-09-17T08:48:04.619 INFO:teuthology.orchestra.run.smithi155.stderr:++ grep ceph- 2024-09-17T08:48:04.620 INFO:teuthology.orchestra.run.smithi155.stderr:++ grep @nfs 2024-09-17T08:48:04.620 INFO:teuthology.orchestra.run.smithi155.stderr:++ awk '{print $1}' 2024-09-17T08:48:04.628 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T08:48:04.640 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi047.front.sepia.ceph.com 2024-09-17T08:48:04.640 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- bash -c 'stat -c '"'"'%u %g'"'"' /var/log/ceph | grep '"'"'167 167'"'"'' 2024-09-17T08:48:04.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:04 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:48:04.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:04 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:48:04.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:04 smithi155 ceph-mon[35543]: Reconfiguring haproxy.nfs.foo.smithi155.umyrdp (dependencies changed)... 2024-09-17T08:48:04.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:04 smithi155 ceph-mon[35543]: Reconfiguring daemon haproxy.nfs.foo.smithi155.umyrdp on smithi155 2024-09-17T08:48:04.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:04 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:48:04.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:04 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:48:04.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:04 smithi047 ceph-mon[25852]: Reconfiguring haproxy.nfs.foo.smithi155.umyrdp (dependencies changed)... 2024-09-17T08:48:04.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:04 smithi047 ceph-mon[25852]: Reconfiguring daemon haproxy.nfs.foo.smithi155.umyrdp on smithi155 2024-09-17T08:48:04.854 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:48:05.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:05 smithi155 ceph-mon[35543]: pgmap v233: 97 pgs: 97 active+clean; 612 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 771 B/s rd, 771 B/s wr, 1 op/s 2024-09-17T08:48:05.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:05 smithi047 ceph-mon[25852]: pgmap v233: 97 pgs: 97 active+clean; 612 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 771 B/s rd, 771 B/s wr, 1 op/s 2024-09-17T08:48:06.481 INFO:teuthology.orchestra.run.smithi047.stdout:167 167 2024-09-17T08:48:07.164 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- bash -c 'ceph orch status' 2024-09-17T08:48:07.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:07 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:48:07.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:07 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:48:07.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:07 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:48:07.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:07 smithi047 ceph-mon[25852]: pgmap v234: 97 pgs: 97 active+clean; 612 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-09-17T08:48:08.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:07 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:48:08.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:07 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:48:08.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:07 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T08:48:08.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:07 smithi155 ceph-mon[35543]: pgmap v234: 97 pgs: 97 active+clean; 612 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-09-17T08:48:08.066 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:48:09.288 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:09 smithi047 ceph-mon[25852]: pgmap v235: 97 pgs: 97 active+clean; 612 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-09-17T08:48:09.413 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:09 smithi155 ceph-mon[35543]: pgmap v235: 97 pgs: 97 active+clean; 612 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-09-17T08:48:10.042 INFO:teuthology.orchestra.run.smithi047.stdout:Backend: cephadm 2024-09-17T08:48:10.042 INFO:teuthology.orchestra.run.smithi047.stdout:Available: Yes 2024-09-17T08:48:10.042 INFO:teuthology.orchestra.run.smithi047.stdout:Paused: No 2024-09-17T08:48:11.123 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- bash -c 'ceph orch ps' 2024-09-17T08:48:11.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:11 smithi155 ceph-mon[35543]: from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:48:11.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:11 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:48:11.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:11 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:48:11.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:11 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:48:11.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:11 smithi155 ceph-mon[35543]: pgmap v236: 97 pgs: 97 active+clean; 612 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-09-17T08:48:11.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:11 smithi047 ceph-mon[25852]: from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:48:11.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:11 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:48:11.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:11 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:48:11.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:11 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:48:11.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:11 smithi047 ceph-mon[25852]: pgmap v236: 97 pgs: 97 active+clean; 612 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-09-17T08:48:11.907 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:48:13.297 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:13 smithi047 ceph-mon[25852]: pgmap v237: 97 pgs: 97 active+clean; 612 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-09-17T08:48:13.480 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:13 smithi155 ceph-mon[35543]: pgmap v237: 97 pgs: 97 active+clean; 612 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-09-17T08:48:14.644 INFO:teuthology.orchestra.run.smithi047.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T08:48:14.644 INFO:teuthology.orchestra.run.smithi047.stdout:alertmanager.smithi047 smithi047 *:9093,9094 running (5m) 14s ago 7m 25.0M - 0.25.0 c8568f914cd2 0956c54e16e5 2024-09-17T08:48:14.644 INFO:teuthology.orchestra.run.smithi047.stdout:ceph-exporter.smithi047 smithi047 running (7m) 14s ago 7m 7583k - 18.2.4-855-g19e2a2be 980a0bfcd684 b28172f36842 2024-09-17T08:48:14.644 INFO:teuthology.orchestra.run.smithi047.stdout:ceph-exporter.smithi155 smithi155 running (6m) 4s ago 6m 7894k - 18.2.4-855-g19e2a2be 980a0bfcd684 b8e33934f281 2024-09-17T08:48:14.644 INFO:teuthology.orchestra.run.smithi047.stdout:crash.smithi047 smithi047 running (7m) 14s ago 7m 6895k - 18.2.4-855-g19e2a2be 980a0bfcd684 8561a62684ef 2024-09-17T08:48:14.644 INFO:teuthology.orchestra.run.smithi047.stdout:crash.smithi155 smithi155 running (6m) 4s ago 6m 6887k - 18.2.4-855-g19e2a2be 980a0bfcd684 9fe36f628d2f 2024-09-17T08:48:14.645 INFO:teuthology.orchestra.run.smithi047.stdout:grafana.smithi047 smithi047 *:3000 running (5m) 14s ago 6m 85.7M - 9.4.7 954c08fa6188 598415f6b393 2024-09-17T08:48:14.645 INFO:teuthology.orchestra.run.smithi047.stdout:haproxy.nfs.foo.smithi047.zhidvw smithi047 *:2999,9999 starting - - - - 2024-09-17T08:48:14.645 INFO:teuthology.orchestra.run.smithi047.stdout:haproxy.nfs.foo.smithi155.umyrdp smithi155 *:2999,9999 running (8s) 4s ago 2m 8232k - 2.3.17-d1c9119 e85424b0d443 e4eddeac045d 2024-09-17T08:48:14.645 INFO:teuthology.orchestra.run.smithi047.stdout:keepalived.nfs.foo.smithi047.eiokkz smithi047 running (111s) 14s ago 110s 1778k - 2.2.4 4a3a1ff181d9 5675d3a3054d 2024-09-17T08:48:14.645 INFO:teuthology.orchestra.run.smithi047.stdout:keepalived.nfs.foo.smithi155.xvvfik smithi155 running (2m) 4s ago 119s 1770k - 2.2.4 4a3a1ff181d9 cf2a97b76c2d 2024-09-17T08:48:14.645 INFO:teuthology.orchestra.run.smithi047.stdout:mds.foofs.smithi047.mljufe smithi047 running (2m) 14s ago 2m 14.6M - 18.2.4-855-g19e2a2be 980a0bfcd684 f25468b543d8 2024-09-17T08:48:14.645 INFO:teuthology.orchestra.run.smithi047.stdout:mds.foofs.smithi155.decqbl smithi155 running (2m) 4s ago 2m 17.2M - 18.2.4-855-g19e2a2be 980a0bfcd684 0706a02ec00f 2024-09-17T08:48:14.645 INFO:teuthology.orchestra.run.smithi047.stdout:mgr.smithi047.betvbg smithi047 *:9283,8765,8443 running (8m) 14s ago 8m 501M - 18.2.4-855-g19e2a2be 980a0bfcd684 09d07bbce12c 2024-09-17T08:48:14.645 INFO:teuthology.orchestra.run.smithi047.stdout:mgr.smithi155.vtedcp smithi155 *:8443,9283,8765 running (6m) 4s ago 6m 442M - 18.2.4-855-g19e2a2be 980a0bfcd684 78e27debffb3 2024-09-17T08:48:14.645 INFO:teuthology.orchestra.run.smithi047.stdout:mon.smithi047 smithi047 running (8m) 14s ago 8m 51.5M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 8fab9456c982 2024-09-17T08:48:14.645 INFO:teuthology.orchestra.run.smithi047.stdout:mon.smithi155 smithi155 running (6m) 4s ago 6m 39.4M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 8147e5a84670 2024-09-17T08:48:14.645 INFO:teuthology.orchestra.run.smithi047.stdout:nfs.foo.0.1.smithi047.podudx smithi047 *:12999 running (22s) 14s ago 21s 63.5M - 5.5 980a0bfcd684 43dfc6253927 2024-09-17T08:48:14.645 INFO:teuthology.orchestra.run.smithi047.stdout:node-exporter.smithi047 smithi047 *:9100 running (7m) 14s ago 7m 15.5M - 1.5.0 0da6a335fe13 05d7b63319e4 2024-09-17T08:48:14.645 INFO:teuthology.orchestra.run.smithi047.stdout:node-exporter.smithi155 smithi155 *:9100 running (6m) 4s ago 6m 16.1M - 1.5.0 0da6a335fe13 1c3ff49e4640 2024-09-17T08:48:14.646 INFO:teuthology.orchestra.run.smithi047.stdout:osd.0 smithi155 running (4m) 4s ago 4m 49.0M 3728M 18.2.4-855-g19e2a2be 980a0bfcd684 f682ff342d7a 2024-09-17T08:48:14.646 INFO:teuthology.orchestra.run.smithi047.stdout:osd.1 smithi047 running (4m) 14s ago 4m 53.0M 2961M 18.2.4-855-g19e2a2be 980a0bfcd684 4c2f0eb4fa0e 2024-09-17T08:48:14.646 INFO:teuthology.orchestra.run.smithi047.stdout:osd.2 smithi155 running (4m) 4s ago 4m 51.5M 3728M 18.2.4-855-g19e2a2be 980a0bfcd684 51b7532a89b7 2024-09-17T08:48:14.646 INFO:teuthology.orchestra.run.smithi047.stdout:osd.3 smithi047 running (4m) 14s ago 4m 45.5M 2961M 18.2.4-855-g19e2a2be 980a0bfcd684 c0ab7c583e02 2024-09-17T08:48:14.646 INFO:teuthology.orchestra.run.smithi047.stdout:osd.4 smithi155 running (4m) 4s ago 4m 48.0M 3728M 18.2.4-855-g19e2a2be 980a0bfcd684 529fb8f92717 2024-09-17T08:48:14.646 INFO:teuthology.orchestra.run.smithi047.stdout:osd.5 smithi047 running (4m) 14s ago 4m 42.3M 2961M 18.2.4-855-g19e2a2be 980a0bfcd684 1dabb1dd24bc 2024-09-17T08:48:14.646 INFO:teuthology.orchestra.run.smithi047.stdout:osd.6 smithi155 running (4m) 4s ago 4m 43.8M 3728M 18.2.4-855-g19e2a2be 980a0bfcd684 240aa1519b72 2024-09-17T08:48:14.646 INFO:teuthology.orchestra.run.smithi047.stdout:osd.7 smithi047 running (4m) 14s ago 4m 50.4M 2961M 18.2.4-855-g19e2a2be 980a0bfcd684 59caf05a30cf 2024-09-17T08:48:14.646 INFO:teuthology.orchestra.run.smithi047.stdout:prometheus.smithi047 smithi047 *:9095 running (91s) 14s ago 6m 54.6M - 2.43.0 a07b618ecd1d f5242662ca4a 2024-09-17T08:48:15.324 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:15 smithi047 ceph-mon[25852]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:48:15.324 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:15 smithi047 ceph-mon[25852]: pgmap v238: 97 pgs: 97 active+clean; 612 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-09-17T08:48:15.353 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- bash -c 'ceph orch ls' 2024-09-17T08:48:15.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:15 smithi155 ceph-mon[35543]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:48:15.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:15 smithi155 ceph-mon[35543]: pgmap v238: 97 pgs: 97 active+clean; 612 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-09-17T08:48:15.610 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:48:17.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:17 smithi047 ceph-mon[25852]: pgmap v239: 97 pgs: 97 active+clean; 612 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-09-17T08:48:17.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:17 smithi155 ceph-mon[35543]: pgmap v239: 97 pgs: 97 active+clean; 612 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-09-17T08:48:18.197 INFO:teuthology.orchestra.run.smithi047.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-17T08:48:18.197 INFO:teuthology.orchestra.run.smithi047.stdout:alertmanager ?:9093,9094 1/1 18s ago 7m count:1 2024-09-17T08:48:18.197 INFO:teuthology.orchestra.run.smithi047.stdout:ceph-exporter 2/2 18s ago 7m * 2024-09-17T08:48:18.197 INFO:teuthology.orchestra.run.smithi047.stdout:crash 2/2 18s ago 7m * 2024-09-17T08:48:18.197 INFO:teuthology.orchestra.run.smithi047.stdout:grafana ?:3000 1/1 18s ago 7m count:1 2024-09-17T08:48:18.197 INFO:teuthology.orchestra.run.smithi047.stdout:ingress.nfs.foo 10.0.31.47:2999,9999 3/4 18s ago 2m count:2 2024-09-17T08:48:18.197 INFO:teuthology.orchestra.run.smithi047.stdout:mds.foofs 2/2 18s ago 2m count:2 2024-09-17T08:48:18.197 INFO:teuthology.orchestra.run.smithi047.stdout:mgr 2/2 18s ago 7m count:2 2024-09-17T08:48:18.198 INFO:teuthology.orchestra.run.smithi047.stdout:mon 2/2 18s ago 7m smithi047:172.21.15.47=smithi047;smithi155:172.21.15.155=smithi155;count:2 2024-09-17T08:48:18.198 INFO:teuthology.orchestra.run.smithi047.stdout:nfs.foo ?:12999 1/1 18s ago 2m count:1 2024-09-17T08:48:18.198 INFO:teuthology.orchestra.run.smithi047.stdout:node-exporter ?:9100 2/2 18s ago 7m * 2024-09-17T08:48:18.198 INFO:teuthology.orchestra.run.smithi047.stdout:osd.all-available-devices 8 18s ago 5m * 2024-09-17T08:48:18.198 INFO:teuthology.orchestra.run.smithi047.stdout:prometheus ?:9095 1/1 18s ago 7m count:1 2024-09-17T08:48:19.157 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- bash -c 'ceph orch host ls' 2024-09-17T08:48:19.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:19 smithi047 ceph-mon[25852]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:48:19.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:19 smithi047 ceph-mon[25852]: pgmap v240: 97 pgs: 97 active+clean; 612 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:48:19.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:19 smithi155 ceph-mon[35543]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:48:19.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:19 smithi155 ceph-mon[35543]: pgmap v240: 97 pgs: 97 active+clean; 612 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:48:19.893 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:48:21.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:20 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:48:21.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:20 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:48:21.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:20 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:48:21.093 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:20 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:48:21.093 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:20 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:48:21.093 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:20 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:48:21.093 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:20 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:48:21.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:20 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:48:21.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:20 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:48:21.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:20 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T08:48:21.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:20 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T08:48:21.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:20 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:48:21.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:20 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T08:48:21.309 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:20 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' 2024-09-17T08:48:21.804 INFO:teuthology.orchestra.run.smithi047.stdout:HOST ADDR LABELS STATUS 2024-09-17T08:48:21.804 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 172.21.15.47 2024-09-17T08:48:21.804 INFO:teuthology.orchestra.run.smithi047.stdout:smithi155 172.21.15.155 2024-09-17T08:48:21.804 INFO:teuthology.orchestra.run.smithi047.stdout:2 hosts in cluster 2024-09-17T08:48:22.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:21 smithi047 ceph-mon[25852]: pgmap v241: 97 pgs: 97 active+clean; 612 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:48:22.238 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:21 smithi155 ceph-mon[35543]: pgmap v241: 97 pgs: 97 active+clean; 612 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:48:22.479 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- bash -c 'ceph orch device ls' 2024-09-17T08:48:22.690 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:48:23.084 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:22 smithi047 ceph-mon[25852]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:48:23.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:22 smithi155 ceph-mon[35543]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:48:24.116 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:23 smithi047 ceph-mon[25852]: pgmap v242: 97 pgs: 97 active+clean; 612 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:48:24.308 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:23 smithi155 ceph-mon[35543]: pgmap v242: 97 pgs: 97 active+clean; 612 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:48:24.609 INFO:teuthology.orchestra.run.smithi047.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-09-17T08:48:24.610 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB75130022480DGN 447G No 2m ago Has a FileSystem, LVM detected 2024-09-17T08:48:24.610 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme1n1 ssd Linux_76b023e411a6f99f2e61 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:48:24.610 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme2n1 ssd Linux_6fb710ef35bd6034ce3b 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:48:24.610 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme3n1 ssd Linux_e86c60a48301d91ce818 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:48:24.610 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme4n1 ssd Linux_941f8c5954218e8adcd8 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:48:24.610 INFO:teuthology.orchestra.run.smithi047.stdout:smithi155 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300GW400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-09-17T08:48:24.610 INFO:teuthology.orchestra.run.smithi047.stdout:smithi155 /dev/nvme1n1 ssd Linux_661b5738de14d55d9731 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:48:24.610 INFO:teuthology.orchestra.run.smithi047.stdout:smithi155 /dev/nvme2n1 ssd Linux_da669ed697b642b20ffa 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:48:24.610 INFO:teuthology.orchestra.run.smithi047.stdout:smithi155 /dev/nvme3n1 ssd Linux_a684c37a0604a8da5478 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:48:24.610 INFO:teuthology.orchestra.run.smithi047.stdout:smithi155 /dev/nvme4n1 ssd Linux_12c1cd5a969445140337 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T08:48:25.305 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:25 smithi047 ceph-mon[25852]: from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:48:25.305 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:25 smithi047 ceph-mon[25852]: pgmap v243: 97 pgs: 97 active+clean; 612 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:48:25.326 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 -- bash -c 'ceph orch ls | grep '"'"'^osd.all-available-devices '"'"'' 2024-09-17T08:48:25.538 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/mon.smithi047/config 2024-09-17T08:48:25.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:25 smithi155 ceph-mon[35543]: from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:48:25.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:25 smithi155 ceph-mon[35543]: pgmap v243: 97 pgs: 97 active+clean; 612 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T08:48:26.312 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:26 smithi047 ceph-mon[25852]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:48:26.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:26 smithi155 ceph-mon[35543]: from='mgr.14211 172.21.15.47:0/944930693' entity='mgr.smithi047.betvbg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T08:48:27.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:27 smithi047 ceph-mon[25852]: pgmap v244: 97 pgs: 97 active+clean; 612 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:48:27.372 INFO:teuthology.orchestra.run.smithi047.stdout:osd.all-available-devices 8 16s ago 6m * 2024-09-17T08:48:27.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:27 smithi155 ceph-mon[35543]: pgmap v244: 97 pgs: 97 active+clean; 612 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T08:48:27.986 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-09-17T08:48:27.999 INFO:tasks.vip:Removing 10.0.15.47 (and any VIPs) on smithi047.front.sepia.ceph.com iface ens1f0... 2024-09-17T08:48:27.999 DEBUG:teuthology.orchestra.run.smithi047:> sudo ip addr del 10.0.15.47/16 dev ens1f0 2024-09-17T08:48:28.029 DEBUG:teuthology.orchestra.run.smithi047:> sudo ip addr del 10.0.31.47/16 dev ens1f0 2024-09-17T08:48:28.098 INFO:tasks.vip:Removing 10.0.15.155 (and any VIPs) on smithi155.front.sepia.ceph.com iface enp3s0f1... 2024-09-17T08:48:28.098 DEBUG:teuthology.orchestra.run.smithi155:> sudo ip addr del 10.0.15.155/16 dev enp3s0f1 2024-09-17T08:48:28.132 DEBUG:teuthology.orchestra.run.smithi155:> sudo ip addr del 10.0.31.47/16 dev enp3s0f1 2024-09-17T08:48:28.200 INFO:teuthology.orchestra.run.smithi155.stderr:Error: ipv4: Address not found. 2024-09-17T08:48:28.201 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-17T08:48:28.201 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-17T08:48:28.211 INFO:tasks.cephadm:Teardown begin 2024-09-17T08:48:28.211 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T08:48:28.234 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:28 smithi047 ceph-mon[25852]: from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:48:28.239 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T08:48:28.269 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-17T08:48:28.270 DEBUG:teuthology.orchestra.run.smithi047:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T08:48:28.295 DEBUG:teuthology.orchestra.run.smithi155:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T08:48:28.325 INFO:tasks.cephadm:Stopping all daemons... 2024-09-17T08:48:28.326 INFO:tasks.cephadm.mon.smithi047:Stopping mon.smithi047... 2024-09-17T08:48:28.326 DEBUG:teuthology.orchestra.run.smithi047:> sudo systemctl stop ceph-4332e12c-74d0-11ef-bceb-c7b262605968@mon.smithi047 2024-09-17T08:48:28.558 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:28 smithi155 ceph-mon[35543]: from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T08:48:28.591 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:28 smithi047 systemd[1]: Stopping Ceph mon.smithi047 for 4332e12c-74d0-11ef-bceb-c7b262605968... 2024-09-17T08:48:29.049 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:28 smithi047 ceph-4332e12c-74d0-11ef-bceb-c7b262605968-mon-smithi047[25829]: 2024-09-17T08:48:28.641+0000 7fcf59d6d640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi047 -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-17T08:48:29.049 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:28 smithi047 ceph-4332e12c-74d0-11ef-bceb-c7b262605968-mon-smithi047[25829]: 2024-09-17T08:48:28.641+0000 7fcf59d6d640 -1 mon.smithi047@0(leader) e2 *** Got Signal Terminated *** 2024-09-17T08:48:29.049 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:28 smithi047 podman[101136]: 2024-09-17 08:48:28.815105648 +0000 UTC m=+0.288323272 container died 8fab9456c982e772e2350f8e0e62c3b6080f77e0703ae93a3610165dc97c7e35 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9, name=ceph-4332e12c-74d0-11ef-bceb-c7b262605968-mon-smithi047, GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, RELEASE=reef-19e2a2b, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-09-17T08:48:29.341 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:29 smithi047 podman[101136]: 2024-09-17 08:48:29.248492296 +0000 UTC m=+0.721709979 container cleanup 8fab9456c982e772e2350f8e0e62c3b6080f77e0703ae93a3610165dc97c7e35 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9, name=ceph-4332e12c-74d0-11ef-bceb-c7b262605968-mon-smithi047, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_BRANCH=HEAD, 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, org.label-schema.build-date=20240731, RELEASE=reef-19e2a2b, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2024-09-17T08:48:29.342 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:29 smithi047 bash[101136]: ceph-4332e12c-74d0-11ef-bceb-c7b262605968-mon-smithi047 2024-09-17T08:48:29.678 DEBUG:teuthology.orchestra.run.smithi047:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4332e12c-74d0-11ef-bceb-c7b262605968@mon.smithi047.service' 2024-09-17T08:48:29.703 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:29 smithi047 podman[101222]: 2024-09-17 08:48:29.441651955 +0000 UTC m=+0.627515530 container remove 8fab9456c982e772e2350f8e0e62c3b6080f77e0703ae93a3610165dc97c7e35 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9, name=ceph-4332e12c-74d0-11ef-bceb-c7b262605968-mon-smithi047, RELEASE=reef-19e2a2b, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, io.buildah.version=1.37.2, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2024-09-17T08:48:29.703 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:29 smithi047 systemd[1]: ceph-4332e12c-74d0-11ef-bceb-c7b262605968@mon.smithi047.service: Deactivated successfully. 2024-09-17T08:48:29.703 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:29 smithi047 systemd[1]: Stopped Ceph mon.smithi047 for 4332e12c-74d0-11ef-bceb-c7b262605968. 2024-09-17T08:48:29.704 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 17 08:48:29 smithi047 systemd[1]: ceph-4332e12c-74d0-11ef-bceb-c7b262605968@mon.smithi047.service: Consumed 11.363s CPU time. 2024-09-17T08:48:29.732 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T08:48:29.732 INFO:tasks.cephadm.mon.smithi047:Stopped mon.smithi047 2024-09-17T08:48:29.733 INFO:tasks.cephadm.mon.smithi155:Stopping mon.smithi155... 2024-09-17T08:48:29.733 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ceph-4332e12c-74d0-11ef-bceb-c7b262605968@mon.smithi155 2024-09-17T08:48:29.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:29 smithi155 systemd[1]: Stopping Ceph mon.smithi155 for 4332e12c-74d0-11ef-bceb-c7b262605968... 2024-09-17T08:48:31.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:30 smithi155 ceph-4332e12c-74d0-11ef-bceb-c7b262605968-mon-smithi155[35495]: 2024-09-17T08:48:30.685+0000 7fe5e0a34640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi155 -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-17T08:48:31.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:30 smithi155 ceph-4332e12c-74d0-11ef-bceb-c7b262605968-mon-smithi155[35495]: 2024-09-17T08:48:30.685+0000 7fe5e0a34640 -1 mon.smithi155@1(peon) e2 *** Got Signal Terminated *** 2024-09-17T08:48:31.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:30 smithi155 podman[69596]: 2024-09-17 08:48:30.859314099 +0000 UTC m=+0.611537327 container died 8147e5a8467028ea9b6e821bfbbef9ac021f00143657cec41506e08a7b6410cd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-4332e12c-74d0-11ef-bceb-c7b262605968-mon-smithi155, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=reef-19e2a2b, GIT_CLEAN=True, org.label-schema.vendor=CentOS, 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.schema-version=1.0, ceph=True) 2024-09-17T08:48:31.519 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:31 smithi155 podman[69596]: 2024-09-17 08:48:31.332086603 +0000 UTC m=+1.084309824 container cleanup 8147e5a8467028ea9b6e821bfbbef9ac021f00143657cec41506e08a7b6410cd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9, name=ceph-4332e12c-74d0-11ef-bceb-c7b262605968-mon-smithi155, RELEASE=reef-19e2a2b, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-09-17T08:48:31.519 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 17 08:48:31 smithi155 bash[69596]: ceph-4332e12c-74d0-11ef-bceb-c7b262605968-mon-smithi155 2024-09-17T08:48:31.724 DEBUG:teuthology.orchestra.run.smithi155:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4332e12c-74d0-11ef-bceb-c7b262605968@mon.smithi155.service' 2024-09-17T08:48:31.781 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T08:48:31.781 INFO:tasks.cephadm.mon.smithi155:Stopped mon.smithi155 2024-09-17T08:48:31.781 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T08:48:31.933 INFO:teuthology.orchestra.run.smithi047.stdout:Deleting cluster with fsid: 4332e12c-74d0-11ef-bceb-c7b262605968 2024-09-17T08:49:36.043 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T08:49:36.201 INFO:teuthology.orchestra.run.smithi155.stdout:Deleting cluster with fsid: 4332e12c-74d0-11ef-bceb-c7b262605968 2024-09-17T08:50:26.130 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T08:50:26.166 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T08:50:26.193 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-17T08:50:26.195 DEBUG:teuthology.misc:Transferring archived files from smithi047:/var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908231/remote/smithi047/crash 2024-09-17T08:50:26.196 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/crash -- . 2024-09-17T08:50:26.248 INFO:teuthology.orchestra.run.smithi047.stderr:tar: /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T08:50:26.248 INFO:teuthology.orchestra.run.smithi047.stderr:tar: Error is not recoverable: exiting now 2024-09-17T08:50:26.250 DEBUG:teuthology.misc:Transferring archived files from smithi155:/var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908231/remote/smithi155/crash 2024-09-17T08:50:26.251 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/crash -- . 2024-09-17T08:50:26.297 INFO:teuthology.orchestra.run.smithi155.stderr:tar: /var/lib/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T08:50:26.298 INFO:teuthology.orchestra.run.smithi155.stderr:tar: Error is not recoverable: exiting now 2024-09-17T08:50:26.299 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-17T08:50:26.299 DEBUG:teuthology.orchestra.run.smithi047:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v CEPHADM_DAEMON_PLACE_FAIL | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-09-17T08:50:26.336 INFO:teuthology.orchestra.run.smithi047.stderr:grep: /var/log/ceph/4332e12c-74d0-11ef-bceb-c7b262605968/ceph.log: No such file or directory 2024-09-17T08:50:26.338 INFO:tasks.cephadm:Compressing logs... 2024-09-17T08:50:26.338 DEBUG:teuthology.orchestra.run.smithi047:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T08:50:26.381 DEBUG:teuthology.orchestra.run.smithi155:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T08:50:26.405 INFO:teuthology.orchestra.run.smithi155.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-09-17T08:50:26.406 INFO:teuthology.orchestra.run.smithi047.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-09-17T08:50:27.626 INFO:tasks.cephadm:Archiving logs... 2024-09-17T08:50:27.627 DEBUG:teuthology.misc:Transferring archived files from smithi047:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908231/remote/smithi047/log 2024-09-17T08:50:27.628 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T08:50:27.863 DEBUG:teuthology.misc:Transferring archived files from smithi155:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908231/remote/smithi155/log 2024-09-17T08:50:27.864 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T08:50:28.006 INFO:tasks.cephadm:Removing cluster... 2024-09-17T08:50:28.006 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 --force 2024-09-17T08:50:28.150 INFO:teuthology.orchestra.run.smithi047.stdout:Deleting cluster with fsid: 4332e12c-74d0-11ef-bceb-c7b262605968 2024-09-17T08:50:28.282 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4332e12c-74d0-11ef-bceb-c7b262605968 --force 2024-09-17T08:50:28.428 INFO:teuthology.orchestra.run.smithi155.stdout:Deleting cluster with fsid: 4332e12c-74d0-11ef-bceb-c7b262605968 2024-09-17T08:50:28.554 INFO:tasks.cephadm:Removing cephadm ... 2024-09-17T08:50:28.554 DEBUG:teuthology.orchestra.run.smithi047:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T08:50:28.570 DEBUG:teuthology.orchestra.run.smithi155:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T08:50:28.586 INFO:tasks.cephadm:Teardown complete 2024-09-17T08:50:28.586 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-09-17T08:50:28.597 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi047:/dev/vg_nvme/lv_1... 2024-09-17T08:50:28.597 DEBUG:teuthology.orchestra.run.smithi047:> sudo nvme disconnect -n lv_1 2024-09-17T08:50:28.760 INFO:teuthology.orchestra.run.smithi047.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-09-17T08:50:28.761 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi047:/dev/vg_nvme/lv_2... 2024-09-17T08:50:28.761 DEBUG:teuthology.orchestra.run.smithi047:> sudo nvme disconnect -n lv_2 2024-09-17T08:50:28.901 INFO:teuthology.orchestra.run.smithi047.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-09-17T08:50:28.903 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi047:/dev/vg_nvme/lv_3... 2024-09-17T08:50:28.903 DEBUG:teuthology.orchestra.run.smithi047:> sudo nvme disconnect -n lv_3 2024-09-17T08:50:29.063 INFO:teuthology.orchestra.run.smithi047.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-09-17T08:50:29.065 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi047:/dev/vg_nvme/lv_4... 2024-09-17T08:50:29.065 DEBUG:teuthology.orchestra.run.smithi047:> sudo nvme disconnect -n lv_4 2024-09-17T08:50:29.217 INFO:teuthology.orchestra.run.smithi047.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-09-17T08:50:29.219 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-17T08:50:29.220 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/scratch_devs 2024-09-17T08:50:29.245 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi155:/dev/vg_nvme/lv_1... 2024-09-17T08:50:29.245 DEBUG:teuthology.orchestra.run.smithi155:> sudo nvme disconnect -n lv_1 2024-09-17T08:50:29.387 INFO:teuthology.orchestra.run.smithi155.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-09-17T08:50:29.389 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi155:/dev/vg_nvme/lv_2... 2024-09-17T08:50:29.389 DEBUG:teuthology.orchestra.run.smithi155:> sudo nvme disconnect -n lv_2 2024-09-17T08:50:29.541 INFO:teuthology.orchestra.run.smithi155.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-09-17T08:50:29.543 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi155:/dev/vg_nvme/lv_3... 2024-09-17T08:50:29.543 DEBUG:teuthology.orchestra.run.smithi155:> sudo nvme disconnect -n lv_3 2024-09-17T08:50:29.697 INFO:teuthology.orchestra.run.smithi155.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-09-17T08:50:29.699 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi155:/dev/vg_nvme/lv_4... 2024-09-17T08:50:29.699 DEBUG:teuthology.orchestra.run.smithi155:> sudo nvme disconnect -n lv_4 2024-09-17T08:50:29.862 INFO:teuthology.orchestra.run.smithi155.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-09-17T08:50:29.864 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-17T08:50:29.864 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/scratch_devs 2024-09-17T08:50:29.891 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-17T08:50:29.901 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-17T08:50:29.901 DEBUG:teuthology.orchestra.run.smithi047:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T08:50:29.904 DEBUG:teuthology.orchestra.run.smithi155:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T08:50:29.917 INFO:teuthology.orchestra.run.smithi047.stderr:bash: line 1: ntpq: command not found 2024-09-17T08:50:29.922 INFO:teuthology.orchestra.run.smithi047.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T08:50:29.922 INFO:teuthology.orchestra.run.smithi047.stdout:=============================================================================== 2024-09-17T08:50:29.922 INFO:teuthology.orchestra.run.smithi047.stdout:^* hv01.front.sepia.ceph.com 3 6 377 59 +297us[ +308us] +/- 50ms 2024-09-17T08:50:29.922 INFO:teuthology.orchestra.run.smithi047.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 58 -1940us[-1940us] +/- 56ms 2024-09-17T08:50:29.922 INFO:teuthology.orchestra.run.smithi047.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 59 +2870us[+2870us] +/- 91ms 2024-09-17T08:50:29.922 INFO:teuthology.orchestra.run.smithi047.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T08:50:29.947 INFO:teuthology.orchestra.run.smithi155.stderr:bash: line 1: ntpq: command not found 2024-09-17T08:50:29.953 INFO:teuthology.orchestra.run.smithi155.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T08:50:29.953 INFO:teuthology.orchestra.run.smithi155.stdout:=============================================================================== 2024-09-17T08:50:29.953 INFO:teuthology.orchestra.run.smithi155.stdout:^* hv01.front.sepia.ceph.com 3 6 377 57 +218us[ +242us] +/- 50ms 2024-09-17T08:50:29.953 INFO:teuthology.orchestra.run.smithi155.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 58 -2026us[-2002us] +/- 56ms 2024-09-17T08:50:29.953 INFO:teuthology.orchestra.run.smithi155.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 57 +2792us[+2792us] +/- 91ms 2024-09-17T08:50:29.953 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T08:50:29.953 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-17T08:50:29.963 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-17T08:50:29.964 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-17T08:50:29.983 DEBUG:teuthology.orchestra.run.smithi047:> 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-17T08:50:30.067 DEBUG:teuthology.orchestra.run.smithi155:> 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-17T08:50:30.138 DEBUG:teuthology.orchestra.run.smithi047:> 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:50:30.168 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T08:50:30.169 DEBUG:teuthology.orchestra.run.smithi155:> 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:50:30.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T08:50:30.197 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-17T08:50:30.208 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-17T08:50:30.250 INFO:teuthology.task.internal:Duration was 938.765774 seconds 2024-09-17T08:50:30.251 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-17T08:50:30.284 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-17T08:50:30.285 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T08:50:30.288 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T08:50:30.325 INFO:teuthology.orchestra.run.smithi047.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T08:50:30.326 INFO:teuthology.orchestra.run.smithi155.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T08:50:30.634 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-17T08:50:30.634 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi047.front.sepia.ceph.com 2024-09-17T08:50:30.635 DEBUG:teuthology.orchestra.run.smithi047:> 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-17T08:50:30.696 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi155.front.sepia.ceph.com 2024-09-17T08:50:30.696 DEBUG:teuthology.orchestra.run.smithi155:> 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-17T08:50:30.720 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-17T08:50:30.720 DEBUG:teuthology.orchestra.run.smithi047:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T08:50:30.742 DEBUG:teuthology.orchestra.run.smithi155:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T08:50:30.786 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-17T08:50:30.786 DEBUG:teuthology.orchestra.run.smithi047:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T08:50:30.810 DEBUG:teuthology.orchestra.run.smithi155:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T08:50:31.107 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-17T08:50:31.119 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-17T08:50:31.119 DEBUG:teuthology.orchestra.run.smithi047:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T08:50:31.145 DEBUG:teuthology.orchestra.run.smithi155:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T08:50:31.170 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-17T08:50:31.180 DEBUG:teuthology.orchestra.run.smithi047:> 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-17T08:50:31.188 DEBUG:teuthology.orchestra.run.smithi155:> 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-17T08:50:31.209 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern = core 2024-09-17T08:50:31.233 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern = core 2024-09-17T08:50:31.253 DEBUG:teuthology.orchestra.run.smithi047:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T08:50:31.308 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T08:50:31.309 DEBUG:teuthology.orchestra.run.smithi155:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T08:50:31.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T08:50:31.324 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-17T08:50:31.335 INFO:teuthology.task.internal:Transferring archived files... 2024-09-17T08:50:31.336 DEBUG:teuthology.misc:Transferring archived files from smithi047:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908231/remote/smithi047 2024-09-17T08:50:31.336 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T08:50:31.393 DEBUG:teuthology.misc:Transferring archived files from smithi155:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908231/remote/smithi155 2024-09-17T08:50:31.393 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T08:50:31.428 INFO:teuthology.task.internal:Removing archive directory... 2024-09-17T08:50:31.429 DEBUG:teuthology.orchestra.run.smithi047:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T08:50:31.431 DEBUG:teuthology.orchestra.run.smithi155:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T08:50:31.478 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-17T08:50:31.491 INFO:teuthology.task.internal:Not uploading archives. 2024-09-17T08:50:31.491 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-17T08:50:31.508 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-17T08:50:31.509 DEBUG:teuthology.orchestra.run.smithi047:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T08:50:31.511 DEBUG:teuthology.orchestra.run.smithi155:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T08:50:31.524 INFO:teuthology.orchestra.run.smithi047.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 08:50 /home/ubuntu/cephtest 2024-09-17T08:50:31.533 INFO:teuthology.orchestra.run.smithi155.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 08:50 /home/ubuntu/cephtest 2024-09-17T08:50:31.534 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-17T08:50:31.544 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-17T08:50:31.611 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} duration: 938.7657744884491 owner: scheduled_teuthology@teuthology success: true 2024-09-17T08:50:31.612 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-17T08:50:31.693 INFO:teuthology.run:pass