2024-04-15T20:19:37.679 INFO:root:teuthology version: 0.0.1.dev267+g6c63784 2024-04-15T20:19:37.679 DEBUG:teuthology.run:Teuthology command: teuthology --name teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi --description orch/cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --verbose --owner scheduled_teuthology@teuthology --archive /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657299 -- /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657299/orig.config.yaml 2024-04-15T20:19:37.708 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T20:19:37.811 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657299 branch: main description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7657299' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: main 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\) log-only-match: - CEPHADM_ sha1: 87dbfb632e974cb2c28d17423071d2d833b53b29 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 87dbfb632e974cb2c28d17423071d2d833b53b29 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: 3f7db60e5ba4c4d053b594b7ec58703d2833c55b owner: scheduled_teuthology@teuthology priority: 950 repo: https://git.ceph.com/ceph.git roles: - - host.a - client.0 - - host.b - client.1 seed: 8042 sha1: 87dbfb632e974cb2c28d17423071d2d833b53b29 sleep_before_teardown: 0 subset: 25/64 suite: orch suite_branch: main suite_path: /home/teuthworker/src/git.ceph.com_ceph_3f7db60e5ba4c4d053b594b7ec58703d2833c55b/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 3f7db60e5ba4c4d053b594b7ec58703d2833c55b targets: smithi131.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAMxyT/whc8kanXobYuknMWmpabPbkIrPE1vC4sRdGCrs3jeiWPCA6RBOQjROerP+Q/UCFtzDFf+s7Yd+CcsOus= smithi148.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG9S8MF8GmF6DYkYfUh+hvx5KbIlW34w7Mm1WYMYsS6nGVkjYGjIBw932psUCTK+udREe5+LXXJq9OR8Vvg+sRU= tasks: - 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: 6c637841c215537a4502385240412f1966e0faab timestamp: 2024-04-15_20:08:15 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-15T20:19:37.811 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_3f7db60e5ba4c4d053b594b7ec58703d2833c55b/qa; will attempt to use it 2024-04-15T20:19:37.812 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_3f7db60e5ba4c4d053b594b7ec58703d2833c55b/qa/tasks 2024-04-15T20:19:37.812 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-15T20:19:37.813 INFO:teuthology.task.internal:Checking packages... 2024-04-15T20:19:37.835 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '87dbfb632e974cb2c28d17423071d2d833b53b29' 2024-04-15T20:19:37.835 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-15T20:19:37.835 INFO:teuthology.packaging:ref: None 2024-04-15T20:19:37.835 INFO:teuthology.packaging:tag: None 2024-04-15T20:19:37.836 INFO:teuthology.packaging:branch: main 2024-04-15T20:19:37.836 INFO:teuthology.packaging:sha1: 87dbfb632e974cb2c28d17423071d2d833b53b29 2024-04-15T20:19:37.836 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=main 2024-04-15T20:19:38.212 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3084.g87dbfb63 2024-04-15T20:19:38.213 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-15T20:19:38.227 INFO:teuthology.task.internal:no buildpackages task found 2024-04-15T20:19:38.228 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-15T20:19:38.250 INFO:teuthology.task.internal:Saving configuration 2024-04-15T20:19:38.262 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-15T20:19:38.273 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T20:19:38.293 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi131.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657299', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 20:11:42.046470', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAMxyT/whc8kanXobYuknMWmpabPbkIrPE1vC4sRdGCrs3jeiWPCA6RBOQjROerP+Q/UCFtzDFf+s7Yd+CcsOus='} 2024-04-15T20:19:38.313 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi148.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657299', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 20:11:42.048380', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG9S8MF8GmF6DYkYfUh+hvx5KbIlW34w7Mm1WYMYsS6nGVkjYGjIBw932psUCTK+udREe5+LXXJq9OR8Vvg+sRU='} 2024-04-15T20:19:38.313 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-15T20:19:38.331 INFO:teuthology.task.internal:roles: ubuntu@smithi131.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-04-15T20:19:38.331 INFO:teuthology.task.internal:roles: ubuntu@smithi148.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-04-15T20:19:38.331 INFO:teuthology.run_tasks:Running task console_log... 2024-04-15T20:19:38.413 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f199f0e2f70>, signals=[15]) 2024-04-15T20:19:38.414 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-15T20:19:38.430 INFO:teuthology.task.internal:Opening connections... 2024-04-15T20:19:38.430 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi131.front.sepia.ceph.com 2024-04-15T20:19:38.432 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T20:19:38.523 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi148.front.sepia.ceph.com 2024-04-15T20:19:38.524 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T20:19:38.611 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-15T20:19:38.623 DEBUG:teuthology.orchestra.run.smithi131:> uname -m 2024-04-15T20:19:38.640 INFO:teuthology.orchestra.run.smithi131.stdout:x86_64 2024-04-15T20:19:38.640 DEBUG:teuthology.orchestra.run.smithi131:> cat /etc/os-release 2024-04-15T20:19:38.696 INFO:teuthology.orchestra.run.smithi131.stdout:NAME="CentOS Stream" 2024-04-15T20:19:38.696 INFO:teuthology.orchestra.run.smithi131.stdout:VERSION="9" 2024-04-15T20:19:38.696 INFO:teuthology.orchestra.run.smithi131.stdout:ID="centos" 2024-04-15T20:19:38.696 INFO:teuthology.orchestra.run.smithi131.stdout:ID_LIKE="rhel fedora" 2024-04-15T20:19:38.696 INFO:teuthology.orchestra.run.smithi131.stdout:VERSION_ID="9" 2024-04-15T20:19:38.697 INFO:teuthology.orchestra.run.smithi131.stdout:PLATFORM_ID="platform:el9" 2024-04-15T20:19:38.697 INFO:teuthology.orchestra.run.smithi131.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T20:19:38.697 INFO:teuthology.orchestra.run.smithi131.stdout:ANSI_COLOR="0;31" 2024-04-15T20:19:38.697 INFO:teuthology.orchestra.run.smithi131.stdout:LOGO="fedora-logo-icon" 2024-04-15T20:19:38.697 INFO:teuthology.orchestra.run.smithi131.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T20:19:38.697 INFO:teuthology.orchestra.run.smithi131.stdout:HOME_URL="https://centos.org/" 2024-04-15T20:19:38.697 INFO:teuthology.orchestra.run.smithi131.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T20:19:38.697 INFO:teuthology.orchestra.run.smithi131.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T20:19:38.697 INFO:teuthology.orchestra.run.smithi131.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T20:19:38.698 INFO:teuthology.lock.ops:Updating smithi131.front.sepia.ceph.com on lock server 2024-04-15T20:19:38.720 DEBUG:teuthology.orchestra.run.smithi148:> uname -m 2024-04-15T20:19:38.737 INFO:teuthology.orchestra.run.smithi148.stdout:x86_64 2024-04-15T20:19:38.737 DEBUG:teuthology.orchestra.run.smithi148:> cat /etc/os-release 2024-04-15T20:19:38.794 INFO:teuthology.orchestra.run.smithi148.stdout:NAME="CentOS Stream" 2024-04-15T20:19:38.794 INFO:teuthology.orchestra.run.smithi148.stdout:VERSION="9" 2024-04-15T20:19:38.794 INFO:teuthology.orchestra.run.smithi148.stdout:ID="centos" 2024-04-15T20:19:38.794 INFO:teuthology.orchestra.run.smithi148.stdout:ID_LIKE="rhel fedora" 2024-04-15T20:19:38.795 INFO:teuthology.orchestra.run.smithi148.stdout:VERSION_ID="9" 2024-04-15T20:19:38.795 INFO:teuthology.orchestra.run.smithi148.stdout:PLATFORM_ID="platform:el9" 2024-04-15T20:19:38.795 INFO:teuthology.orchestra.run.smithi148.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T20:19:38.795 INFO:teuthology.orchestra.run.smithi148.stdout:ANSI_COLOR="0;31" 2024-04-15T20:19:38.795 INFO:teuthology.orchestra.run.smithi148.stdout:LOGO="fedora-logo-icon" 2024-04-15T20:19:38.795 INFO:teuthology.orchestra.run.smithi148.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T20:19:38.795 INFO:teuthology.orchestra.run.smithi148.stdout:HOME_URL="https://centos.org/" 2024-04-15T20:19:38.795 INFO:teuthology.orchestra.run.smithi148.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T20:19:38.795 INFO:teuthology.orchestra.run.smithi148.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T20:19:38.795 INFO:teuthology.orchestra.run.smithi148.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T20:19:38.795 INFO:teuthology.lock.ops:Updating smithi148.front.sepia.ceph.com on lock server 2024-04-15T20:19:38.819 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-15T20:19:38.832 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-15T20:19:38.844 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-15T20:19:38.845 DEBUG:teuthology.orchestra.run.smithi131:> test '!' -e /home/ubuntu/cephtest 2024-04-15T20:19:38.847 DEBUG:teuthology.orchestra.run.smithi148:> test '!' -e /home/ubuntu/cephtest 2024-04-15T20:19:38.863 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-15T20:19:38.874 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-15T20:19:38.874 DEBUG:teuthology.orchestra.run.smithi131:> test -z $(ls -A /var/lib/ceph) 2024-04-15T20:19:38.903 DEBUG:teuthology.orchestra.run.smithi148:> test -z $(ls -A /var/lib/ceph) 2024-04-15T20:19:38.926 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-15T20:19:38.973 INFO:teuthology.run_tasks:Running task kernel... 2024-04-15T20:19:38.997 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-15T20:19:38.997 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-15T20:19:38.998 DEBUG:teuthology.orchestra.run.smithi131:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T20:19:38.998 DEBUG:teuthology.orchestra.run.smithi148:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T20:19:39.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T20:19:39.015 DEBUG:teuthology.orchestra.run.smithi131:> uname -r 2024-04-15T20:19:39.015 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T20:19:39.016 DEBUG:teuthology.orchestra.run.smithi148:> uname -r 2024-04-15T20:19:39.072 INFO:teuthology.orchestra.run.smithi131.stdout:5.14.0-361.el9.x86_64 2024-04-15T20:19:39.072 INFO:teuthology.task.kernel:Running kernel on smithi131: 5.14.0-361.el9.x86_64 2024-04-15T20:19:39.072 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum install -y kernel 2024-04-15T20:19:39.073 INFO:teuthology.orchestra.run.smithi148.stdout:5.14.0-361.el9.x86_64 2024-04-15T20:19:39.073 INFO:teuthology.task.kernel:Running kernel on smithi148: 5.14.0-361.el9.x86_64 2024-04-15T20:19:39.073 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum install -y kernel 2024-04-15T20:19:41.212 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS-9 - AppStream 14 MB/s | 6.7 MB 00:00 2024-04-15T20:19:41.231 INFO:teuthology.orchestra.run.smithi131.stdout:CentOS-9 - AppStream 13 MB/s | 6.7 MB 00:00 2024-04-15T20:19:42.596 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS-9 - BaseOS 7.6 MB/s | 2.0 MB 00:00 2024-04-15T20:19:42.598 INFO:teuthology.orchestra.run.smithi131.stdout:CentOS-9 - BaseOS 7.3 MB/s | 2.0 MB 00:00 2024-04-15T20:19:43.464 INFO:teuthology.orchestra.run.smithi131.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.0 MB 00:00 2024-04-15T20:19:45.416 INFO:teuthology.orchestra.run.smithi131.stdout:CentOS Stream 9 - AppStream 25 MB/s | 19 MB 00:00 2024-04-15T20:19:45.619 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS Stream 9 - BaseOS 3.0 MB/s | 8.0 MB 00:02 2024-04-15T20:19:49.392 INFO:teuthology.orchestra.run.smithi131.stdout:CentOS Stream 9 - CRB 14 MB/s | 6.2 MB 00:00 2024-04-15T20:19:49.587 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS Stream 9 - AppStream 6.6 MB/s | 19 MB 00:02 2024-04-15T20:19:50.742 INFO:teuthology.orchestra.run.smithi131.stdout:CentOS Stream 9 - Extras packages 90 kB/s | 16 kB 00:00 2024-04-15T20:19:52.427 INFO:teuthology.orchestra.run.smithi131.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-04-15T20:19:55.046 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS Stream 9 - CRB 3.2 MB/s | 6.2 MB 00:01 2024-04-15T20:19:56.454 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS Stream 9 - Extras packages 68 kB/s | 16 kB 00:00 2024-04-15T20:19:57.535 INFO:teuthology.orchestra.run.smithi131.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-04-15T20:19:57.867 INFO:teuthology.orchestra.run.smithi148.stdout:Extra Packages for Enterprise Linux 16 MB/s | 21 MB 00:01 2024-04-15T20:19:59.934 INFO:teuthology.orchestra.run.smithi131.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T20:19:59.935 INFO:teuthology.orchestra.run.smithi131.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T20:20:00.024 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-04-15T20:20:00.033 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-04-15T20:20:00.033 INFO:teuthology.orchestra.run.smithi131.stdout: Package Arch Version Repository Size 2024-04-15T20:20:00.034 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-04-15T20:20:00.034 INFO:teuthology.orchestra.run.smithi131.stdout:Installing: 2024-04-15T20:20:00.034 INFO:teuthology.orchestra.run.smithi131.stdout: kernel x86_64 5.14.0-438.el9 CentOS-BaseOS 277 k 2024-04-15T20:20:00.034 INFO:teuthology.orchestra.run.smithi131.stdout:Installing dependencies: 2024-04-15T20:20:00.034 INFO:teuthology.orchestra.run.smithi131.stdout: kernel-core x86_64 5.14.0-438.el9 CentOS-BaseOS 15 M 2024-04-15T20:20:00.034 INFO:teuthology.orchestra.run.smithi131.stdout: kernel-modules x86_64 5.14.0-438.el9 CentOS-BaseOS 34 M 2024-04-15T20:20:00.034 INFO:teuthology.orchestra.run.smithi131.stdout: kernel-modules-core x86_64 5.14.0-438.el9 CentOS-BaseOS 28 M 2024-04-15T20:20:00.034 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:20:00.034 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-04-15T20:20:00.034 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-04-15T20:20:00.034 INFO:teuthology.orchestra.run.smithi131.stdout:Install 4 Packages 2024-04-15T20:20:00.034 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:20:00.035 INFO:teuthology.orchestra.run.smithi131.stdout:Total download size: 77 M 2024-04-15T20:20:00.035 INFO:teuthology.orchestra.run.smithi131.stdout:Installed size: 123 M 2024-04-15T20:20:00.035 INFO:teuthology.orchestra.run.smithi131.stdout:Downloading Packages: 2024-04-15T20:20:00.212 INFO:teuthology.orchestra.run.smithi131.stdout:(1/4): kernel-5.14.0-438.el9.x86_64.rpm 1.5 MB/s | 277 kB 00:00 2024-04-15T20:20:00.829 INFO:teuthology.orchestra.run.smithi131.stdout:(2/4): kernel-core-5.14.0-438.el9.x86_64.rpm 19 MB/s | 15 MB 00:00 2024-04-15T20:20:01.404 INFO:teuthology.orchestra.run.smithi131.stdout:(3/4): kernel-modules-core-5.14.0-438.el9.x86_6 23 MB/s | 28 MB 00:01 2024-04-15T20:20:01.729 INFO:teuthology.orchestra.run.smithi131.stdout:(4/4): kernel-modules-5.14.0-438.el9.x86_64.rpm 20 MB/s | 34 MB 00:01 2024-04-15T20:20:01.733 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2024-04-15T20:20:01.733 INFO:teuthology.orchestra.run.smithi131.stdout:Total 45 MB/s | 77 MB 00:01 2024-04-15T20:20:01.733 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction check 2024-04-15T20:20:02.121 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction check succeeded. 2024-04-15T20:20:02.121 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction test 2024-04-15T20:20:02.923 INFO:teuthology.orchestra.run.smithi148.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-04-15T20:20:03.012 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction test succeeded. 2024-04-15T20:20:03.012 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction 2024-04-15T20:20:05.288 INFO:teuthology.orchestra.run.smithi148.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T20:20:05.288 INFO:teuthology.orchestra.run.smithi148.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T20:20:05.343 INFO:teuthology.orchestra.run.smithi131.stdout: Preparing : 1/1 2024-04-15T20:20:05.377 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-04-15T20:20:05.387 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-04-15T20:20:05.387 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-04-15T20:20:05.387 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-04-15T20:20:05.387 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-04-15T20:20:05.387 INFO:teuthology.orchestra.run.smithi148.stdout: kernel x86_64 5.14.0-438.el9 CentOS-BaseOS 277 k 2024-04-15T20:20:05.387 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-04-15T20:20:05.387 INFO:teuthology.orchestra.run.smithi148.stdout: kernel-core x86_64 5.14.0-438.el9 CentOS-BaseOS 15 M 2024-04-15T20:20:05.387 INFO:teuthology.orchestra.run.smithi148.stdout: kernel-modules x86_64 5.14.0-438.el9 CentOS-BaseOS 34 M 2024-04-15T20:20:05.387 INFO:teuthology.orchestra.run.smithi148.stdout: kernel-modules-core x86_64 5.14.0-438.el9 CentOS-BaseOS 28 M 2024-04-15T20:20:05.387 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-04-15T20:20:05.387 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-04-15T20:20:05.388 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-04-15T20:20:05.388 INFO:teuthology.orchestra.run.smithi148.stdout:Install 4 Packages 2024-04-15T20:20:05.388 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-04-15T20:20:05.388 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 77 M 2024-04-15T20:20:05.388 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 123 M 2024-04-15T20:20:05.388 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-04-15T20:20:05.541 INFO:teuthology.orchestra.run.smithi148.stdout:(1/4): kernel-5.14.0-438.el9.x86_64.rpm 1.8 MB/s | 277 kB 00:00 2024-04-15T20:20:05.953 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : kernel-modules-core-5.14.0-438.el9.x86_64 1/4 2024-04-15T20:20:06.033 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T20:20:06.441 INFO:teuthology.orchestra.run.smithi148.stdout:(2/4): kernel-core-5.14.0-438.el9.x86_64.rpm 14 MB/s | 15 MB 00:01 2024-04-15T20:20:07.291 INFO:teuthology.orchestra.run.smithi148.stdout:(3/4): kernel-modules-core-5.14.0-438.el9.x86_6 16 MB/s | 28 MB 00:01 2024-04-15T20:20:07.908 INFO:teuthology.orchestra.run.smithi148.stdout:(4/4): kernel-modules-5.14.0-438.el9.x86_64.rpm 13 MB/s | 34 MB 00:02 2024-04-15T20:20:07.911 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-04-15T20:20:07.911 INFO:teuthology.orchestra.run.smithi148.stdout:Total 30 MB/s | 77 MB 00:02 2024-04-15T20:20:07.912 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-04-15T20:20:08.283 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-04-15T20:20:08.283 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-04-15T20:20:08.823 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T20:20:08.971 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T20:20:09.135 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-04-15T20:20:09.136 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-04-15T20:20:11.453 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-04-15T20:20:12.052 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : kernel-modules-core-5.14.0-438.el9.x86_64 1/4 2024-04-15T20:20:12.150 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T20:20:13.723 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T20:20:13.821 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T20:20:14.908 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T20:20:15.147 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T20:20:18.577 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T20:20:19.876 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T20:20:19.974 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T20:20:24.838 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T20:20:48.102 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T20:20:48.103 INFO:teuthology.orchestra.run.smithi131.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T20:20:48.103 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:20:48.147 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 4/4 2024-04-15T20:20:48.560 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T20:20:48.560 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : kernel-5.14.0-438.el9.x86_64 1/4 2024-04-15T20:20:48.560 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T20:20:48.560 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T20:20:49.018 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T20:20:49.018 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:20:49.018 INFO:teuthology.orchestra.run.smithi131.stdout:Installed: 2024-04-15T20:20:49.018 INFO:teuthology.orchestra.run.smithi131.stdout: kernel-5.14.0-438.el9.x86_64 2024-04-15T20:20:49.019 INFO:teuthology.orchestra.run.smithi131.stdout: kernel-core-5.14.0-438.el9.x86_64 2024-04-15T20:20:49.019 INFO:teuthology.orchestra.run.smithi131.stdout: kernel-modules-5.14.0-438.el9.x86_64 2024-04-15T20:20:49.019 INFO:teuthology.orchestra.run.smithi131.stdout: kernel-modules-core-5.14.0-438.el9.x86_64 2024-04-15T20:20:49.019 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:20:49.019 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-04-15T20:20:49.348 DEBUG:teuthology.orchestra.run.smithi131:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T20:20:49.442 INFO:teuthology.orchestra.run.smithi131.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T20:20:49.442 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T20:20:49.442 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-438.el9.x86_64 2024-04-15T20:20:49.442 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T20:20:49.442 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T20:20:49.443 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-15T20:20:49.443 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi131.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T20:20:49.443 DEBUG:teuthology.orchestra.run.smithi131:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T20:20:49.523 INFO:teuthology.orchestra.run.smithi131.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T20:20:49.523 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T20:20:49.524 DEBUG:teuthology.orchestra.run.smithi131:> sudo rpm -qi grub2-tools 2024-04-15T20:20:49.557 INFO:teuthology.orchestra.run.smithi131.stdout:Name : grub2-tools 2024-04-15T20:20:49.558 INFO:teuthology.orchestra.run.smithi131.stdout:Epoch : 1 2024-04-15T20:20:49.558 INFO:teuthology.orchestra.run.smithi131.stdout:Version : 2.06 2024-04-15T20:20:49.558 INFO:teuthology.orchestra.run.smithi131.stdout:Release : 68.el9 2024-04-15T20:20:49.558 INFO:teuthology.orchestra.run.smithi131.stdout:Architecture: x86_64 2024-04-15T20:20:49.558 INFO:teuthology.orchestra.run.smithi131.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T20:20:49.558 INFO:teuthology.orchestra.run.smithi131.stdout:Group : Unspecified 2024-04-15T20:20:49.558 INFO:teuthology.orchestra.run.smithi131.stdout:Size : 8264254 2024-04-15T20:20:49.558 INFO:teuthology.orchestra.run.smithi131.stdout:License : GPLv3+ 2024-04-15T20:20:49.558 INFO:teuthology.orchestra.run.smithi131.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T20:20:49.558 INFO:teuthology.orchestra.run.smithi131.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T20:20:49.558 INFO:teuthology.orchestra.run.smithi131.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T20:20:49.559 INFO:teuthology.orchestra.run.smithi131.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T20:20:49.559 INFO:teuthology.orchestra.run.smithi131.stdout:Packager : builder@centos.org 2024-04-15T20:20:49.559 INFO:teuthology.orchestra.run.smithi131.stdout:Vendor : CentOS 2024-04-15T20:20:49.559 INFO:teuthology.orchestra.run.smithi131.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T20:20:49.559 INFO:teuthology.orchestra.run.smithi131.stdout:Summary : Support tools for GRUB. 2024-04-15T20:20:49.559 INFO:teuthology.orchestra.run.smithi131.stdout:Description : 2024-04-15T20:20:49.559 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:20:49.559 INFO:teuthology.orchestra.run.smithi131.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T20:20:49.559 INFO:teuthology.orchestra.run.smithi131.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T20:20:49.559 INFO:teuthology.orchestra.run.smithi131.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T20:20:49.559 INFO:teuthology.orchestra.run.smithi131.stdout:hardware devices. 2024-04-15T20:20:49.559 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:20:49.559 INFO:teuthology.orchestra.run.smithi131.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T20:20:49.560 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T20:20:49.560 INFO:teuthology.task.kernel:Updating grub on smithi131 to boot 5.14.0-438.el9.x86_64 2024-04-15T20:20:49.560 DEBUG:teuthology.orchestra.run.smithi131:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T20:20:50.162 INFO:teuthology.orchestra.run.smithi131.stderr:Generating grub configuration file ... 2024-04-15T20:20:51.502 INFO:teuthology.orchestra.run.smithi131.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T20:20:51.543 INFO:teuthology.orchestra.run.smithi131.stderr:done 2024-04-15T20:20:51.546 DEBUG:teuthology.orchestra.run.smithi131:> mktemp 2024-04-15T20:20:51.561 INFO:teuthology.orchestra.run.smithi131.stdout:/tmp/tmp.VXkDNblE8M 2024-04-15T20:20:51.561 DEBUG:teuthology.orchestra.run.smithi131:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.VXkDNblE8M 2024-04-15T20:20:51.630 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod 0666 /tmp/tmp.VXkDNblE8M 2024-04-15T20:20:51.764 DEBUG:teuthology.orchestra.remote:smithi131:/tmp/tmp.VXkDNblE8M is 6KB 2024-04-15T20:20:51.815 DEBUG:teuthology.orchestra.run.smithi131:> rm -fr /tmp/tmp.VXkDNblE8M 2024-04-15T20:20:51.829 DEBUG:teuthology.orchestra.run.smithi131:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T20:20:51.894 INFO:teuthology.orchestra.run.smithi131.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T20:20:51.894 INFO:teuthology.orchestra.run.smithi131.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T20:20:51.894 INFO:teuthology.orchestra.run.smithi131.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T20:20:51.894 INFO:teuthology.orchestra.run.smithi131.stdout:15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64.conf 2024-04-15T20:20:51.895 DEBUG:teuthology.orchestra.run.smithi131:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64 2024-04-15T20:20:52.064 DEBUG:teuthology.orchestra.run.smithi131:> sudo shutdown -r now 2024-04-15T20:20:54.212 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T20:20:54.212 INFO:teuthology.orchestra.run.smithi148.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T20:20:54.212 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-04-15T20:20:54.255 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 4/4 2024-04-15T20:20:54.603 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T20:20:54.603 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : kernel-5.14.0-438.el9.x86_64 1/4 2024-04-15T20:20:54.603 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T20:20:54.604 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T20:20:54.993 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T20:20:54.994 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-04-15T20:20:54.994 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-04-15T20:20:54.994 INFO:teuthology.orchestra.run.smithi148.stdout: kernel-5.14.0-438.el9.x86_64 2024-04-15T20:20:54.994 INFO:teuthology.orchestra.run.smithi148.stdout: kernel-core-5.14.0-438.el9.x86_64 2024-04-15T20:20:54.994 INFO:teuthology.orchestra.run.smithi148.stdout: kernel-modules-5.14.0-438.el9.x86_64 2024-04-15T20:20:54.994 INFO:teuthology.orchestra.run.smithi148.stdout: kernel-modules-core-5.14.0-438.el9.x86_64 2024-04-15T20:20:54.994 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-04-15T20:20:54.994 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-04-15T20:20:55.332 DEBUG:teuthology.orchestra.run.smithi148:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T20:20:55.437 INFO:teuthology.orchestra.run.smithi148.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T20:20:55.437 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T20:20:55.437 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-438.el9.x86_64 2024-04-15T20:20:55.437 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T20:20:55.437 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T20:20:55.438 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-15T20:20:55.438 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi148.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T20:20:55.438 DEBUG:teuthology.orchestra.run.smithi148:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T20:20:55.518 INFO:teuthology.orchestra.run.smithi148.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T20:20:55.518 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T20:20:55.518 DEBUG:teuthology.orchestra.run.smithi148:> sudo rpm -qi grub2-tools 2024-04-15T20:20:55.562 INFO:teuthology.orchestra.run.smithi148.stdout:Name : grub2-tools 2024-04-15T20:20:55.563 INFO:teuthology.orchestra.run.smithi148.stdout:Epoch : 1 2024-04-15T20:20:55.563 INFO:teuthology.orchestra.run.smithi148.stdout:Version : 2.06 2024-04-15T20:20:55.563 INFO:teuthology.orchestra.run.smithi148.stdout:Release : 68.el9 2024-04-15T20:20:55.563 INFO:teuthology.orchestra.run.smithi148.stdout:Architecture: x86_64 2024-04-15T20:20:55.563 INFO:teuthology.orchestra.run.smithi148.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T20:20:55.563 INFO:teuthology.orchestra.run.smithi148.stdout:Group : Unspecified 2024-04-15T20:20:55.563 INFO:teuthology.orchestra.run.smithi148.stdout:Size : 8264254 2024-04-15T20:20:55.563 INFO:teuthology.orchestra.run.smithi148.stdout:License : GPLv3+ 2024-04-15T20:20:55.563 INFO:teuthology.orchestra.run.smithi148.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T20:20:55.563 INFO:teuthology.orchestra.run.smithi148.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T20:20:55.563 INFO:teuthology.orchestra.run.smithi148.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T20:20:55.563 INFO:teuthology.orchestra.run.smithi148.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T20:20:55.563 INFO:teuthology.orchestra.run.smithi148.stdout:Packager : builder@centos.org 2024-04-15T20:20:55.564 INFO:teuthology.orchestra.run.smithi148.stdout:Vendor : CentOS 2024-04-15T20:20:55.564 INFO:teuthology.orchestra.run.smithi148.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T20:20:55.564 INFO:teuthology.orchestra.run.smithi148.stdout:Summary : Support tools for GRUB. 2024-04-15T20:20:55.564 INFO:teuthology.orchestra.run.smithi148.stdout:Description : 2024-04-15T20:20:55.564 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-04-15T20:20:55.564 INFO:teuthology.orchestra.run.smithi148.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T20:20:55.564 INFO:teuthology.orchestra.run.smithi148.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T20:20:55.564 INFO:teuthology.orchestra.run.smithi148.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T20:20:55.564 INFO:teuthology.orchestra.run.smithi148.stdout:hardware devices. 2024-04-15T20:20:55.564 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-04-15T20:20:55.564 INFO:teuthology.orchestra.run.smithi148.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T20:20:55.565 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T20:20:55.565 INFO:teuthology.task.kernel:Updating grub on smithi148 to boot 5.14.0-438.el9.x86_64 2024-04-15T20:20:55.565 DEBUG:teuthology.orchestra.run.smithi148:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T20:20:56.138 INFO:teuthology.orchestra.run.smithi148.stderr:Generating grub configuration file ... 2024-04-15T20:20:57.579 INFO:teuthology.orchestra.run.smithi148.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T20:20:57.612 INFO:teuthology.orchestra.run.smithi148.stderr:done 2024-04-15T20:20:57.614 DEBUG:teuthology.orchestra.run.smithi148:> mktemp 2024-04-15T20:20:57.628 INFO:teuthology.orchestra.run.smithi148.stdout:/tmp/tmp.yiQ2Nk1w3C 2024-04-15T20:20:57.629 DEBUG:teuthology.orchestra.run.smithi148:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.yiQ2Nk1w3C 2024-04-15T20:20:57.699 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod 0666 /tmp/tmp.yiQ2Nk1w3C 2024-04-15T20:20:57.835 DEBUG:teuthology.orchestra.remote:smithi148:/tmp/tmp.yiQ2Nk1w3C is 6KB 2024-04-15T20:20:57.884 DEBUG:teuthology.orchestra.run.smithi148:> rm -fr /tmp/tmp.yiQ2Nk1w3C 2024-04-15T20:20:57.898 DEBUG:teuthology.orchestra.run.smithi148:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T20:20:57.963 INFO:teuthology.orchestra.run.smithi148.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T20:20:57.963 INFO:teuthology.orchestra.run.smithi148.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T20:20:57.963 INFO:teuthology.orchestra.run.smithi148.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T20:20:57.963 INFO:teuthology.orchestra.run.smithi148.stdout:15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64.conf 2024-04-15T20:20:57.965 DEBUG:teuthology.orchestra.run.smithi148:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64 2024-04-15T20:20:58.117 DEBUG:teuthology.orchestra.run.smithi148:> sudo shutdown -r now 2024-04-15T20:21:22.090 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-15T20:21:22.091 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-04-15T20:21:22.092 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T20:21:28.122 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-15T20:21:28.122 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-04-15T20:21:28.123 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T20:22:02.783 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.148 2024-04-15T20:22:11.790 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-04-15T20:22:11.791 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T20:22:22.102 DEBUG:teuthology.orchestra.remote:timed out 2024-04-15T20:22:30.178 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.148 2024-04-15T20:22:31.104 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-04-15T20:22:31.105 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T20:22:31.519 DEBUG:teuthology.orchestra.run.smithi131:> true 2024-04-15T20:22:31.884 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-04-15T20:22:31.885 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-438.el9.x86_64"... 2024-04-15T20:22:31.885 DEBUG:teuthology.orchestra.run.smithi131:> uname -r 2024-04-15T20:22:31.899 INFO:teuthology.orchestra.run.smithi131.stdout:5.14.0-438.el9.x86_64 2024-04-15T20:22:31.900 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-438.el9.x86_64 vs 5.14.0-438.el9.x86_64 2024-04-15T20:22:31.900 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T20:22:31.900 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T20:22:32.901 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-15T20:22:32.902 DEBUG:teuthology.orchestra.run.smithi131:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T20:22:32.978 INFO:teuthology.orchestra.run.smithi131.stdout:ttyS1 2024-04-15T20:22:33.022 DEBUG:teuthology.parallel:result is None 2024-04-15T20:22:42.179 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-04-15T20:22:42.180 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T20:22:42.868 DEBUG:teuthology.orchestra.run.smithi148:> true 2024-04-15T20:22:43.359 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-04-15T20:22:43.359 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-438.el9.x86_64"... 2024-04-15T20:22:43.359 DEBUG:teuthology.orchestra.run.smithi148:> uname -r 2024-04-15T20:22:43.374 INFO:teuthology.orchestra.run.smithi148.stdout:5.14.0-438.el9.x86_64 2024-04-15T20:22:43.374 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-438.el9.x86_64 vs 5.14.0-438.el9.x86_64 2024-04-15T20:22:43.374 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T20:22:43.374 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T20:22:44.375 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-15T20:22:44.376 DEBUG:teuthology.orchestra.run.smithi148:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T20:22:44.479 INFO:teuthology.orchestra.run.smithi148.stdout:ttyS1 2024-04-15T20:22:44.515 DEBUG:teuthology.parallel:result is None 2024-04-15T20:22:44.516 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-15T20:22:44.524 INFO:teuthology.task.internal:Creating test directory... 2024-04-15T20:22:44.525 DEBUG:teuthology.orchestra.run.smithi131:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T20:22:44.528 DEBUG:teuthology.orchestra.run.smithi148:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T20:22:44.544 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-15T20:22:44.554 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-15T20:22:44.568 INFO:teuthology.task.internal:Creating archive directory... 2024-04-15T20:22:44.569 DEBUG:teuthology.orchestra.run.smithi131:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T20:22:44.587 DEBUG:teuthology.orchestra.run.smithi148:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T20:22:44.914 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-15T20:22:44.925 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-15T20:22:44.925 DEBUG:teuthology.orchestra.run.smithi131:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-15T20:22:44.928 DEBUG:teuthology.orchestra.run.smithi148:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-15T20:22:44.966 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T20:22:44.980 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T20:22:44.997 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T20:22:45.012 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T20:22:45.013 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-15T20:22:45.024 INFO:teuthology.task.internal:Configuring sudo... 2024-04-15T20:22:45.024 DEBUG:teuthology.orchestra.run.smithi131:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T20:22:45.027 DEBUG:teuthology.orchestra.run.smithi148:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T20:22:45.056 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-15T20:22:45.070 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-15T20:22:45.071 DEBUG:teuthology.orchestra.run.smithi131:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T20:22:45.098 DEBUG:teuthology.orchestra.run.smithi148:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T20:22:45.113 DEBUG:teuthology.orchestra.run.smithi131:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T20:22:45.193 DEBUG:teuthology.orchestra.run.smithi131:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T20:22:45.256 DEBUG:teuthology.orchestra.run.smithi131:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T20:22:45.338 DEBUG:teuthology.orchestra.run.smithi131:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T20:22:45.383 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-04-15T20:22:45.383 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T20:22:45.451 DEBUG:teuthology.orchestra.run.smithi148:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T20:22:45.495 DEBUG:teuthology.orchestra.run.smithi148:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T20:22:45.550 DEBUG:teuthology.orchestra.run.smithi148:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T20:22:45.635 DEBUG:teuthology.orchestra.run.smithi148:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T20:22:45.677 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-04-15T20:22:45.678 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T20:22:45.747 DEBUG:teuthology.orchestra.run.smithi131:> sudo service rsyslog restart 2024-04-15T20:22:45.750 DEBUG:teuthology.orchestra.run.smithi148:> sudo service rsyslog restart 2024-04-15T20:22:45.799 INFO:teuthology.orchestra.run.smithi131.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T20:22:45.834 INFO:teuthology.orchestra.run.smithi148.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T20:22:46.130 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-15T20:22:46.138 INFO:teuthology.task.internal:Starting timer... 2024-04-15T20:22:46.138 INFO:teuthology.run_tasks:Running task pcp... 2024-04-15T20:22:46.162 INFO:teuthology.run_tasks:Running task selinux... 2024-04-15T20:22:46.174 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-15T20:22:46.175 DEBUG:teuthology.orchestra.run.smithi131:> sudo service auditd rotate 2024-04-15T20:22:46.247 INFO:teuthology.orchestra.run.smithi131.stdout:Rotating logs: 2024-04-15T20:22:46.248 DEBUG:teuthology.orchestra.run.smithi148:> sudo service auditd rotate 2024-04-15T20:22:46.308 INFO:teuthology.orchestra.run.smithi148.stdout:Rotating logs: 2024-04-15T20:22:46.310 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-15T20:22:46.310 DEBUG:teuthology.orchestra.run.smithi131:> /usr/sbin/getenforce 2024-04-15T20:22:46.340 INFO:teuthology.orchestra.run.smithi131.stdout:Permissive 2024-04-15T20:22:46.340 DEBUG:teuthology.orchestra.run.smithi148:> /usr/sbin/getenforce 2024-04-15T20:22:46.357 INFO:teuthology.orchestra.run.smithi148.stdout:Permissive 2024-04-15T20:22:46.357 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi131.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi148.front.sepia.ceph.com': 'permissive'} 2024-04-15T20:22:46.358 DEBUG:teuthology.orchestra.run.smithi131:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-15T20:22:46.409 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T20:22:46.410 DEBUG:teuthology.orchestra.run.smithi148:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-15T20:22:46.439 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T20:22:46.440 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-15T20:22:46.440 DEBUG:teuthology.orchestra.run.smithi131:> sudo /usr/sbin/setenforce permissive 2024-04-15T20:22:46.492 DEBUG:teuthology.orchestra.run.smithi148:> sudo /usr/sbin/setenforce permissive 2024-04-15T20:22:46.526 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-15T20:22:46.540 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-15T20:22:46.560 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-15T20:22:46.562 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi131.front.sepia.ceph.com,smithi148.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-15T20:28:07.265 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi131.front.sepia.ceph.com'), Remote(name='ubuntu@smithi148.front.sepia.ceph.com')] 2024-04-15T20:28:07.266 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-04-15T20:28:07.268 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T20:28:07.498 DEBUG:teuthology.orchestra.run.smithi131:> true 2024-04-15T20:28:07.538 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-04-15T20:28:07.538 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-04-15T20:28:07.539 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T20:28:07.661 DEBUG:teuthology.orchestra.run.smithi148:> true 2024-04-15T20:28:07.752 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-04-15T20:28:07.753 INFO:teuthology.run_tasks:Running task clock... 2024-04-15T20:28:07.767 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-15T20:28:07.767 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T20:28:07.767 DEBUG:teuthology.orchestra.run.smithi131:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T20:28:07.775 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T20:28:07.775 DEBUG:teuthology.orchestra.run.smithi148:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T20:28:07.809 INFO:teuthology.orchestra.run.smithi131.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T20:28:07.828 INFO:teuthology.orchestra.run.smithi131.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T20:28:07.831 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T20:28:07.850 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T20:28:07.861 INFO:teuthology.orchestra.run.smithi131.stderr:sudo: ntpd: command not found 2024-04-15T20:28:07.877 INFO:teuthology.orchestra.run.smithi131.stdout:506 Cannot talk to daemon 2024-04-15T20:28:07.882 INFO:teuthology.orchestra.run.smithi148.stderr:sudo: ntpd: command not found 2024-04-15T20:28:07.894 INFO:teuthology.orchestra.run.smithi131.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T20:28:07.897 INFO:teuthology.orchestra.run.smithi148.stdout:506 Cannot talk to daemon 2024-04-15T20:28:07.912 INFO:teuthology.orchestra.run.smithi131.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T20:28:07.915 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T20:28:07.933 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T20:28:07.966 INFO:teuthology.orchestra.run.smithi131.stderr:bash: line 1: ntpq: command not found 2024-04-15T20:28:07.971 INFO:teuthology.orchestra.run.smithi131.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T20:28:07.971 INFO:teuthology.orchestra.run.smithi131.stdout:=============================================================================== 2024-04-15T20:28:07.971 INFO:teuthology.orchestra.run.smithi131.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T20:28:07.971 INFO:teuthology.orchestra.run.smithi131.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T20:28:07.971 INFO:teuthology.orchestra.run.smithi131.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T20:28:07.971 INFO:teuthology.orchestra.run.smithi131.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T20:28:07.998 INFO:teuthology.orchestra.run.smithi148.stderr:bash: line 1: ntpq: command not found 2024-04-15T20:28:07.999 INFO:teuthology.orchestra.run.smithi148.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T20:28:07.999 INFO:teuthology.orchestra.run.smithi148.stdout:=============================================================================== 2024-04-15T20:28:07.999 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T20:28:07.999 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T20:28:07.999 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T20:28:08.000 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T20:28:08.000 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-04-15T20:28:08.020 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-04-15T20:28:08.021 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-04-15T20:28:08.021 DEBUG:teuthology.orchestra.run.smithi131:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T20:28:08.037 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-15T20:28:08.037 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/vg_nvme/lv_1 2024-04-15T20:28:08.093 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-15T20:28:08.093 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T20:28:08.093 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-04-15T20:28:08.093 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T20:28:08.093 INFO:teuthology.orchestra.run.smithi131.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T20:28:08.093 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-04-15 20:28:05.248593137 +0000 2024-04-15T20:28:08.093 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-04-15 20:27:34.237242692 +0000 2024-04-15T20:28:08.093 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-04-15 20:27:34.237242692 +0000 2024-04-15T20:28:08.093 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: 2024-04-15 20:27:34.237242692 +0000 2024-04-15T20:28:08.094 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-15T20:28:08.160 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-04-15T20:28:08.160 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-04-15T20:28:08.160 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000250108 s, 2.0 MB/s 2024-04-15T20:28:08.161 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-15T20:28:08.218 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/vg_nvme/lv_2 2024-04-15T20:28:08.274 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-15T20:28:08.274 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T20:28:08.274 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-04-15T20:28:08.274 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T20:28:08.274 INFO:teuthology.orchestra.run.smithi131.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T20:28:08.275 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-04-15 20:28:05.248593137 +0000 2024-04-15T20:28:08.275 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-04-15 20:27:34.656233892 +0000 2024-04-15T20:28:08.275 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-04-15 20:27:34.656233892 +0000 2024-04-15T20:28:08.275 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: 2024-04-15 20:27:34.656233892 +0000 2024-04-15T20:28:08.275 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-15T20:28:08.343 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-04-15T20:28:08.343 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-04-15T20:28:08.343 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000232917 s, 2.2 MB/s 2024-04-15T20:28:08.343 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-15T20:28:08.408 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/vg_nvme/lv_3 2024-04-15T20:28:08.471 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-15T20:28:08.471 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T20:28:08.472 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-04-15T20:28:08.472 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T20:28:08.472 INFO:teuthology.orchestra.run.smithi131.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T20:28:08.473 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-04-15 20:28:05.248593137 +0000 2024-04-15T20:28:08.473 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-04-15 20:27:35.142223687 +0000 2024-04-15T20:28:08.474 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-04-15 20:27:35.142223687 +0000 2024-04-15T20:28:08.474 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: 2024-04-15 20:27:35.142223687 +0000 2024-04-15T20:28:08.475 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-15T20:28:08.539 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-04-15T20:28:08.539 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-04-15T20:28:08.539 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000163086 s, 3.1 MB/s 2024-04-15T20:28:08.540 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-15T20:28:08.598 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/vg_nvme/lv_4 2024-04-15T20:28:08.658 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-15T20:28:08.658 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T20:28:08.659 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-04-15T20:28:08.659 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T20:28:08.659 INFO:teuthology.orchestra.run.smithi131.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T20:28:08.659 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-04-15 20:28:05.248593137 +0000 2024-04-15T20:28:08.659 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-04-15 20:27:35.567214761 +0000 2024-04-15T20:28:08.659 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-04-15 20:27:35.567214761 +0000 2024-04-15T20:28:08.660 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: 2024-04-15 20:27:35.567214761 +0000 2024-04-15T20:28:08.660 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-15T20:28:08.727 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-04-15T20:28:08.727 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-04-15T20:28:08.727 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000197699 s, 2.6 MB/s 2024-04-15T20:28:08.729 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-15T20:28:08.787 DEBUG:teuthology.orchestra.run.smithi131:> 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-04-15T20:28:08.932 INFO:teuthology.orchestra.run.smithi131.stdout:loop 2024-04-15T20:28:08.932 INFO:tasks.nvme_loop:Connecting nvme_loop smithi131:/dev/vg_nvme/lv_1... 2024-04-15T20:28:08.932 DEBUG:teuthology.orchestra.run.smithi131:> 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-04-15T20:28:08.984 INFO:teuthology.orchestra.run.smithi131.stdout:1 2024-04-15T20:28:09.024 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/vg_nvme/lv_11 2024-04-15T20:28:09.056 INFO:tasks.nvme_loop:Connecting nvme_loop smithi131:/dev/vg_nvme/lv_2... 2024-04-15T20:28:09.056 DEBUG:teuthology.orchestra.run.smithi131:> 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-04-15T20:28:09.139 INFO:teuthology.orchestra.run.smithi131.stdout:1 2024-04-15T20:28:09.179 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/vg_nvme/lv_21 2024-04-15T20:28:09.209 INFO:tasks.nvme_loop:Connecting nvme_loop smithi131:/dev/vg_nvme/lv_3... 2024-04-15T20:28:09.210 DEBUG:teuthology.orchestra.run.smithi131:> 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-04-15T20:28:09.290 INFO:teuthology.orchestra.run.smithi131.stdout:1 2024-04-15T20:28:09.330 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/vg_nvme/lv_31 2024-04-15T20:28:09.359 INFO:tasks.nvme_loop:Connecting nvme_loop smithi131:/dev/vg_nvme/lv_4... 2024-04-15T20:28:09.360 DEBUG:teuthology.orchestra.run.smithi131:> 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-04-15T20:28:09.440 INFO:teuthology.orchestra.run.smithi131.stdout:1 2024-04-15T20:28:09.480 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/vg_nvme/lv_41 2024-04-15T20:28:09.510 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-04-15T20:28:09.510 DEBUG:teuthology.orchestra.run.smithi131:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T20:28:09.566 DEBUG:teuthology.orchestra.run.smithi131:> sudo nvme list 2024-04-15T20:28:09.633 INFO:teuthology.orchestra.run.smithi131.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-15T20:28:09.633 INFO:teuthology.orchestra.run.smithi131.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-15T20:28:09.633 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/nvme0n1 CVFT623300N4400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-15T20:28:09.633 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/nvme1n1 5eef0e14d84d071bdeaf Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T20:28:09.634 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/nvme2n1 7b702783037b21fd20cd Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T20:28:09.634 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/nvme3n1 27d19a274ffbc4d53b4c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T20:28:09.634 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/nvme4n1 c9c2f20ce007a38c3648 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T20:28:09.635 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-15T20:28:09.638 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-04-15T20:28:09.638 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/scratch_devs 2024-04-15T20:28:09.708 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-04-15T20:28:09.708 DEBUG:teuthology.orchestra.run.smithi148:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T20:28:09.730 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-15T20:28:09.730 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_1 2024-04-15T20:28:09.790 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-15T20:28:09.790 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T20:28:09.790 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-04-15T20:28:09.790 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T20:28:09.790 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T20:28:09.790 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-04-15 20:28:05.279201103 +0000 2024-04-15T20:28:09.790 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-04-15 20:27:33.681958546 +0000 2024-04-15T20:28:09.790 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-04-15 20:27:33.681958546 +0000 2024-04-15T20:28:09.790 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: 2024-04-15 20:27:33.681958546 +0000 2024-04-15T20:28:09.791 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-15T20:28:09.867 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-04-15T20:28:09.867 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-04-15T20:28:09.867 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000235281 s, 2.2 MB/s 2024-04-15T20:28:09.868 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-15T20:28:09.926 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_2 2024-04-15T20:28:09.983 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-15T20:28:09.984 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T20:28:09.984 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-04-15T20:28:09.984 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T20:28:09.984 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T20:28:09.984 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-04-15 20:28:05.279201103 +0000 2024-04-15T20:28:09.984 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-04-15 20:27:34.282944140 +0000 2024-04-15T20:28:09.984 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-04-15 20:27:34.282944140 +0000 2024-04-15T20:28:09.984 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: 2024-04-15 20:27:34.282944140 +0000 2024-04-15T20:28:09.985 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-15T20:28:10.054 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-04-15T20:28:10.054 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-04-15T20:28:10.054 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.00021266 s, 2.4 MB/s 2024-04-15T20:28:10.055 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-15T20:28:10.113 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_3 2024-04-15T20:28:10.171 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-15T20:28:10.171 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T20:28:10.171 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-04-15T20:28:10.171 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T20:28:10.171 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T20:28:10.171 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-04-15 20:28:05.279201103 +0000 2024-04-15T20:28:10.171 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-04-15 20:27:34.721933617 +0000 2024-04-15T20:28:10.171 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-04-15 20:27:34.721933617 +0000 2024-04-15T20:28:10.171 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: 2024-04-15 20:27:34.721933617 +0000 2024-04-15T20:28:10.172 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-15T20:28:10.242 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-04-15T20:28:10.242 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-04-15T20:28:10.242 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000234185 s, 2.2 MB/s 2024-04-15T20:28:10.244 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-15T20:28:10.302 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_4 2024-04-15T20:28:10.362 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-15T20:28:10.362 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T20:28:10.362 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-04-15T20:28:10.363 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T20:28:10.363 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T20:28:10.363 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-04-15 20:28:05.279201103 +0000 2024-04-15T20:28:10.363 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-04-15 20:27:35.121924029 +0000 2024-04-15T20:28:10.363 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-04-15 20:27:35.121924029 +0000 2024-04-15T20:28:10.363 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: 2024-04-15 20:27:35.121924029 +0000 2024-04-15T20:28:10.363 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-15T20:28:10.431 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-04-15T20:28:10.431 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-04-15T20:28:10.431 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000196381 s, 2.6 MB/s 2024-04-15T20:28:10.432 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-15T20:28:10.490 DEBUG:teuthology.orchestra.run.smithi148:> 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-04-15T20:28:10.637 INFO:teuthology.orchestra.run.smithi148.stdout:loop 2024-04-15T20:28:10.649 INFO:tasks.nvme_loop:Connecting nvme_loop smithi148:/dev/vg_nvme/lv_1... 2024-04-15T20:28:10.649 DEBUG:teuthology.orchestra.run.smithi148:> 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-04-15T20:28:10.690 INFO:teuthology.orchestra.run.smithi148.stdout:1 2024-04-15T20:28:10.730 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/vg_nvme/lv_11 2024-04-15T20:28:10.773 INFO:tasks.nvme_loop:Connecting nvme_loop smithi148:/dev/vg_nvme/lv_2... 2024-04-15T20:28:10.773 DEBUG:teuthology.orchestra.run.smithi148:> 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-04-15T20:28:10.855 INFO:teuthology.orchestra.run.smithi148.stdout:1 2024-04-15T20:28:10.896 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/vg_nvme/lv_21 2024-04-15T20:28:10.936 INFO:tasks.nvme_loop:Connecting nvme_loop smithi148:/dev/vg_nvme/lv_3... 2024-04-15T20:28:10.936 DEBUG:teuthology.orchestra.run.smithi148:> 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-04-15T20:28:11.018 INFO:teuthology.orchestra.run.smithi148.stdout:1 2024-04-15T20:28:11.062 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/vg_nvme/lv_31 2024-04-15T20:28:11.091 INFO:tasks.nvme_loop:Connecting nvme_loop smithi148:/dev/vg_nvme/lv_4... 2024-04-15T20:28:11.091 DEBUG:teuthology.orchestra.run.smithi148:> 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-04-15T20:28:11.178 INFO:teuthology.orchestra.run.smithi148.stdout:1 2024-04-15T20:28:11.229 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/vg_nvme/lv_41 2024-04-15T20:28:11.259 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-04-15T20:28:11.260 DEBUG:teuthology.orchestra.run.smithi148:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T20:28:11.315 DEBUG:teuthology.orchestra.run.smithi148:> sudo nvme list 2024-04-15T20:28:11.382 INFO:teuthology.orchestra.run.smithi148.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-15T20:28:11.383 INFO:teuthology.orchestra.run.smithi148.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-15T20:28:11.383 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/nvme0n1 CVFT6233005G400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-15T20:28:11.383 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/nvme1n1 e178e30803bbee4e7f5f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T20:28:11.383 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/nvme2n1 0a5f491d6bef18a04491 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T20:28:11.383 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/nvme3n1 1352ff22f5523765d56f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T20:28:11.383 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/nvme4n1 9236aef94b499d6c5386 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T20:28:11.384 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-15T20:28:11.384 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-04-15T20:28:11.384 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/scratch_devs 2024-04-15T20:28:11.458 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-15T20:28:11.687 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\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': '87dbfb632e974cb2c28d17423071d2d833b53b29'} 2024-04-15T20:28:11.688 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 2024-04-15T20:28:11.689 INFO:tasks.cephadm:Cluster fsid is add79b0a-fb66-11ee-bc8f-c7b262605968 2024-04-15T20:28:11.689 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-15T20:28:11.689 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-04-15T20:28:11.690 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi131': '172.21.15.131', 'mon.smithi148': '172.21.15.148'} 2024-04-15T20:28:11.690 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-15T20:28:11.690 DEBUG:teuthology.orchestra.run.smithi131:> sudo hostname $(hostname -s) 2024-04-15T20:28:11.724 DEBUG:teuthology.orchestra.run.smithi148:> sudo hostname $(hostname -s) 2024-04-15T20:28:11.757 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-15T20:28:11.757 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=87dbfb632e974cb2c28d17423071d2d833b53b29 2024-04-15T20:28:11.902 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '87dbfb632e974cb2c28d17423071d2d833b53b29', '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/54897/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3084-g87dbfb63', 'node_name': '172.21.2.14+braggi14', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3084.g87dbfb63'}, 'url': 'https://3.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-14 16:30:23.821701', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'main', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-04-15T20:28:12.137 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref main, sha1 87dbfb632e974cb2c28d17423071d2d833b53b29 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=87dbfb632e974cb2c28d17423071d2d833b53b29 2024-04-15T20:28:12.138 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/centos/9/x86_64/flavors/default/cephadm 2024-04-15T20:28:12.138 DEBUG:teuthology.orchestra.run.smithi131:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T20:28:12.814 INFO:teuthology.orchestra.run.smithi131.stdout:-rw-r--r--. 1 ubuntu ubuntu 781490 Apr 15 20:28 /home/ubuntu/cephtest/cephadm 2024-04-15T20:28:12.815 DEBUG:teuthology.orchestra.run.smithi148:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T20:28:13.209 INFO:teuthology.orchestra.run.smithi148.stdout:-rw-r--r--. 1 ubuntu ubuntu 781490 Apr 15 20:28 /home/ubuntu/cephtest/cephadm 2024-04-15T20:28:13.209 DEBUG:teuthology.orchestra.run.smithi131:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T20:28:13.235 DEBUG:teuthology.orchestra.run.smithi148:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T20:28:13.268 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 on all hosts... 2024-04-15T20:28:13.268 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 pull 2024-04-15T20:28:13.278 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 pull 2024-04-15T20:28:14.037 INFO:teuthology.orchestra.run.smithi131.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29... 2024-04-15T20:28:14.162 INFO:teuthology.orchestra.run.smithi148.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29... 2024-04-15T20:29:28.701 INFO:teuthology.orchestra.run.smithi131.stdout:{ 2024-04-15T20:29:28.701 INFO:teuthology.orchestra.run.smithi131.stdout: "ceph_version": "ceph version 19.0.0-3084-g87dbfb63 (87dbfb632e974cb2c28d17423071d2d833b53b29) squid (dev)", 2024-04-15T20:29:28.701 INFO:teuthology.orchestra.run.smithi131.stdout: "image_id": "a452a57266c718c37049de4c2da9a5e566bb7b9c6db62908ada4c8b0e854997b", 2024-04-15T20:29:28.702 INFO:teuthology.orchestra.run.smithi131.stdout: "repo_digests": [ 2024-04-15T20:29:28.702 INFO:teuthology.orchestra.run.smithi131.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f" 2024-04-15T20:29:28.702 INFO:teuthology.orchestra.run.smithi131.stdout: ] 2024-04-15T20:29:28.702 INFO:teuthology.orchestra.run.smithi131.stdout:} 2024-04-15T20:29:37.867 INFO:teuthology.orchestra.run.smithi148.stdout:{ 2024-04-15T20:29:37.867 INFO:teuthology.orchestra.run.smithi148.stdout: "ceph_version": "ceph version 19.0.0-3084-g87dbfb63 (87dbfb632e974cb2c28d17423071d2d833b53b29) squid (dev)", 2024-04-15T20:29:37.867 INFO:teuthology.orchestra.run.smithi148.stdout: "image_id": "a452a57266c718c37049de4c2da9a5e566bb7b9c6db62908ada4c8b0e854997b", 2024-04-15T20:29:37.867 INFO:teuthology.orchestra.run.smithi148.stdout: "repo_digests": [ 2024-04-15T20:29:37.867 INFO:teuthology.orchestra.run.smithi148.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f" 2024-04-15T20:29:37.867 INFO:teuthology.orchestra.run.smithi148.stdout: ] 2024-04-15T20:29:37.868 INFO:teuthology.orchestra.run.smithi148.stdout:} 2024-04-15T20:29:37.892 DEBUG:teuthology.orchestra.run.smithi131:> sudo mkdir -p /etc/ceph 2024-04-15T20:29:37.930 DEBUG:teuthology.orchestra.run.smithi148:> sudo mkdir -p /etc/ceph 2024-04-15T20:29:37.962 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod 777 /etc/ceph 2024-04-15T20:29:38.002 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod 777 /etc/ceph 2024-04-15T20:29:38.033 INFO:tasks.cephadm:Writing seed config... 2024-04-15T20:29:38.034 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-15T20:29:38.034 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-15T20:29:38.035 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-15T20:29:38.035 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-15T20:29:38.035 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-15T20:29:38.035 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-15T20:29:38.035 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-15T20:29:38.035 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-04-15T20:29:38.036 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-04-15T20:29:38.036 DEBUG:teuthology.orchestra.run.smithi131:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-15T20:29:38.059 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 to file = true 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 = add79b0a-fb66-11ee-bc8f-c7b262605968 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-04-15T20:29:38.060 DEBUG:teuthology.orchestra.run.smithi131:mon.smithi131> sudo journalctl -f -n 0 -u ceph-add79b0a-fb66-11ee-bc8f-c7b262605968@mon.smithi131.service 2024-04-15T20:29:38.104 INFO:tasks.cephadm:Bootstrapping... 2024-04-15T20:29:38.104 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 -v bootstrap --fsid add79b0a-fb66-11ee-bc8f-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.131 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-15T20:29:38.299 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2024-04-15T20:29:38.299 INFO:teuthology.orchestra.run.smithi131.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29', '-v', 'bootstrap', '--fsid', 'add79b0a-fb66-11ee-bc8f-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.131', '--skip-admin-label'] 2024-04-15T20:29:38.299 INFO:teuthology.orchestra.run.smithi131.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-15T20:29:38.300 INFO:teuthology.orchestra.run.smithi131.stdout:Verifying podman|docker is present... 2024-04-15T20:29:38.325 INFO:teuthology.orchestra.run.smithi131.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-15T20:29:38.326 INFO:teuthology.orchestra.run.smithi131.stdout:Verifying lvm2 is present... 2024-04-15T20:29:38.326 INFO:teuthology.orchestra.run.smithi131.stdout:Verifying time synchronization is in place... 2024-04-15T20:29:38.333 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-15T20:29:38.333 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-15T20:29:38.339 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-15T20:29:38.339 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout inactive 2024-04-15T20:29:38.345 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout enabled 2024-04-15T20:29:38.352 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout active 2024-04-15T20:29:38.352 INFO:teuthology.orchestra.run.smithi131.stdout:Unit chronyd.service is enabled and running 2024-04-15T20:29:38.352 INFO:teuthology.orchestra.run.smithi131.stdout:Repeating the final host check... 2024-04-15T20:29:38.375 INFO:teuthology.orchestra.run.smithi131.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-15T20:29:38.376 INFO:teuthology.orchestra.run.smithi131.stdout:podman (/bin/podman) version 4.9.4 is present 2024-04-15T20:29:38.376 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl is present 2024-04-15T20:29:38.376 INFO:teuthology.orchestra.run.smithi131.stdout:lvcreate is present 2024-04-15T20:29:38.382 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-15T20:29:38.382 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-15T20:29:38.389 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-15T20:29:38.389 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout inactive 2024-04-15T20:29:38.395 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout enabled 2024-04-15T20:29:38.402 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout active 2024-04-15T20:29:38.402 INFO:teuthology.orchestra.run.smithi131.stdout:Unit chronyd.service is enabled and running 2024-04-15T20:29:38.402 INFO:teuthology.orchestra.run.smithi131.stdout:Host looks OK 2024-04-15T20:29:38.402 INFO:teuthology.orchestra.run.smithi131.stdout:Cluster fsid: add79b0a-fb66-11ee-bc8f-c7b262605968 2024-04-15T20:29:38.402 INFO:teuthology.orchestra.run.smithi131.stdout:Acquiring lock 140256882854832 on /run/cephadm/add79b0a-fb66-11ee-bc8f-c7b262605968.lock 2024-04-15T20:29:38.402 INFO:teuthology.orchestra.run.smithi131.stdout:Lock 140256882854832 acquired on /run/cephadm/add79b0a-fb66-11ee-bc8f-c7b262605968.lock 2024-04-15T20:29:38.402 INFO:teuthology.orchestra.run.smithi131.stdout:Verifying IP 172.21.15.131 port 3300 ... 2024-04-15T20:29:38.403 INFO:teuthology.orchestra.run.smithi131.stdout:Verifying IP 172.21.15.131 port 6789 ... 2024-04-15T20:29:38.403 INFO:teuthology.orchestra.run.smithi131.stdout:Base mon IP(s) is [172.21.15.131:3300, 172.21.15.131:6789], mon addrv is [v2:172.21.15.131:3300,v1:172.21.15.131:6789] 2024-04-15T20:29:38.405 INFO:teuthology.orchestra.run.smithi131.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.131 metric 100 2024-04-15T20:29:38.406 INFO:teuthology.orchestra.run.smithi131.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.131 metric 100 2024-04-15T20:29:38.408 INFO:teuthology.orchestra.run.smithi131.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-15T20:29:38.409 INFO:teuthology.orchestra.run.smithi131.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-04-15T20:29:38.409 INFO:teuthology.orchestra.run.smithi131.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1695sec hoplimit 64 pref medium 2024-04-15T20:29:38.411 INFO:teuthology.orchestra.run.smithi131.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-15T20:29:38.411 INFO:teuthology.orchestra.run.smithi131.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-15T20:29:38.411 INFO:teuthology.orchestra.run.smithi131.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-15T20:29:38.411 INFO:teuthology.orchestra.run.smithi131.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-15T20:29:38.411 INFO:teuthology.orchestra.run.smithi131.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe88:72f9/64 scope link 2024-04-15T20:29:38.411 INFO:teuthology.orchestra.run.smithi131.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-15T20:29:38.412 INFO:teuthology.orchestra.run.smithi131.stdout:Mon IP `172.21.15.131` is in CIDR network `172.21.0.0/20` 2024-04-15T20:29:38.412 INFO:teuthology.orchestra.run.smithi131.stdout:Mon IP `172.21.15.131` is in CIDR network `172.21.0.0/20` 2024-04-15T20:29:38.412 INFO:teuthology.orchestra.run.smithi131.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-15T20:29:38.412 INFO:teuthology.orchestra.run.smithi131.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-15T20:29:38.413 INFO:teuthology.orchestra.run.smithi131.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29... 2024-04-15T20:29:39.127 INFO:teuthology.orchestra.run.smithi131.stdout:/bin/podman: stdout a452a57266c718c37049de4c2da9a5e566bb7b9c6db62908ada4c8b0e854997b 2024-04-15T20:29:39.127 INFO:teuthology.orchestra.run.smithi131.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29... 2024-04-15T20:29:39.127 INFO:teuthology.orchestra.run.smithi131.stdout:/bin/podman: stderr Getting image source signatures 2024-04-15T20:29:39.128 INFO:teuthology.orchestra.run.smithi131.stdout:/bin/podman: stderr Copying blob sha256:db6600fab110490d8983f9c48773b7ad292dbf67136d909afa3b973b354a77e9 2024-04-15T20:29:39.128 INFO:teuthology.orchestra.run.smithi131.stdout:/bin/podman: stderr Copying blob sha256:9793b5b5582798bde394f4383d142e9f248a25e4ebfd72ee05ea9ec6251a877d 2024-04-15T20:29:39.128 INFO:teuthology.orchestra.run.smithi131.stdout:/bin/podman: stderr Copying config sha256:a452a57266c718c37049de4c2da9a5e566bb7b9c6db62908ada4c8b0e854997b 2024-04-15T20:29:39.128 INFO:teuthology.orchestra.run.smithi131.stdout:/bin/podman: stderr Writing manifest to image destination 2024-04-15T20:29:40.040 INFO:teuthology.orchestra.run.smithi131.stdout:ceph: stdout ceph version 19.0.0-3084-g87dbfb63 (87dbfb632e974cb2c28d17423071d2d833b53b29) squid (dev) 2024-04-15T20:29:40.040 INFO:teuthology.orchestra.run.smithi131.stdout:Ceph version: ceph version 19.0.0-3084-g87dbfb63 (87dbfb632e974cb2c28d17423071d2d833b53b29) squid (dev) 2024-04-15T20:29:40.040 INFO:teuthology.orchestra.run.smithi131.stdout:Extracting ceph user uid/gid from container image... 2024-04-15T20:29:40.979 INFO:teuthology.orchestra.run.smithi131.stdout:stat: stdout 167 167 2024-04-15T20:29:40.980 INFO:teuthology.orchestra.run.smithi131.stdout:Creating initial keys... 2024-04-15T20:29:41.777 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-authtool: stdout AQA1jh1mckPPDxAAXYIMTS5oCdcBs19e7HM3Eg== 2024-04-15T20:29:42.715 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-authtool: stdout AQA2jh1me3tIBxAAL5U3HwRIO3ClgX2YOOcOvA== 2024-04-15T20:29:43.614 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-authtool: stdout AQA3jh1mfkKKBBAAh1PZDEIWZLpckmCPIcg7ow== 2024-04-15T20:29:43.615 INFO:teuthology.orchestra.run.smithi131.stdout:Creating initial monmap... 2024-04-15T20:29:50.937 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-15T20:29:50.938 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-15T20:29:50.938 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to add79b0a-fb66-11ee-bc8f-c7b262605968 2024-04-15T20:29:50.938 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-15T20:29:50.938 INFO:teuthology.orchestra.run.smithi131.stdout:monmaptool for smithi131 [v2:172.21.15.131:3300,v1:172.21.15.131:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-15T20:29:50.938 INFO:teuthology.orchestra.run.smithi131.stdout:setting min_mon_release = quincy 2024-04-15T20:29:50.938 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/monmaptool: set fsid to add79b0a-fb66-11ee-bc8f-c7b262605968 2024-04-15T20:29:50.938 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-15T20:29:50.938 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:29:50.938 INFO:teuthology.orchestra.run.smithi131.stdout:Creating mon... 2024-04-15T20:29:53.938 INFO:teuthology.orchestra.run.smithi131.stdout:create mon.smithi131 on 2024-04-15T20:29:54.315 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-04-15T20:29:54.500 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-add79b0a-fb66-11ee-bc8f-c7b262605968.target → /etc/systemd/system/ceph-add79b0a-fb66-11ee-bc8f-c7b262605968.target. 2024-04-15T20:29:54.500 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-add79b0a-fb66-11ee-bc8f-c7b262605968.target → /etc/systemd/system/ceph-add79b0a-fb66-11ee-bc8f-c7b262605968.target. 2024-04-15T20:29:54.778 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-add79b0a-fb66-11ee-bc8f-c7b262605968@mon.smithi131 2024-04-15T20:29:54.778 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Failed to reset failed state of unit ceph-add79b0a-fb66-11ee-bc8f-c7b262605968@mon.smithi131.service: Unit ceph-add79b0a-fb66-11ee-bc8f-c7b262605968@mon.smithi131.service not loaded. 2024-04-15T20:29:54.939 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-add79b0a-fb66-11ee-bc8f-c7b262605968.target.wants/ceph-add79b0a-fb66-11ee-bc8f-c7b262605968@mon.smithi131.service → /etc/systemd/system/ceph-add79b0a-fb66-11ee-bc8f-c7b262605968@.service. 2024-04-15T20:29:55.479 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-15T20:29:55.480 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout disabled 2024-04-15T20:29:55.487 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-15T20:29:55.487 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout inactive 2024-04-15T20:29:55.487 INFO:teuthology.orchestra.run.smithi131.stdout:firewalld.service is not enabled 2024-04-15T20:29:55.487 INFO:teuthology.orchestra.run.smithi131.stdout:Not possible to enable service . firewalld.service is not available 2024-04-15T20:29:55.487 INFO:teuthology.orchestra.run.smithi131.stdout:Waiting for mon to start... 2024-04-15T20:29:55.487 INFO:teuthology.orchestra.run.smithi131.stdout:Waiting for mon... 2024-04-15T20:29:55.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:29:55 smithi131 systemd[1]: Started Ceph mon.smithi131 for add79b0a-fb66-11ee-bc8f-c7b262605968. 2024-04-15T20:29:56.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:29:56 smithi131 ceph-mon[24961]: mon.smithi131 is new leader, mons smithi131 in quorum (ranks 0) 2024-04-15T20:29:56.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:29:56 smithi131 ceph-mon[24961]: monmap epoch 1 2024-04-15T20:29:56.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:29:56 smithi131 ceph-mon[24961]: fsid add79b0a-fb66-11ee-bc8f-c7b262605968 2024-04-15T20:29:56.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:29:56 smithi131 ceph-mon[24961]: last_changed 2024-04-15T20:29:44.072905+0000 2024-04-15T20:29:56.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:29:56 smithi131 ceph-mon[24961]: created 2024-04-15T20:29:44.072905+0000 2024-04-15T20:29:56.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:29:56 smithi131 ceph-mon[24961]: min_mon_release 19 (squid) 2024-04-15T20:29:56.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:29:56 smithi131 ceph-mon[24961]: election_strategy: 1 2024-04-15T20:29:56.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:29:56 smithi131 ceph-mon[24961]: 0: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.smithi131 2024-04-15T20:29:56.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:29:56 smithi131 ceph-mon[24961]: fsmap 2024-04-15T20:29:56.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:29:56 smithi131 ceph-mon[24961]: osdmap e1: 0 total, 0 up, 0 in 2024-04-15T20:29:56.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:29:56 smithi131 ceph-mon[24961]: mgrmap e1: no daemons active 2024-04-15T20:29:56.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:29:56 smithi131 ceph-mon[24961]: from='client.? 172.21.15.131:0/3909502078' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-15T20:29:56.927 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout cluster: 2024-04-15T20:29:56.927 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout id: add79b0a-fb66-11ee-bc8f-c7b262605968 2024-04-15T20:29:56.927 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-15T20:29:56.927 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2024-04-15T20:29:56.927 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout services: 2024-04-15T20:29:56.927 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi131 (age 0.57614s) 2024-04-15T20:29:56.928 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-15T20:29:56.928 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-15T20:29:56.928 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2024-04-15T20:29:56.928 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout data: 2024-04-15T20:29:56.928 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-15T20:29:56.928 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-15T20:29:56.928 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-15T20:29:56.928 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout pgs: 2024-04-15T20:29:56.928 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2024-04-15T20:29:56.928 INFO:teuthology.orchestra.run.smithi131.stdout:mon is available 2024-04-15T20:29:56.928 INFO:teuthology.orchestra.run.smithi131.stdout:Assimilating anything we can from ceph.conf... 2024-04-15T20:29:57.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:29:57 smithi131 ceph-mon[24961]: from='client.? 172.21.15.131:0/758498159' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-15T20:29:57.562 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:29:57 smithi131 ceph-mon[24961]: from='client.? 172.21.15.131:0/758498159' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-15T20:29:58.339 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2024-04-15T20:29:58.339 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout [global] 2024-04-15T20:29:58.339 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout fsid = add79b0a-fb66-11ee-bc8f-c7b262605968 2024-04-15T20:29:58.339 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.131:3300,v1:172.21.15.131:6789] 2024-04-15T20:29:58.339 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-15T20:29:58.339 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-15T20:29:58.339 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-15T20:29:58.339 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-15T20:29:58.339 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2024-04-15T20:29:58.339 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-15T20:29:58.339 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-15T20:29:58.339 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2024-04-15T20:29:58.339 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout [osd] 2024-04-15T20:29:58.340 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-15T20:29:58.340 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-15T20:29:58.340 INFO:teuthology.orchestra.run.smithi131.stdout:Generating new minimal ceph.conf... 2024-04-15T20:29:59.814 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:29:59 smithi131 ceph-mon[24961]: from='client.? 172.21.15.131:0/2483290130' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:30:00.165 INFO:teuthology.orchestra.run.smithi131.stdout:Restarting the monitor... 2024-04-15T20:30:00.417 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:00 smithi131 systemd[1]: Stopping Ceph mon.smithi131 for add79b0a-fb66-11ee-bc8f-c7b262605968... 2024-04-15T20:30:00.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:00 smithi131 ceph-add79b0a-fb66-11ee-bc8f-c7b262605968-mon-smithi131[24956]: 2024-04-15T20:30:00.416+0000 7f75c2aad700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi131 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-15T20:30:00.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:00 smithi131 ceph-add79b0a-fb66-11ee-bc8f-c7b262605968-mon-smithi131[24956]: 2024-04-15T20:30:00.416+0000 7f75c2aad700 -1 mon.smithi131@0(leader) e1 *** Got Signal Terminated *** 2024-04-15T20:30:00.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:00 smithi131 podman[25206]: 2024-04-15 20:30:00.570049368 +0000 UTC m=+0.245869952 container died 14bbed65fd90b92043c4978a515f0b60e07cdbceeb4e303470a37ff8d1e6f597 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29, name=ceph-add79b0a-fb66-11ee-bc8f-c7b262605968-mon-smithi131, RELEASE=main-87dbfb6, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240409, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2) 2024-04-15T20:30:01.175 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:00 smithi131 podman[25206]: 2024-04-15 20:30:00.924141481 +0000 UTC m=+0.599962064 container cleanup 14bbed65fd90b92043c4978a515f0b60e07cdbceeb4e303470a37ff8d1e6f597 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29, name=ceph-add79b0a-fb66-11ee-bc8f-c7b262605968-mon-smithi131, CEPH_POINT_RELEASE=, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240409, GIT_CLEAN=True, RELEASE=main-87dbfb6, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-15T20:30:01.175 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:00 smithi131 bash[25206]: ceph-add79b0a-fb66-11ee-bc8f-c7b262605968-mon-smithi131 2024-04-15T20:30:01.542 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 podman[25220]: 2024-04-15 20:30:01.175414161 +0000 UTC m=+0.603719487 container remove 14bbed65fd90b92043c4978a515f0b60e07cdbceeb4e303470a37ff8d1e6f597 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29, name=ceph-add79b0a-fb66-11ee-bc8f-c7b262605968-mon-smithi131, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=main-87dbfb6, org.label-schema.build-date=20240409, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=) 2024-04-15T20:30:01.543 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 systemd[1]: ceph-add79b0a-fb66-11ee-bc8f-c7b262605968@mon.smithi131.service: Deactivated successfully. 2024-04-15T20:30:01.543 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 systemd[1]: Stopped Ceph mon.smithi131 for add79b0a-fb66-11ee-bc8f-c7b262605968. 2024-04-15T20:30:01.543 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 systemd[1]: Starting Ceph mon.smithi131 for add79b0a-fb66-11ee-bc8f-c7b262605968... 2024-04-15T20:30:01.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 podman[25315]: 2024-04-15 20:30:01.542884179 +0000 UTC m=+0.115394051 container create 8f7432c0f09083ff952740ca4985095312a6e1e916e1219ea06b9d0b538718eb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29, name=ceph-add79b0a-fb66-11ee-bc8f-c7b262605968-mon-smithi131, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240409, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=main-87dbfb6) 2024-04-15T20:30:01.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 podman[25315]: 2024-04-15 20:30:01.445655746 +0000 UTC m=+0.018165643 image pull a452a57266c718c37049de4c2da9a5e566bb7b9c6db62908ada4c8b0e854997b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 2024-04-15T20:30:01.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 podman[25315]: 2024-04-15 20:30:01.728670869 +0000 UTC m=+0.301180738 container init 8f7432c0f09083ff952740ca4985095312a6e1e916e1219ea06b9d0b538718eb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29, name=ceph-add79b0a-fb66-11ee-bc8f-c7b262605968-mon-smithi131, org.label-schema.license=GPLv2, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=main-87dbfb6, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240409) 2024-04-15T20:30:01.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 podman[25315]: 2024-04-15 20:30:01.732139269 +0000 UTC m=+0.304649139 container start 8f7432c0f09083ff952740ca4985095312a6e1e916e1219ea06b9d0b538718eb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29, name=ceph-add79b0a-fb66-11ee-bc8f-c7b262605968-mon-smithi131, RELEASE=main-87dbfb6, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240409, ceph=True, org.label-schema.license=GPLv2) 2024-04-15T20:30:01.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: set uid:gid to 167:167 (ceph:ceph) 2024-04-15T20:30:01.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: ceph version 19.0.0-3084-g87dbfb63 (87dbfb632e974cb2c28d17423071d2d833b53b29) squid (dev), process ceph-mon, pid 2 2024-04-15T20:30:01.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: pidfile_write: ignore empty --pid-file 2024-04-15T20:30:01.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: load: jerasure load: lrc 2024-04-15T20:30:01.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: RocksDB version: 7.9.2 2024-04-15T20:30:01.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Git sha 0 2024-04-15T20:30:01.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Compile date 2024-04-14 15:12:02 2024-04-15T20:30:01.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: DB SUMMARY 2024-04-15T20:30:01.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: DB Session ID: SXN3AJP7X7NZI1AGP5EY 2024-04-15T20:30:01.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: CURRENT file: CURRENT 2024-04-15T20:30:01.813 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: IDENTITY file: IDENTITY 2024-04-15T20:30:01.813 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-15T20:30:01.813 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi131/store.db dir, Total Num: 1, files: 000008.sst 2024-04-15T20:30:01.813 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi131/store.db: 000009.log size: 89397 ; 2024-04-15T20:30:01.813 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.error_if_exists: 0 2024-04-15T20:30:01.813 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.create_if_missing: 0 2024-04-15T20:30:01.813 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.paranoid_checks: 1 2024-04-15T20:30:01.813 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-15T20:30:01.813 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-15T20:30:01.813 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-15T20:30:01.813 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.env: 0x56017b0bacc0 2024-04-15T20:30:01.813 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.fs: PosixFileSystem 2024-04-15T20:30:01.813 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.info_log: 0x56017ce77ac0 2024-04-15T20:30:01.813 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.max_file_opening_threads: 16 2024-04-15T20:30:01.814 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.statistics: (nil) 2024-04-15T20:30:01.814 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.use_fsync: 0 2024-04-15T20:30:01.814 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.max_log_file_size: 0 2024-04-15T20:30:01.814 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-15T20:30:01.814 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-15T20:30:01.814 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.keep_log_file_num: 1000 2024-04-15T20:30:01.814 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.recycle_log_file_num: 0 2024-04-15T20:30:01.814 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.allow_fallocate: 1 2024-04-15T20:30:01.814 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.allow_mmap_reads: 0 2024-04-15T20:30:01.814 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.allow_mmap_writes: 0 2024-04-15T20:30:01.814 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.use_direct_reads: 0 2024-04-15T20:30:01.814 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-15T20:30:01.814 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.create_missing_column_families: 0 2024-04-15T20:30:01.814 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.db_log_dir: 2024-04-15T20:30:01.815 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.wal_dir: 2024-04-15T20:30:01.815 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-15T20:30:01.815 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-15T20:30:01.815 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-15T20:30:01.815 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-15T20:30:01.815 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-15T20:30:01.815 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-15T20:30:01.815 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.advise_random_on_open: 1 2024-04-15T20:30:01.815 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.db_write_buffer_size: 0 2024-04-15T20:30:01.815 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.write_buffer_manager: 0x56017ce461e0 2024-04-15T20:30:01.815 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-15T20:30:01.815 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-15T20:30:01.815 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-15T20:30:01.815 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.rate_limiter: (nil) 2024-04-15T20:30:01.815 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-15T20:30:01.817 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.wal_recovery_mode: 2 2024-04-15T20:30:01.817 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.enable_thread_tracking: 0 2024-04-15T20:30:01.817 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.enable_pipelined_write: 0 2024-04-15T20:30:01.817 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.unordered_write: 0 2024-04-15T20:30:01.817 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-15T20:30:01.817 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-15T20:30:01.817 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-15T20:30:01.817 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-15T20:30:01.817 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.row_cache: None 2024-04-15T20:30:01.817 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.wal_filter: None 2024-04-15T20:30:01.817 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-15T20:30:01.818 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.allow_ingest_behind: 0 2024-04-15T20:30:01.818 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.two_write_queues: 0 2024-04-15T20:30:01.818 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.manual_wal_flush: 0 2024-04-15T20:30:01.818 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.wal_compression: 0 2024-04-15T20:30:01.818 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.atomic_flush: 0 2024-04-15T20:30:01.818 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-15T20:30:01.818 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-15T20:30:01.818 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-15T20:30:01.818 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.log_readahead_size: 0 2024-04-15T20:30:01.818 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-15T20:30:01.818 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.best_efforts_recovery: 0 2024-04-15T20:30:01.818 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-15T20:30:01.818 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-15T20:30:01.818 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.allow_data_in_errors: 0 2024-04-15T20:30:01.819 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.db_host_id: __hostname__ 2024-04-15T20:30:01.819 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-15T20:30:01.819 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.max_background_jobs: 2 2024-04-15T20:30:01.819 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.max_background_compactions: -1 2024-04-15T20:30:01.819 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.max_subcompactions: 1 2024-04-15T20:30:01.819 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-15T20:30:01.819 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-15T20:30:01.819 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-15T20:30:01.819 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.max_total_wal_size: 0 2024-04-15T20:30:01.819 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-15T20:30:01.819 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-15T20:30:01.819 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-15T20:30:01.819 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-15T20:30:01.819 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.max_open_files: -1 2024-04-15T20:30:01.820 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.bytes_per_sync: 0 2024-04-15T20:30:01.820 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-15T20:30:01.820 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-15T20:30:01.820 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.compaction_readahead_size: 0 2024-04-15T20:30:01.820 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.max_background_flushes: -1 2024-04-15T20:30:01.820 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Compression algorithms supported: 2024-04-15T20:30:01.820 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-15T20:30:01.820 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: kZSTD supported: 0 2024-04-15T20:30:01.820 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: kXpressCompression supported: 0 2024-04-15T20:30:01.820 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: kLZ4HCCompression supported: 1 2024-04-15T20:30:01.820 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: kZlibCompression supported: 1 2024-04-15T20:30:01.820 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: kSnappyCompression supported: 1 2024-04-15T20:30:01.820 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: kLZ4Compression supported: 1 2024-04-15T20:30:01.820 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: kBZip2Compression supported: 0 2024-04-15T20:30:01.820 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-15T20:30:01.820 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-15T20:30:01.821 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi131/store.db/MANIFEST-000010 2024-04-15T20:30:01.821 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-15T20:30:01.821 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-15T20:30:01.821 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.merge_operator: 2024-04-15T20:30:01.821 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.compaction_filter: None 2024-04-15T20:30:01.821 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.compaction_filter_factory: None 2024-04-15T20:30:01.821 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.sst_partitioner_factory: None 2024-04-15T20:30:01.821 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-15T20:30:01.821 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-15T20:30:01.821 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56017ce77ca0) 2024-04-15T20:30:01.821 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: cache_index_and_filter_blocks: 1 2024-04-15T20:30:01.821 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-15T20:30:01.821 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-15T20:30:01.821 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: pin_top_level_index_and_filter: 1 2024-04-15T20:30:01.822 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: index_type: 0 2024-04-15T20:30:01.822 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: data_block_index_type: 0 2024-04-15T20:30:01.822 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: index_shortening: 1 2024-04-15T20:30:01.822 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-15T20:30:01.822 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: checksum: 4 2024-04-15T20:30:01.822 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: no_block_cache: 0 2024-04-15T20:30:01.822 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: block_cache: 0x56017ce79090 2024-04-15T20:30:01.822 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: block_cache_name: BinnedLRUCache 2024-04-15T20:30:01.822 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: block_cache_options: 2024-04-15T20:30:01.822 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: capacity : 536870912 2024-04-15T20:30:01.822 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: num_shard_bits : 4 2024-04-15T20:30:01.822 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: strict_capacity_limit : 0 2024-04-15T20:30:01.822 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: high_pri_pool_ratio: 0.000 2024-04-15T20:30:01.822 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: block_cache_compressed: (nil) 2024-04-15T20:30:01.822 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: persistent_cache: (nil) 2024-04-15T20:30:01.823 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: block_size: 4096 2024-04-15T20:30:01.823 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: block_size_deviation: 10 2024-04-15T20:30:01.823 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: block_restart_interval: 16 2024-04-15T20:30:01.823 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: index_block_restart_interval: 1 2024-04-15T20:30:01.823 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: metadata_block_size: 4096 2024-04-15T20:30:01.823 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: partition_filters: 0 2024-04-15T20:30:01.823 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: use_delta_encoding: 1 2024-04-15T20:30:01.823 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: filter_policy: bloomfilter 2024-04-15T20:30:01.823 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: whole_key_filtering: 1 2024-04-15T20:30:01.823 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: verify_compression: 0 2024-04-15T20:30:01.823 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: read_amp_bytes_per_bit: 0 2024-04-15T20:30:01.823 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: format_version: 5 2024-04-15T20:30:01.823 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: enable_index_compression: 1 2024-04-15T20:30:01.823 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: block_align: 0 2024-04-15T20:30:01.823 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: max_auto_readahead_size: 262144 2024-04-15T20:30:01.824 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: prepopulate_block_cache: 0 2024-04-15T20:30:01.824 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: initial_auto_readahead_size: 8192 2024-04-15T20:30:01.824 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: num_file_reads_for_auto_readahead: 2 2024-04-15T20:30:01.824 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.write_buffer_size: 33554432 2024-04-15T20:30:01.824 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.max_write_buffer_number: 2 2024-04-15T20:30:01.824 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.compression: NoCompression 2024-04-15T20:30:01.824 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.bottommost_compression: Disabled 2024-04-15T20:30:01.824 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.prefix_extractor: nullptr 2024-04-15T20:30:01.824 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-15T20:30:01.824 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.num_levels: 7 2024-04-15T20:30:01.824 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-15T20:30:01.824 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-15T20:30:01.824 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-15T20:30:01.824 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-15T20:30:01.824 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-15T20:30:01.825 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-15T20:30:01.825 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-15T20:30:01.825 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-15T20:30:01.825 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-15T20:30:01.825 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-15T20:30:01.825 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-15T20:30:01.825 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-15T20:30:01.825 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-15T20:30:01.825 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.compression_opts.level: 32767 2024-04-15T20:30:01.825 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.compression_opts.strategy: 0 2024-04-15T20:30:01.825 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-15T20:30:01.825 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-15T20:30:01.825 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-15T20:30:01.825 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-15T20:30:01.825 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.compression_opts.enabled: false 2024-04-15T20:30:01.825 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-15T20:30:01.826 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-15T20:30:01.826 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-15T20:30:01.826 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-15T20:30:01.826 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.target_file_size_base: 67108864 2024-04-15T20:30:01.826 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-15T20:30:01.826 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-15T20:30:01.826 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-15T20:30:01.826 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-15T20:30:01.826 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-15T20:30:01.826 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-15T20:30:01.826 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-15T20:30:01.826 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-15T20:30:01.826 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-15T20:30:01.826 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-15T20:30:01.826 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-15T20:30:01.827 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-15T20:30:01.827 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-15T20:30:01.827 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-15T20:30:01.827 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.arena_block_size: 1048576 2024-04-15T20:30:01.827 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-15T20:30:01.827 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-15T20:30:01.827 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.disable_auto_compactions: 0 2024-04-15T20:30:01.827 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-15T20:30:01.827 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-15T20:30:01.827 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-15T20:30:01.827 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-15T20:30:01.827 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-15T20:30:01.827 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-15T20:30:01.827 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-15T20:30:01.827 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-15T20:30:01.827 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-15T20:30:01.828 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-15T20:30:01.828 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-15T20:30:01.828 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.inplace_update_support: 0 2024-04-15T20:30:01.828 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-15T20:30:01.828 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-15T20:30:01.828 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-15T20:30:01.828 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-15T20:30:01.828 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.bloom_locality: 0 2024-04-15T20:30:01.828 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.max_successive_merges: 0 2024-04-15T20:30:01.828 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-15T20:30:01.828 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.paranoid_file_checks: 0 2024-04-15T20:30:01.828 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.force_consistency_checks: 1 2024-04-15T20:30:01.828 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.report_bg_io_stats: 0 2024-04-15T20:30:01.828 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.ttl: 2592000 2024-04-15T20:30:01.829 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-15T20:30:01.829 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-15T20:30:01.829 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-15T20:30:01.829 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.enable_blob_files: false 2024-04-15T20:30:01.829 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.min_blob_size: 0 2024-04-15T20:30:01.829 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.blob_file_size: 268435456 2024-04-15T20:30:01.829 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-15T20:30:01.829 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-15T20:30:01.829 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-15T20:30:01.829 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-15T20:30:01.829 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-15T20:30:01.829 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.blob_file_starting_level: 0 2024-04-15T20:30:01.829 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-15T20:30:01.829 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi131/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-04-15T20:30:01.830 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-15T20:30:01.830 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 021a429a-0e85-4491-8399-5c50ab89299d 2024-04-15T20:30:01.830 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713213001761598, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-15T20:30:01.830 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-15T20:30:01.830 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713213001762467, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 86123, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 84270, "index_size": 237, "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": 10058, "raw_average_key_size": 46, "raw_value_size": 78501, "raw_average_value_size": 365, "num_data_blocks": 11, "num_entries": 215, "num_filter_entries": 215, "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": 1713213001, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "021a429a-0e85-4491-8399-5c50ab89299d", "db_session_id": "SXN3AJP7X7NZI1AGP5EY", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-15T20:30:01.830 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713213001762551, "job": 1, "event": "recovery_finished"} 2024-04-15T20:30:01.830 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-15T20:30:01.830 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi131/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-15T20:30:01.830 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56017cf66000 2024-04-15T20:30:01.830 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: DB pointer 0x56017cf50000 2024-04-15T20:30:01.830 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-15T20:30:01.830 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-15T20:30:01.830 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: ** DB Stats ** 2024-04-15T20:30:01.830 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-15T20:30:01.830 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-15T20:30:01.831 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-15T20:30:01.831 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-15T20:30:01.831 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-15T20:30:01.831 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-15T20:30:01.831 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-15T20:30:01.831 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: 2024-04-15T20:30:01.831 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: ** Compaction Stats [default] ** 2024-04-15T20:30:01.831 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-15T20:30:01.831 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-15T20:30:01.831 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: L0 2/0 86.00 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 151.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-15T20:30:01.831 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: Sum 2/0 86.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 151.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-15T20:30:01.831 INFO:journalctl@ceph.mon.smithi131.smithi131.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 151.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-15T20:30:01.831 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: 2024-04-15T20:30:01.831 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: ** Compaction Stats [default] ** 2024-04-15T20:30:01.831 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-15T20:30:01.832 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-15T20:30:01.832 INFO:journalctl@ceph.mon.smithi131.smithi131.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 151.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-15T20:30:01.832 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: 2024-04-15T20:30:01.832 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-15T20:30:01.832 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: 2024-04-15T20:30:01.832 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-15T20:30:01.832 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-15T20:30:01.832 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-15T20:30:01.832 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-15T20:30:01.832 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-15T20:30:01.832 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-15T20:30:01.832 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: Cumulative compaction: 0.00 GB write, 26.78 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-15T20:30:01.832 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: Interval compaction: 0.00 GB write, 26.78 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-15T20:30:01.832 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-15T20:30:01.832 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: Block cache BinnedLRUCache@0x56017ce79090#2 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-04-15T20:30:01.833 INFO:journalctl@ceph.mon.smithi131.smithi131.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-04-15T20:30:01.833 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: 2024-04-15T20:30:01.833 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-15T20:30:01.833 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: starting mon.smithi131 rank 0 at public addrs [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] at bind addrs [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi131 fsid add79b0a-fb66-11ee-bc8f-c7b262605968 2024-04-15T20:30:01.833 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: mon.smithi131@-1(???) e1 preinit fsid add79b0a-fb66-11ee-bc8f-c7b262605968 2024-04-15T20:30:01.833 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: mon.smithi131@-1(???).mds e1 new map 2024-04-15T20:30:01.833 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: mon.smithi131@-1(???).mds e1 print_map 2024-04-15T20:30:01.833 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: e1 2024-04-15T20:30:01.833 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-15T20:30:01.833 INFO:journalctl@ceph.mon.smithi131.smithi131.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,11=minor log segments,12=quiesce subvolumes} 2024-04-15T20:30:01.833 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: legacy client fscid: -1 2024-04-15T20:30:01.833 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: 2024-04-15T20:30:01.833 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout: No filesystems configured 2024-04-15T20:30:01.833 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: mon.smithi131@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-15T20:30:01.833 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: mon.smithi131@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-15T20:30:01.834 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: mon.smithi131@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-15T20:30:01.834 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: mon.smithi131@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-15T20:30:01.834 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: mon.smithi131@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-15T20:30:01.834 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 bash[25315]: 8f7432c0f09083ff952740ca4985095312a6e1e916e1219ea06b9d0b538718eb 2024-04-15T20:30:01.834 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 systemd[1]: Started Ceph mon.smithi131 for add79b0a-fb66-11ee-bc8f-c7b262605968. 2024-04-15T20:30:01.834 INFO:teuthology.orchestra.run.smithi131.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-15T20:30:02.140 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: mon.smithi131 is new leader, mons smithi131 in quorum (ranks 0) 2024-04-15T20:30:02.140 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: monmap epoch 1 2024-04-15T20:30:02.140 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: fsid add79b0a-fb66-11ee-bc8f-c7b262605968 2024-04-15T20:30:02.140 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: last_changed 2024-04-15T20:29:44.072905+0000 2024-04-15T20:30:02.140 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: created 2024-04-15T20:29:44.072905+0000 2024-04-15T20:30:02.140 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: min_mon_release 19 (squid) 2024-04-15T20:30:02.140 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: election_strategy: 1 2024-04-15T20:30:02.140 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: 0: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.smithi131 2024-04-15T20:30:02.140 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: fsmap 2024-04-15T20:30:02.141 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: osdmap e1: 0 total, 0 up, 0 in 2024-04-15T20:30:02.141 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:01 smithi131 ceph-mon[25334]: mgrmap e1: no daemons active 2024-04-15T20:30:02.846 INFO:teuthology.orchestra.run.smithi131.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-15T20:30:02.868 INFO:teuthology.orchestra.run.smithi131.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-15T20:30:02.868 INFO:teuthology.orchestra.run.smithi131.stdout:Creating mgr... 2024-04-15T20:30:02.868 INFO:teuthology.orchestra.run.smithi131.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-15T20:30:02.869 INFO:teuthology.orchestra.run.smithi131.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-15T20:30:02.869 INFO:teuthology.orchestra.run.smithi131.stdout:Verifying port 0.0.0.0:8443 ... 2024-04-15T20:30:03.126 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-add79b0a-fb66-11ee-bc8f-c7b262605968@mgr.smithi131.nzhwkl 2024-04-15T20:30:03.126 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Failed to reset failed state of unit ceph-add79b0a-fb66-11ee-bc8f-c7b262605968@mgr.smithi131.nzhwkl.service: Unit ceph-add79b0a-fb66-11ee-bc8f-c7b262605968@mgr.smithi131.nzhwkl.service not loaded. 2024-04-15T20:30:03.285 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-add79b0a-fb66-11ee-bc8f-c7b262605968.target.wants/ceph-add79b0a-fb66-11ee-bc8f-c7b262605968@mgr.smithi131.nzhwkl.service → /etc/systemd/system/ceph-add79b0a-fb66-11ee-bc8f-c7b262605968@.service. 2024-04-15T20:30:03.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:03 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/4075693984' entity='client.admin' 2024-04-15T20:30:03.906 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-15T20:30:03.906 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout disabled 2024-04-15T20:30:03.911 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-15T20:30:03.911 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout inactive 2024-04-15T20:30:03.911 INFO:teuthology.orchestra.run.smithi131.stdout:firewalld.service is not enabled 2024-04-15T20:30:03.911 INFO:teuthology.orchestra.run.smithi131.stdout:Not possible to enable service . firewalld.service is not available 2024-04-15T20:30:03.919 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-15T20:30:03.919 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout disabled 2024-04-15T20:30:03.927 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-15T20:30:03.927 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout inactive 2024-04-15T20:30:03.928 INFO:teuthology.orchestra.run.smithi131.stdout:firewalld.service is not enabled 2024-04-15T20:30:03.928 INFO:teuthology.orchestra.run.smithi131.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-04-15T20:30:03.928 INFO:teuthology.orchestra.run.smithi131.stdout:Waiting for mgr to start... 2024-04-15T20:30:03.928 INFO:teuthology.orchestra.run.smithi131.stdout:Waiting for mgr... 2024-04-15T20:30:04.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:04 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/3782721030' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-15T20:30:05.369 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2024-04-15T20:30:05.369 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout { 2024-04-15T20:30:05.369 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "fsid": "add79b0a-fb66-11ee-bc8f-c7b262605968", 2024-04-15T20:30:05.369 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "health": { 2024-04-15T20:30:05.369 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-15T20:30:05.369 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-15T20:30:05.369 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-15T20:30:05.369 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:30:05.369 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-15T20:30:05.369 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-15T20:30:05.369 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 0 2024-04-15T20:30:05.369 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2024-04-15T20:30:05.370 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-15T20:30:05.370 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "smithi131" 2024-04-15T20:30:05.370 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2024-04-15T20:30:05.370 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-15T20:30:05.370 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-15T20:30:05.370 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T20:30:05.370 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-15T20:30:05.370 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-15T20:30:05.370 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:30:05.371 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-15T20:30:05.371 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T20:30:05.371 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-15T20:30:05.371 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-15T20:30:05.371 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-15T20:30:05.371 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-15T20:30:05.371 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-15T20:30:05.371 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-15T20:30:05.371 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:30:05.371 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-15T20:30:05.376 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-15T20:30:05.376 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-15T20:30:05.376 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-15T20:30:05.376 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-15T20:30:05.376 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-15T20:30:05.376 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-15T20:30:05.376 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-15T20:30:05.376 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-15T20:30:05.376 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:30:05.376 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-15T20:30:05.376 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T20:30:05.376 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-15T20:30:05.376 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-15T20:30:05.376 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:30:05.377 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-15T20:30:05.377 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-15T20:30:05.377 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-15T20:30:05.377 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-15T20:30:05.377 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-15T20:30:05.377 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-15T20:30:05.377 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "restful" 2024-04-15T20:30:05.377 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2024-04-15T20:30:05.377 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-15T20:30:05.377 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:30:05.377 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-15T20:30:05.377 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T20:30:05.377 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "modified": "2024-04-15T20:29:55.428652+0000", 2024-04-15T20:30:05.377 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-15T20:30:05.377 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:30:05.378 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-15T20:30:05.378 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout } 2024-04-15T20:30:05.378 INFO:teuthology.orchestra.run.smithi131.stdout:mgr not available, waiting (1/15)... 2024-04-15T20:30:08.216 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:07 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/156494318' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-15T20:30:08.522 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2024-04-15T20:30:08.522 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout { 2024-04-15T20:30:08.522 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "fsid": "add79b0a-fb66-11ee-bc8f-c7b262605968", 2024-04-15T20:30:08.522 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "health": { 2024-04-15T20:30:08.522 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-15T20:30:08.522 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-15T20:30:08.523 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-15T20:30:08.523 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:30:08.523 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-15T20:30:08.523 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-15T20:30:08.523 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 0 2024-04-15T20:30:08.523 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2024-04-15T20:30:08.523 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-15T20:30:08.523 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "smithi131" 2024-04-15T20:30:08.523 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2024-04-15T20:30:08.523 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-15T20:30:08.523 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-15T20:30:08.524 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T20:30:08.524 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-15T20:30:08.524 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-15T20:30:08.524 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:30:08.524 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-15T20:30:08.524 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T20:30:08.524 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-15T20:30:08.524 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-15T20:30:08.524 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-15T20:30:08.524 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-15T20:30:08.524 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-15T20:30:08.524 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-15T20:30:08.524 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:30:08.524 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-15T20:30:08.524 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-15T20:30:08.525 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-15T20:30:08.525 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-15T20:30:08.525 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-15T20:30:08.525 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-15T20:30:08.525 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-15T20:30:08.525 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-15T20:30:08.525 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-15T20:30:08.525 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:30:08.525 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-15T20:30:08.525 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T20:30:08.525 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-15T20:30:08.525 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-15T20:30:08.525 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:30:08.525 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-15T20:30:08.525 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-15T20:30:08.525 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-15T20:30:08.526 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-15T20:30:08.526 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-15T20:30:08.526 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-15T20:30:08.526 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "restful" 2024-04-15T20:30:08.526 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2024-04-15T20:30:08.526 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-15T20:30:08.526 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:30:08.526 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-15T20:30:08.526 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T20:30:08.526 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "modified": "2024-04-15T20:29:55.428652+0000", 2024-04-15T20:30:08.526 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-15T20:30:08.526 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:30:08.527 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-15T20:30:08.527 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout } 2024-04-15T20:30:08.527 INFO:teuthology.orchestra.run.smithi131.stdout:mgr not available, waiting (2/15)... 2024-04-15T20:30:10.949 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:10 smithi131 ceph-mon[25334]: Activating manager daemon smithi131.nzhwkl 2024-04-15T20:30:10.949 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:10 smithi131 ceph-mon[25334]: mgrmap e2: smithi131.nzhwkl(active, starting, since 0.00326371s) 2024-04-15T20:30:10.949 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:10 smithi131 ceph-mon[25334]: from='mgr.14100 172.21.15.131:0/2150564971' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-15T20:30:10.949 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:10 smithi131 ceph-mon[25334]: from='mgr.14100 172.21.15.131:0/2150564971' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-15T20:30:10.949 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:10 smithi131 ceph-mon[25334]: from='mgr.14100 172.21.15.131:0/2150564971' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-15T20:30:10.949 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:10 smithi131 ceph-mon[25334]: from='mgr.14100 172.21.15.131:0/2150564971' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-04-15T20:30:10.949 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:10 smithi131 ceph-mon[25334]: from='mgr.14100 172.21.15.131:0/2150564971' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mgr metadata", "who": "smithi131.nzhwkl", "id": "smithi131.nzhwkl"}]: dispatch 2024-04-15T20:30:10.949 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:10 smithi131 ceph-mon[25334]: Manager daemon smithi131.nzhwkl is now available 2024-04-15T20:30:10.949 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:10 smithi131 ceph-mon[25334]: from='mgr.14100 172.21.15.131:0/2150564971' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi131.nzhwkl/mirror_snapshot_schedule"}]: dispatch 2024-04-15T20:30:10.949 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:10 smithi131 ceph-mon[25334]: from='mgr.14100 172.21.15.131:0/2150564971' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi131.nzhwkl/trash_purge_schedule"}]: dispatch 2024-04-15T20:30:10.949 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:10 smithi131 ceph-mon[25334]: from='mgr.14100 172.21.15.131:0/2150564971' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:30:10.950 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:10 smithi131 ceph-mon[25334]: from='mgr.14100 172.21.15.131:0/2150564971' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:30:10.950 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:10 smithi131 ceph-mon[25334]: from='mgr.14100 172.21.15.131:0/2150564971' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:30:11.656 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2024-04-15T20:30:11.656 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout { 2024-04-15T20:30:11.656 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "fsid": "add79b0a-fb66-11ee-bc8f-c7b262605968", 2024-04-15T20:30:11.656 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "health": { 2024-04-15T20:30:11.656 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-15T20:30:11.657 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-15T20:30:11.657 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-15T20:30:11.657 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:30:11.657 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-15T20:30:11.657 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-15T20:30:11.657 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 0 2024-04-15T20:30:11.657 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2024-04-15T20:30:11.657 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-15T20:30:11.657 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "smithi131" 2024-04-15T20:30:11.657 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2024-04-15T20:30:11.657 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-04-15T20:30:11.657 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-15T20:30:11.658 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T20:30:11.658 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-15T20:30:11.658 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-15T20:30:11.658 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:30:11.658 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-15T20:30:11.658 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T20:30:11.658 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-15T20:30:11.658 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-15T20:30:11.658 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-15T20:30:11.658 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-15T20:30:11.658 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-15T20:30:11.659 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-15T20:30:11.662 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:30:11.662 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-15T20:30:11.662 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-15T20:30:11.662 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-15T20:30:11.662 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-15T20:30:11.662 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-15T20:30:11.662 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-15T20:30:11.662 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-15T20:30:11.662 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-15T20:30:11.663 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-15T20:30:11.663 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:30:11.663 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-15T20:30:11.663 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T20:30:11.663 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-15T20:30:11.663 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-15T20:30:11.663 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:30:11.663 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-15T20:30:11.663 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-15T20:30:11.663 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-15T20:30:11.663 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-15T20:30:11.663 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-15T20:30:11.663 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-15T20:30:11.663 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "restful" 2024-04-15T20:30:11.663 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2024-04-15T20:30:11.663 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-15T20:30:11.664 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:30:11.664 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-15T20:30:11.664 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T20:30:11.664 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "modified": "2024-04-15T20:29:55.428652+0000", 2024-04-15T20:30:11.664 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-15T20:30:11.664 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:30:11.664 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-15T20:30:11.664 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout } 2024-04-15T20:30:11.664 INFO:teuthology.orchestra.run.smithi131.stdout:mgr not available, waiting (3/15)... 2024-04-15T20:30:12.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:11 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/1249381944' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-15T20:30:12.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:11 smithi131 ceph-mon[25334]: mgrmap e3: smithi131.nzhwkl(active, since 1.00752s) 2024-04-15T20:30:14.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:13 smithi131 ceph-mon[25334]: mgrmap e4: smithi131.nzhwkl(active, since 2s) 2024-04-15T20:30:14.962 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2024-04-15T20:30:14.962 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout { 2024-04-15T20:30:14.962 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "fsid": "add79b0a-fb66-11ee-bc8f-c7b262605968", 2024-04-15T20:30:14.962 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "health": { 2024-04-15T20:30:14.962 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-15T20:30:14.962 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-15T20:30:14.962 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-15T20:30:14.962 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:30:14.962 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-15T20:30:14.963 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-15T20:30:14.963 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 0 2024-04-15T20:30:14.963 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2024-04-15T20:30:14.963 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-15T20:30:14.963 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "smithi131" 2024-04-15T20:30:14.963 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2024-04-15T20:30:14.963 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2024-04-15T20:30:14.963 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-15T20:30:14.963 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T20:30:14.963 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-15T20:30:14.963 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-15T20:30:14.963 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:30:14.963 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-15T20:30:14.963 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T20:30:14.963 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-15T20:30:14.963 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-15T20:30:14.964 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-15T20:30:14.974 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-15T20:30:14.975 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-15T20:30:14.975 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-15T20:30:14.975 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:30:14.975 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-15T20:30:14.975 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-15T20:30:14.975 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-15T20:30:14.975 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-15T20:30:14.975 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-15T20:30:14.975 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-15T20:30:14.975 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-15T20:30:14.976 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-15T20:30:14.976 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-15T20:30:14.976 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:30:14.976 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-15T20:30:14.976 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T20:30:14.976 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-15T20:30:14.976 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-15T20:30:14.976 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:30:14.983 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-15T20:30:14.983 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-15T20:30:14.983 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-15T20:30:14.983 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-15T20:30:14.983 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-15T20:30:14.983 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-15T20:30:14.983 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "restful" 2024-04-15T20:30:14.983 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2024-04-15T20:30:14.983 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-15T20:30:14.983 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:30:14.984 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-15T20:30:14.984 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T20:30:14.984 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "modified": "2024-04-15T20:29:55.428652+0000", 2024-04-15T20:30:14.984 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-15T20:30:14.984 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2024-04-15T20:30:14.984 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-15T20:30:14.984 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout } 2024-04-15T20:30:14.984 INFO:teuthology.orchestra.run.smithi131.stdout:mgr is available 2024-04-15T20:30:15.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:14 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/3355827429' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-15T20:30:16.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:15 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/4194410013' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-15T20:30:16.126 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2024-04-15T20:30:16.126 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout [global] 2024-04-15T20:30:16.126 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout fsid = add79b0a-fb66-11ee-bc8f-c7b262605968 2024-04-15T20:30:16.126 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-15T20:30:16.126 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-15T20:30:16.126 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-15T20:30:16.126 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-15T20:30:16.126 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2024-04-15T20:30:16.126 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-15T20:30:16.126 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-15T20:30:16.127 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2024-04-15T20:30:16.127 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout [osd] 2024-04-15T20:30:16.127 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-15T20:30:16.127 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-15T20:30:16.127 INFO:teuthology.orchestra.run.smithi131.stdout:Enabling cephadm module... 2024-04-15T20:30:17.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:16 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/277874835' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-15T20:30:17.990 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:17 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/277874835' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-15T20:30:17.990 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:17 smithi131 ceph-mon[25334]: mgrmap e5: smithi131.nzhwkl(active, since 6s) 2024-04-15T20:30:18.818 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:18 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/1307909490' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-15T20:30:18.822 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout { 2024-04-15T20:30:18.822 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-15T20:30:18.822 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-15T20:30:18.822 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "active_name": "smithi131.nzhwkl", 2024-04-15T20:30:18.822 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-15T20:30:18.822 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout } 2024-04-15T20:30:18.822 INFO:teuthology.orchestra.run.smithi131.stdout:Waiting for the mgr to restart... 2024-04-15T20:30:18.822 INFO:teuthology.orchestra.run.smithi131.stdout:Waiting for mgr epoch 5... 2024-04-15T20:30:24.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:23 smithi131 ceph-mon[25334]: Active manager daemon smithi131.nzhwkl restarted 2024-04-15T20:30:24.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:23 smithi131 ceph-mon[25334]: Activating manager daemon smithi131.nzhwkl 2024-04-15T20:30:24.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:23 smithi131 ceph-mon[25334]: osdmap e2: 0 total, 0 up, 0 in 2024-04-15T20:30:24.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:23 smithi131 ceph-mon[25334]: mgrmap e6: smithi131.nzhwkl(active, starting, since 0.00325539s) 2024-04-15T20:30:24.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:23 smithi131 ceph-mon[25334]: from='mgr.14120 172.21.15.131:0/2254661743' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-04-15T20:30:24.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:23 smithi131 ceph-mon[25334]: from='mgr.14120 172.21.15.131:0/2254661743' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mgr metadata", "who": "smithi131.nzhwkl", "id": "smithi131.nzhwkl"}]: dispatch 2024-04-15T20:30:24.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:23 smithi131 ceph-mon[25334]: from='mgr.14120 172.21.15.131:0/2254661743' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-15T20:30:24.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:23 smithi131 ceph-mon[25334]: from='mgr.14120 172.21.15.131:0/2254661743' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-15T20:30:24.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:23 smithi131 ceph-mon[25334]: from='mgr.14120 172.21.15.131:0/2254661743' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-15T20:30:24.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:23 smithi131 ceph-mon[25334]: Manager daemon smithi131.nzhwkl is now available 2024-04-15T20:30:24.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:23 smithi131 ceph-mon[25334]: from='mgr.14120 172.21.15.131:0/2254661743' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:30:24.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:23 smithi131 ceph-mon[25334]: from='mgr.14120 172.21.15.131:0/2254661743' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:30:24.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:23 smithi131 ceph-mon[25334]: from='mgr.14120 172.21.15.131:0/2254661743' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:30:24.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:23 smithi131 ceph-mon[25334]: from='mgr.14120 172.21.15.131:0/2254661743' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:30:24.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:23 smithi131 ceph-mon[25334]: from='mgr.14120 172.21.15.131:0/2254661743' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi131.nzhwkl/mirror_snapshot_schedule"}]: dispatch 2024-04-15T20:30:24.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:23 smithi131 ceph-mon[25334]: from='mgr.14120 172.21.15.131:0/2254661743' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi131.nzhwkl/trash_purge_schedule"}]: dispatch 2024-04-15T20:30:25.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:24 smithi131 ceph-mon[25334]: Found migration_current of "None". Setting to last migration. 2024-04-15T20:30:25.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:24 smithi131 ceph-mon[25334]: from='mgr.14120 172.21.15.131:0/2254661743' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:30:25.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:24 smithi131 ceph-mon[25334]: from='mgr.14120 172.21.15.131:0/2254661743' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:30:25.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:24 smithi131 ceph-mon[25334]: mgrmap e7: smithi131.nzhwkl(active, since 1.00537s) 2024-04-15T20:30:25.345 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout { 2024-04-15T20:30:25.345 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-15T20:30:25.345 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-15T20:30:25.345 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout } 2024-04-15T20:30:25.345 INFO:teuthology.orchestra.run.smithi131.stdout:mgr epoch 5 is available 2024-04-15T20:30:25.345 INFO:teuthology.orchestra.run.smithi131.stdout:Setting orchestrator backend to cephadm... 2024-04-15T20:30:25.976 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:25 smithi131 ceph-mon[25334]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-15T20:30:25.976 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:25 smithi131 ceph-mon[25334]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-15T20:30:25.976 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:25 smithi131 ceph-mon[25334]: from='mgr.14120 172.21.15.131:0/2254661743' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:30:26.860 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:26 smithi131 ceph-mon[25334]: [15/Apr/2024:20:30:24] ENGINE Bus STARTING 2024-04-15T20:30:26.860 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:26 smithi131 ceph-mon[25334]: [15/Apr/2024:20:30:25] ENGINE Serving on http://172.21.15.131:8765 2024-04-15T20:30:26.860 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:26 smithi131 ceph-mon[25334]: [15/Apr/2024:20:30:25] ENGINE Serving on https://172.21.15.131:7150 2024-04-15T20:30:26.860 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:26 smithi131 ceph-mon[25334]: [15/Apr/2024:20:30:25] ENGINE Bus STARTED 2024-04-15T20:30:26.860 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:26 smithi131 ceph-mon[25334]: mgrmap e8: smithi131.nzhwkl(active, since 2s) 2024-04-15T20:30:26.860 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:26 smithi131 ceph-mon[25334]: from='mgr.14120 172.21.15.131:0/2254661743' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:30:26.860 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:26 smithi131 ceph-mon[25334]: from='mgr.14120 172.21.15.131:0/2254661743' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:30:27.665 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-15T20:30:27.665 INFO:teuthology.orchestra.run.smithi131.stdout:Generating ssh key... 2024-04-15T20:30:27.957 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:27 smithi131 ceph-mon[25334]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:30:29.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:28 smithi131 ceph-mon[25334]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:30:29.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:28 smithi131 ceph-mon[25334]: from='mgr.14120 172.21.15.131:0/2254661743' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:30:29.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:28 smithi131 ceph-mon[25334]: from='mgr.14120 172.21.15.131:0/2254661743' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:30:30.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:29 smithi131 ceph-mon[25334]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:30:30.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:29 smithi131 ceph-mon[25334]: Generating ssh key... 2024-04-15T20:30:30.320 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCu33aQQCZ3ITlmxBzLQUMq/a8/mZtPTLZ9FiS+5YhMgJTTdSqEzfd/IwgylLEpTUHmnY6UXqU3MishyoRnAwn0fUPgxI9nvr83ZDoW7xtU6vme03o6GWHwqs84z2J706l0mYbvk2iwtNwlH//61bWKpWSnK69/LqJ82FUeENQ0gmTLbqFWfx35UN+yLbUk+Br25yfwp4wf4/w9acNESn5tzY1uJQgOwoSTyyHXGMtmE48LkQtC1XJnJqC1B/lLkoww3xiguw/CgM31wop6x6FPxzZd25ulEAPsEPGLS8U0r7GIQiROZPBvPLU0G7oFUQYWrfXd0lLJZQRMPNruTDMMWwV1PAUBOFxhd6UG0qiOAwMeTgbrxzvQmjIyef/P7XUy6ugIDMhtQYsgWv5X55We3XnQ/arcWQsyo0EbKYvE58F771btBwOe2EuTKnKAR8d++h24GxEA5V4YHmu3SsYCZCkLD4QKKHSoXmlbbGh6t29wHpoM0CN9Le6swLzx/BU= ceph-add79b0a-fb66-11ee-bc8f-c7b262605968 2024-04-15T20:30:30.320 INFO:teuthology.orchestra.run.smithi131.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-15T20:30:30.320 INFO:teuthology.orchestra.run.smithi131.stdout:Adding key to root@localhost authorized_keys... 2024-04-15T20:30:30.320 INFO:teuthology.orchestra.run.smithi131.stdout:Adding host smithi131... 2024-04-15T20:30:30.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:30 smithi131 ceph-mon[25334]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:30:32.162 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:31 smithi131 ceph-mon[25334]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi131", "addr": "172.21.15.131", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:30:32.162 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:31 smithi131 ceph-mon[25334]: Deploying cephadm binary to smithi131 2024-04-15T20:30:35.811 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout Added host 'smithi131' with addr '172.21.15.131' 2024-04-15T20:30:35.811 INFO:teuthology.orchestra.run.smithi131.stdout:Deploying mon service with default placement... 2024-04-15T20:30:36.509 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:36 smithi131 ceph-mon[25334]: from='mgr.14120 172.21.15.131:0/2254661743' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:30:36.509 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:36 smithi131 ceph-mon[25334]: Added host smithi131 2024-04-15T20:30:36.509 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:36 smithi131 ceph-mon[25334]: from='mgr.14120 172.21.15.131:0/2254661743' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:30:37.229 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-15T20:30:37.229 INFO:teuthology.orchestra.run.smithi131.stdout:Deploying mgr service with default placement... 2024-04-15T20:30:37.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:37 smithi131 ceph-mon[25334]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:30:37.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:37 smithi131 ceph-mon[25334]: Saving service mon spec with placement count:5 2024-04-15T20:30:37.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:37 smithi131 ceph-mon[25334]: from='mgr.14120 172.21.15.131:0/2254661743' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:30:38.963 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:38 smithi131 ceph-mon[25334]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:30:38.963 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:38 smithi131 ceph-mon[25334]: Saving service mgr spec with placement count:2 2024-04-15T20:30:38.963 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:38 smithi131 ceph-mon[25334]: from='mgr.14120 172.21.15.131:0/2254661743' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:30:38.963 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:38 smithi131 ceph-mon[25334]: from='mgr.14120 172.21.15.131:0/2254661743' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:30:39.241 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-15T20:30:39.241 INFO:teuthology.orchestra.run.smithi131.stdout:Deploying crash service with default placement... 2024-04-15T20:30:40.539 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2024-04-15T20:30:40.539 INFO:teuthology.orchestra.run.smithi131.stdout:Deploying ceph-exporter service with default placement... 2024-04-15T20:30:40.637 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:40 smithi131 ceph-mon[25334]: from='mgr.14120 172.21.15.131:0/2254661743' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:30:40.637 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:40 smithi131 ceph-mon[25334]: from='mgr.14120 172.21.15.131:0/2254661743' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:30:41.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:41 smithi131 ceph-mon[25334]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:30:41.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:41 smithi131 ceph-mon[25334]: Saving service crash spec with placement * 2024-04-15T20:30:41.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:41 smithi131 ceph-mon[25334]: from='mgr.14120 172.21.15.131:0/2254661743' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:30:42.240 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2024-04-15T20:30:42.240 INFO:teuthology.orchestra.run.smithi131.stdout:Deploying prometheus service with default placement... 2024-04-15T20:30:42.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:42 smithi131 ceph-mon[25334]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:30:42.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:42 smithi131 ceph-mon[25334]: Saving service ceph-exporter spec with placement * 2024-04-15T20:30:42.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:42 smithi131 ceph-mon[25334]: from='mgr.14120 172.21.15.131:0/2254661743' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:30:43.497 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-04-15T20:30:43.497 INFO:teuthology.orchestra.run.smithi131.stdout:Deploying grafana service with default placement... 2024-04-15T20:30:44.110 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:43 smithi131 ceph-mon[25334]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:30:44.110 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:43 smithi131 ceph-mon[25334]: Saving service prometheus spec with placement count:1 2024-04-15T20:30:44.110 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:43 smithi131 ceph-mon[25334]: from='mgr.14120 172.21.15.131:0/2254661743' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:30:44.110 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:43 smithi131 ceph-mon[25334]: from='mgr.14120 172.21.15.131:0/2254661743' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:30:44.111 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:43 smithi131 ceph-mon[25334]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:30:44.747 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2024-04-15T20:30:44.747 INFO:teuthology.orchestra.run.smithi131.stdout:Deploying node-exporter service with default placement... 2024-04-15T20:30:45.465 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:45 smithi131 ceph-mon[25334]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:30:45.465 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:45 smithi131 ceph-mon[25334]: Saving service grafana spec with placement count:1 2024-04-15T20:30:45.465 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:45 smithi131 ceph-mon[25334]: from='mgr.14120 172.21.15.131:0/2254661743' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:30:46.383 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-04-15T20:30:46.383 INFO:teuthology.orchestra.run.smithi131.stdout:Deploying alertmanager service with default placement... 2024-04-15T20:30:47.050 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:46 smithi131 ceph-mon[25334]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:30:47.050 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:46 smithi131 ceph-mon[25334]: Saving service node-exporter spec with placement * 2024-04-15T20:30:47.050 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:46 smithi131 ceph-mon[25334]: from='mgr.14120 172.21.15.131:0/2254661743' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:30:47.050 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:46 smithi131 ceph-mon[25334]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:30:47.597 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-04-15T20:30:48.259 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:48 smithi131 ceph-mon[25334]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:30:48.259 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:48 smithi131 ceph-mon[25334]: Saving service alertmanager spec with placement count:1 2024-04-15T20:30:48.259 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:48 smithi131 ceph-mon[25334]: from='mgr.14120 172.21.15.131:0/2254661743' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:30:48.259 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:48 smithi131 ceph-mon[25334]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:30:49.271 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:49 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/2917460039' entity='client.admin' 2024-04-15T20:30:50.135 INFO:teuthology.orchestra.run.smithi131.stdout:Enabling the dashboard module... 2024-04-15T20:30:50.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:50 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/1791038148' entity='client.admin' 2024-04-15T20:30:50.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:50 smithi131 ceph-mon[25334]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:30:51.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:51 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/101096499' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-15T20:30:52.750 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:52 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/101096499' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-15T20:30:52.751 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:52 smithi131 ceph-mon[25334]: mgrmap e9: smithi131.nzhwkl(active, since 27s) 2024-04-15T20:30:53.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:53 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/560083229' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-15T20:30:53.673 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout { 2024-04-15T20:30:53.673 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-15T20:30:53.674 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-15T20:30:53.674 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "active_name": "smithi131.nzhwkl", 2024-04-15T20:30:53.674 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-15T20:30:53.674 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout } 2024-04-15T20:30:53.674 INFO:teuthology.orchestra.run.smithi131.stdout:Waiting for the mgr to restart... 2024-04-15T20:30:53.674 INFO:teuthology.orchestra.run.smithi131.stdout:Waiting for mgr epoch 9... 2024-04-15T20:30:58.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:58 smithi131 ceph-mon[25334]: Active manager daemon smithi131.nzhwkl restarted 2024-04-15T20:30:58.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:58 smithi131 ceph-mon[25334]: Activating manager daemon smithi131.nzhwkl 2024-04-15T20:30:58.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:58 smithi131 ceph-mon[25334]: osdmap e3: 0 total, 0 up, 0 in 2024-04-15T20:30:58.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:58 smithi131 ceph-mon[25334]: mgrmap e10: smithi131.nzhwkl(active, starting, since 0.0036005s) 2024-04-15T20:30:58.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:58 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-04-15T20:30:58.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:58 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mgr metadata", "who": "smithi131.nzhwkl", "id": "smithi131.nzhwkl"}]: dispatch 2024-04-15T20:30:58.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:58 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-15T20:30:58.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:58 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-15T20:30:58.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:58 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-15T20:30:58.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:58 smithi131 ceph-mon[25334]: Manager daemon smithi131.nzhwkl is now available 2024-04-15T20:30:58.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:58 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:30:59.665 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:59 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi131.nzhwkl/mirror_snapshot_schedule"}]: dispatch 2024-04-15T20:30:59.666 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:59 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi131.nzhwkl/trash_purge_schedule"}]: dispatch 2024-04-15T20:30:59.666 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:30:59 smithi131 ceph-mon[25334]: mgrmap e11: smithi131.nzhwkl(active, since 1.00664s) 2024-04-15T20:31:00.324 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout { 2024-04-15T20:31:00.324 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-15T20:31:00.325 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-15T20:31:00.325 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout } 2024-04-15T20:31:00.325 INFO:teuthology.orchestra.run.smithi131.stdout:mgr epoch 9 is available 2024-04-15T20:31:00.325 INFO:teuthology.orchestra.run.smithi131.stdout:Generating a dashboard self-signed certificate... 2024-04-15T20:31:00.718 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:00 smithi131 ceph-mon[25334]: [15/Apr/2024:20:30:59] ENGINE Bus STARTING 2024-04-15T20:31:00.718 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:00 smithi131 ceph-mon[25334]: [15/Apr/2024:20:30:59] ENGINE Serving on https://172.21.15.131:7150 2024-04-15T20:31:00.718 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:00 smithi131 ceph-mon[25334]: [15/Apr/2024:20:30:59] ENGINE Serving on http://172.21.15.131:8765 2024-04-15T20:31:00.718 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:00 smithi131 ceph-mon[25334]: [15/Apr/2024:20:30:59] ENGINE Bus STARTED 2024-04-15T20:31:00.718 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:00 smithi131 ceph-mon[25334]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-15T20:31:00.718 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:00 smithi131 ceph-mon[25334]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-15T20:31:00.718 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:00 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:01.564 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-15T20:31:01.565 INFO:teuthology.orchestra.run.smithi131.stdout:Creating initial admin user... 2024-04-15T20:31:02.272 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:02 smithi131 ceph-mon[25334]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:31:02.273 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:02 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:02.273 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:02 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:02.273 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:02 smithi131 ceph-mon[25334]: mgrmap e12: smithi131.nzhwkl(active, since 2s) 2024-04-15T20:31:02.273 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:02 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:03.208 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$aaypiRXU4Ogmr68uPZHmgOB6jWch44Oc2SiaKqwcSL6lHrRdbG01K", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713213062, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-15T20:31:03.208 INFO:teuthology.orchestra.run.smithi131.stdout:Fetching dashboard port number... 2024-04-15T20:31:03.769 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:03 smithi131 ceph-mon[25334]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:31:03.769 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:03 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:04.642 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 8443 2024-04-15T20:31:04.652 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-15T20:31:04.652 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout disabled 2024-04-15T20:31:04.659 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-15T20:31:04.659 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout inactive 2024-04-15T20:31:04.659 INFO:teuthology.orchestra.run.smithi131.stdout:firewalld.service is not enabled 2024-04-15T20:31:04.660 INFO:teuthology.orchestra.run.smithi131.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-15T20:31:04.661 INFO:teuthology.orchestra.run.smithi131.stdout:Ceph Dashboard is now available at: 2024-04-15T20:31:04.661 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:31:04.661 INFO:teuthology.orchestra.run.smithi131.stdout: URL: https://smithi131.front.sepia.ceph.com:8443/ 2024-04-15T20:31:04.661 INFO:teuthology.orchestra.run.smithi131.stdout: User: admin 2024-04-15T20:31:04.662 INFO:teuthology.orchestra.run.smithi131.stdout: Password: 4xjhxjppb7 2024-04-15T20:31:04.662 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:31:04.662 INFO:teuthology.orchestra.run.smithi131.stdout:Saving cluster configuration to /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/config directory 2024-04-15T20:31:04.662 INFO:teuthology.orchestra.run.smithi131.stdout:Enabling autotune for osd_memory_target 2024-04-15T20:31:04.774 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:04 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/3178310881' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-15T20:31:05.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:05 smithi131 ceph-mon[25334]: mgrmap e13: smithi131.nzhwkl(active, since 6s) 2024-04-15T20:31:07.088 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-15T20:31:07.089 INFO:teuthology.orchestra.run.smithi131.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-15T20:31:07.089 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:31:07.089 INFO:teuthology.orchestra.run.smithi131.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-15T20:31:07.089 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:31:07.089 INFO:teuthology.orchestra.run.smithi131.stdout:Or, if you are only running a single cluster on this host: 2024-04-15T20:31:07.089 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:31:07.089 INFO:teuthology.orchestra.run.smithi131.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-15T20:31:07.089 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:31:07.089 INFO:teuthology.orchestra.run.smithi131.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-15T20:31:07.089 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:31:07.089 INFO:teuthology.orchestra.run.smithi131.stdout: ceph telemetry on 2024-04-15T20:31:07.089 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:31:07.089 INFO:teuthology.orchestra.run.smithi131.stdout:For more information see: 2024-04-15T20:31:07.089 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:31:07.089 INFO:teuthology.orchestra.run.smithi131.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-15T20:31:07.090 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:31:07.090 INFO:teuthology.orchestra.run.smithi131.stdout:Bootstrap complete. 2024-04-15T20:31:07.132 INFO:tasks.cephadm:Fetching config... 2024-04-15T20:31:07.133 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-04-15T20:31:07.133 DEBUG:teuthology.orchestra.run.smithi131:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-15T20:31:07.149 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-15T20:31:07.149 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-04-15T20:31:07.149 DEBUG:teuthology.orchestra.run.smithi131:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-15T20:31:07.205 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-15T20:31:07.205 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-04-15T20:31:07.205 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/keyring of=/dev/stdout 2024-04-15T20:31:07.275 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-15T20:31:07.275 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-04-15T20:31:07.275 DEBUG:teuthology.orchestra.run.smithi131:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-15T20:31:07.332 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-15T20:31:07.332 DEBUG:teuthology.orchestra.run.smithi131:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCu33aQQCZ3ITlmxBzLQUMq/a8/mZtPTLZ9FiS+5YhMgJTTdSqEzfd/IwgylLEpTUHmnY6UXqU3MishyoRnAwn0fUPgxI9nvr83ZDoW7xtU6vme03o6GWHwqs84z2J706l0mYbvk2iwtNwlH//61bWKpWSnK69/LqJ82FUeENQ0gmTLbqFWfx35UN+yLbUk+Br25yfwp4wf4/w9acNESn5tzY1uJQgOwoSTyyHXGMtmE48LkQtC1XJnJqC1B/lLkoww3xiguw/CgM31wop6x6FPxzZd25ulEAPsEPGLS8U0r7GIQiROZPBvPLU0G7oFUQYWrfXd0lLJZQRMPNruTDMMWwV1PAUBOFxhd6UG0qiOAwMeTgbrxzvQmjIyef/P7XUy6ugIDMhtQYsgWv5X55We3XnQ/arcWQsyo0EbKYvE58F771btBwOe2EuTKnKAR8d++h24GxEA5V4YHmu3SsYCZCkLD4QKKHSoXmlbbGh6t29wHpoM0CN9Le6swLzx/BU= ceph-add79b0a-fb66-11ee-bc8f-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-15T20:31:07.415 INFO:teuthology.orchestra.run.smithi131.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCu33aQQCZ3ITlmxBzLQUMq/a8/mZtPTLZ9FiS+5YhMgJTTdSqEzfd/IwgylLEpTUHmnY6UXqU3MishyoRnAwn0fUPgxI9nvr83ZDoW7xtU6vme03o6GWHwqs84z2J706l0mYbvk2iwtNwlH//61bWKpWSnK69/LqJ82FUeENQ0gmTLbqFWfx35UN+yLbUk+Br25yfwp4wf4/w9acNESn5tzY1uJQgOwoSTyyHXGMtmE48LkQtC1XJnJqC1B/lLkoww3xiguw/CgM31wop6x6FPxzZd25ulEAPsEPGLS8U0r7GIQiROZPBvPLU0G7oFUQYWrfXd0lLJZQRMPNruTDMMWwV1PAUBOFxhd6UG0qiOAwMeTgbrxzvQmjIyef/P7XUy6ugIDMhtQYsgWv5X55We3XnQ/arcWQsyo0EbKYvE58F771btBwOe2EuTKnKAR8d++h24GxEA5V4YHmu3SsYCZCkLD4QKKHSoXmlbbGh6t29wHpoM0CN9Le6swLzx/BU= ceph-add79b0a-fb66-11ee-bc8f-c7b262605968 2024-04-15T20:31:07.430 DEBUG:teuthology.orchestra.run.smithi148:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCu33aQQCZ3ITlmxBzLQUMq/a8/mZtPTLZ9FiS+5YhMgJTTdSqEzfd/IwgylLEpTUHmnY6UXqU3MishyoRnAwn0fUPgxI9nvr83ZDoW7xtU6vme03o6GWHwqs84z2J706l0mYbvk2iwtNwlH//61bWKpWSnK69/LqJ82FUeENQ0gmTLbqFWfx35UN+yLbUk+Br25yfwp4wf4/w9acNESn5tzY1uJQgOwoSTyyHXGMtmE48LkQtC1XJnJqC1B/lLkoww3xiguw/CgM31wop6x6FPxzZd25ulEAPsEPGLS8U0r7GIQiROZPBvPLU0G7oFUQYWrfXd0lLJZQRMPNruTDMMWwV1PAUBOFxhd6UG0qiOAwMeTgbrxzvQmjIyef/P7XUy6ugIDMhtQYsgWv5X55We3XnQ/arcWQsyo0EbKYvE58F771btBwOe2EuTKnKAR8d++h24GxEA5V4YHmu3SsYCZCkLD4QKKHSoXmlbbGh6t29wHpoM0CN9Le6swLzx/BU= ceph-add79b0a-fb66-11ee-bc8f-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-15T20:31:07.481 INFO:teuthology.orchestra.run.smithi148.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCu33aQQCZ3ITlmxBzLQUMq/a8/mZtPTLZ9FiS+5YhMgJTTdSqEzfd/IwgylLEpTUHmnY6UXqU3MishyoRnAwn0fUPgxI9nvr83ZDoW7xtU6vme03o6GWHwqs84z2J706l0mYbvk2iwtNwlH//61bWKpWSnK69/LqJ82FUeENQ0gmTLbqFWfx35UN+yLbUk+Br25yfwp4wf4/w9acNESn5tzY1uJQgOwoSTyyHXGMtmE48LkQtC1XJnJqC1B/lLkoww3xiguw/CgM31wop6x6FPxzZd25ulEAPsEPGLS8U0r7GIQiROZPBvPLU0G7oFUQYWrfXd0lLJZQRMPNruTDMMWwV1PAUBOFxhd6UG0qiOAwMeTgbrxzvQmjIyef/P7XUy6ugIDMhtQYsgWv5X55We3XnQ/arcWQsyo0EbKYvE58F771btBwOe2EuTKnKAR8d++h24GxEA5V4YHmu3SsYCZCkLD4QKKHSoXmlbbGh6t29wHpoM0CN9Le6swLzx/BU= ceph-add79b0a-fb66-11ee-bc8f-c7b262605968 2024-04-15T20:31:07.497 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-15T20:31:07.739 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:31:07.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:07 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/76640387' entity='client.admin' 2024-04-15T20:31:11.089 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-15T20:31:11.089 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-15T20:31:11.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:11 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/1151808439' entity='client.admin' 2024-04-15T20:31:11.343 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:31:13.278 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:13 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:13.278 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:13 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:13.278 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:13 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config rm", "who": "osd/host:smithi131", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:31:13.278 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:13 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:13.278 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:13 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi131", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-15T20:31:13.278 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:13 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi131", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-15T20:31:13.278 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:13 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:31:13.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:13 smithi131 ceph-mon[25334]: Deploying daemon ceph-exporter.smithi131 on smithi131 2024-04-15T20:31:14.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:14 smithi131 ceph-mon[25334]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:31:14.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:14 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:15.113 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi148 2024-04-15T20:31:15.113 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-04-15T20:31:15.113 DEBUG:teuthology.orchestra.run.smithi148:> dd of=/etc/ceph/ceph.conf 2024-04-15T20:31:15.132 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-04-15T20:31:15.132 DEBUG:teuthology.orchestra.run.smithi148:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-15T20:31:15.191 INFO:tasks.cephadm:Adding host smithi148 to orchestrator... 2024-04-15T20:31:15.191 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph orch host add smithi148 2024-04-15T20:31:15.650 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:31:16.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:16 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:16.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:16 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:16.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:16 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:16.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:16 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:16.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:16 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi131", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-15T20:31:16.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:16 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi131", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-15T20:31:16.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:16 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:31:16.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:16 smithi131 ceph-mon[25334]: Deploying daemon crash.smithi131 on smithi131 2024-04-15T20:31:17.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:17 smithi131 ceph-mon[25334]: from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi148", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:31:19.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:19 smithi131 ceph-mon[25334]: Deploying cephadm binary to smithi148 2024-04-15T20:31:19.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:19 smithi131 ceph-mon[25334]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:31:19.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:19 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:21.764 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:21 smithi131 ceph-mon[25334]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:31:21.764 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:21 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:21.764 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:21 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:21.764 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:21 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:21.764 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:21 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:21.954 INFO:teuthology.orchestra.run.smithi131.stdout:Added host 'smithi148' with addr '172.21.15.148' 2024-04-15T20:31:22.564 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph orch host ls --format=json 2024-04-15T20:31:22.802 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:22 smithi131 ceph-mon[25334]: Deploying daemon node-exporter.smithi131 on smithi131 2024-04-15T20:31:22.802 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:22 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:22.818 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:31:23.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:23 smithi131 ceph-mon[25334]: Added host smithi148 2024-04-15T20:31:23.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:23 smithi131 ceph-mon[25334]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:31:24.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:24 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:25.568 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:31:25.568 INFO:teuthology.orchestra.run.smithi131.stdout:[{"addr": "172.21.15.131", "hostname": "smithi131", "labels": [], "status": ""}, {"addr": "172.21.15.148", "hostname": "smithi148", "labels": [], "status": ""}] 2024-04-15T20:31:25.638 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:25 smithi131 ceph-mon[25334]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:31:26.323 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-15T20:31:26.323 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd crush tunables default 2024-04-15T20:31:26.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:26 smithi131 ceph-mon[25334]: from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:31:26.589 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:31:27.616 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:27 smithi131 ceph-mon[25334]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:31:27.616 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:27 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:27.616 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:27 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:27.616 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:27 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:27.616 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:27 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:28.583 INFO:teuthology.orchestra.run.smithi131.stderr:adjusted tunables profile to default 2024-04-15T20:31:28.989 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:28 smithi131 ceph-mon[25334]: Deploying daemon alertmanager.smithi131 on smithi131 2024-04-15T20:31:28.990 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:28 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/3495006435' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-15T20:31:28.990 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:28 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:29.437 INFO:tasks.cephadm:Adding mon.smithi131 on smithi131 2024-04-15T20:31:29.438 INFO:tasks.cephadm:Adding mon.smithi148 on smithi148 2024-04-15T20:31:29.438 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph orch apply mon '2;smithi131:172.21.15.131=smithi131;smithi148:172.21.15.148=smithi148' 2024-04-15T20:31:29.679 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-15T20:31:29.725 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-15T20:31:29.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:29 smithi131 ceph-mon[25334]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:31:29.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:29 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/3495006435' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-15T20:31:29.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:29 smithi131 ceph-mon[25334]: osdmap e4: 0 total, 0 up, 0 in 2024-04-15T20:31:31.393 INFO:teuthology.orchestra.run.smithi148.stdout:Scheduled mon update... 2024-04-15T20:31:31.865 DEBUG:teuthology.orchestra.run.smithi148:mon.smithi148> sudo journalctl -f -n 0 -u ceph-add79b0a-fb66-11ee-bc8f-c7b262605968@mon.smithi148.service 2024-04-15T20:31:31.867 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-15T20:31:31.868 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph mon dump -f json 2024-04-15T20:31:32.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:31 smithi131 ceph-mon[25334]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:31:32.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:31 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:32.133 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-15T20:31:32.181 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-15T20:31:32.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:32 smithi131 ceph-mon[25334]: from='client.14197 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi131:172.21.15.131=smithi131;smithi148:172.21.15.148=smithi148", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:31:32.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:32 smithi131 ceph-mon[25334]: Saving service mon spec with placement smithi131:172.21.15.131=smithi131;smithi148:172.21.15.148=smithi148;count:2 2024-04-15T20:31:33.798 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:33 smithi131 ceph-mon[25334]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:31:33.820 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-04-15T20:31:33.820 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":1,"fsid":"add79b0a-fb66-11ee-bc8f-c7b262605968","modified":"2024-04-15T20:29:44.072905Z","created":"2024-04-15T20:29:44.072905Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi131","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-15T20:31:33.822 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 1 2024-04-15T20:31:34.862 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:34 smithi131 ceph-mon[25334]: from='client.? 172.21.15.148:0/880054508' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T20:31:35.352 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-15T20:31:35.353 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph mon dump -f json 2024-04-15T20:31:35.593 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-15T20:31:35.639 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-15T20:31:36.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:35 smithi131 ceph-mon[25334]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:31:37.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:36 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:37.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:36 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:37.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:36 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:37.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:36 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:37.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:36 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:37.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:36 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:37.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:36 smithi131 ceph-mon[25334]: Regenerating cephadm self-signed grafana TLS certificates 2024-04-15T20:31:37.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:36 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:37.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:36 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:37.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:36 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-15T20:31:37.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:36 smithi131 ceph-mon[25334]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-15T20:31:37.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:36 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:37.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:36 smithi131 ceph-mon[25334]: Deploying daemon grafana.smithi131 on smithi131 2024-04-15T20:31:37.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:36 smithi131 ceph-mon[25334]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:31:37.260 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-04-15T20:31:37.260 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":1,"fsid":"add79b0a-fb66-11ee-bc8f-c7b262605968","modified":"2024-04-15T20:29:44.072905Z","created":"2024-04-15T20:29:44.072905Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi131","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-15T20:31:37.262 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 1 2024-04-15T20:31:38.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:37 smithi131 ceph-mon[25334]: from='client.? 172.21.15.148:0/4148907088' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T20:31:38.972 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-15T20:31:38.972 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph mon dump -f json 2024-04-15T20:31:39.208 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-15T20:31:39.255 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-15T20:31:39.624 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:39 smithi131 ceph-mon[25334]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:31:39.624 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:39 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:40.907 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-04-15T20:31:40.907 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":1,"fsid":"add79b0a-fb66-11ee-bc8f-c7b262605968","modified":"2024-04-15T20:29:44.072905Z","created":"2024-04-15T20:29:44.072905Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi131","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-15T20:31:40.909 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 1 2024-04-15T20:31:41.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:41 smithi131 ceph-mon[25334]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:31:41.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:41 smithi131 ceph-mon[25334]: from='client.? 172.21.15.148:0/4005087618' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T20:31:42.465 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-15T20:31:42.465 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph mon dump -f json 2024-04-15T20:31:42.702 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-15T20:31:42.748 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-15T20:31:43.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:43 smithi131 ceph-mon[25334]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:31:44.580 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-04-15T20:31:44.580 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":1,"fsid":"add79b0a-fb66-11ee-bc8f-c7b262605968","modified":"2024-04-15T20:29:44.072905Z","created":"2024-04-15T20:29:44.072905Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi131","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-15T20:31:44.582 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 1 2024-04-15T20:31:45.606 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:45 smithi131 ceph-mon[25334]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:31:45.606 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:45 smithi131 ceph-mon[25334]: from='client.? 172.21.15.148:0/1969159265' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T20:31:46.151 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-15T20:31:46.152 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph mon dump -f json 2024-04-15T20:31:46.394 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-15T20:31:46.441 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-15T20:31:47.015 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:46 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:47.015 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:46 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:47.016 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:46 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:47.016 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:46 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:47.016 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:46 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:47.016 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:46 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:47.016 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:46 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:47.016 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:46 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:47.016 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:46 smithi131 ceph-mon[25334]: Deploying daemon prometheus.smithi131 on smithi131 2024-04-15T20:31:47.016 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:46 smithi131 ceph-mon[25334]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:31:47.989 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-04-15T20:31:47.989 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":1,"fsid":"add79b0a-fb66-11ee-bc8f-c7b262605968","modified":"2024-04-15T20:29:44.072905Z","created":"2024-04-15T20:29:44.072905Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi131","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-15T20:31:47.991 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 1 2024-04-15T20:31:48.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:48 smithi131 ceph-mon[25334]: from='client.? 172.21.15.148:0/1406003008' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T20:31:49.629 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-15T20:31:49.629 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph mon dump -f json 2024-04-15T20:31:49.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:49 smithi131 ceph-mon[25334]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:31:49.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:49 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:31:49.869 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-15T20:31:49.915 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-15T20:31:51.506 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-04-15T20:31:51.506 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":1,"fsid":"add79b0a-fb66-11ee-bc8f-c7b262605968","modified":"2024-04-15T20:29:44.072905Z","created":"2024-04-15T20:29:44.072905Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi131","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-15T20:31:51.508 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 1 2024-04-15T20:31:51.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:51 smithi131 ceph-mon[25334]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:31:52.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:52 smithi131 ceph-mon[25334]: from='client.? 172.21.15.148:0/848709424' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T20:31:53.025 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-15T20:31:53.026 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph mon dump -f json 2024-04-15T20:31:53.267 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-15T20:31:53.313 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-15T20:31:53.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:53 smithi131 ceph-mon[25334]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:31:55.112 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-04-15T20:31:55.113 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":1,"fsid":"add79b0a-fb66-11ee-bc8f-c7b262605968","modified":"2024-04-15T20:29:44.072905Z","created":"2024-04-15T20:29:44.072905Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi131","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-15T20:31:55.115 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 1 2024-04-15T20:31:55.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:55 smithi131 ceph-mon[25334]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:31:55.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:55 smithi131 ceph-mon[25334]: from='client.? 172.21.15.148:0/1171980753' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T20:31:56.686 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-15T20:31:56.686 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph mon dump -f json 2024-04-15T20:31:56.926 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-15T20:31:56.972 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-15T20:31:57.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:57 smithi131 ceph-mon[25334]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:31:58.527 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-04-15T20:31:58.527 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":1,"fsid":"add79b0a-fb66-11ee-bc8f-c7b262605968","modified":"2024-04-15T20:29:44.072905Z","created":"2024-04-15T20:29:44.072905Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi131","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-15T20:31:58.529 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 1 2024-04-15T20:31:59.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:59 smithi131 ceph-mon[25334]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:31:59.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:31:59 smithi131 ceph-mon[25334]: from='client.? 172.21.15.148:0/101128191' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T20:32:00.103 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-15T20:32:00.104 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph mon dump -f json 2024-04-15T20:32:00.343 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-15T20:32:00.391 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-15T20:32:01.652 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:01 smithi131 ceph-mon[25334]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:32:02.055 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-04-15T20:32:02.055 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":1,"fsid":"add79b0a-fb66-11ee-bc8f-c7b262605968","modified":"2024-04-15T20:29:44.072905Z","created":"2024-04-15T20:29:44.072905Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi131","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-15T20:32:02.058 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 1 2024-04-15T20:32:02.723 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:02 smithi131 ceph-mon[25334]: from='client.? 172.21.15.148:0/4060413695' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T20:32:03.583 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-15T20:32:03.583 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph mon dump -f json 2024-04-15T20:32:03.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:03 smithi131 ceph-mon[25334]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:32:03.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:03 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:03.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:03 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:03.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:03 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:03.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:03 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-15T20:32:03.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:03 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:03.821 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-15T20:32:03.868 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-15T20:32:05.590 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-04-15T20:32:05.591 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":1,"fsid":"add79b0a-fb66-11ee-bc8f-c7b262605968","modified":"2024-04-15T20:29:44.072905Z","created":"2024-04-15T20:29:44.072905Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi131","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-15T20:32:05.593 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 1 2024-04-15T20:32:05.799 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:05 smithi131 ceph-mon[25334]: from='mgr.14164 172.21.15.131:0/2516403286' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-15T20:32:05.799 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:05 smithi131 ceph-mon[25334]: mgrmap e14: smithi131.nzhwkl(active, since 66s) 2024-04-15T20:32:06.774 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:06 smithi131 ceph-mon[25334]: from='client.? 172.21.15.148:0/2867409440' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T20:32:07.149 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-15T20:32:07.149 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph mon dump -f json 2024-04-15T20:32:07.391 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-15T20:32:07.437 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-15T20:32:09.135 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-04-15T20:32:09.135 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":1,"fsid":"add79b0a-fb66-11ee-bc8f-c7b262605968","modified":"2024-04-15T20:29:44.072905Z","created":"2024-04-15T20:29:44.072905Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi131","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-15T20:32:09.137 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 1 2024-04-15T20:32:09.432 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:09 smithi131 ceph-mon[25334]: from='client.? 172.21.15.148:0/1829171957' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T20:32:10.716 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-15T20:32:10.716 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph mon dump -f json 2024-04-15T20:32:10.960 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-15T20:32:11.008 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-15T20:32:11.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:11 smithi131 ceph-mon[25334]: Active manager daemon smithi131.nzhwkl restarted 2024-04-15T20:32:11.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:11 smithi131 ceph-mon[25334]: Activating manager daemon smithi131.nzhwkl 2024-04-15T20:32:11.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:11 smithi131 ceph-mon[25334]: osdmap e5: 0 total, 0 up, 0 in 2024-04-15T20:32:11.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:11 smithi131 ceph-mon[25334]: mgrmap e15: smithi131.nzhwkl(active, starting, since 0.00547345s) 2024-04-15T20:32:11.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:11 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-04-15T20:32:11.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:11 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mgr metadata", "who": "smithi131.nzhwkl", "id": "smithi131.nzhwkl"}]: dispatch 2024-04-15T20:32:11.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:11 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-15T20:32:11.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:11 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-15T20:32:11.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:11 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-15T20:32:11.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:11 smithi131 ceph-mon[25334]: Manager daemon smithi131.nzhwkl is now available 2024-04-15T20:32:11.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:11 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:32:12.627 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-04-15T20:32:12.627 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":1,"fsid":"add79b0a-fb66-11ee-bc8f-c7b262605968","modified":"2024-04-15T20:29:44.072905Z","created":"2024-04-15T20:29:44.072905Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi131","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-15T20:32:12.630 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 1 2024-04-15T20:32:12.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:12 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:12.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:12 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:32:12.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:12 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi131.nzhwkl/mirror_snapshot_schedule"}]: dispatch 2024-04-15T20:32:12.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:12 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi131.nzhwkl/trash_purge_schedule"}]: dispatch 2024-04-15T20:32:12.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:12 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:12.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:12 smithi131 ceph-mon[25334]: mgrmap e16: smithi131.nzhwkl(active, since 1.00784s) 2024-04-15T20:32:13.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:13 smithi131 ceph-mon[25334]: [15/Apr/2024:20:32:11] ENGINE Bus STARTING 2024-04-15T20:32:13.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:13 smithi131 ceph-mon[25334]: [15/Apr/2024:20:32:11] ENGINE Serving on http://172.21.15.131:8765 2024-04-15T20:32:13.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:13 smithi131 ceph-mon[25334]: [15/Apr/2024:20:32:12] ENGINE Serving on https://172.21.15.131:7150 2024-04-15T20:32:13.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:13 smithi131 ceph-mon[25334]: [15/Apr/2024:20:32:12] ENGINE Bus STARTED 2024-04-15T20:32:13.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:13 smithi131 ceph-mon[25334]: from='client.? 172.21.15.148:0/2280970601' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T20:32:13.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:13 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:14.111 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-15T20:32:14.112 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph mon dump -f json 2024-04-15T20:32:14.346 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-15T20:32:14.393 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-15T20:32:15.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:15 smithi131 ceph-mon[25334]: mgrmap e17: smithi131.nzhwkl(active, since 2s) 2024-04-15T20:32:15.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:15 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:15.969 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-04-15T20:32:15.969 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":1,"fsid":"add79b0a-fb66-11ee-bc8f-c7b262605968","modified":"2024-04-15T20:29:44.072905Z","created":"2024-04-15T20:29:44.072905Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi131","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-15T20:32:15.971 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 1 2024-04-15T20:32:17.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:16 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:17.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:16 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:17.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:16 smithi131 ceph-mon[25334]: from='client.? 172.21.15.148:0/391618744' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T20:32:17.798 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-15T20:32:17.798 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph mon dump -f json 2024-04-15T20:32:18.041 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-15T20:32:18.098 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-15T20:32:18.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:17 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:18.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:17 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:18.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:17 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config rm", "who": "osd/host:smithi131", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:32:20.390 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-04-15T20:32:20.390 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":1,"fsid":"add79b0a-fb66-11ee-bc8f-c7b262605968","modified":"2024-04-15T20:29:44.072905Z","created":"2024-04-15T20:29:44.072905Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi131","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-15T20:32:20.392 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 1 2024-04-15T20:32:20.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:20 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:20.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:20 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:20.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:20 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:20.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:20 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:20.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:20 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config rm", "who": "osd/host:smithi148", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:32:20.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:20 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:32:20.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:20 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:32:20.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:20 smithi131 ceph-mon[25334]: Updating smithi131:/etc/ceph/ceph.conf 2024-04-15T20:32:20.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:20 smithi131 ceph-mon[25334]: Updating smithi148:/etc/ceph/ceph.conf 2024-04-15T20:32:20.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:20 smithi131 ceph-mon[25334]: Updating smithi131:/var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:32:20.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:20 smithi131 ceph-mon[25334]: Updating smithi148:/var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:32:20.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:20 smithi131 ceph-mon[25334]: Updating smithi148:/etc/ceph/ceph.client.admin.keyring 2024-04-15T20:32:20.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:20 smithi131 ceph-mon[25334]: Updating smithi131:/etc/ceph/ceph.client.admin.keyring 2024-04-15T20:32:20.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:20 smithi131 ceph-mon[25334]: from='client.? 172.21.15.148:0/412542959' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T20:32:20.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:20 smithi131 ceph-mon[25334]: Updating smithi148:/var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/config/ceph.client.admin.keyring 2024-04-15T20:32:20.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:20 smithi131 ceph-mon[25334]: Updating smithi131:/var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/config/ceph.client.admin.keyring 2024-04-15T20:32:22.040 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-15T20:32:22.040 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph mon dump -f json 2024-04-15T20:32:22.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:21 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:22.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:21 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:22.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:21 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:22.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:21 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:22.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:21 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:22.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:21 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi148", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-15T20:32:22.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:21 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi148", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-15T20:32:22.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:21 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:32:22.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:21 smithi131 ceph-mon[25334]: Deploying daemon ceph-exporter.smithi148 on smithi148 2024-04-15T20:32:22.289 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:32:24.228 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-04-15T20:32:24.228 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":1,"fsid":"add79b0a-fb66-11ee-bc8f-c7b262605968","modified":"2024-04-15T20:29:44.072905Z","created":"2024-04-15T20:29:44.072905Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi131","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-15T20:32:24.230 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 1 2024-04-15T20:32:24.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:24 smithi131 ceph-mon[25334]: from='client.? 172.21.15.148:0/3949517125' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T20:32:25.957 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-15T20:32:25.957 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph mon dump -f json 2024-04-15T20:32:26.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:26 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:26.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:26 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:26.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:26 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:26.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:26 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:26.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:26 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi148", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-15T20:32:26.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:26 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi148", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-15T20:32:26.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:26 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:32:26.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:26 smithi131 ceph-mon[25334]: Deploying daemon crash.smithi148 on smithi148 2024-04-15T20:32:26.590 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:32:27.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:27 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:27.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:27 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:32:28.511 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-04-15T20:32:28.511 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":1,"fsid":"add79b0a-fb66-11ee-bc8f-c7b262605968","modified":"2024-04-15T20:29:44.072905Z","created":"2024-04-15T20:29:44.072905Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi131","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-15T20:32:28.513 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 1 2024-04-15T20:32:29.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:29 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:29.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:29 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:29.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:29 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:29.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:29 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:29.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:29 smithi131 ceph-mon[25334]: Deploying daemon node-exporter.smithi148 on smithi148 2024-04-15T20:32:29.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:29 smithi131 ceph-mon[25334]: from='client.? 172.21.15.148:0/2237660830' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T20:32:30.002 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-15T20:32:30.003 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph mon dump -f json 2024-04-15T20:32:30.245 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:32:32.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:32 smithi131 ceph-mon[25334]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:32:32.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:32 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:32.897 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-04-15T20:32:32.897 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":1,"fsid":"add79b0a-fb66-11ee-bc8f-c7b262605968","modified":"2024-04-15T20:29:44.072905Z","created":"2024-04-15T20:29:44.072905Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi131","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-15T20:32:32.899 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 1 2024-04-15T20:32:33.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:33 smithi131 ceph-mon[25334]: from='client.? 172.21.15.148:0/1883289976' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T20:32:33.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:33 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:33.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:33 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:33.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:33 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:33.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:33 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:33.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:33 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi148.jswtdg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-15T20:32:33.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:33 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi148.jswtdg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-15T20:32:33.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:33 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-15T20:32:33.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:33 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:32:34.585 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-15T20:32:34.585 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph mon dump -f json 2024-04-15T20:32:34.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:34 smithi131 ceph-mon[25334]: Deploying daemon mgr.smithi148.jswtdg on smithi148 2024-04-15T20:32:34.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:34 smithi131 ceph-mon[25334]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:32:34.838 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:32:36.724 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-04-15T20:32:36.724 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":1,"fsid":"add79b0a-fb66-11ee-bc8f-c7b262605968","modified":"2024-04-15T20:29:44.072905Z","created":"2024-04-15T20:29:44.072905Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi131","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-15T20:32:36.726 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 1 2024-04-15T20:32:36.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:36 smithi131 ceph-mon[25334]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:32:37.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:37 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:37.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:37 smithi131 ceph-mon[25334]: from='client.? 172.21.15.148:0/2903417091' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T20:32:37.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:37 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:37.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:37 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:37.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:37 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:37.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:37 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:37.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:37 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T20:32:37.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:37 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:32:38.468 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-15T20:32:38.468 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph mon dump -f json 2024-04-15T20:32:38.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:38 smithi131 ceph-mon[25334]: Deploying daemon mon.smithi148 on smithi148 2024-04-15T20:32:38.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:38 smithi131 ceph-mon[25334]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:32:39.345 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:32:40.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:40 smithi131 ceph-mon[25334]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:32:41.001 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-04-15T20:32:41.001 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":1,"fsid":"add79b0a-fb66-11ee-bc8f-c7b262605968","modified":"2024-04-15T20:29:44.072905Z","created":"2024-04-15T20:29:44.072905Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi131","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-15T20:32:41.004 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 1 2024-04-15T20:32:41.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:41 smithi131 ceph-mon[25334]: from='client.? 172.21.15.148:0/2039900396' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T20:32:41.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:41 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:32:41.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:41 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:42.599 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-15T20:32:42.600 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph mon dump -f json 2024-04-15T20:32:42.678 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 podman[35084]: 2024-04-15 20:32:42.654891567 +0000 UTC m=+0.323945569 container start 229b305a3b72d545f0eb08849a05f07cc1f195c947ef3e4715848e58be0a357e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-add79b0a-fb66-11ee-bc8f-c7b262605968-mon-smithi148, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240409, org.label-schema.vendor=CentOS, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-87dbfb6, GIT_CLEAN=True, CEPH_POINT_RELEASE=, ceph=True) 2024-04-15T20:32:42.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:42 smithi131 ceph-mon[25334]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:32:42.864 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi148/config 2024-04-15T20:32:42.978 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: set uid:gid to 167:167 (ceph:ceph) 2024-04-15T20:32:42.978 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: ceph version 19.0.0-3084-g87dbfb63 (87dbfb632e974cb2c28d17423071d2d833b53b29) squid (dev), process ceph-mon, pid 2 2024-04-15T20:32:42.978 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: pidfile_write: ignore empty --pid-file 2024-04-15T20:32:42.978 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: load: jerasure load: lrc 2024-04-15T20:32:42.978 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: RocksDB version: 7.9.2 2024-04-15T20:32:42.978 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Git sha 0 2024-04-15T20:32:42.978 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Compile date 2024-04-14 15:12:02 2024-04-15T20:32:42.978 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: DB SUMMARY 2024-04-15T20:32:42.979 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: DB Session ID: JEP23X08Y8EUPL6LMWX1 2024-04-15T20:32:42.979 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: CURRENT file: CURRENT 2024-04-15T20:32:42.979 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: IDENTITY file: IDENTITY 2024-04-15T20:32:42.979 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-15T20:32:42.979 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi148/store.db dir, Total Num: 0, files: 2024-04-15T20:32:42.979 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi148/store.db: 000004.log size: 511 ; 2024-04-15T20:32:42.979 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.error_if_exists: 0 2024-04-15T20:32:42.979 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.create_if_missing: 0 2024-04-15T20:32:42.979 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.paranoid_checks: 1 2024-04-15T20:32:42.979 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-15T20:32:42.979 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-15T20:32:42.979 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-15T20:32:42.979 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.env: 0x564f08e30cc0 2024-04-15T20:32:42.980 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.fs: PosixFileSystem 2024-04-15T20:32:42.980 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.info_log: 0x564f09dfdac0 2024-04-15T20:32:42.980 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.max_file_opening_threads: 16 2024-04-15T20:32:42.980 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.statistics: (nil) 2024-04-15T20:32:42.980 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.use_fsync: 0 2024-04-15T20:32:42.980 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.max_log_file_size: 0 2024-04-15T20:32:42.980 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-15T20:32:42.980 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-15T20:32:42.980 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.keep_log_file_num: 1000 2024-04-15T20:32:42.980 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.recycle_log_file_num: 0 2024-04-15T20:32:42.980 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.allow_fallocate: 1 2024-04-15T20:32:42.980 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.allow_mmap_reads: 0 2024-04-15T20:32:42.981 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.allow_mmap_writes: 0 2024-04-15T20:32:42.981 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.use_direct_reads: 0 2024-04-15T20:32:42.981 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-15T20:32:42.981 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.create_missing_column_families: 0 2024-04-15T20:32:42.981 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.db_log_dir: 2024-04-15T20:32:42.981 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.wal_dir: 2024-04-15T20:32:42.981 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-15T20:32:42.981 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-15T20:32:42.981 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-15T20:32:42.981 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-15T20:32:42.981 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-15T20:32:42.981 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-15T20:32:42.981 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.advise_random_on_open: 1 2024-04-15T20:32:42.982 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.db_write_buffer_size: 0 2024-04-15T20:32:42.982 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.write_buffer_manager: 0x564f09dcc1e0 2024-04-15T20:32:42.982 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-15T20:32:42.982 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-15T20:32:42.982 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-15T20:32:42.982 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.rate_limiter: (nil) 2024-04-15T20:32:42.982 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-15T20:32:42.982 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.wal_recovery_mode: 2 2024-04-15T20:32:42.982 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.enable_thread_tracking: 0 2024-04-15T20:32:42.982 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.enable_pipelined_write: 0 2024-04-15T20:32:42.982 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.unordered_write: 0 2024-04-15T20:32:42.982 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-15T20:32:42.983 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-15T20:32:42.983 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-15T20:32:42.983 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-15T20:32:42.983 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.row_cache: None 2024-04-15T20:32:42.983 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.wal_filter: None 2024-04-15T20:32:42.983 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-15T20:32:42.983 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.allow_ingest_behind: 0 2024-04-15T20:32:42.983 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.two_write_queues: 0 2024-04-15T20:32:42.983 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.manual_wal_flush: 0 2024-04-15T20:32:42.983 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.wal_compression: 0 2024-04-15T20:32:42.983 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.atomic_flush: 0 2024-04-15T20:32:42.983 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-15T20:32:42.984 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-15T20:32:42.984 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-15T20:32:42.984 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.log_readahead_size: 0 2024-04-15T20:32:42.984 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-15T20:32:42.984 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.best_efforts_recovery: 0 2024-04-15T20:32:42.984 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-15T20:32:42.984 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-15T20:32:42.984 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.allow_data_in_errors: 0 2024-04-15T20:32:42.984 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.db_host_id: __hostname__ 2024-04-15T20:32:42.984 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-15T20:32:42.985 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.max_background_jobs: 2 2024-04-15T20:32:42.986 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.max_background_compactions: -1 2024-04-15T20:32:42.986 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.max_subcompactions: 1 2024-04-15T20:32:42.986 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-15T20:32:42.986 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-15T20:32:42.986 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-15T20:32:42.986 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.max_total_wal_size: 0 2024-04-15T20:32:42.986 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-15T20:32:42.986 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-15T20:32:42.986 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-15T20:32:42.986 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-15T20:32:42.986 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.max_open_files: -1 2024-04-15T20:32:42.987 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.bytes_per_sync: 0 2024-04-15T20:32:42.987 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-15T20:32:42.987 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-15T20:32:42.987 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.compaction_readahead_size: 0 2024-04-15T20:32:42.987 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.max_background_flushes: -1 2024-04-15T20:32:42.987 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Compression algorithms supported: 2024-04-15T20:32:42.987 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-15T20:32:42.987 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: kZSTD supported: 0 2024-04-15T20:32:42.987 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: kXpressCompression supported: 0 2024-04-15T20:32:42.987 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: kLZ4HCCompression supported: 1 2024-04-15T20:32:42.987 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: kZlibCompression supported: 1 2024-04-15T20:32:42.987 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: kSnappyCompression supported: 1 2024-04-15T20:32:42.987 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: kLZ4Compression supported: 1 2024-04-15T20:32:42.988 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: kBZip2Compression supported: 0 2024-04-15T20:32:42.988 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-15T20:32:42.988 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-15T20:32:42.988 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi148/store.db/MANIFEST-000005 2024-04-15T20:32:42.988 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-15T20:32:42.988 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-15T20:32:42.988 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.merge_operator: 2024-04-15T20:32:42.988 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.compaction_filter: None 2024-04-15T20:32:42.988 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.compaction_filter_factory: None 2024-04-15T20:32:42.988 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.sst_partitioner_factory: None 2024-04-15T20:32:42.988 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-15T20:32:42.988 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-15T20:32:42.988 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564f09dfdca0) 2024-04-15T20:32:42.988 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: cache_index_and_filter_blocks: 1 2024-04-15T20:32:42.988 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-15T20:32:42.988 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-15T20:32:42.989 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: pin_top_level_index_and_filter: 1 2024-04-15T20:32:42.989 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: index_type: 0 2024-04-15T20:32:42.989 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: data_block_index_type: 0 2024-04-15T20:32:42.989 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: index_shortening: 1 2024-04-15T20:32:42.989 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-15T20:32:42.989 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: checksum: 4 2024-04-15T20:32:42.989 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: no_block_cache: 0 2024-04-15T20:32:42.989 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: block_cache: 0x564f09dff090 2024-04-15T20:32:42.989 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: block_cache_name: BinnedLRUCache 2024-04-15T20:32:42.989 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: block_cache_options: 2024-04-15T20:32:42.989 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: capacity : 536870912 2024-04-15T20:32:42.989 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: num_shard_bits : 4 2024-04-15T20:32:42.989 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: strict_capacity_limit : 0 2024-04-15T20:32:42.989 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: high_pri_pool_ratio: 0.000 2024-04-15T20:32:42.989 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: block_cache_compressed: (nil) 2024-04-15T20:32:42.989 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: persistent_cache: (nil) 2024-04-15T20:32:42.990 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: block_size: 4096 2024-04-15T20:32:42.990 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: block_size_deviation: 10 2024-04-15T20:32:42.990 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: block_restart_interval: 16 2024-04-15T20:32:42.990 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: index_block_restart_interval: 1 2024-04-15T20:32:42.990 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: metadata_block_size: 4096 2024-04-15T20:32:42.990 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: partition_filters: 0 2024-04-15T20:32:42.990 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: use_delta_encoding: 1 2024-04-15T20:32:42.990 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: filter_policy: bloomfilter 2024-04-15T20:32:42.990 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: whole_key_filtering: 1 2024-04-15T20:32:42.990 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: verify_compression: 0 2024-04-15T20:32:42.990 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: read_amp_bytes_per_bit: 0 2024-04-15T20:32:42.990 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: format_version: 5 2024-04-15T20:32:42.990 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: enable_index_compression: 1 2024-04-15T20:32:42.990 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: block_align: 0 2024-04-15T20:32:42.990 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: max_auto_readahead_size: 262144 2024-04-15T20:32:42.991 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: prepopulate_block_cache: 0 2024-04-15T20:32:42.991 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: initial_auto_readahead_size: 8192 2024-04-15T20:32:42.991 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: num_file_reads_for_auto_readahead: 2 2024-04-15T20:32:42.991 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.write_buffer_size: 33554432 2024-04-15T20:32:42.991 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.max_write_buffer_number: 2 2024-04-15T20:32:42.991 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.compression: NoCompression 2024-04-15T20:32:42.991 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.bottommost_compression: Disabled 2024-04-15T20:32:42.991 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.prefix_extractor: nullptr 2024-04-15T20:32:42.991 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-15T20:32:42.991 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.num_levels: 7 2024-04-15T20:32:42.991 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-15T20:32:42.991 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-15T20:32:42.991 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-15T20:32:42.991 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-15T20:32:42.991 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-15T20:32:42.992 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-15T20:32:42.992 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-15T20:32:42.992 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-15T20:32:42.992 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-15T20:32:42.992 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-15T20:32:42.992 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-15T20:32:42.992 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-15T20:32:42.992 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-15T20:32:42.992 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.compression_opts.level: 32767 2024-04-15T20:32:42.992 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.compression_opts.strategy: 0 2024-04-15T20:32:42.992 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-15T20:32:42.992 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-15T20:32:42.992 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-15T20:32:42.992 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-15T20:32:42.992 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.compression_opts.enabled: false 2024-04-15T20:32:42.993 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-15T20:32:42.993 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-15T20:32:42.993 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-15T20:32:42.993 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-15T20:32:42.993 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.target_file_size_base: 67108864 2024-04-15T20:32:42.993 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-15T20:32:42.993 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-15T20:32:42.993 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-15T20:32:42.993 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-15T20:32:42.993 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-15T20:32:42.993 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-15T20:32:42.993 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-15T20:32:42.993 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-15T20:32:42.993 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-15T20:32:42.993 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-15T20:32:42.993 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-15T20:32:42.994 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-15T20:32:42.994 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-15T20:32:42.994 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-15T20:32:42.994 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.arena_block_size: 1048576 2024-04-15T20:32:42.994 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-15T20:32:42.994 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-15T20:32:42.994 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.disable_auto_compactions: 0 2024-04-15T20:32:42.994 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-15T20:32:42.994 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-15T20:32:42.994 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-15T20:32:42.994 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-15T20:32:42.994 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-15T20:32:42.994 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-15T20:32:42.994 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-15T20:32:42.994 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-15T20:32:42.995 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-15T20:32:42.995 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-15T20:32:42.995 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-15T20:32:42.995 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.inplace_update_support: 0 2024-04-15T20:32:42.995 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-15T20:32:42.995 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-15T20:32:42.995 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-15T20:32:42.995 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-15T20:32:42.995 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.bloom_locality: 0 2024-04-15T20:32:42.995 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.max_successive_merges: 0 2024-04-15T20:32:42.995 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-15T20:32:42.995 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.paranoid_file_checks: 0 2024-04-15T20:32:42.995 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.force_consistency_checks: 1 2024-04-15T20:32:42.995 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.report_bg_io_stats: 0 2024-04-15T20:32:42.995 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.ttl: 2592000 2024-04-15T20:32:42.995 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-15T20:32:42.996 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-15T20:32:42.996 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-15T20:32:42.996 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.enable_blob_files: false 2024-04-15T20:32:42.996 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.min_blob_size: 0 2024-04-15T20:32:42.996 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.blob_file_size: 268435456 2024-04-15T20:32:42.996 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-15T20:32:42.996 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-15T20:32:42.996 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-15T20:32:42.996 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-15T20:32:42.996 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-15T20:32:42.996 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.blob_file_starting_level: 0 2024-04-15T20:32:42.996 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-15T20:32:42.996 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi148/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-04-15T20:32:42.996 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-15T20:32:42.996 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 5d5593d9-1c59-4215-b90b-f2ac593f1729 2024-04-15T20:32:42.997 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713213162685279, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-15T20:32:42.997 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-15T20:32:42.997 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713213162685714, "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": 1713213162, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "5d5593d9-1c59-4215-b90b-f2ac593f1729", "db_session_id": "JEP23X08Y8EUPL6LMWX1", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-15T20:32:42.997 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713213162685805, "job": 1, "event": "recovery_finished"} 2024-04-15T20:32:42.997 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-15T20:32:42.997 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi148/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-15T20:32:42.997 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x564f09eec000 2024-04-15T20:32:42.997 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: DB pointer 0x564f09ed6000 2024-04-15T20:32:42.997 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-15T20:32:42.997 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-15T20:32:42.997 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: ** DB Stats ** 2024-04-15T20:32:42.997 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-15T20:32:42.997 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-15T20:32:42.997 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-15T20:32:42.997 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-15T20:32:42.998 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-15T20:32:42.998 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-15T20:32:42.998 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-15T20:32:42.998 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: 2024-04-15T20:32:42.998 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: ** Compaction Stats [default] ** 2024-04-15T20:32:42.998 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-15T20:32:42.998 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-15T20:32:42.998 INFO:journalctl@ceph.mon.smithi148.smithi148.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-04-15T20:32:42.998 INFO:journalctl@ceph.mon.smithi148.smithi148.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-04-15T20:32:42.998 INFO:journalctl@ceph.mon.smithi148.smithi148.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-04-15T20:32:42.998 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: 2024-04-15T20:32:42.998 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: ** Compaction Stats [default] ** 2024-04-15T20:32:42.998 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-15T20:32:42.998 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-15T20:32:42.998 INFO:journalctl@ceph.mon.smithi148.smithi148.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-04-15T20:32:42.999 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: 2024-04-15T20:32:42.999 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-15T20:32:42.999 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: 2024-04-15T20:32:42.999 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-15T20:32:42.999 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-15T20:32:42.999 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-15T20:32:42.999 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-15T20:32:42.999 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-15T20:32:42.999 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-15T20:32:42.999 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: Cumulative compaction: 0.00 GB write, 0.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-15T20:32:42.999 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: Interval compaction: 0.00 GB write, 0.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-15T20:32:42.999 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-15T20:32:42.999 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: Block cache BinnedLRUCache@0x564f09dff090#2 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-04-15T20:32:42.999 INFO:journalctl@ceph.mon.smithi148.smithi148.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-04-15T20:32:42.999 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: 2024-04-15T20:32:42.999 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-15T20:32:43.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: mon.smithi148 does not exist in monmap, will attempt to join an existing cluster 2024-04-15T20:32:43.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: using public_addr v2:172.21.15.148:0/0 -> [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] 2024-04-15T20:32:43.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: starting mon.smithi148 rank -1 at public addrs [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] at bind addrs [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi148 fsid add79b0a-fb66-11ee-bc8f-c7b262605968 2024-04-15T20:32:43.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: mon.smithi148@-1(???) e0 preinit fsid add79b0a-fb66-11ee-bc8f-c7b262605968 2024-04-15T20:32:43.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: mon.smithi148@-1(synchronizing).mds e1 new map 2024-04-15T20:32:43.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: mon.smithi148@-1(synchronizing).mds e1 print_map 2024-04-15T20:32:43.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: e1 2024-04-15T20:32:43.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-15T20:32:43.000 INFO:journalctl@ceph.mon.smithi148.smithi148.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,11=minor log segments,12=quiesce subvolumes} 2024-04-15T20:32:43.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: legacy client fscid: -1 2024-04-15T20:32:43.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: 2024-04-15T20:32:43.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout: No filesystems configured 2024-04-15T20:32:43.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: mon.smithi148@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-15T20:32:43.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: mon.smithi148@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-04-15T20:32:43.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: mon.smithi148@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-15T20:32:43.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: mon.smithi148@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-15T20:32:43.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: mon.smithi148@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-15T20:32:43.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: mon.smithi148@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-15T20:32:43.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: mon.smithi148@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-04-15T20:32:43.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: mon.smithi148@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-15T20:32:43.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: mon.smithi148@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-15T20:32:43.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: mon.smithi148@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-15T20:32:43.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: mon.smithi148@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-15T20:32:43.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:32:43.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:43.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: from='client.? 172.21.15.148:0/1883289976' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T20:32:43.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:43.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:43.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:43.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:43.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi148.jswtdg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-15T20:32:43.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi148.jswtdg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-15T20:32:43.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-15T20:32:43.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:32:43.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: Deploying daemon mgr.smithi148.jswtdg on smithi148 2024-04-15T20:32:43.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:32:43.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:32:43.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:43.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: from='client.? 172.21.15.148:0/2903417091' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T20:32:43.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:43.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:43.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:43.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:43.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T20:32:43.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:32:43.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: Deploying daemon mon.smithi148 on smithi148 2024-04-15T20:32:43.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:32:43.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:32:43.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: from='client.? 172.21.15.148:0/2039900396' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T20:32:43.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:32:43.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:43.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:32:43.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 ceph-mon[35124]: mon.smithi148@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2024-04-15T20:32:43.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 bash[35084]: 229b305a3b72d545f0eb08849a05f07cc1f195c947ef3e4715848e58be0a357e 2024-04-15T20:32:43.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:42 smithi148 systemd[1]: Started Ceph mon.smithi148 for add79b0a-fb66-11ee-bc8f-c7b262605968. 2024-04-15T20:32:48.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-04-15T20:32:48.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: mon.smithi131 calling monitor election 2024-04-15T20:32:48.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-04-15T20:32:48.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:32:48.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-04-15T20:32:48.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: from='mgr.? 172.21.15.148:0/4057148441' entity='mgr.smithi148.jswtdg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi148.jswtdg/crt"}]: dispatch 2024-04-15T20:32:48.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-04-15T20:32:48.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: mon.smithi148 calling monitor election 2024-04-15T20:32:48.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:32:48.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-04-15T20:32:48.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-04-15T20:32:48.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:32:48.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-04-15T20:32:48.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: mon.smithi131 is new leader, mons smithi131,smithi148 in quorum (ranks 0,1) 2024-04-15T20:32:48.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: monmap epoch 2 2024-04-15T20:32:48.063 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: fsid add79b0a-fb66-11ee-bc8f-c7b262605968 2024-04-15T20:32:48.063 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: last_changed 2024-04-15T20:32:42.719792+0000 2024-04-15T20:32:48.063 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: created 2024-04-15T20:29:44.072905+0000 2024-04-15T20:32:48.063 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: min_mon_release 19 (squid) 2024-04-15T20:32:48.063 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: election_strategy: 1 2024-04-15T20:32:48.063 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: 0: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.smithi131 2024-04-15T20:32:48.063 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: 1: [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon.smithi148 2024-04-15T20:32:48.063 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: fsmap 2024-04-15T20:32:48.063 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: osdmap e5: 0 total, 0 up, 0 in 2024-04-15T20:32:48.063 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: mgrmap e17: smithi131.nzhwkl(active, since 36s) 2024-04-15T20:32:48.063 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: overall HEALTH_OK 2024-04-15T20:32:48.063 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: Standby manager daemon smithi148.jswtdg started 2024-04-15T20:32:48.063 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: from='mgr.? 172.21.15.148:0/4057148441' entity='mgr.smithi148.jswtdg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-15T20:32:48.063 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:48.063 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: from='mgr.? 172.21.15.148:0/4057148441' entity='mgr.smithi148.jswtdg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi148.jswtdg/key"}]: dispatch 2024-04-15T20:32:48.063 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: from='mgr.? 172.21.15.148:0/4057148441' entity='mgr.smithi148.jswtdg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-15T20:32:48.064 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:48.064 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:47 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:48.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-04-15T20:32:48.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: mon.smithi131 calling monitor election 2024-04-15T20:32:48.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-04-15T20:32:48.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:32:48.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-04-15T20:32:48.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: from='mgr.? 172.21.15.148:0/4057148441' entity='mgr.smithi148.jswtdg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi148.jswtdg/crt"}]: dispatch 2024-04-15T20:32:48.077 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-04-15T20:32:48.077 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: mon.smithi148 calling monitor election 2024-04-15T20:32:48.077 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:32:48.077 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-04-15T20:32:48.077 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-04-15T20:32:48.077 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:32:48.077 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-04-15T20:32:48.077 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: mon.smithi131 is new leader, mons smithi131,smithi148 in quorum (ranks 0,1) 2024-04-15T20:32:48.077 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: monmap epoch 2 2024-04-15T20:32:48.077 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: fsid add79b0a-fb66-11ee-bc8f-c7b262605968 2024-04-15T20:32:48.077 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: last_changed 2024-04-15T20:32:42.719792+0000 2024-04-15T20:32:48.077 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: created 2024-04-15T20:29:44.072905+0000 2024-04-15T20:32:48.077 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: min_mon_release 19 (squid) 2024-04-15T20:32:48.077 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: election_strategy: 1 2024-04-15T20:32:48.077 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: 0: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.smithi131 2024-04-15T20:32:48.077 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: 1: [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon.smithi148 2024-04-15T20:32:48.078 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: fsmap 2024-04-15T20:32:48.078 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: osdmap e5: 0 total, 0 up, 0 in 2024-04-15T20:32:48.078 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: mgrmap e17: smithi131.nzhwkl(active, since 36s) 2024-04-15T20:32:48.078 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: overall HEALTH_OK 2024-04-15T20:32:48.078 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: Standby manager daemon smithi148.jswtdg started 2024-04-15T20:32:48.078 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: from='mgr.? 172.21.15.148:0/4057148441' entity='mgr.smithi148.jswtdg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-15T20:32:48.078 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:48.078 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: from='mgr.? 172.21.15.148:0/4057148441' entity='mgr.smithi148.jswtdg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi148.jswtdg/key"}]: dispatch 2024-04-15T20:32:48.078 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: from='mgr.? 172.21.15.148:0/4057148441' entity='mgr.smithi148.jswtdg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-15T20:32:48.078 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:48.078 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:47 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:48.253 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-04-15T20:32:48.253 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":2,"fsid":"add79b0a-fb66-11ee-bc8f-c7b262605968","modified":"2024-04-15T20:32:42.719792Z","created":"2024-04-15T20:29:44.072905Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi131","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi148","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:3300","nonce":0},{"type":"v1","addr":"172.21.15.148:6789","nonce":0}]},"addr":"172.21.15.148:6789/0","public_addr":"172.21.15.148:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-15T20:32:48.255 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 2 2024-04-15T20:32:48.789 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-15T20:32:48.790 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph config generate-minimal-conf 2024-04-15T20:32:49.042 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:32:49.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:48 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:49.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:48 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:49.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:48 smithi131 ceph-mon[25334]: mgrmap e18: smithi131.nzhwkl(active, since 36s), standbys: smithi148.jswtdg 2024-04-15T20:32:49.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:48 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mgr metadata", "who": "smithi148.jswtdg", "id": "smithi148.jswtdg"}]: dispatch 2024-04-15T20:32:49.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:48 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:32:49.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:48 smithi131 ceph-mon[25334]: from='client.? 172.21.15.148:0/178482054' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T20:32:49.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:48 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-04-15T20:32:49.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:48 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:49.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:48 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:49.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:48 smithi148 ceph-mon[35124]: mgrmap e18: smithi131.nzhwkl(active, since 36s), standbys: smithi148.jswtdg 2024-04-15T20:32:49.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:48 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mgr metadata", "who": "smithi148.jswtdg", "id": "smithi148.jswtdg"}]: dispatch 2024-04-15T20:32:49.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:48 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:32:49.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:48 smithi148 ceph-mon[35124]: from='client.? 172.21.15.148:0/178482054' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T20:32:49.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:48 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-04-15T20:32:50.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:49 smithi131 ceph-mon[25334]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:32:50.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:49 smithi148 ceph-mon[35124]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:32:50.788 INFO:teuthology.orchestra.run.smithi131.stdout:# minimal ceph.conf for add79b0a-fb66-11ee-bc8f-c7b262605968 2024-04-15T20:32:50.789 INFO:teuthology.orchestra.run.smithi131.stdout:[global] 2024-04-15T20:32:50.789 INFO:teuthology.orchestra.run.smithi131.stdout: fsid = add79b0a-fb66-11ee-bc8f-c7b262605968 2024-04-15T20:32:50.789 INFO:teuthology.orchestra.run.smithi131.stdout: mon_host = [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] 2024-04-15T20:32:51.514 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:51 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:51.515 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:51 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:51.515 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:51 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:32:51.515 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:51 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:32:51.515 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:51 smithi131 ceph-mon[25334]: Updating smithi131:/etc/ceph/ceph.conf 2024-04-15T20:32:51.515 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:51 smithi131 ceph-mon[25334]: Updating smithi148:/etc/ceph/ceph.conf 2024-04-15T20:32:51.515 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:51 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/1441410995' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:32:51.515 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:51 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:51.515 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:51 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:51.515 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:51 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:51.515 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:51 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:51.515 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:51 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:51.515 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:51 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T20:32:51.515 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:51 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-15T20:32:51.515 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:51 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:32:51.545 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-15T20:32:51.545 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-04-15T20:32:51.545 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/ceph/ceph.conf 2024-04-15T20:32:51.579 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-04-15T20:32:51.579 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-15T20:32:51.647 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-04-15T20:32:51.647 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/ceph/ceph.conf 2024-04-15T20:32:51.678 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:51 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:51.678 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:51 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:51.678 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:51 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:32:51.679 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:51 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:32:51.679 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:51 smithi148 ceph-mon[35124]: Updating smithi131:/etc/ceph/ceph.conf 2024-04-15T20:32:51.679 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:51 smithi148 ceph-mon[35124]: Updating smithi148:/etc/ceph/ceph.conf 2024-04-15T20:32:51.679 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:51 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/1441410995' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:32:51.679 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:51 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:51.679 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:51 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:51.679 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:51 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:51.679 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:51 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:51.679 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:51 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:51.679 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:51 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T20:32:51.679 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:51 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-15T20:32:51.679 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:51 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:32:51.683 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-04-15T20:32:51.683 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-15T20:32:51.755 INFO:tasks.cephadm:Deploying OSDs... 2024-04-15T20:32:51.755 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-04-15T20:32:51.756 DEBUG:teuthology.orchestra.run.smithi131:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T20:32:51.771 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-15T20:32:51.772 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/nvme1n1 2024-04-15T20:32:51.828 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/nvme1n1 2024-04-15T20:32:51.828 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-15T20:32:51.828 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 5h/5d Inode: 762 Links: 1 Device type: 103,2 2024-04-15T20:32:51.828 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-15T20:32:51.829 INFO:teuthology.orchestra.run.smithi131.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-04-15T20:32:51.829 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-04-15 20:31:10.961058975 +0000 2024-04-15T20:32:51.829 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-04-15 20:28:09.063239965 +0000 2024-04-15T20:32:51.829 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-04-15 20:28:09.063239965 +0000 2024-04-15T20:32:51.829 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: 2024-04-15 20:28:09.052240197 +0000 2024-04-15T20:32:51.829 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-04-15T20:32:51.896 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-04-15T20:32:51.896 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-04-15T20:32:51.896 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.00024919 s, 2.1 MB/s 2024-04-15T20:32:51.897 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-04-15T20:32:51.955 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/nvme2n1 2024-04-15T20:32:52.011 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/nvme2n1 2024-04-15T20:32:52.011 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-15T20:32:52.011 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 5h/5d Inode: 775 Links: 1 Device type: 103,4 2024-04-15T20:32:52.011 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-15T20:32:52.011 INFO:teuthology.orchestra.run.smithi131.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-04-15T20:32:52.012 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-04-15 20:31:10.972058747 +0000 2024-04-15T20:32:52.012 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-04-15 20:28:09.218236709 +0000 2024-04-15T20:32:52.012 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-04-15 20:28:09.218236709 +0000 2024-04-15T20:32:52.012 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: 2024-04-15 20:28:09.207236940 +0000 2024-04-15T20:32:52.012 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-04-15T20:32:52.078 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-04-15T20:32:52.079 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-04-15T20:32:52.079 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000256673 s, 2.0 MB/s 2024-04-15T20:32:52.080 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-04-15T20:32:52.137 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/nvme3n1 2024-04-15T20:32:52.192 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/nvme3n1 2024-04-15T20:32:52.193 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-15T20:32:52.193 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 5h/5d Inode: 787 Links: 1 Device type: 103,6 2024-04-15T20:32:52.193 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-15T20:32:52.193 INFO:teuthology.orchestra.run.smithi131.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-04-15T20:32:52.193 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-04-15 20:31:10.983058518 +0000 2024-04-15T20:32:52.193 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-04-15 20:28:09.368233557 +0000 2024-04-15T20:32:52.193 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-04-15 20:28:09.368233557 +0000 2024-04-15T20:32:52.193 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: 2024-04-15 20:28:09.357233789 +0000 2024-04-15T20:32:52.193 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-04-15T20:32:52.260 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-04-15T20:32:52.260 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-04-15T20:32:52.260 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000208721 s, 2.5 MB/s 2024-04-15T20:32:52.262 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-04-15T20:32:52.319 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/nvme4n1 2024-04-15T20:32:52.374 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/nvme4n1 2024-04-15T20:32:52.375 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-15T20:32:52.375 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 5h/5d Inode: 799 Links: 1 Device type: 103,8 2024-04-15T20:32:52.375 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-15T20:32:52.375 INFO:teuthology.orchestra.run.smithi131.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-04-15T20:32:52.375 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-04-15 20:31:10.995058268 +0000 2024-04-15T20:32:52.375 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-04-15 20:28:09.523230301 +0000 2024-04-15T20:32:52.375 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-04-15 20:28:09.523230301 +0000 2024-04-15T20:32:52.375 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: 2024-04-15 20:28:09.507230637 +0000 2024-04-15T20:32:52.375 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-04-15T20:32:52.442 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-04-15T20:32:52.442 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-04-15T20:32:52.442 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000202059 s, 2.5 MB/s 2024-04-15T20:32:52.443 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-04-15T20:32:52.499 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-04-15T20:32:52.499 DEBUG:teuthology.orchestra.run.smithi148:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T20:32:52.519 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-15T20:32:52.519 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/nvme1n1 2024-04-15T20:32:52.577 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/nvme1n1 2024-04-15T20:32:52.577 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-15T20:32:52.577 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 5h/5d Inode: 763 Links: 1 Device type: 103,2 2024-04-15T20:32:52.577 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-15T20:32:52.577 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-04-15T20:32:52.578 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-04-15 20:32:17.986417705 +0000 2024-04-15T20:32:52.578 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-04-15 20:28:10.779363576 +0000 2024-04-15T20:32:52.578 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-04-15 20:28:10.779363576 +0000 2024-04-15T20:32:52.578 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: 2024-04-15 20:28:10.771363767 +0000 2024-04-15T20:32:52.578 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-04-15T20:32:52.605 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:52 smithi131 ceph-mon[25334]: Updating smithi131:/var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:32:52.605 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:52 smithi131 ceph-mon[25334]: Updating smithi148:/var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:32:52.605 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:52 smithi131 ceph-mon[25334]: Reconfiguring mon.smithi131 (unknown last config time)... 2024-04-15T20:32:52.605 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:52 smithi131 ceph-mon[25334]: Reconfiguring daemon mon.smithi131 on smithi131 2024-04-15T20:32:52.605 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:52 smithi131 ceph-mon[25334]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:32:52.605 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:52 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:52.648 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-04-15T20:32:52.648 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-04-15T20:32:52.648 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000270494 s, 1.9 MB/s 2024-04-15T20:32:52.649 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-04-15T20:32:52.708 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/nvme2n1 2024-04-15T20:32:52.766 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/nvme2n1 2024-04-15T20:32:52.766 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-15T20:32:52.766 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 5h/5d Inode: 775 Links: 1 Device type: 103,4 2024-04-15T20:32:52.766 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-15T20:32:52.766 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-04-15T20:32:52.766 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-04-15 20:32:17.999417397 +0000 2024-04-15T20:32:52.766 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-04-15 20:28:10.938359785 +0000 2024-04-15T20:32:52.766 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-04-15 20:28:10.938359785 +0000 2024-04-15T20:32:52.766 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: 2024-04-15 20:28:10.927360047 +0000 2024-04-15T20:32:52.767 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-04-15T20:32:52.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:52 smithi148 ceph-mon[35124]: Updating smithi131:/var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:32:52.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:52 smithi148 ceph-mon[35124]: Updating smithi148:/var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T20:32:52.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:52 smithi148 ceph-mon[35124]: Reconfiguring mon.smithi131 (unknown last config time)... 2024-04-15T20:32:52.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:52 smithi148 ceph-mon[35124]: Reconfiguring daemon mon.smithi131 on smithi131 2024-04-15T20:32:52.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:52 smithi148 ceph-mon[35124]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:32:52.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:52 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:52.835 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-04-15T20:32:52.835 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-04-15T20:32:52.835 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000240448 s, 2.1 MB/s 2024-04-15T20:32:52.836 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-04-15T20:32:52.894 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/nvme3n1 2024-04-15T20:32:52.951 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/nvme3n1 2024-04-15T20:32:52.951 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-15T20:32:52.951 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 5h/5d Inode: 787 Links: 1 Device type: 103,6 2024-04-15T20:32:52.951 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-15T20:32:52.951 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-04-15T20:32:52.951 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-04-15 20:32:18.012417090 +0000 2024-04-15T20:32:52.952 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-04-15 20:28:11.100355922 +0000 2024-04-15T20:32:52.952 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-04-15 20:28:11.100355922 +0000 2024-04-15T20:32:52.952 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: 2024-04-15 20:28:11.089356184 +0000 2024-04-15T20:32:52.952 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-04-15T20:32:53.020 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-04-15T20:32:53.020 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-04-15T20:32:53.020 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000276551 s, 1.9 MB/s 2024-04-15T20:32:53.021 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-04-15T20:32:53.078 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/nvme4n1 2024-04-15T20:32:53.134 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/nvme4n1 2024-04-15T20:32:53.134 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-15T20:32:53.135 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 5h/5d Inode: 798 Links: 1 Device type: 103,8 2024-04-15T20:32:53.135 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-15T20:32:53.135 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-04-15T20:32:53.135 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-04-15 20:32:18.024416806 +0000 2024-04-15T20:32:53.135 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-04-15 20:28:11.269351892 +0000 2024-04-15T20:32:53.135 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-04-15 20:28:11.269351892 +0000 2024-04-15T20:32:53.135 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: 2024-04-15 20:28:11.257352179 +0000 2024-04-15T20:32:53.135 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-04-15T20:32:53.201 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-04-15T20:32:53.202 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-04-15T20:32:53.202 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000223679 s, 2.3 MB/s 2024-04-15T20:32:53.203 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-04-15T20:32:53.260 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph orch apply osd --all-available-devices 2024-04-15T20:32:53.538 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi148/config 2024-04-15T20:32:53.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:53 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:53.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:53 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:53.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:53 smithi131 ceph-mon[25334]: Reconfiguring mgr.smithi131.nzhwkl (unknown last config time)... 2024-04-15T20:32:53.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:53 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi131.nzhwkl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-15T20:32:53.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:53 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-15T20:32:53.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:53 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:32:53.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:53 smithi131 ceph-mon[25334]: Reconfiguring daemon mgr.smithi131.nzhwkl on smithi131 2024-04-15T20:32:53.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:53 smithi131 ceph-mon[25334]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:32:54.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:53 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:54.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:53 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:54.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:53 smithi148 ceph-mon[35124]: Reconfiguring mgr.smithi131.nzhwkl (unknown last config time)... 2024-04-15T20:32:54.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:53 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi131.nzhwkl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-15T20:32:54.077 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:53 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-15T20:32:54.077 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:53 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:32:54.077 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:53 smithi148 ceph-mon[35124]: Reconfiguring daemon mgr.smithi131.nzhwkl on smithi131 2024-04-15T20:32:54.077 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:53 smithi148 ceph-mon[35124]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:32:55.120 INFO:teuthology.orchestra.run.smithi148.stdout:Scheduled osd.all-available-devices update... 2024-04-15T20:32:55.382 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:55 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:55.382 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:55 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:55.382 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:55 smithi148 ceph-mon[35124]: Reconfiguring ceph-exporter.smithi131 (monmap changed)... 2024-04-15T20:32:55.382 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:55 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi131", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-15T20:32:55.382 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:55 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:32:55.382 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:55 smithi148 ceph-mon[35124]: Reconfiguring daemon ceph-exporter.smithi131 on smithi131 2024-04-15T20:32:55.382 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:55 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:55.460 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:55 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:55.460 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:55 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:55.461 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:55 smithi131 ceph-mon[25334]: Reconfiguring ceph-exporter.smithi131 (monmap changed)... 2024-04-15T20:32:55.461 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:55 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi131", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-15T20:32:55.461 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:55 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:32:55.461 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:55 smithi131 ceph-mon[25334]: Reconfiguring daemon ceph-exporter.smithi131 on smithi131 2024-04-15T20:32:55.461 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:55 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:55.737 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-04-15T20:32:55.737 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd stat -f json 2024-04-15T20:32:56.006 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:32:56.464 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:56 smithi131 ceph-mon[25334]: from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:32:56.464 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:56 smithi131 ceph-mon[25334]: Marking host: smithi131 for OSDSpec preview refresh. 2024-04-15T20:32:56.465 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:56 smithi131 ceph-mon[25334]: Marking host: smithi148 for OSDSpec preview refresh. 2024-04-15T20:32:56.465 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:56 smithi131 ceph-mon[25334]: Saving service osd.all-available-devices spec with placement * 2024-04-15T20:32:56.465 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:56 smithi131 ceph-mon[25334]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:32:56.465 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:56 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:56.465 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:56 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:56.465 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:56 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi131", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-15T20:32:56.465 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:56 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:32:56.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:56 smithi148 ceph-mon[35124]: from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:32:56.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:56 smithi148 ceph-mon[35124]: Marking host: smithi131 for OSDSpec preview refresh. 2024-04-15T20:32:56.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:56 smithi148 ceph-mon[35124]: Marking host: smithi148 for OSDSpec preview refresh. 2024-04-15T20:32:56.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:56 smithi148 ceph-mon[35124]: Saving service osd.all-available-devices spec with placement * 2024-04-15T20:32:56.577 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:56 smithi148 ceph-mon[35124]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:32:56.577 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:56 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:56.577 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:56 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:32:56.577 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:56 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi131", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-15T20:32:56.577 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:56 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:32:57.350 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:57 smithi131 ceph-mon[25334]: Reconfiguring crash.smithi131 (monmap changed)... 2024-04-15T20:32:57.350 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:57 smithi131 ceph-mon[25334]: Reconfiguring daemon crash.smithi131 on smithi131 2024-04-15T20:32:57.350 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:57 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:32:57.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:57 smithi148 ceph-mon[35124]: Reconfiguring crash.smithi131 (monmap changed)... 2024-04-15T20:32:57.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:57 smithi148 ceph-mon[35124]: Reconfiguring daemon crash.smithi131 on smithi131 2024-04-15T20:32:57.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:57 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:32:57.959 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:32:58.513 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:58 smithi131 ceph-mon[25334]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:32:58.513 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:58 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/3365134695' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:32:58.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:58 smithi148 ceph-mon[35124]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:32:58.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:58 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/3365134695' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:32:59.202 INFO:teuthology.orchestra.run.smithi131.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-04-15T20:33:00.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:59 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:00.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:59 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:00.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:59 smithi131 ceph-mon[25334]: Reconfiguring alertmanager.smithi131 (dependencies changed)... 2024-04-15T20:33:00.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:59 smithi131 ceph-mon[25334]: Reconfiguring daemon alertmanager.smithi131 on smithi131 2024-04-15T20:33:00.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:32:59 smithi131 ceph-mon[25334]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:00.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:59 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:00.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:59 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:00.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:59 smithi148 ceph-mon[35124]: Reconfiguring alertmanager.smithi131 (dependencies changed)... 2024-04-15T20:33:00.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:59 smithi148 ceph-mon[35124]: Reconfiguring daemon alertmanager.smithi131 on smithi131 2024-04-15T20:33:00.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:32:59 smithi148 ceph-mon[35124]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:00.203 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd stat -f json 2024-04-15T20:33:01.948 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:33:02.771 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:02 smithi131 ceph-mon[25334]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:02.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:02 smithi148 ceph-mon[35124]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:03.762 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:33:04.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:04 smithi148 ceph-mon[35124]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:04.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:04 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/4273342126' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:33:04.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:04 smithi131 ceph-mon[25334]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:04.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:04 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/4273342126' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:33:05.212 INFO:teuthology.orchestra.run.smithi131.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-04-15T20:33:06.213 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd stat -f json 2024-04-15T20:33:06.473 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:33:06.787 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:06 smithi131 ceph-mon[25334]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:06.787 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:06 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:06.787 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:06 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:06.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:06 smithi148 ceph-mon[35124]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:06.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:06 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:06.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:06 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:07.648 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:07 smithi131 ceph-mon[25334]: Reconfiguring grafana.smithi131 (dependencies changed)... 2024-04-15T20:33:07.648 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:07 smithi131 ceph-mon[25334]: Reconfiguring daemon grafana.smithi131 on smithi131 2024-04-15T20:33:07.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:07 smithi148 ceph-mon[35124]: Reconfiguring grafana.smithi131 (dependencies changed)... 2024-04-15T20:33:07.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:07 smithi148 ceph-mon[35124]: Reconfiguring daemon grafana.smithi131 on smithi131 2024-04-15T20:33:08.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:08 smithi131 ceph-mon[25334]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:08.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:08 smithi148 ceph-mon[35124]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:10.342 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:33:10.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:10 smithi131 ceph-mon[25334]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:10.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:10 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/1343310307' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:33:10.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:10 smithi148 ceph-mon[35124]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:10.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:10 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/1343310307' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:33:11.424 INFO:teuthology.orchestra.run.smithi131.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-04-15T20:33:11.746 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:11 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:33:11.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:11 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:33:12.426 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd stat -f json 2024-04-15T20:33:12.693 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:33:12.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:12 smithi131 ceph-mon[25334]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:12.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:12 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:12.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:12 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:12.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:12 smithi148 ceph-mon[35124]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:12.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:12 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:12.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:12 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:13.787 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:13 smithi131 ceph-mon[25334]: Reconfiguring prometheus.smithi131 (dependencies changed)... 2024-04-15T20:33:13.788 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:13 smithi131 ceph-mon[25334]: Reconfiguring daemon prometheus.smithi131 on smithi131 2024-04-15T20:33:13.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:13 smithi148 ceph-mon[35124]: Reconfiguring prometheus.smithi131 (dependencies changed)... 2024-04-15T20:33:13.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:13 smithi148 ceph-mon[35124]: Reconfiguring daemon prometheus.smithi131 on smithi131 2024-04-15T20:33:14.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:14 smithi148 ceph-mon[35124]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:14.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:14 smithi131 ceph-mon[25334]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:16.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:16 smithi131 ceph-mon[25334]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:16.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:16 smithi148 ceph-mon[35124]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:16.950 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:33:17.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:17 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/750743119' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:33:17.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:17 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/750743119' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:33:18.144 INFO:teuthology.orchestra.run.smithi131.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-04-15T20:33:18.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:18 smithi131 ceph-mon[25334]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:18.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:18 smithi148 ceph-mon[35124]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:19.145 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd stat -f json 2024-04-15T20:33:19.391 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:33:19.763 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:19 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:19.763 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:19 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:19.763 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:19 smithi131 ceph-mon[25334]: Reconfiguring ceph-exporter.smithi148 (monmap changed)... 2024-04-15T20:33:19.763 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:19 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi148", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-15T20:33:19.763 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:19 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:33:19.763 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:19 smithi131 ceph-mon[25334]: Reconfiguring daemon ceph-exporter.smithi148 on smithi148 2024-04-15T20:33:19.763 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:19 smithi131 ceph-mon[25334]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:19.912 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:19 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:19.912 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:19 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:19.912 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:19 smithi148 ceph-mon[35124]: Reconfiguring ceph-exporter.smithi148 (monmap changed)... 2024-04-15T20:33:19.912 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:19 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi148", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-15T20:33:19.912 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:19 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:33:19.912 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:19 smithi148 ceph-mon[35124]: Reconfiguring daemon ceph-exporter.smithi148 on smithi148 2024-04-15T20:33:19.912 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:19 smithi148 ceph-mon[35124]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:21.085 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:33:21.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:21 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:21.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:21 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:21.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:21 smithi148 ceph-mon[35124]: Reconfiguring crash.smithi148 (monmap changed)... 2024-04-15T20:33:21.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:21 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi148", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-15T20:33:21.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:21 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:33:21.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:21 smithi148 ceph-mon[35124]: Reconfiguring daemon crash.smithi148 on smithi148 2024-04-15T20:33:21.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:21 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/1610769168' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:33:21.403 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:21 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:21.403 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:21 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:21.403 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:21 smithi131 ceph-mon[25334]: Reconfiguring crash.smithi148 (monmap changed)... 2024-04-15T20:33:21.404 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:21 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi148", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-15T20:33:21.404 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:21 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:33:21.404 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:21 smithi131 ceph-mon[25334]: Reconfiguring daemon crash.smithi148 on smithi148 2024-04-15T20:33:21.404 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:21 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/1610769168' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:33:21.756 INFO:teuthology.orchestra.run.smithi131.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-04-15T20:33:22.433 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:22 smithi148 ceph-mon[35124]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:22.433 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:22 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:22.433 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:22 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:22.433 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:22 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi148.jswtdg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-15T20:33:22.433 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:22 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-15T20:33:22.433 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:22 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:33:22.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:22 smithi131 ceph-mon[25334]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:22.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:22 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:22.562 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:22 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:22.562 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:22 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi148.jswtdg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-15T20:33:22.562 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:22 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-15T20:33:22.562 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:22 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:33:22.757 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd stat -f json 2024-04-15T20:33:23.004 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:33:23.353 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:23 smithi148 ceph-mon[35124]: Reconfiguring mgr.smithi148.jswtdg (monmap changed)... 2024-04-15T20:33:23.354 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:23 smithi148 ceph-mon[35124]: Reconfiguring daemon mgr.smithi148.jswtdg on smithi148 2024-04-15T20:33:23.354 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:23 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:23.354 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:23 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:23.354 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:23 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T20:33:23.354 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:23 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-15T20:33:23.354 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:23 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:33:23.382 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:23 smithi131 ceph-mon[25334]: Reconfiguring mgr.smithi148.jswtdg (monmap changed)... 2024-04-15T20:33:23.382 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:23 smithi131 ceph-mon[25334]: Reconfiguring daemon mgr.smithi148.jswtdg on smithi148 2024-04-15T20:33:23.382 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:23 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:23.382 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:23 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:23.382 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:23 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T20:33:23.382 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:23 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-15T20:33:23.383 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:23 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:33:24.292 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:24 smithi148 ceph-mon[35124]: Reconfiguring mon.smithi148 (monmap changed)... 2024-04-15T20:33:24.292 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:24 smithi148 ceph-mon[35124]: Reconfiguring daemon mon.smithi148 on smithi148 2024-04-15T20:33:24.292 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:24 smithi148 ceph-mon[35124]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:24.447 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:24 smithi131 ceph-mon[25334]: Reconfiguring mon.smithi148 (monmap changed)... 2024-04-15T20:33:24.447 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:24 smithi131 ceph-mon[25334]: Reconfiguring daemon mon.smithi148 on smithi148 2024-04-15T20:33:24.447 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:24 smithi131 ceph-mon[25334]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:24.781 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:33:25.411 INFO:teuthology.orchestra.run.smithi131.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-04-15T20:33:25.730 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:25 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:25.730 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:25 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:25.730 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:25 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-15T20:33:25.730 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:25 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi131.front.sepia.ceph.com:9093"}]: dispatch 2024-04-15T20:33:25.730 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:25 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:25.730 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:25 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-15T20:33:25.730 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:25 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi131.front.sepia.ceph.com:3000"}]: dispatch 2024-04-15T20:33:25.730 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:25 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:25.730 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:25 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-15T20:33:25.730 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:25 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi131.front.sepia.ceph.com:9095"}]: dispatch 2024-04-15T20:33:25.731 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:25 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:25.731 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:25 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:33:25.731 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:25 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/2357523464' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:33:25.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:25 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:25.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:25 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:25.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:25 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-15T20:33:25.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:25 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi131.front.sepia.ceph.com:9093"}]: dispatch 2024-04-15T20:33:25.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:25 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:25.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:25 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-15T20:33:25.827 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:25 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi131.front.sepia.ceph.com:3000"}]: dispatch 2024-04-15T20:33:25.827 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:25 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:25.827 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:25 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-15T20:33:25.827 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:25 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi131.front.sepia.ceph.com:9095"}]: dispatch 2024-04-15T20:33:25.827 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:25 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:25.827 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:25 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:33:25.827 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:25 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/2357523464' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:33:26.413 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd stat -f json 2024-04-15T20:33:26.712 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:26 smithi131 ceph-mon[25334]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-15T20:33:26.712 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:26 smithi131 ceph-mon[25334]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi131.front.sepia.ceph.com:9093"}]: dispatch 2024-04-15T20:33:26.712 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:26 smithi131 ceph-mon[25334]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-15T20:33:26.712 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:26 smithi131 ceph-mon[25334]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi131.front.sepia.ceph.com:3000"}]: dispatch 2024-04-15T20:33:26.712 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:26 smithi131 ceph-mon[25334]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-15T20:33:26.713 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:26 smithi131 ceph-mon[25334]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi131.front.sepia.ceph.com:9095"}]: dispatch 2024-04-15T20:33:26.713 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:26 smithi131 ceph-mon[25334]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:26.713 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:26 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:33:26.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:26 smithi148 ceph-mon[35124]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-15T20:33:26.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:26 smithi148 ceph-mon[35124]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi131.front.sepia.ceph.com:9093"}]: dispatch 2024-04-15T20:33:26.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:26 smithi148 ceph-mon[35124]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-15T20:33:26.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:26 smithi148 ceph-mon[35124]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi131.front.sepia.ceph.com:3000"}]: dispatch 2024-04-15T20:33:26.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:26 smithi148 ceph-mon[35124]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-15T20:33:26.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:26 smithi148 ceph-mon[35124]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi131.front.sepia.ceph.com:9095"}]: dispatch 2024-04-15T20:33:26.827 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:26 smithi148 ceph-mon[35124]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:26.827 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:26 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:33:26.980 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:33:28.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:27 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:28.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:27 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:28.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:27 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:28.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:27 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:28.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:27 smithi131 ceph-mon[25334]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:28.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:27 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:28.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:27 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:28.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:27 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:28.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:27 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:28.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:27 smithi148 ceph-mon[35124]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:28.791 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:33:29.401 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:29 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/2383306744' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:33:29.402 INFO:teuthology.orchestra.run.smithi131.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-04-15T20:33:29.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:29 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/2383306744' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:33:30.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:30 smithi131 ceph-mon[25334]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:30.403 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd stat -f json 2024-04-15T20:33:30.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:30 smithi148 ceph-mon[35124]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:31.220 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:33:32.300 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:32 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:32.300 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:32 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:32.301 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:32 smithi131 ceph-mon[25334]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:32.301 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:32 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:32.301 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:32 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:32.301 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:32 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:33:32.301 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:32 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:33:32.301 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:32 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:32.301 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:32 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:33:32.301 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:32 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T20:33:32.301 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:32 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:33:32.301 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:32 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T20:33:32.301 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:32 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:33:32.577 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:32 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:32.577 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:32 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:32.578 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:32 smithi148 ceph-mon[35124]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:32.578 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:32 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:32.578 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:32 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:32.578 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:32 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:33:32.578 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:32 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:33:32.578 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:32 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:32.578 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:32 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:33:32.578 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:32 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T20:33:32.578 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:32 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:33:32.578 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:32 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T20:33:32.578 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:32 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:33:33.071 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:33:33.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:33 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/1066341151' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:33:33.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:33 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/1066341151' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:33:33.714 INFO:teuthology.orchestra.run.smithi131.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-04-15T20:33:34.414 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:34 smithi131 ceph-mon[25334]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:34.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:34 smithi148 ceph-mon[35124]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:34.715 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd stat -f json 2024-04-15T20:33:35.143 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:33:35.294 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:35 smithi131 ceph-mon[25334]: from='client.? 172.21.15.148:0/2165473935' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1987f9cf-e4c3-42d6-b34d-dd64dfe02844"}]: dispatch 2024-04-15T20:33:35.294 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:35 smithi131 ceph-mon[25334]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1987f9cf-e4c3-42d6-b34d-dd64dfe02844"}]: dispatch 2024-04-15T20:33:35.294 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:35 smithi131 ceph-mon[25334]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1987f9cf-e4c3-42d6-b34d-dd64dfe02844"}]': finished 2024-04-15T20:33:35.294 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:35 smithi131 ceph-mon[25334]: osdmap e6: 1 total, 0 up, 1 in 2024-04-15T20:33:35.294 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:35 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:33:35.494 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:35 smithi148 ceph-mon[35124]: from='client.? 172.21.15.148:0/2165473935' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1987f9cf-e4c3-42d6-b34d-dd64dfe02844"}]: dispatch 2024-04-15T20:33:35.494 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:35 smithi148 ceph-mon[35124]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1987f9cf-e4c3-42d6-b34d-dd64dfe02844"}]: dispatch 2024-04-15T20:33:35.494 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:35 smithi148 ceph-mon[35124]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1987f9cf-e4c3-42d6-b34d-dd64dfe02844"}]': finished 2024-04-15T20:33:35.494 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:35 smithi148 ceph-mon[35124]: osdmap e6: 1 total, 0 up, 1 in 2024-04-15T20:33:35.494 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:35 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:33:36.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:36 smithi131 ceph-mon[25334]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:36.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:36 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/768922939' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "37349955-83ff-4b96-bd49-0877c5c0d113"}]: dispatch 2024-04-15T20:33:36.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:36 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/768922939' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "37349955-83ff-4b96-bd49-0877c5c0d113"}]': finished 2024-04-15T20:33:36.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:36 smithi131 ceph-mon[25334]: osdmap e7: 2 total, 0 up, 2 in 2024-04-15T20:33:36.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:36 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:33:36.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:36 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:33:36.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:36 smithi148 ceph-mon[35124]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:36.577 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:36 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/768922939' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "37349955-83ff-4b96-bd49-0877c5c0d113"}]: dispatch 2024-04-15T20:33:36.577 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:36 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/768922939' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "37349955-83ff-4b96-bd49-0877c5c0d113"}]': finished 2024-04-15T20:33:36.577 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:36 smithi148 ceph-mon[35124]: osdmap e7: 2 total, 0 up, 2 in 2024-04-15T20:33:36.577 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:36 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:33:36.577 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:36 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:33:37.121 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:33:37.430 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:37 smithi131 ceph-mon[25334]: from='client.? 172.21.15.148:0/2450405333' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:33:37.430 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:37 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/2367744280' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:33:37.478 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:37 smithi148 ceph-mon[35124]: from='client.? 172.21.15.148:0/2450405333' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:33:37.478 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:37 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/2367744280' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:33:37.731 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1713213215,"num_remapped_pgs":0} 2024-04-15T20:33:38.488 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:38 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/1962646473' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:33:38.488 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:38 smithi148 ceph-mon[35124]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:38.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:38 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/1962646473' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:33:38.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:38 smithi131 ceph-mon[25334]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:38.733 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd stat -f json 2024-04-15T20:33:38.978 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:33:39.434 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:39 smithi131 ceph-mon[25334]: from='client.? 172.21.15.148:0/4154046088' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "625452f9-e81b-4ad9-8398-e65c37da56f0"}]: dispatch 2024-04-15T20:33:39.434 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:39 smithi131 ceph-mon[25334]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "625452f9-e81b-4ad9-8398-e65c37da56f0"}]: dispatch 2024-04-15T20:33:39.434 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:39 smithi131 ceph-mon[25334]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "625452f9-e81b-4ad9-8398-e65c37da56f0"}]': finished 2024-04-15T20:33:39.435 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:39 smithi131 ceph-mon[25334]: osdmap e8: 3 total, 0 up, 3 in 2024-04-15T20:33:39.435 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:39 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:33:39.435 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:39 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:33:39.435 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:39 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:33:39.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:39 smithi148 ceph-mon[35124]: from='client.? 172.21.15.148:0/4154046088' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "625452f9-e81b-4ad9-8398-e65c37da56f0"}]: dispatch 2024-04-15T20:33:39.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:39 smithi148 ceph-mon[35124]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "625452f9-e81b-4ad9-8398-e65c37da56f0"}]: dispatch 2024-04-15T20:33:39.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:39 smithi148 ceph-mon[35124]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "625452f9-e81b-4ad9-8398-e65c37da56f0"}]': finished 2024-04-15T20:33:39.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:39 smithi148 ceph-mon[35124]: osdmap e8: 3 total, 0 up, 3 in 2024-04-15T20:33:39.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:39 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:33:39.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:39 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:33:39.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:39 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:33:40.430 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:40 smithi131 ceph-mon[25334]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:40.430 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:40 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/1320195980' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ea51f75-1205-444a-bf82-2af7b97148e3"}]: dispatch 2024-04-15T20:33:40.430 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:40 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/1320195980' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7ea51f75-1205-444a-bf82-2af7b97148e3"}]': finished 2024-04-15T20:33:40.430 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:40 smithi131 ceph-mon[25334]: osdmap e9: 4 total, 0 up, 4 in 2024-04-15T20:33:40.430 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:40 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:33:40.430 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:40 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:33:40.430 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:40 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:33:40.430 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:40 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:33:40.430 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:40 smithi131 ceph-mon[25334]: from='client.? 172.21.15.148:0/18985478' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:33:40.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:40 smithi148 ceph-mon[35124]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:40.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:40 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/1320195980' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ea51f75-1205-444a-bf82-2af7b97148e3"}]: dispatch 2024-04-15T20:33:40.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:40 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/1320195980' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7ea51f75-1205-444a-bf82-2af7b97148e3"}]': finished 2024-04-15T20:33:40.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:40 smithi148 ceph-mon[35124]: osdmap e9: 4 total, 0 up, 4 in 2024-04-15T20:33:40.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:40 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:33:40.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:40 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:33:40.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:40 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:33:40.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:40 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:33:40.577 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:40 smithi148 ceph-mon[35124]: from='client.? 172.21.15.148:0/18985478' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:33:40.913 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:33:41.543 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:41 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/2982251565' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:33:41.574 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1713213220,"num_remapped_pgs":0} 2024-04-15T20:33:41.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:41 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/2982251565' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:33:42.560 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:42 smithi131 ceph-mon[25334]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:42.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:42 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/1030723251' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:33:42.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:42 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:33:42.575 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd stat -f json 2024-04-15T20:33:42.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:42 smithi148 ceph-mon[35124]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:42.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:42 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/1030723251' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:33:42.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:42 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:33:42.820 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:33:43.246 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:43 smithi131 ceph-mon[25334]: from='client.? 172.21.15.148:0/3618610263' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "631faba7-f7a9-4112-90e4-b1d8c0047f47"}]: dispatch 2024-04-15T20:33:43.247 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:43 smithi131 ceph-mon[25334]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "631faba7-f7a9-4112-90e4-b1d8c0047f47"}]: dispatch 2024-04-15T20:33:43.247 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:43 smithi131 ceph-mon[25334]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "631faba7-f7a9-4112-90e4-b1d8c0047f47"}]': finished 2024-04-15T20:33:43.247 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:43 smithi131 ceph-mon[25334]: osdmap e10: 5 total, 0 up, 5 in 2024-04-15T20:33:43.247 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:43 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:33:43.247 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:43 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:33:43.247 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:43 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:33:43.247 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:43 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:33:43.247 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:43 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:33:43.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:43 smithi148 ceph-mon[35124]: from='client.? 172.21.15.148:0/3618610263' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "631faba7-f7a9-4112-90e4-b1d8c0047f47"}]: dispatch 2024-04-15T20:33:43.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:43 smithi148 ceph-mon[35124]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "631faba7-f7a9-4112-90e4-b1d8c0047f47"}]: dispatch 2024-04-15T20:33:43.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:43 smithi148 ceph-mon[35124]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "631faba7-f7a9-4112-90e4-b1d8c0047f47"}]': finished 2024-04-15T20:33:43.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:43 smithi148 ceph-mon[35124]: osdmap e10: 5 total, 0 up, 5 in 2024-04-15T20:33:43.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:43 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:33:43.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:43 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:33:43.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:43 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:33:43.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:43 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:33:43.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:43 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:33:44.305 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:44 smithi131 ceph-mon[25334]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:44.305 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:44 smithi131 ceph-mon[25334]: from='client.? 172.21.15.148:0/4233522299' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:33:44.305 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:44 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/1838480894' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6196acfd-5752-4b6a-8573-d3c912e1394d"}]: dispatch 2024-04-15T20:33:44.305 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:44 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/1838480894' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6196acfd-5752-4b6a-8573-d3c912e1394d"}]': finished 2024-04-15T20:33:44.305 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:44 smithi131 ceph-mon[25334]: osdmap e11: 6 total, 0 up, 6 in 2024-04-15T20:33:44.305 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:44 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:33:44.305 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:44 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:33:44.305 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:44 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:33:44.305 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:44 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:33:44.305 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:44 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:33:44.306 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:44 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:33:44.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:44 smithi148 ceph-mon[35124]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:44.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:44 smithi148 ceph-mon[35124]: from='client.? 172.21.15.148:0/4233522299' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:33:44.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:44 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/1838480894' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6196acfd-5752-4b6a-8573-d3c912e1394d"}]: dispatch 2024-04-15T20:33:44.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:44 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/1838480894' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6196acfd-5752-4b6a-8573-d3c912e1394d"}]': finished 2024-04-15T20:33:44.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:44 smithi148 ceph-mon[35124]: osdmap e11: 6 total, 0 up, 6 in 2024-04-15T20:33:44.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:44 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:33:44.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:44 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:33:44.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:44 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:33:44.577 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:44 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:33:44.577 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:44 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:33:44.577 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:44 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:33:44.624 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:33:45.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:45 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/4001082249' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:33:45.399 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1713213224,"num_remapped_pgs":0} 2024-04-15T20:33:45.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:45 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/4001082249' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:33:46.400 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd stat -f json 2024-04-15T20:33:46.431 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:46 smithi131 ceph-mon[25334]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:46.431 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:46 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/1583310936' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:33:46.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:46 smithi148 ceph-mon[35124]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:46.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:46 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/1583310936' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:33:46.666 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:33:47.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:47 smithi131 ceph-mon[25334]: from='client.? 172.21.15.148:0/240745820' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4aa3a649-720f-44ea-90bd-778e187cacbb"}]: dispatch 2024-04-15T20:33:47.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:47 smithi131 ceph-mon[25334]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4aa3a649-720f-44ea-90bd-778e187cacbb"}]: dispatch 2024-04-15T20:33:47.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:47 smithi131 ceph-mon[25334]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4aa3a649-720f-44ea-90bd-778e187cacbb"}]': finished 2024-04-15T20:33:47.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:47 smithi131 ceph-mon[25334]: osdmap e12: 7 total, 0 up, 7 in 2024-04-15T20:33:47.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:47 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:33:47.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:47 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:33:47.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:47 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:33:47.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:47 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:33:47.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:47 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:33:47.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:47 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:33:47.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:47 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:33:47.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:47 smithi148 ceph-mon[35124]: from='client.? 172.21.15.148:0/240745820' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4aa3a649-720f-44ea-90bd-778e187cacbb"}]: dispatch 2024-04-15T20:33:47.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:47 smithi148 ceph-mon[35124]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4aa3a649-720f-44ea-90bd-778e187cacbb"}]: dispatch 2024-04-15T20:33:47.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:47 smithi148 ceph-mon[35124]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4aa3a649-720f-44ea-90bd-778e187cacbb"}]': finished 2024-04-15T20:33:47.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:47 smithi148 ceph-mon[35124]: osdmap e12: 7 total, 0 up, 7 in 2024-04-15T20:33:47.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:47 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:33:47.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:47 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:33:47.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:47 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:33:47.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:47 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:33:47.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:47 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:33:47.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:47 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:33:47.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:47 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:33:48.517 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:33:48.518 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:48 smithi131 ceph-mon[25334]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:48.518 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:48 smithi131 ceph-mon[25334]: from='client.? 172.21.15.148:0/1901070546' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:33:48.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:48 smithi148 ceph-mon[35124]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:48.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:48 smithi148 ceph-mon[35124]: from='client.? 172.21.15.148:0/1901070546' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:33:49.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:49 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/772104856' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "886782ad-7c3d-493d-817b-2d9b100a136a"}]: dispatch 2024-04-15T20:33:49.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:49 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/772104856' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "886782ad-7c3d-493d-817b-2d9b100a136a"}]': finished 2024-04-15T20:33:49.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:49 smithi131 ceph-mon[25334]: osdmap e13: 8 total, 0 up, 8 in 2024-04-15T20:33:49.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:49 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:33:49.425 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:49 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:33:49.425 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:49 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:33:49.425 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:49 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:33:49.425 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:49 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:33:49.425 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:49 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:33:49.425 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:49 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:33:49.425 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:49 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:33:49.425 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:49 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/2235365190' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:33:49.453 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1713213228,"num_remapped_pgs":0} 2024-04-15T20:33:49.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:49 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/772104856' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "886782ad-7c3d-493d-817b-2d9b100a136a"}]: dispatch 2024-04-15T20:33:49.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:49 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/772104856' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "886782ad-7c3d-493d-817b-2d9b100a136a"}]': finished 2024-04-15T20:33:49.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:49 smithi148 ceph-mon[35124]: osdmap e13: 8 total, 0 up, 8 in 2024-04-15T20:33:49.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:49 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:33:49.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:49 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:33:49.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:49 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:33:49.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:49 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:33:49.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:49 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:33:49.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:49 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:33:49.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:49 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:33:49.577 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:49 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:33:49.577 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:49 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/2235365190' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:33:50.439 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:50 smithi148 ceph-mon[35124]: pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:50.439 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:50 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/3533121333' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:33:50.454 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd stat -f json 2024-04-15T20:33:50.484 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:50 smithi131 ceph-mon[25334]: pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:50.484 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:50 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/3533121333' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T20:33:50.707 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:33:52.425 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:33:52.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:52 smithi131 ceph-mon[25334]: pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:52.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:52 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/2550742569' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:33:52.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:52 smithi148 ceph-mon[35124]: pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:52.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:52 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/2550742569' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:33:53.522 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1713213228,"num_remapped_pgs":0} 2024-04-15T20:33:53.810 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:53 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-15T20:33:53.810 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:53 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:33:53.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:53 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-15T20:33:53.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:53 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:33:54.523 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd stat -f json 2024-04-15T20:33:54.714 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:54 smithi148 ceph-mon[35124]: Deploying daemon osd.0 on smithi148 2024-04-15T20:33:54.715 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:54 smithi148 ceph-mon[35124]: pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:54.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:54 smithi131 ceph-mon[25334]: Deploying daemon osd.0 on smithi148 2024-04-15T20:33:54.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:54 smithi131 ceph-mon[25334]: pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:55.100 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:33:56.756 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:56 smithi148 ceph-mon[35124]: pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:56.756 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:56 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-15T20:33:56.756 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:56 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:33:56.756 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:56 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:33:56.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:56 smithi131 ceph-mon[25334]: pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:56.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:56 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-15T20:33:56.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:56 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:33:56.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:56 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:33:57.387 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:33:57.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:57 smithi148 ceph-mon[35124]: Deploying daemon osd.1 on smithi131 2024-04-15T20:33:57.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:57 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/812828201' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:33:57.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:57 smithi131 ceph-mon[25334]: Deploying daemon osd.1 on smithi131 2024-04-15T20:33:57.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:57 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/812828201' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:33:58.524 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1713213228,"num_remapped_pgs":0} 2024-04-15T20:33:58.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:58 smithi131 ceph-mon[25334]: pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:58.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:58 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:58.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:58 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:58.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:58 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-15T20:33:58.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:58 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:33:58.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:58 smithi148 ceph-mon[35124]: pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:33:58.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:58 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:58.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:58 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:33:58.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:58 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-15T20:33:58.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:58 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:33:59.525 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd stat -f json 2024-04-15T20:33:59.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:33:59 smithi131 ceph-mon[25334]: Deploying daemon osd.2 on smithi148 2024-04-15T20:33:59.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:33:59 smithi148 ceph-mon[35124]: Deploying daemon osd.2 on smithi148 2024-04-15T20:34:00.213 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:34:00.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:00 smithi148 ceph-mon[35124]: pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:34:00.683 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:00 smithi131 ceph-mon[25334]: pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:34:02.215 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:34:02.802 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:02 smithi148 ceph-mon[35124]: pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:34:02.803 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:02 smithi148 ceph-mon[35124]: from='osd.0 [v2:172.21.15.148:6800/3590359791,v1:172.21.15.148:6801/3590359791]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-15T20:34:02.803 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:02 smithi148 ceph-mon[35124]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-15T20:34:02.803 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:02 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/2131363938' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:34:02.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:02 smithi131 ceph-mon[25334]: pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:34:02.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:02 smithi131 ceph-mon[25334]: from='osd.0 [v2:172.21.15.148:6800/3590359791,v1:172.21.15.148:6801/3590359791]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-15T20:34:02.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:02 smithi131 ceph-mon[25334]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-15T20:34:02.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:02 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/2131363938' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:34:02.899 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1713213228,"num_remapped_pgs":0} 2024-04-15T20:34:03.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:03 smithi148 ceph-mon[35124]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-15T20:34:03.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:03 smithi148 ceph-mon[35124]: osdmap e14: 8 total, 0 up, 8 in 2024-04-15T20:34:03.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:03 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:34:03.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:03 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:34:03.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:03 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:34:03.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:03 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:03.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:03 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:34:03.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:03 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:03.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:03 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:03.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:03 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:03.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:03 smithi148 ceph-mon[35124]: from='osd.0 [v2:172.21.15.148:6800/3590359791,v1:172.21.15.148:6801/3590359791]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-04-15T20:34:03.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:03 smithi148 ceph-mon[35124]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-04-15T20:34:03.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:03 smithi131 ceph-mon[25334]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-15T20:34:03.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:03 smithi131 ceph-mon[25334]: osdmap e14: 8 total, 0 up, 8 in 2024-04-15T20:34:03.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:03 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:34:03.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:03 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:34:03.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:03 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:34:03.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:03 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:03.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:03 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:34:03.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:03 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:03.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:03 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:03.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:03 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:03.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:03 smithi131 ceph-mon[25334]: from='osd.0 [v2:172.21.15.148:6800/3590359791,v1:172.21.15.148:6801/3590359791]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-04-15T20:34:03.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:03 smithi131 ceph-mon[25334]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-04-15T20:34:03.900 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd stat -f json 2024-04-15T20:34:04.335 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:34:04.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:04 smithi131 ceph-mon[25334]: pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:34:04.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:04 smithi131 ceph-mon[25334]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-04-15T20:34:04.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:04 smithi131 ceph-mon[25334]: osdmap e15: 8 total, 0 up, 8 in 2024-04-15T20:34:04.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:04 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:34:04.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:04 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:34:04.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:04 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:34:04.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:04 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:04.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:04 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:34:04.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:04 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:04.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:04 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:04.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:04 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:04.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:04 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:34:04.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:04 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:04.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:04 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:04.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:04 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-15T20:34:04.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:04 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:34:04.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:04 smithi148 ceph-mon[35124]: pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:34:04.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:04 smithi148 ceph-mon[35124]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-04-15T20:34:04.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:04 smithi148 ceph-mon[35124]: osdmap e15: 8 total, 0 up, 8 in 2024-04-15T20:34:04.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:04 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:34:04.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:04 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:34:04.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:04 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:34:04.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:04 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:04.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:04 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:34:04.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:04 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:04.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:04 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:04.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:04 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:04.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:04 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:34:04.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:04 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:04.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:04 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:04.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:04 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-15T20:34:04.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:04 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:34:05.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:05 smithi131 ceph-mon[25334]: purged_snaps scrub starts 2024-04-15T20:34:05.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:05 smithi131 ceph-mon[25334]: purged_snaps scrub ok 2024-04-15T20:34:05.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:05 smithi131 ceph-mon[25334]: Deploying daemon osd.4 on smithi148 2024-04-15T20:34:05.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:05 smithi131 ceph-mon[25334]: osd.0 [v2:172.21.15.148:6800/3590359791,v1:172.21.15.148:6801/3590359791] boot 2024-04-15T20:34:05.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:05 smithi131 ceph-mon[25334]: osdmap e16: 8 total, 1 up, 8 in 2024-04-15T20:34:05.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:05 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:34:05.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:05 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:34:05.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:05 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:34:05.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:05 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:05.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:05 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:34:05.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:05 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:05.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:05 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:05.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:05 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:05.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:05 smithi148 ceph-mon[35124]: purged_snaps scrub starts 2024-04-15T20:34:05.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:05 smithi148 ceph-mon[35124]: purged_snaps scrub ok 2024-04-15T20:34:05.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:05 smithi148 ceph-mon[35124]: Deploying daemon osd.4 on smithi148 2024-04-15T20:34:05.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:05 smithi148 ceph-mon[35124]: osd.0 [v2:172.21.15.148:6800/3590359791,v1:172.21.15.148:6801/3590359791] boot 2024-04-15T20:34:05.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:05 smithi148 ceph-mon[35124]: osdmap e16: 8 total, 1 up, 8 in 2024-04-15T20:34:05.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:05 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T20:34:05.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:05 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:34:05.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:05 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:34:05.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:05 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:05.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:05 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:34:05.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:05 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:05.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:05 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:05.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:05 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:06.656 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:06 smithi131 ceph-mon[25334]: pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:34:06.656 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:06 smithi131 ceph-mon[25334]: osdmap e17: 8 total, 1 up, 8 in 2024-04-15T20:34:06.656 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:06 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:34:06.656 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:06 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:34:06.656 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:06 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:06.657 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:06 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:34:06.657 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:06 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:06.657 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:06 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:06.657 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:06 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:06.657 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:06 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:06.657 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:06 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:06.657 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:06 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-15T20:34:06.657 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:06 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:34:06.663 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:34:06.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:06 smithi148 ceph-mon[35124]: pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T20:34:06.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:06 smithi148 ceph-mon[35124]: osdmap e17: 8 total, 1 up, 8 in 2024-04-15T20:34:06.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:06 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:34:06.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:06 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:34:06.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:06 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:06.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:06 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:34:06.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:06 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:06.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:06 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:06.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:06 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:06.827 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:06 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:06.827 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:06 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:06.827 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:06 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-15T20:34:06.827 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:06 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:34:07.373 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1713213244,"num_in_osds":8,"osd_in_since":1713213228,"num_remapped_pgs":0} 2024-04-15T20:34:07.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:07 smithi131 ceph-mon[25334]: Deploying daemon osd.3 on smithi131 2024-04-15T20:34:07.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:07 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/3313376736' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:34:07.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:07 smithi131 ceph-mon[25334]: from='osd.2 [v2:172.21.15.148:6808/4180642662,v1:172.21.15.148:6809/4180642662]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-15T20:34:07.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:07 smithi131 ceph-mon[25334]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-15T20:34:07.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:07 smithi148 ceph-mon[35124]: Deploying daemon osd.3 on smithi131 2024-04-15T20:34:07.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:07 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/3313376736' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:34:07.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:07 smithi148 ceph-mon[35124]: from='osd.2 [v2:172.21.15.148:6808/4180642662,v1:172.21.15.148:6809/4180642662]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-15T20:34:07.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:07 smithi148 ceph-mon[35124]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-15T20:34:08.375 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd stat -f json 2024-04-15T20:34:08.806 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:34:08.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:08 smithi148 ceph-mon[35124]: pgmap v63: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:34:08.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:08 smithi148 ceph-mon[35124]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-15T20:34:08.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:08 smithi148 ceph-mon[35124]: from='osd.2 [v2:172.21.15.148:6808/4180642662,v1:172.21.15.148:6809/4180642662]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-04-15T20:34:08.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:08 smithi148 ceph-mon[35124]: osdmap e18: 8 total, 1 up, 8 in 2024-04-15T20:34:08.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:08 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:34:08.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:08 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:34:08.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:08 smithi148 ceph-mon[35124]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-04-15T20:34:08.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:08 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:08.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:08 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:34:08.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:08 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:08.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:08 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:08.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:08 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:08.929 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:08 smithi131 ceph-mon[25334]: pgmap v63: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:34:08.929 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:08 smithi131 ceph-mon[25334]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-15T20:34:08.929 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:08 smithi131 ceph-mon[25334]: from='osd.2 [v2:172.21.15.148:6808/4180642662,v1:172.21.15.148:6809/4180642662]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-04-15T20:34:08.929 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:08 smithi131 ceph-mon[25334]: osdmap e18: 8 total, 1 up, 8 in 2024-04-15T20:34:08.929 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:08 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:34:08.930 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:08 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:34:08.930 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:08 smithi131 ceph-mon[25334]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-04-15T20:34:08.930 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:08 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:08.930 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:08 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:34:08.930 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:08 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:08.930 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:08 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:08.930 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:08 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:09.840 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:09 smithi131 ceph-mon[25334]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-04-15T20:34:09.840 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:09 smithi131 ceph-mon[25334]: osdmap e19: 8 total, 1 up, 8 in 2024-04-15T20:34:09.840 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:09 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:34:09.840 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:09 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:34:09.840 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:09 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:09.840 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:09 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:34:09.840 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:09 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:09.840 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:09 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:09.840 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:09 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:09.840 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:09 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:34:09.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:09 smithi131 ceph-mon[25334]: from='osd.2 ' entity='osd.2' 2024-04-15T20:34:09.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:09 smithi131 ceph-mon[25334]: from='osd.1 [v2:172.21.15.131:6802/481343720,v1:172.21.15.131:6803/481343720]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-15T20:34:09.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:09 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:09.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:09 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:09.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:09 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-15T20:34:09.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:09 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:34:09.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:09 smithi131 ceph-mon[25334]: Deploying daemon osd.6 on smithi148 2024-04-15T20:34:09.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:09 smithi131 ceph-mon[25334]: pgmap v66: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:34:10.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:09 smithi148 ceph-mon[35124]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-04-15T20:34:10.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:09 smithi148 ceph-mon[35124]: osdmap e19: 8 total, 1 up, 8 in 2024-04-15T20:34:10.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:09 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:34:10.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:09 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:34:10.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:09 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:10.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:09 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:34:10.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:09 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:10.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:09 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:10.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:09 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:10.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:09 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:34:10.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:09 smithi148 ceph-mon[35124]: from='osd.2 ' entity='osd.2' 2024-04-15T20:34:10.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:09 smithi148 ceph-mon[35124]: from='osd.1 [v2:172.21.15.131:6802/481343720,v1:172.21.15.131:6803/481343720]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-15T20:34:10.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:09 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:10.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:09 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:10.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:09 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-15T20:34:10.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:09 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:34:10.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:09 smithi148 ceph-mon[35124]: Deploying daemon osd.6 on smithi148 2024-04-15T20:34:10.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:09 smithi148 ceph-mon[35124]: pgmap v66: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-04-15T20:34:10.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:10 smithi148 ceph-mon[35124]: purged_snaps scrub starts 2024-04-15T20:34:10.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:10 smithi148 ceph-mon[35124]: purged_snaps scrub ok 2024-04-15T20:34:10.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:10 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:34:10.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:10 smithi148 ceph-mon[35124]: from='osd.1 [v2:172.21.15.131:6802/481343720,v1:172.21.15.131:6803/481343720]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-15T20:34:10.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:10 smithi148 ceph-mon[35124]: osd.2 [v2:172.21.15.148:6808/4180642662,v1:172.21.15.148:6809/4180642662] boot 2024-04-15T20:34:10.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:10 smithi148 ceph-mon[35124]: osdmap e20: 8 total, 2 up, 8 in 2024-04-15T20:34:10.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:10 smithi148 ceph-mon[35124]: from='osd.1 [v2:172.21.15.131:6802/481343720,v1:172.21.15.131:6803/481343720]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-04-15T20:34:10.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:10 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:34:10.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:10 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:34:10.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:10 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:10.827 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:10 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:34:10.827 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:10 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:10.827 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:10 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:10.827 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:10 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:10.906 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:10 smithi131 ceph-mon[25334]: purged_snaps scrub starts 2024-04-15T20:34:10.906 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:10 smithi131 ceph-mon[25334]: purged_snaps scrub ok 2024-04-15T20:34:10.906 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:10 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:34:10.906 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:10 smithi131 ceph-mon[25334]: from='osd.1 [v2:172.21.15.131:6802/481343720,v1:172.21.15.131:6803/481343720]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-15T20:34:10.906 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:10 smithi131 ceph-mon[25334]: osd.2 [v2:172.21.15.148:6808/4180642662,v1:172.21.15.148:6809/4180642662] boot 2024-04-15T20:34:10.907 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:10 smithi131 ceph-mon[25334]: osdmap e20: 8 total, 2 up, 8 in 2024-04-15T20:34:10.907 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:10 smithi131 ceph-mon[25334]: from='osd.1 [v2:172.21.15.131:6802/481343720,v1:172.21.15.131:6803/481343720]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-04-15T20:34:10.907 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:10 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:34:10.907 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:10 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T20:34:10.907 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:10 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:10.907 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:10 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:34:10.907 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:10 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:10.907 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:10 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:10.907 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:10 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:11.354 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:34:12.253 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":21,"num_osds":8,"num_up_osds":2,"osd_up_since":1713213250,"num_in_osds":8,"osd_in_since":1713213228,"num_remapped_pgs":0} 2024-04-15T20:34:12.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:12 smithi131 ceph-mon[25334]: from='osd.1 [v2:172.21.15.131:6802/481343720,v1:172.21.15.131:6803/481343720]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-04-15T20:34:12.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:12 smithi131 ceph-mon[25334]: osdmap e21: 8 total, 2 up, 8 in 2024-04-15T20:34:12.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:12 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:34:12.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:12 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:12.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:12 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:34:12.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:12 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:12.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:12 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:12.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:12 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:12.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:12 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:34:12.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:12 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/622342741' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:34:12.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:12 smithi131 ceph-mon[25334]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:34:12.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:12 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:34:12.325 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:12 smithi148 ceph-mon[35124]: from='osd.1 [v2:172.21.15.131:6802/481343720,v1:172.21.15.131:6803/481343720]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-04-15T20:34:12.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:12 smithi148 ceph-mon[35124]: osdmap e21: 8 total, 2 up, 8 in 2024-04-15T20:34:12.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:12 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:34:12.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:12 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:12.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:12 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:34:12.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:12 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:12.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:12 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:12.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:12 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:12.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:12 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:34:12.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:12 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/622342741' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:34:12.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:12 smithi148 ceph-mon[35124]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T20:34:12.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:12 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:34:13.254 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd stat -f json 2024-04-15T20:34:13.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:13 smithi131 ceph-mon[25334]: purged_snaps scrub starts 2024-04-15T20:34:13.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:13 smithi131 ceph-mon[25334]: purged_snaps scrub ok 2024-04-15T20:34:13.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:13 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:34:13.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:13 smithi131 ceph-mon[25334]: osd.1 [v2:172.21.15.131:6802/481343720,v1:172.21.15.131:6803/481343720] boot 2024-04-15T20:34:13.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:13 smithi131 ceph-mon[25334]: osdmap e22: 8 total, 3 up, 8 in 2024-04-15T20:34:13.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:13 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:34:13.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:13 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:13.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:13 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:34:13.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:13 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:13.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:13 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:13.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:13 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:13.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:13 smithi131 ceph-mon[25334]: from='osd.4 [v2:172.21.15.148:6816/3026347739,v1:172.21.15.148:6817/3026347739]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-15T20:34:13.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:13 smithi131 ceph-mon[25334]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-15T20:34:13.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:13 smithi148 ceph-mon[35124]: purged_snaps scrub starts 2024-04-15T20:34:13.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:13 smithi148 ceph-mon[35124]: purged_snaps scrub ok 2024-04-15T20:34:13.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:13 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:34:13.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:13 smithi148 ceph-mon[35124]: osd.1 [v2:172.21.15.131:6802/481343720,v1:172.21.15.131:6803/481343720] boot 2024-04-15T20:34:13.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:13 smithi148 ceph-mon[35124]: osdmap e22: 8 total, 3 up, 8 in 2024-04-15T20:34:13.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:13 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T20:34:13.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:13 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:13.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:13 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:34:13.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:13 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:13.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:13 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:13.327 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:13 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:13.327 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:13 smithi148 ceph-mon[35124]: from='osd.4 [v2:172.21.15.148:6816/3026347739,v1:172.21.15.148:6817/3026347739]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-15T20:34:13.327 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:13 smithi148 ceph-mon[35124]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-15T20:34:13.563 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:34:14.165 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:14 smithi148 ceph-mon[35124]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-15T20:34:14.165 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:14 smithi148 ceph-mon[35124]: from='osd.4 [v2:172.21.15.148:6816/3026347739,v1:172.21.15.148:6817/3026347739]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-04-15T20:34:14.165 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:14 smithi148 ceph-mon[35124]: osdmap e23: 8 total, 3 up, 8 in 2024-04-15T20:34:14.165 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:14 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:14.165 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:14 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:34:14.165 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:14 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:14.165 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:14 smithi148 ceph-mon[35124]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-04-15T20:34:14.165 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:14 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:14.165 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:14 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:14.165 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:14 smithi148 ceph-mon[35124]: pgmap v72: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:34:14.166 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:14 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 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-04-15T20:34:14.166 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:14 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:14.166 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:14 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:14.166 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:14 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-15T20:34:14.166 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:14 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:34:14.166 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:14 smithi148 ceph-mon[35124]: Deploying daemon osd.5 on smithi131 2024-04-15T20:34:14.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:14 smithi131 ceph-mon[25334]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-15T20:34:14.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:14 smithi131 ceph-mon[25334]: from='osd.4 [v2:172.21.15.148:6816/3026347739,v1:172.21.15.148:6817/3026347739]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-04-15T20:34:14.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:14 smithi131 ceph-mon[25334]: osdmap e23: 8 total, 3 up, 8 in 2024-04-15T20:34:14.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:14 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:14.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:14 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:34:14.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:14 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:14.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:14 smithi131 ceph-mon[25334]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-04-15T20:34:14.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:14 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:14.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:14 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:14.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:14 smithi131 ceph-mon[25334]: pgmap v72: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:34:14.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:14 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 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-04-15T20:34:14.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:14 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:14.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:14 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:14.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:14 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-15T20:34:14.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:14 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:34:14.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:14 smithi131 ceph-mon[25334]: Deploying daemon osd.5 on smithi131 2024-04-15T20:34:15.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:15 smithi131 ceph-mon[25334]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-04-15T20:34:15.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:15 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 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-04-15T20:34:15.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:15 smithi131 ceph-mon[25334]: osdmap e24: 8 total, 3 up, 8 in 2024-04-15T20:34:15.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:15 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:15.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:15 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:34:15.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:15 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:15.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:15 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:15.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:15 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:15.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:15 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-15T20:34:15.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:15 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:34:15.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:15 smithi131 ceph-mon[25334]: from='osd.4 ' entity='osd.4' 2024-04-15T20:34:15.325 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:15 smithi148 ceph-mon[35124]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-04-15T20:34:15.325 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:15 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 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-04-15T20:34:15.325 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:15 smithi148 ceph-mon[35124]: osdmap e24: 8 total, 3 up, 8 in 2024-04-15T20:34:15.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:15 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:15.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:15 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:34:15.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:15 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:15.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:15 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:15.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:15 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:15.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:15 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-15T20:34:15.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:15 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:34:15.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:15 smithi148 ceph-mon[35124]: from='osd.4 ' entity='osd.4' 2024-04-15T20:34:15.429 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:34:16.080 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:15 smithi131 sudo[53307]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-15T20:34:16.080 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:15 smithi131 sudo[53307]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-15T20:34:16.081 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:15 smithi131 sudo[53307]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-15T20:34:16.081 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:16 smithi131 sudo[53307]: pam_unix(sudo:session): session closed for user root 2024-04-15T20:34:16.081 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:16 smithi131 sudo[53310]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-15T20:34:16.081 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:16 smithi131 sudo[53310]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-15T20:34:16.081 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:16 smithi131 sudo[53310]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-15T20:34:16.081 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:16 smithi131 sudo[53310]: pam_unix(sudo:session): session closed for user root 2024-04-15T20:34:16.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 sudo[45643]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-15T20:34:16.327 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 sudo[45643]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-15T20:34:16.327 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 sudo[45643]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-15T20:34:16.327 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 sudo[45643]: pam_unix(sudo:session): session closed for user root 2024-04-15T20:34:16.327 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 sudo[45646]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-15T20:34:16.327 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 sudo[45646]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-15T20:34:16.327 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 sudo[45646]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-15T20:34:16.327 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 sudo[45646]: pam_unix(sudo:session): session closed for user root 2024-04-15T20:34:16.327 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 ceph-mon[35124]: purged_snaps scrub starts 2024-04-15T20:34:16.327 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 ceph-mon[35124]: purged_snaps scrub ok 2024-04-15T20:34:16.327 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-15T20:34:16.327 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 ceph-mon[35124]: osd.4 [v2:172.21.15.148:6816/3026347739,v1:172.21.15.148:6817/3026347739] boot 2024-04-15T20:34:16.327 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 ceph-mon[35124]: osdmap e25: 8 total, 4 up, 8 in 2024-04-15T20:34:16.328 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:34:16.328 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:16.328 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:16.328 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:16.328 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:16.328 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:16.328 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:16.328 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/1595868960' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:34:16.328 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 ceph-mon[35124]: pgmap v75: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:34:16.328 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:16.328 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:16.328 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:16.328 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:16.328 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 ceph-mon[35124]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-15T20:34:16.329 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 ceph-mon[35124]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-15T20:34:16.329 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-04-15T20:34:16.329 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-04-15T20:34:16.329 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:16.329 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 ceph-mon[35124]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-15T20:34:16.329 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-04-15T20:34:16.329 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-04-15T20:34:16.329 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:16 smithi148 ceph-mon[35124]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-15T20:34:16.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:16 smithi131 ceph-mon[25334]: purged_snaps scrub starts 2024-04-15T20:34:16.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:16 smithi131 ceph-mon[25334]: purged_snaps scrub ok 2024-04-15T20:34:16.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:16 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-15T20:34:16.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:16 smithi131 ceph-mon[25334]: osd.4 [v2:172.21.15.148:6816/3026347739,v1:172.21.15.148:6817/3026347739] boot 2024-04-15T20:34:16.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:16 smithi131 ceph-mon[25334]: osdmap e25: 8 total, 4 up, 8 in 2024-04-15T20:34:16.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:16 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-15T20:34:16.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:16 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:16.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:16 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:16.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:16 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:16.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:16 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:16.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:16 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:16.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:16 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:16.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:16 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/1595868960' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:34:16.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:16 smithi131 ceph-mon[25334]: pgmap v75: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-15T20:34:16.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:16 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:16.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:16 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:16.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:16 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:16.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:16 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:16.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:16 smithi131 ceph-mon[25334]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-15T20:34:16.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:16 smithi131 ceph-mon[25334]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-15T20:34:16.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:16 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-04-15T20:34:16.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:16 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-04-15T20:34:16.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:16 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:16.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:16 smithi131 ceph-mon[25334]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-15T20:34:16.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:16 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-04-15T20:34:16.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:16 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-04-15T20:34:16.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:16 smithi131 ceph-mon[25334]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-15T20:34:16.368 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":25,"num_osds":8,"num_up_osds":4,"osd_up_since":1713213255,"num_in_osds":8,"osd_in_since":1713213228,"num_remapped_pgs":0} 2024-04-15T20:34:17.207 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:17 smithi131 ceph-mon[25334]: osdmap e26: 8 total, 4 up, 8 in 2024-04-15T20:34:17.208 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:17 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:17.208 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:17 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:17.208 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:17 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:17.208 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:17 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:17.208 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:17 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:17.208 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:17 smithi131 ceph-mon[25334]: from='osd.3 [v2:172.21.15.131:6810/3059726462,v1:172.21.15.131:6811/3059726462]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-15T20:34:17.325 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:17 smithi148 ceph-mon[35124]: osdmap e26: 8 total, 4 up, 8 in 2024-04-15T20:34:17.325 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:17 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:17.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:17 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:17.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:17 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:17.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:17 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:17.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:17 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:17.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:17 smithi148 ceph-mon[35124]: from='osd.3 [v2:172.21.15.131:6810/3059726462,v1:172.21.15.131:6811/3059726462]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-15T20:34:17.369 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd stat -f json 2024-04-15T20:34:17.805 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:34:18.150 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:18 smithi148 ceph-mon[35124]: from='osd.3 [v2:172.21.15.131:6810/3059726462,v1:172.21.15.131:6811/3059726462]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-15T20:34:18.150 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:18 smithi148 ceph-mon[35124]: osdmap e27: 8 total, 4 up, 8 in 2024-04-15T20:34:18.150 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:18 smithi148 ceph-mon[35124]: from='osd.3 [v2:172.21.15.131:6810/3059726462,v1:172.21.15.131:6811/3059726462]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-04-15T20:34:18.150 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:18 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:18.150 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:18 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:18.150 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:18 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:18.150 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:18 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:18.150 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:18 smithi148 ceph-mon[35124]: pgmap v78: 1 pgs: 1 creating+activating; 0 B data, 106 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:34:18.307 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:18 smithi131 ceph-mon[25334]: from='osd.3 [v2:172.21.15.131:6810/3059726462,v1:172.21.15.131:6811/3059726462]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-15T20:34:18.307 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:18 smithi131 ceph-mon[25334]: osdmap e27: 8 total, 4 up, 8 in 2024-04-15T20:34:18.307 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:18 smithi131 ceph-mon[25334]: from='osd.3 [v2:172.21.15.131:6810/3059726462,v1:172.21.15.131:6811/3059726462]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-04-15T20:34:18.307 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:18 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:18.307 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:18 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:18.307 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:18 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:18.307 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:18 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:18.307 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:18 smithi131 ceph-mon[25334]: pgmap v78: 1 pgs: 1 creating+activating; 0 B data, 106 MiB used, 357 GiB / 358 GiB avail 2024-04-15T20:34:19.371 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:19 smithi131 ceph-mon[25334]: from='osd.3 [v2:172.21.15.131:6810/3059726462,v1:172.21.15.131:6811/3059726462]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-04-15T20:34:19.372 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:19 smithi131 ceph-mon[25334]: osdmap e28: 8 total, 4 up, 8 in 2024-04-15T20:34:19.372 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:19 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:19.372 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:19 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:19.372 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:19 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:19.372 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:19 smithi131 ceph-mon[25334]: mgrmap e19: smithi131.nzhwkl(active, since 2m), standbys: smithi148.jswtdg 2024-04-15T20:34:19.372 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:19 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:19.372 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:19 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:19.372 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:19 smithi131 ceph-mon[25334]: from='osd.6 [v2:172.21.15.148:6824/2836006498,v1:172.21.15.148:6825/2836006498]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-15T20:34:19.372 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:19 smithi131 ceph-mon[25334]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-15T20:34:19.372 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:19 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:19.372 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:19 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:19.372 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:19 smithi131 ceph-mon[25334]: from='osd.3 [v2:172.21.15.131:6810/3059726462,v1:172.21.15.131:6811/3059726462]' entity='osd.3' 2024-04-15T20:34:19.372 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:19 smithi131 ceph-mon[25334]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-15T20:34:19.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:19 smithi148 ceph-mon[35124]: from='osd.3 [v2:172.21.15.131:6810/3059726462,v1:172.21.15.131:6811/3059726462]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-04-15T20:34:19.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:19 smithi148 ceph-mon[35124]: osdmap e28: 8 total, 4 up, 8 in 2024-04-15T20:34:19.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:19 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:19.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:19 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:19.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:19 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:19.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:19 smithi148 ceph-mon[35124]: mgrmap e19: smithi131.nzhwkl(active, since 2m), standbys: smithi148.jswtdg 2024-04-15T20:34:19.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:19 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:19.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:19 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:19.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:19 smithi148 ceph-mon[35124]: from='osd.6 [v2:172.21.15.148:6824/2836006498,v1:172.21.15.148:6825/2836006498]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-15T20:34:19.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:19 smithi148 ceph-mon[35124]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-15T20:34:19.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:19 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:19.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:19 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:19.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:19 smithi148 ceph-mon[35124]: from='osd.3 [v2:172.21.15.131:6810/3059726462,v1:172.21.15.131:6811/3059726462]' entity='osd.3' 2024-04-15T20:34:19.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:19 smithi148 ceph-mon[35124]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-15T20:34:20.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:20 smithi131 ceph-mon[25334]: purged_snaps scrub starts 2024-04-15T20:34:20.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:20 smithi131 ceph-mon[25334]: purged_snaps scrub ok 2024-04-15T20:34:20.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:20 smithi131 ceph-mon[25334]: from='osd.6 [v2:172.21.15.148:6824/2836006498,v1:172.21.15.148:6825/2836006498]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-04-15T20:34:20.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:20 smithi131 ceph-mon[25334]: osd.3 [v2:172.21.15.131:6810/3059726462,v1:172.21.15.131:6811/3059726462] boot 2024-04-15T20:34:20.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:20 smithi131 ceph-mon[25334]: osdmap e29: 8 total, 5 up, 8 in 2024-04-15T20:34:20.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:20 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:20.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:20 smithi131 ceph-mon[25334]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-04-15T20:34:20.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:20 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:20.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:20 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:20.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:20 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:20.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:20 smithi131 ceph-mon[25334]: pgmap v81: 1 pgs: 1 creating+activating; 0 B data, 134 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:34:20.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:20 smithi131 ceph-mon[25334]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-04-15T20:34:20.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:20 smithi131 ceph-mon[25334]: osdmap e30: 8 total, 5 up, 8 in 2024-04-15T20:34:20.312 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:20 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:20.312 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:20 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:20.312 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:20 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:20.354 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:34:20.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:20 smithi148 ceph-mon[35124]: purged_snaps scrub starts 2024-04-15T20:34:20.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:20 smithi148 ceph-mon[35124]: purged_snaps scrub ok 2024-04-15T20:34:20.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:20 smithi148 ceph-mon[35124]: from='osd.6 [v2:172.21.15.148:6824/2836006498,v1:172.21.15.148:6825/2836006498]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-04-15T20:34:20.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:20 smithi148 ceph-mon[35124]: osd.3 [v2:172.21.15.131:6810/3059726462,v1:172.21.15.131:6811/3059726462] boot 2024-04-15T20:34:20.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:20 smithi148 ceph-mon[35124]: osdmap e29: 8 total, 5 up, 8 in 2024-04-15T20:34:20.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:20 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-15T20:34:20.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:20 smithi148 ceph-mon[35124]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-04-15T20:34:20.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:20 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:20.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:20 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:20.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:20 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:20.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:20 smithi148 ceph-mon[35124]: pgmap v81: 1 pgs: 1 creating+activating; 0 B data, 134 MiB used, 447 GiB / 447 GiB avail 2024-04-15T20:34:20.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:20 smithi148 ceph-mon[35124]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-04-15T20:34:20.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:20 smithi148 ceph-mon[35124]: osdmap e30: 8 total, 5 up, 8 in 2024-04-15T20:34:20.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:20 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:20.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:20 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:20.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:20 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:21.384 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:21 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:21.385 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:21 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/4289525746' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:34:21.385 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:21 smithi131 ceph-mon[25334]: from='osd.6 ' entity='osd.6' 2024-04-15T20:34:21.385 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:21 smithi131 ceph-mon[25334]: osd.6 [v2:172.21.15.148:6824/2836006498,v1:172.21.15.148:6825/2836006498] boot 2024-04-15T20:34:21.385 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:21 smithi131 ceph-mon[25334]: osdmap e31: 8 total, 6 up, 8 in 2024-04-15T20:34:21.385 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:21 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:21.385 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:21 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:21.385 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:21 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:21.544 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":30,"num_osds":8,"num_up_osds":5,"osd_up_since":1713213259,"num_in_osds":8,"osd_in_since":1713213228,"num_remapped_pgs":1} 2024-04-15T20:34:21.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:21 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:21.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:21 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/4289525746' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:34:21.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:21 smithi148 ceph-mon[35124]: from='osd.6 ' entity='osd.6' 2024-04-15T20:34:21.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:21 smithi148 ceph-mon[35124]: osd.6 [v2:172.21.15.148:6824/2836006498,v1:172.21.15.148:6825/2836006498] boot 2024-04-15T20:34:21.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:21 smithi148 ceph-mon[35124]: osdmap e31: 8 total, 6 up, 8 in 2024-04-15T20:34:21.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:21 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:21.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:21 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-15T20:34:21.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:21 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:22.409 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:22 smithi131 ceph-mon[25334]: purged_snaps scrub starts 2024-04-15T20:34:22.410 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:22 smithi131 ceph-mon[25334]: purged_snaps scrub ok 2024-04-15T20:34:22.410 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:22 smithi131 ceph-mon[25334]: pgmap v84: 1 pgs: 1 creating+activating; 0 B data, 266 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:34:22.410 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:22 smithi131 ceph-mon[25334]: osdmap e32: 8 total, 6 up, 8 in 2024-04-15T20:34:22.410 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:22 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:22.410 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:22 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:22.546 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd stat -f json 2024-04-15T20:34:22.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:22 smithi148 ceph-mon[35124]: purged_snaps scrub starts 2024-04-15T20:34:22.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:22 smithi148 ceph-mon[35124]: purged_snaps scrub ok 2024-04-15T20:34:22.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:22 smithi148 ceph-mon[35124]: pgmap v84: 1 pgs: 1 creating+activating; 0 B data, 266 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:34:22.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:22 smithi148 ceph-mon[35124]: osdmap e32: 8 total, 6 up, 8 in 2024-04-15T20:34:22.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:22 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:22.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:22 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:22.813 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:34:23.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:23 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:23.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:23 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:23.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:23 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-15T20:34:23.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:23 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:34:23.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:23 smithi131 ceph-mon[25334]: Deploying daemon osd.7 on smithi131 2024-04-15T20:34:23.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:23 smithi131 ceph-mon[25334]: osdmap e33: 8 total, 6 up, 8 in 2024-04-15T20:34:23.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:23 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:23.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:23 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:23.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:23 smithi131 ceph-mon[25334]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 266 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:34:24.075 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:23 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:24.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:23 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:24.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:23 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-15T20:34:24.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:23 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:34:24.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:23 smithi148 ceph-mon[35124]: Deploying daemon osd.7 on smithi131 2024-04-15T20:34:24.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:23 smithi148 ceph-mon[35124]: osdmap e33: 8 total, 6 up, 8 in 2024-04-15T20:34:24.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:23 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:24.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:23 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:24.076 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:23 smithi148 ceph-mon[35124]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 266 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:34:24.681 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:34:25.060 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:24 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/3263116352' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:34:25.075 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:24 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/3263116352' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:34:25.282 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":33,"num_osds":8,"num_up_osds":6,"osd_up_since":1713213261,"num_in_osds":8,"osd_in_since":1713213228,"num_remapped_pgs":0} 2024-04-15T20:34:26.060 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:25 smithi131 ceph-mon[25334]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 267 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:34:26.060 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:25 smithi131 ceph-mon[25334]: from='osd.5 [v2:172.21.15.131:6818/3115398880,v1:172.21.15.131:6819/3115398880]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-15T20:34:26.075 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:25 smithi148 ceph-mon[35124]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 267 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:34:26.075 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:25 smithi148 ceph-mon[35124]: from='osd.5 [v2:172.21.15.131:6818/3115398880,v1:172.21.15.131:6819/3115398880]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-15T20:34:26.283 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd stat -f json 2024-04-15T20:34:26.821 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:34:27.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:26 smithi131 ceph-mon[25334]: from='osd.5 [v2:172.21.15.131:6818/3115398880,v1:172.21.15.131:6819/3115398880]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-15T20:34:27.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:26 smithi131 ceph-mon[25334]: osdmap e34: 8 total, 6 up, 8 in 2024-04-15T20:34:27.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:26 smithi131 ceph-mon[25334]: from='osd.5 [v2:172.21.15.131:6818/3115398880,v1:172.21.15.131:6819/3115398880]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-04-15T20:34:27.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:26 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:27.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:26 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:27.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:26 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:34:27.325 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:26 smithi148 ceph-mon[35124]: from='osd.5 [v2:172.21.15.131:6818/3115398880,v1:172.21.15.131:6819/3115398880]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-15T20:34:27.325 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:26 smithi148 ceph-mon[35124]: osdmap e34: 8 total, 6 up, 8 in 2024-04-15T20:34:27.325 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:26 smithi148 ceph-mon[35124]: from='osd.5 [v2:172.21.15.131:6818/3115398880,v1:172.21.15.131:6819/3115398880]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-04-15T20:34:27.325 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:26 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:27.325 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:26 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:27.325 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:26 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:34:28.057 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:27 smithi131 ceph-mon[25334]: from='osd.5 [v2:172.21.15.131:6818/3115398880,v1:172.21.15.131:6819/3115398880]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-04-15T20:34:28.057 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:27 smithi131 ceph-mon[25334]: osdmap e35: 8 total, 6 up, 8 in 2024-04-15T20:34:28.057 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:27 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:28.057 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:27 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:28.057 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:27 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:28.057 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:27 smithi131 ceph-mon[25334]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:34:28.057 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:27 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:28.325 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:27 smithi148 ceph-mon[35124]: from='osd.5 [v2:172.21.15.131:6818/3115398880,v1:172.21.15.131:6819/3115398880]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-04-15T20:34:28.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:27 smithi148 ceph-mon[35124]: osdmap e35: 8 total, 6 up, 8 in 2024-04-15T20:34:28.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:27 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:28.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:27 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:28.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:27 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:28.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:27 smithi148 ceph-mon[35124]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-04-15T20:34:28.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:27 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:28.949 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:28 smithi131 ceph-mon[25334]: purged_snaps scrub starts 2024-04-15T20:34:28.949 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:28 smithi131 ceph-mon[25334]: purged_snaps scrub ok 2024-04-15T20:34:28.949 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:28 smithi131 ceph-mon[25334]: osd.5 [v2:172.21.15.131:6818/3115398880,v1:172.21.15.131:6819/3115398880] boot 2024-04-15T20:34:28.949 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:28 smithi131 ceph-mon[25334]: osdmap e36: 8 total, 7 up, 8 in 2024-04-15T20:34:28.949 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:28 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:28.949 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:28 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:29.295 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:28 smithi148 ceph-mon[35124]: purged_snaps scrub starts 2024-04-15T20:34:29.295 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:28 smithi148 ceph-mon[35124]: purged_snaps scrub ok 2024-04-15T20:34:29.295 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:28 smithi148 ceph-mon[35124]: osd.5 [v2:172.21.15.131:6818/3115398880,v1:172.21.15.131:6819/3115398880] boot 2024-04-15T20:34:29.295 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:28 smithi148 ceph-mon[35124]: osdmap e36: 8 total, 7 up, 8 in 2024-04-15T20:34:29.295 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:28 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-15T20:34:29.296 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:28 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:29.396 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:34:29.985 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:29 smithi131 ceph-mon[25334]: osdmap e37: 8 total, 7 up, 8 in 2024-04-15T20:34:29.985 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:29 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:29.985 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:29 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/3603021795' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:34:29.985 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:29 smithi131 ceph-mon[25334]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-04-15T20:34:30.325 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:29 smithi148 ceph-mon[35124]: osdmap e37: 8 total, 7 up, 8 in 2024-04-15T20:34:30.325 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:29 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:30.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:29 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/3603021795' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:34:30.326 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:29 smithi148 ceph-mon[35124]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-04-15T20:34:30.368 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":37,"num_osds":8,"num_up_osds":7,"osd_up_since":1713213267,"num_in_osds":8,"osd_in_since":1713213228,"num_remapped_pgs":0} 2024-04-15T20:34:31.368 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd stat -f json 2024-04-15T20:34:31.637 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:34:32.746 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:32 smithi131 ceph-mon[25334]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-04-15T20:34:32.746 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:32 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:32.747 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:32 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:32.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:32 smithi148 ceph-mon[35124]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-04-15T20:34:32.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:32 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:32.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:32 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:33.705 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:34:34.469 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":37,"num_osds":8,"num_up_osds":7,"osd_up_since":1713213267,"num_in_osds":8,"osd_in_since":1713213228,"num_remapped_pgs":0} 2024-04-15T20:34:34.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:34 smithi148 ceph-mon[35124]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-04-15T20:34:34.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:34 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/3638564485' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:34:34.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:34 smithi131 ceph-mon[25334]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-04-15T20:34:34.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:34 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/3638564485' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:34:35.471 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd stat -f json 2024-04-15T20:34:35.737 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:34:35.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:35 smithi131 ceph-mon[25334]: from='osd.7 [v2:172.21.15.131:6826/345435401,v1:172.21.15.131:6827/345435401]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-15T20:34:35.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:35 smithi148 ceph-mon[35124]: from='osd.7 [v2:172.21.15.131:6826/345435401,v1:172.21.15.131:6827/345435401]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-15T20:34:36.973 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:36 smithi131 ceph-mon[25334]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-04-15T20:34:36.973 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:36 smithi131 ceph-mon[25334]: from='osd.7 [v2:172.21.15.131:6826/345435401,v1:172.21.15.131:6827/345435401]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-15T20:34:36.974 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:36 smithi131 ceph-mon[25334]: osdmap e38: 8 total, 7 up, 8 in 2024-04-15T20:34:36.974 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:36 smithi131 ceph-mon[25334]: from='osd.7 [v2:172.21.15.131:6826/345435401,v1:172.21.15.131:6827/345435401]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-04-15T20:34:36.974 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:36 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:37.075 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:36 smithi148 ceph-mon[35124]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-04-15T20:34:37.075 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:36 smithi148 ceph-mon[35124]: from='osd.7 [v2:172.21.15.131:6826/345435401,v1:172.21.15.131:6827/345435401]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-15T20:34:37.075 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:36 smithi148 ceph-mon[35124]: osdmap e38: 8 total, 7 up, 8 in 2024-04-15T20:34:37.075 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:36 smithi148 ceph-mon[35124]: from='osd.7 [v2:172.21.15.131:6826/345435401,v1:172.21.15.131:6827/345435401]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-04-15T20:34:37.075 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:36 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:37.666 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:37 smithi131 ceph-mon[25334]: purged_snaps scrub starts 2024-04-15T20:34:37.666 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:37 smithi131 ceph-mon[25334]: purged_snaps scrub ok 2024-04-15T20:34:37.666 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:37 smithi131 ceph-mon[25334]: from='osd.7 [v2:172.21.15.131:6826/345435401,v1:172.21.15.131:6827/345435401]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-04-15T20:34:37.666 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:37 smithi131 ceph-mon[25334]: osdmap e39: 8 total, 7 up, 8 in 2024-04-15T20:34:37.666 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:37 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:37.666 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:37 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:37.667 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:37 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:37.667 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:37 smithi131 ceph-mon[25334]: osdmap e40: 8 total, 7 up, 8 in 2024-04-15T20:34:37.667 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:37 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:37.667 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:37 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:37.667 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:37 smithi131 ceph-mon[25334]: from='osd.7 [v2:172.21.15.131:6826/345435401,v1:172.21.15.131:6827/345435401]' entity='osd.7' 2024-04-15T20:34:37.667 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:37 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:34:37.667 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:37 smithi131 ceph-mon[25334]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-04-15T20:34:37.667 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:37 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:37.976 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:37 smithi148 ceph-mon[35124]: purged_snaps scrub starts 2024-04-15T20:34:37.976 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:37 smithi148 ceph-mon[35124]: purged_snaps scrub ok 2024-04-15T20:34:37.976 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:37 smithi148 ceph-mon[35124]: from='osd.7 [v2:172.21.15.131:6826/345435401,v1:172.21.15.131:6827/345435401]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-04-15T20:34:37.976 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:37 smithi148 ceph-mon[35124]: osdmap e39: 8 total, 7 up, 8 in 2024-04-15T20:34:37.976 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:37 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:37.976 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:37 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:37.976 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:37 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:37.976 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:37 smithi148 ceph-mon[35124]: osdmap e40: 8 total, 7 up, 8 in 2024-04-15T20:34:37.976 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:37 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:37.976 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:37 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:37.976 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:37 smithi148 ceph-mon[35124]: from='osd.7 [v2:172.21.15.131:6826/345435401,v1:172.21.15.131:6827/345435401]' entity='osd.7' 2024-04-15T20:34:37.976 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:37 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:34:37.976 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:37 smithi148 ceph-mon[35124]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-04-15T20:34:37.976 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:37 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:38.481 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:34:39.075 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:38 smithi148 ceph-mon[35124]: osd.7 [v2:172.21.15.131:6826/345435401,v1:172.21.15.131:6827/345435401] boot 2024-04-15T20:34:39.075 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:38 smithi148 ceph-mon[35124]: osdmap e41: 8 total, 8 up, 8 in 2024-04-15T20:34:39.075 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:38 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:39.075 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:38 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/116158716' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:34:39.251 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:38 smithi131 ceph-mon[25334]: osd.7 [v2:172.21.15.131:6826/345435401,v1:172.21.15.131:6827/345435401] boot 2024-04-15T20:34:39.251 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:38 smithi131 ceph-mon[25334]: osdmap e41: 8 total, 8 up, 8 in 2024-04-15T20:34:39.251 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:38 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-15T20:34:39.251 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:38 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/116158716' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T20:34:39.706 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":41,"num_osds":8,"num_up_osds":8,"osd_up_since":1713213277,"num_in_osds":8,"osd_in_since":1713213228,"num_remapped_pgs":1} 2024-04-15T20:34:39.707 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd dump --format=json 2024-04-15T20:34:40.187 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:39 smithi131 ceph-mon[25334]: osdmap e42: 8 total, 8 up, 8 in 2024-04-15T20:34:40.187 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:39 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:40.187 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:39 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:40.187 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:39 smithi131 ceph-mon[25334]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:34:40.325 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:39 smithi148 ceph-mon[35124]: osdmap e42: 8 total, 8 up, 8 in 2024-04-15T20:34:40.325 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:39 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:40.325 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:39 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:40.325 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:39 smithi148 ceph-mon[35124]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:34:40.527 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:34:41.186 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:40 smithi131 ceph-mon[25334]: osdmap e43: 8 total, 8 up, 8 in 2024-04-15T20:34:41.325 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:40 smithi148 ceph-mon[35124]: osdmap e43: 8 total, 8 up, 8 in 2024-04-15T20:34:42.075 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:41 smithi148 ceph-mon[35124]: osdmap e44: 8 total, 8 up, 8 in 2024-04-15T20:34:42.075 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:41 smithi148 ceph-mon[35124]: pgmap v107: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:34:42.075 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:41 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:34:42.075 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:41 smithi148 ceph-mon[35124]: osdmap e45: 8 total, 8 up, 8 in 2024-04-15T20:34:42.268 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:41 smithi131 ceph-mon[25334]: osdmap e44: 8 total, 8 up, 8 in 2024-04-15T20:34:42.268 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:41 smithi131 ceph-mon[25334]: pgmap v107: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:34:42.268 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:41 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:34:42.268 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:41 smithi131 ceph-mon[25334]: osdmap e45: 8 total, 8 up, 8 in 2024-04-15T20:34:43.402 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:34:43.403 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":45,"fsid":"add79b0a-fb66-11ee-bc8f-c7b262605968","created":"2024-04-15T20:29:55.428193+0000","modified":"2024-04-15T20:34:41.903794+0000","last_up_change":"2024-04-15T20:34:37.885017+0000","last_in_change":"2024-04-15T20:33:48.221924+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-15T20:34:13.526065+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":"26","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_type":"Fair distribution","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":"1987f9cf-e4c3-42d6-b34d-dd64dfe02844","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6800","nonce":3590359791},{"type":"v1","addr":"172.21.15.148:6801","nonce":3590359791}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6802","nonce":3590359791},{"type":"v1","addr":"172.21.15.148:6803","nonce":3590359791}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6806","nonce":3590359791},{"type":"v1","addr":"172.21.15.148:6807","nonce":3590359791}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6804","nonce":3590359791},{"type":"v1","addr":"172.21.15.148:6805","nonce":3590359791}]},"public_addr":"172.21.15.148:6801/3590359791","cluster_addr":"172.21.15.148:6803/3590359791","heartbeat_back_addr":"172.21.15.148:6807/3590359791","heartbeat_front_addr":"172.21.15.148:6805/3590359791","state":["exists","up"]},{"osd":1,"uuid":"37349955-83ff-4b96-bd49-0877c5c0d113","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6802","nonce":481343720},{"type":"v1","addr":"172.21.15.131:6803","nonce":481343720}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6804","nonce":481343720},{"type":"v1","addr":"172.21.15.131:6805","nonce":481343720}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6808","nonce":481343720},{"type":"v1","addr":"172.21.15.131:6809","nonce":481343720}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6806","nonce":481343720},{"type":"v1","addr":"172.21.15.131:6807","nonce":481343720}]},"public_addr":"172.21.15.131:6803/481343720","cluster_addr":"172.21.15.131:6805/481343720","heartbeat_back_addr":"172.21.15.131:6809/481343720","heartbeat_front_addr":"172.21.15.131:6807/481343720","state":["exists","up"]},{"osd":2,"uuid":"625452f9-e81b-4ad9-8398-e65c37da56f0","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.148:6808","nonce":4180642662},{"type":"v1","addr":"172.21.15.148:6809","nonce":4180642662}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6810","nonce":4180642662},{"type":"v1","addr":"172.21.15.148:6811","nonce":4180642662}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6814","nonce":4180642662},{"type":"v1","addr":"172.21.15.148:6815","nonce":4180642662}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6812","nonce":4180642662},{"type":"v1","addr":"172.21.15.148:6813","nonce":4180642662}]},"public_addr":"172.21.15.148:6809/4180642662","cluster_addr":"172.21.15.148:6811/4180642662","heartbeat_back_addr":"172.21.15.148:6815/4180642662","heartbeat_front_addr":"172.21.15.148:6813/4180642662","state":["exists","up"]},{"osd":3,"uuid":"7ea51f75-1205-444a-bf82-2af7b97148e3","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.131:6810","nonce":3059726462},{"type":"v1","addr":"172.21.15.131:6811","nonce":3059726462}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6812","nonce":3059726462},{"type":"v1","addr":"172.21.15.131:6813","nonce":3059726462}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6816","nonce":3059726462},{"type":"v1","addr":"172.21.15.131:6817","nonce":3059726462}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6814","nonce":3059726462},{"type":"v1","addr":"172.21.15.131:6815","nonce":3059726462}]},"public_addr":"172.21.15.131:6811/3059726462","cluster_addr":"172.21.15.131:6813/3059726462","heartbeat_back_addr":"172.21.15.131:6817/3059726462","heartbeat_front_addr":"172.21.15.131:6815/3059726462","state":["exists","up"]},{"osd":4,"uuid":"631faba7-f7a9-4112-90e4-b1d8c0047f47","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.148:6816","nonce":3026347739},{"type":"v1","addr":"172.21.15.148:6817","nonce":3026347739}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6818","nonce":3026347739},{"type":"v1","addr":"172.21.15.148:6819","nonce":3026347739}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6822","nonce":3026347739},{"type":"v1","addr":"172.21.15.148:6823","nonce":3026347739}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6820","nonce":3026347739},{"type":"v1","addr":"172.21.15.148:6821","nonce":3026347739}]},"public_addr":"172.21.15.148:6817/3026347739","cluster_addr":"172.21.15.148:6819/3026347739","heartbeat_back_addr":"172.21.15.148:6823/3026347739","heartbeat_front_addr":"172.21.15.148:6821/3026347739","state":["exists","up"]},{"osd":5,"uuid":"6196acfd-5752-4b6a-8573-d3c912e1394d","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.131:6818","nonce":3115398880},{"type":"v1","addr":"172.21.15.131:6819","nonce":3115398880}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6820","nonce":3115398880},{"type":"v1","addr":"172.21.15.131:6821","nonce":3115398880}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6824","nonce":3115398880},{"type":"v1","addr":"172.21.15.131:6825","nonce":3115398880}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6822","nonce":3115398880},{"type":"v1","addr":"172.21.15.131:6823","nonce":3115398880}]},"public_addr":"172.21.15.131:6819/3115398880","cluster_addr":"172.21.15.131:6821/3115398880","heartbeat_back_addr":"172.21.15.131:6825/3115398880","heartbeat_front_addr":"172.21.15.131:6823/3115398880","state":["exists","up"]},{"osd":6,"uuid":"4aa3a649-720f-44ea-90bd-778e187cacbb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6824","nonce":2836006498},{"type":"v1","addr":"172.21.15.148:6825","nonce":2836006498}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6826","nonce":2836006498},{"type":"v1","addr":"172.21.15.148:6827","nonce":2836006498}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6830","nonce":2836006498},{"type":"v1","addr":"172.21.15.148:6831","nonce":2836006498}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6828","nonce":2836006498},{"type":"v1","addr":"172.21.15.148:6829","nonce":2836006498}]},"public_addr":"172.21.15.148:6825/2836006498","cluster_addr":"172.21.15.148:6827/2836006498","heartbeat_back_addr":"172.21.15.148:6831/2836006498","heartbeat_front_addr":"172.21.15.148:6829/2836006498","state":["exists","up"]},{"osd":7,"uuid":"886782ad-7c3d-493d-817b-2d9b100a136a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6826","nonce":345435401},{"type":"v1","addr":"172.21.15.131:6827","nonce":345435401}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6828","nonce":345435401},{"type":"v1","addr":"172.21.15.131:6829","nonce":345435401}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6832","nonce":345435401},{"type":"v1","addr":"172.21.15.131:6833","nonce":345435401}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6830","nonce":345435401},{"type":"v1","addr":"172.21.15.131:6831","nonce":345435401}]},"public_addr":"172.21.15.131:6827/345435401","cluster_addr":"172.21.15.131:6829/345435401","heartbeat_back_addr":"172.21.15.131:6833/345435401","heartbeat_front_addr":"172.21.15.131:6831/345435401","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-15T20:34:02.776225+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-15T20:34:10.026839+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-15T20:34:08.008679+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-15T20:34:17.704007+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-15T20:34:13.536642+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-15T20:34:26.827888+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-15T20:34:19.199232+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-15T20:34:35.575200+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.131:0/58313700":"2024-04-16T20:32:11.444167+0000","172.21.15.131:0/982067771":"2024-04-16T20:32:11.444167+0000","172.21.15.131:6800/2797390334":"2024-04-16T20:30:58.433739+0000","172.21.15.131:0/1313649820":"2024-04-16T20:30:58.433739+0000","172.21.15.131:0/4169668403":"2024-04-16T20:32:11.444167+0000","172.21.15.131:0/4222283234":"2024-04-16T20:30:58.433739+0000","172.21.15.131:0/1268104284":"2024-04-16T20:30:23.711564+0000","172.21.15.131:0/3931320145":"2024-04-16T20:30:58.433739+0000","172.21.15.131:6801/1012889182":"2024-04-16T20:32:11.444167+0000","172.21.15.131:6801/2797390334":"2024-04-16T20:30:58.433739+0000","172.21.15.131:0/297162332":"2024-04-16T20:30:23.711564+0000","172.21.15.131:6800/295949745":"2024-04-16T20:30:23.711564+0000","172.21.15.131:6801/295949745":"2024-04-16T20:30:23.711564+0000","172.21.15.131:6800/1012889182":"2024-04-16T20:32:11.444167+0000","172.21.15.131:0/2778365422":"2024-04-16T20:30:23.711564+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-04-15T20:34:43.770 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:43 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/2490980737' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-15T20:34:43.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:43 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/2490980737' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-15T20:34:44.164 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-04-15T20:34:13.526065+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': '26', '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_type': 'Fair distribution', '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-04-15T20:34:44.164 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-04-15T20:34:44.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:44 smithi148 ceph-mon[35124]: pgmap v109: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:34:44.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:44 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:44.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:44 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:44.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:44 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:34:44.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:44 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:34:44.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:44 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:34:44.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:44 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:34:44.576 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:44 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:44.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:44 smithi131 ceph-mon[25334]: pgmap v109: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:34:44.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:44 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:44.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:44 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:44.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:44 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:34:44.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:44 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:34:44.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:44 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:34:44.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:44 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:34:44.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:44 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:44.890 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:34:45.559 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:45 smithi131 ceph-mon[25334]: Detected new or changed devices on smithi148 2024-04-15T20:34:45.560 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:45 smithi131 ceph-mon[25334]: Adjusting osd_memory_target on smithi148 to 3728M 2024-04-15T20:34:45.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:45 smithi148 ceph-mon[35124]: Detected new or changed devices on smithi148 2024-04-15T20:34:45.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:45 smithi148 ceph-mon[35124]: Adjusting osd_memory_target on smithi148 to 3728M 2024-04-15T20:34:46.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:46 smithi131 ceph-mon[25334]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:34:46.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:46 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:46.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:46 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:46.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:46 smithi148 ceph-mon[35124]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:34:46.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:46 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:46.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:46 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:46.939 INFO:teuthology.orchestra.run.smithi131.stdout:pg_num: 1 2024-04-15T20:34:47.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:47 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/2152738582' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-15T20:34:47.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:47 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/2152738582' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-15T20:34:48.524 INFO:tasks.cephadm:Setting up client nodes... 2024-04-15T20:34:48.525 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-04-15T20:34:48.559 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:48 smithi131 ceph-mon[25334]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:34:48.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:48 smithi148 ceph-mon[35124]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:34:49.061 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:34:50.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:50 smithi131 ceph-mon[25334]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:34:50.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:50 smithi148 ceph-mon[35124]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:34:51.098 INFO:teuthology.orchestra.run.smithi131.stdout:[client.0] 2024-04-15T20:34:51.099 INFO:teuthology.orchestra.run.smithi131.stdout: key = AQBrjx1mmdnZBRAA/7x2SekQD3YcsmTi/3QoHg== 2024-04-15T20:34:51.777 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:51 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/1168179690' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-15T20:34:51.777 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:51 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/1168179690' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-04-15T20:34:51.777 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:51 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:51.777 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:51 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:51.777 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:51 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:34:51.777 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:51 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:34:51.778 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:51 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:34:51.778 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:51 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:34:51.778 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:51 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:51.778 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:51 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:34:51.778 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:51 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:34:51.778 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:51 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:51.778 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:51 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:34:51.778 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:51 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T20:34:51.778 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:51 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:34:51.778 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:51 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T20:34:51.778 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:51 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:34:51.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:51 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/1168179690' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-15T20:34:51.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:51 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/1168179690' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-04-15T20:34:51.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:51 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:51.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:51 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:51.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:51 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:34:51.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:51 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:34:51.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:51 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:34:51.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:51 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-15T20:34:51.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:51 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:51.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:51 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:34:51.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:51 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:34:51.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:51 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:34:51.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:51 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:34:51.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:51 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T20:34:51.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:51 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:34:51.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:51 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T20:34:51.826 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:51 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:34:52.115 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-04-15T20:34:52.115 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-04-15T20:34:52.115 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-04-15T20:34:52.202 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-04-15T20:34:52.629 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi148/config 2024-04-15T20:34:52.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:52 smithi131 ceph-mon[25334]: Detected new or changed devices on smithi131 2024-04-15T20:34:52.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:52 smithi131 ceph-mon[25334]: Adjusting osd_memory_target on smithi131 to 2960M 2024-04-15T20:34:52.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:52 smithi131 ceph-mon[25334]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:34:52.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:52 smithi148 ceph-mon[35124]: Detected new or changed devices on smithi131 2024-04-15T20:34:52.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:52 smithi148 ceph-mon[35124]: Adjusting osd_memory_target on smithi131 to 2960M 2024-04-15T20:34:52.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:52 smithi148 ceph-mon[35124]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:34:54.736 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:54 smithi131 ceph-mon[25334]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:34:54.755 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:54 smithi148 ceph-mon[35124]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:34:55.854 INFO:teuthology.orchestra.run.smithi148.stdout:[client.1] 2024-04-15T20:34:55.855 INFO:teuthology.orchestra.run.smithi148.stdout: key = AQBvjx1mdxOoMhAAq9awltqhsFts7oKEvg5YyQ== 2024-04-15T20:34:56.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:56 smithi148 ceph-mon[35124]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:34:56.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:56 smithi148 ceph-mon[35124]: from='client.? 172.21.15.148:0/2064304847' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-15T20:34:56.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:56 smithi148 ceph-mon[35124]: 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-04-15T20:34:56.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:56 smithi148 ceph-mon[35124]: 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-04-15T20:34:56.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:56 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:34:56.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:56 smithi131 ceph-mon[25334]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:34:56.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:56 smithi131 ceph-mon[25334]: from='client.? 172.21.15.148:0/2064304847' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-15T20:34:56.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:56 smithi131 ceph-mon[25334]: 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-04-15T20:34:56.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:56 smithi131 ceph-mon[25334]: 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-04-15T20:34:56.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:56 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:34:57.068 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-04-15T20:34:57.069 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-04-15T20:34:57.069 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-04-15T20:34:57.113 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-04-15T20:34:57.113 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-04-15T20:34:57.113 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph mgr dump --format=json 2024-04-15T20:34:57.599 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:34:58.799 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:34:58 smithi131 ceph-mon[25334]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:34:58.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:34:58 smithi148 ceph-mon[35124]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:00.805 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:00 smithi131 ceph-mon[25334]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:00.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:00 smithi148 ceph-mon[35124]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:01.278 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:35:01.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:01 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/337718400' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-15T20:35:01.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:01 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:35:01.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:01 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:35:01.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:01 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/337718400' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-15T20:35:01.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:01 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:35:01.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:01 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:35:02.142 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":19,"flags":0,"active_gid":14217,"active_name":"smithi131.nzhwkl","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6800","nonce":4100880271},{"type":"v1","addr":"172.21.15.131:6801","nonce":4100880271}]},"active_addr":"172.21.15.131:6801/4100880271","active_change":"2024-04-15T20:32:11.444293+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":14244,"name":"smithi148.jswtdg","mgr_features":4540701547738038271,"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","read","upmap","upmap-read"],"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":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","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/grafana:9.4.12","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:2.4.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.2.1","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:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB 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":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","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":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","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":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","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","read","upmap","upmap-read"],"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":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","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/grafana:9.4.12","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:2.4.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.2.1","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:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB 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":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","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":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","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":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","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.131:8443/","prometheus":"http://172.21.15.131: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"],"squid":["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.131:0","nonce":295025889}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.131:0","nonce":3735694714}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.131:0","nonce":890934874}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.131:0","nonce":659828758}]}]} 2024-04-15T20:35:02.148 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-04-15T20:35:02.148 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-04-15T20:35:02.149 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd dump --format=json 2024-04-15T20:35:02.559 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:02 smithi131 ceph-mon[25334]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:02.713 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:35:02.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:02 smithi148 ceph-mon[35124]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:04.559 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:04 smithi131 ceph-mon[25334]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:04.560 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:04 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:35:04.560 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:04 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:35:04.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:04 smithi148 ceph-mon[35124]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:04.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:04 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:35:04.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:04 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:35:05.399 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:35:05.399 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":45,"fsid":"add79b0a-fb66-11ee-bc8f-c7b262605968","created":"2024-04-15T20:29:55.428193+0000","modified":"2024-04-15T20:34:41.903794+0000","last_up_change":"2024-04-15T20:34:37.885017+0000","last_in_change":"2024-04-15T20:33:48.221924+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-15T20:34:13.526065+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":"26","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_type":"Fair distribution","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":"1987f9cf-e4c3-42d6-b34d-dd64dfe02844","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6800","nonce":3590359791},{"type":"v1","addr":"172.21.15.148:6801","nonce":3590359791}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6802","nonce":3590359791},{"type":"v1","addr":"172.21.15.148:6803","nonce":3590359791}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6806","nonce":3590359791},{"type":"v1","addr":"172.21.15.148:6807","nonce":3590359791}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6804","nonce":3590359791},{"type":"v1","addr":"172.21.15.148:6805","nonce":3590359791}]},"public_addr":"172.21.15.148:6801/3590359791","cluster_addr":"172.21.15.148:6803/3590359791","heartbeat_back_addr":"172.21.15.148:6807/3590359791","heartbeat_front_addr":"172.21.15.148:6805/3590359791","state":["exists","up"]},{"osd":1,"uuid":"37349955-83ff-4b96-bd49-0877c5c0d113","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6802","nonce":481343720},{"type":"v1","addr":"172.21.15.131:6803","nonce":481343720}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6804","nonce":481343720},{"type":"v1","addr":"172.21.15.131:6805","nonce":481343720}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6808","nonce":481343720},{"type":"v1","addr":"172.21.15.131:6809","nonce":481343720}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6806","nonce":481343720},{"type":"v1","addr":"172.21.15.131:6807","nonce":481343720}]},"public_addr":"172.21.15.131:6803/481343720","cluster_addr":"172.21.15.131:6805/481343720","heartbeat_back_addr":"172.21.15.131:6809/481343720","heartbeat_front_addr":"172.21.15.131:6807/481343720","state":["exists","up"]},{"osd":2,"uuid":"625452f9-e81b-4ad9-8398-e65c37da56f0","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.148:6808","nonce":4180642662},{"type":"v1","addr":"172.21.15.148:6809","nonce":4180642662}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6810","nonce":4180642662},{"type":"v1","addr":"172.21.15.148:6811","nonce":4180642662}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6814","nonce":4180642662},{"type":"v1","addr":"172.21.15.148:6815","nonce":4180642662}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6812","nonce":4180642662},{"type":"v1","addr":"172.21.15.148:6813","nonce":4180642662}]},"public_addr":"172.21.15.148:6809/4180642662","cluster_addr":"172.21.15.148:6811/4180642662","heartbeat_back_addr":"172.21.15.148:6815/4180642662","heartbeat_front_addr":"172.21.15.148:6813/4180642662","state":["exists","up"]},{"osd":3,"uuid":"7ea51f75-1205-444a-bf82-2af7b97148e3","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.131:6810","nonce":3059726462},{"type":"v1","addr":"172.21.15.131:6811","nonce":3059726462}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6812","nonce":3059726462},{"type":"v1","addr":"172.21.15.131:6813","nonce":3059726462}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6816","nonce":3059726462},{"type":"v1","addr":"172.21.15.131:6817","nonce":3059726462}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6814","nonce":3059726462},{"type":"v1","addr":"172.21.15.131:6815","nonce":3059726462}]},"public_addr":"172.21.15.131:6811/3059726462","cluster_addr":"172.21.15.131:6813/3059726462","heartbeat_back_addr":"172.21.15.131:6817/3059726462","heartbeat_front_addr":"172.21.15.131:6815/3059726462","state":["exists","up"]},{"osd":4,"uuid":"631faba7-f7a9-4112-90e4-b1d8c0047f47","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.148:6816","nonce":3026347739},{"type":"v1","addr":"172.21.15.148:6817","nonce":3026347739}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6818","nonce":3026347739},{"type":"v1","addr":"172.21.15.148:6819","nonce":3026347739}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6822","nonce":3026347739},{"type":"v1","addr":"172.21.15.148:6823","nonce":3026347739}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6820","nonce":3026347739},{"type":"v1","addr":"172.21.15.148:6821","nonce":3026347739}]},"public_addr":"172.21.15.148:6817/3026347739","cluster_addr":"172.21.15.148:6819/3026347739","heartbeat_back_addr":"172.21.15.148:6823/3026347739","heartbeat_front_addr":"172.21.15.148:6821/3026347739","state":["exists","up"]},{"osd":5,"uuid":"6196acfd-5752-4b6a-8573-d3c912e1394d","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.131:6818","nonce":3115398880},{"type":"v1","addr":"172.21.15.131:6819","nonce":3115398880}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6820","nonce":3115398880},{"type":"v1","addr":"172.21.15.131:6821","nonce":3115398880}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6824","nonce":3115398880},{"type":"v1","addr":"172.21.15.131:6825","nonce":3115398880}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6822","nonce":3115398880},{"type":"v1","addr":"172.21.15.131:6823","nonce":3115398880}]},"public_addr":"172.21.15.131:6819/3115398880","cluster_addr":"172.21.15.131:6821/3115398880","heartbeat_back_addr":"172.21.15.131:6825/3115398880","heartbeat_front_addr":"172.21.15.131:6823/3115398880","state":["exists","up"]},{"osd":6,"uuid":"4aa3a649-720f-44ea-90bd-778e187cacbb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6824","nonce":2836006498},{"type":"v1","addr":"172.21.15.148:6825","nonce":2836006498}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6826","nonce":2836006498},{"type":"v1","addr":"172.21.15.148:6827","nonce":2836006498}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6830","nonce":2836006498},{"type":"v1","addr":"172.21.15.148:6831","nonce":2836006498}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6828","nonce":2836006498},{"type":"v1","addr":"172.21.15.148:6829","nonce":2836006498}]},"public_addr":"172.21.15.148:6825/2836006498","cluster_addr":"172.21.15.148:6827/2836006498","heartbeat_back_addr":"172.21.15.148:6831/2836006498","heartbeat_front_addr":"172.21.15.148:6829/2836006498","state":["exists","up"]},{"osd":7,"uuid":"886782ad-7c3d-493d-817b-2d9b100a136a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6826","nonce":345435401},{"type":"v1","addr":"172.21.15.131:6827","nonce":345435401}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6828","nonce":345435401},{"type":"v1","addr":"172.21.15.131:6829","nonce":345435401}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6832","nonce":345435401},{"type":"v1","addr":"172.21.15.131:6833","nonce":345435401}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6830","nonce":345435401},{"type":"v1","addr":"172.21.15.131:6831","nonce":345435401}]},"public_addr":"172.21.15.131:6827/345435401","cluster_addr":"172.21.15.131:6829/345435401","heartbeat_back_addr":"172.21.15.131:6833/345435401","heartbeat_front_addr":"172.21.15.131:6831/345435401","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-15T20:34:02.776225+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-15T20:34:10.026839+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-15T20:34:08.008679+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-15T20:34:17.704007+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-15T20:34:13.536642+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-15T20:34:26.827888+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-15T20:34:19.199232+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-15T20:34:35.575200+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.131:0/58313700":"2024-04-16T20:32:11.444167+0000","172.21.15.131:0/982067771":"2024-04-16T20:32:11.444167+0000","172.21.15.131:6800/2797390334":"2024-04-16T20:30:58.433739+0000","172.21.15.131:0/1313649820":"2024-04-16T20:30:58.433739+0000","172.21.15.131:0/4169668403":"2024-04-16T20:32:11.444167+0000","172.21.15.131:0/4222283234":"2024-04-16T20:30:58.433739+0000","172.21.15.131:0/1268104284":"2024-04-16T20:30:23.711564+0000","172.21.15.131:0/3931320145":"2024-04-16T20:30:58.433739+0000","172.21.15.131:6801/1012889182":"2024-04-16T20:32:11.444167+0000","172.21.15.131:6801/2797390334":"2024-04-16T20:30:58.433739+0000","172.21.15.131:0/297162332":"2024-04-16T20:30:23.711564+0000","172.21.15.131:6800/295949745":"2024-04-16T20:30:23.711564+0000","172.21.15.131:6801/295949745":"2024-04-16T20:30:23.711564+0000","172.21.15.131:6800/1012889182":"2024-04-16T20:32:11.444167+0000","172.21.15.131:0/2778365422":"2024-04-16T20:30:23.711564+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-04-15T20:35:05.730 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:05 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/2504390533' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-15T20:35:05.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:05 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/2504390533' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-15T20:35:06.024 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-04-15T20:35:06.024 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd dump --format=json 2024-04-15T20:35:06.268 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:35:06.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:06 smithi131 ceph-mon[25334]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:06.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:06 smithi148 ceph-mon[35124]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:08.243 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:35:08.244 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":45,"fsid":"add79b0a-fb66-11ee-bc8f-c7b262605968","created":"2024-04-15T20:29:55.428193+0000","modified":"2024-04-15T20:34:41.903794+0000","last_up_change":"2024-04-15T20:34:37.885017+0000","last_in_change":"2024-04-15T20:33:48.221924+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-15T20:34:13.526065+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":"26","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_type":"Fair distribution","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":"1987f9cf-e4c3-42d6-b34d-dd64dfe02844","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6800","nonce":3590359791},{"type":"v1","addr":"172.21.15.148:6801","nonce":3590359791}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6802","nonce":3590359791},{"type":"v1","addr":"172.21.15.148:6803","nonce":3590359791}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6806","nonce":3590359791},{"type":"v1","addr":"172.21.15.148:6807","nonce":3590359791}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6804","nonce":3590359791},{"type":"v1","addr":"172.21.15.148:6805","nonce":3590359791}]},"public_addr":"172.21.15.148:6801/3590359791","cluster_addr":"172.21.15.148:6803/3590359791","heartbeat_back_addr":"172.21.15.148:6807/3590359791","heartbeat_front_addr":"172.21.15.148:6805/3590359791","state":["exists","up"]},{"osd":1,"uuid":"37349955-83ff-4b96-bd49-0877c5c0d113","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6802","nonce":481343720},{"type":"v1","addr":"172.21.15.131:6803","nonce":481343720}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6804","nonce":481343720},{"type":"v1","addr":"172.21.15.131:6805","nonce":481343720}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6808","nonce":481343720},{"type":"v1","addr":"172.21.15.131:6809","nonce":481343720}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6806","nonce":481343720},{"type":"v1","addr":"172.21.15.131:6807","nonce":481343720}]},"public_addr":"172.21.15.131:6803/481343720","cluster_addr":"172.21.15.131:6805/481343720","heartbeat_back_addr":"172.21.15.131:6809/481343720","heartbeat_front_addr":"172.21.15.131:6807/481343720","state":["exists","up"]},{"osd":2,"uuid":"625452f9-e81b-4ad9-8398-e65c37da56f0","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.148:6808","nonce":4180642662},{"type":"v1","addr":"172.21.15.148:6809","nonce":4180642662}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6810","nonce":4180642662},{"type":"v1","addr":"172.21.15.148:6811","nonce":4180642662}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6814","nonce":4180642662},{"type":"v1","addr":"172.21.15.148:6815","nonce":4180642662}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6812","nonce":4180642662},{"type":"v1","addr":"172.21.15.148:6813","nonce":4180642662}]},"public_addr":"172.21.15.148:6809/4180642662","cluster_addr":"172.21.15.148:6811/4180642662","heartbeat_back_addr":"172.21.15.148:6815/4180642662","heartbeat_front_addr":"172.21.15.148:6813/4180642662","state":["exists","up"]},{"osd":3,"uuid":"7ea51f75-1205-444a-bf82-2af7b97148e3","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.131:6810","nonce":3059726462},{"type":"v1","addr":"172.21.15.131:6811","nonce":3059726462}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6812","nonce":3059726462},{"type":"v1","addr":"172.21.15.131:6813","nonce":3059726462}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6816","nonce":3059726462},{"type":"v1","addr":"172.21.15.131:6817","nonce":3059726462}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6814","nonce":3059726462},{"type":"v1","addr":"172.21.15.131:6815","nonce":3059726462}]},"public_addr":"172.21.15.131:6811/3059726462","cluster_addr":"172.21.15.131:6813/3059726462","heartbeat_back_addr":"172.21.15.131:6817/3059726462","heartbeat_front_addr":"172.21.15.131:6815/3059726462","state":["exists","up"]},{"osd":4,"uuid":"631faba7-f7a9-4112-90e4-b1d8c0047f47","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.148:6816","nonce":3026347739},{"type":"v1","addr":"172.21.15.148:6817","nonce":3026347739}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6818","nonce":3026347739},{"type":"v1","addr":"172.21.15.148:6819","nonce":3026347739}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6822","nonce":3026347739},{"type":"v1","addr":"172.21.15.148:6823","nonce":3026347739}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6820","nonce":3026347739},{"type":"v1","addr":"172.21.15.148:6821","nonce":3026347739}]},"public_addr":"172.21.15.148:6817/3026347739","cluster_addr":"172.21.15.148:6819/3026347739","heartbeat_back_addr":"172.21.15.148:6823/3026347739","heartbeat_front_addr":"172.21.15.148:6821/3026347739","state":["exists","up"]},{"osd":5,"uuid":"6196acfd-5752-4b6a-8573-d3c912e1394d","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.131:6818","nonce":3115398880},{"type":"v1","addr":"172.21.15.131:6819","nonce":3115398880}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6820","nonce":3115398880},{"type":"v1","addr":"172.21.15.131:6821","nonce":3115398880}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6824","nonce":3115398880},{"type":"v1","addr":"172.21.15.131:6825","nonce":3115398880}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6822","nonce":3115398880},{"type":"v1","addr":"172.21.15.131:6823","nonce":3115398880}]},"public_addr":"172.21.15.131:6819/3115398880","cluster_addr":"172.21.15.131:6821/3115398880","heartbeat_back_addr":"172.21.15.131:6825/3115398880","heartbeat_front_addr":"172.21.15.131:6823/3115398880","state":["exists","up"]},{"osd":6,"uuid":"4aa3a649-720f-44ea-90bd-778e187cacbb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6824","nonce":2836006498},{"type":"v1","addr":"172.21.15.148:6825","nonce":2836006498}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6826","nonce":2836006498},{"type":"v1","addr":"172.21.15.148:6827","nonce":2836006498}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6830","nonce":2836006498},{"type":"v1","addr":"172.21.15.148:6831","nonce":2836006498}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6828","nonce":2836006498},{"type":"v1","addr":"172.21.15.148:6829","nonce":2836006498}]},"public_addr":"172.21.15.148:6825/2836006498","cluster_addr":"172.21.15.148:6827/2836006498","heartbeat_back_addr":"172.21.15.148:6831/2836006498","heartbeat_front_addr":"172.21.15.148:6829/2836006498","state":["exists","up"]},{"osd":7,"uuid":"886782ad-7c3d-493d-817b-2d9b100a136a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6826","nonce":345435401},{"type":"v1","addr":"172.21.15.131:6827","nonce":345435401}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6828","nonce":345435401},{"type":"v1","addr":"172.21.15.131:6829","nonce":345435401}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6832","nonce":345435401},{"type":"v1","addr":"172.21.15.131:6833","nonce":345435401}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6830","nonce":345435401},{"type":"v1","addr":"172.21.15.131:6831","nonce":345435401}]},"public_addr":"172.21.15.131:6827/345435401","cluster_addr":"172.21.15.131:6829/345435401","heartbeat_back_addr":"172.21.15.131:6833/345435401","heartbeat_front_addr":"172.21.15.131:6831/345435401","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-15T20:34:02.776225+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-15T20:34:10.026839+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-15T20:34:08.008679+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-15T20:34:17.704007+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-15T20:34:13.536642+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-15T20:34:26.827888+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-15T20:34:19.199232+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-15T20:34:35.575200+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.131:0/58313700":"2024-04-16T20:32:11.444167+0000","172.21.15.131:0/982067771":"2024-04-16T20:32:11.444167+0000","172.21.15.131:6800/2797390334":"2024-04-16T20:30:58.433739+0000","172.21.15.131:0/1313649820":"2024-04-16T20:30:58.433739+0000","172.21.15.131:0/4169668403":"2024-04-16T20:32:11.444167+0000","172.21.15.131:0/4222283234":"2024-04-16T20:30:58.433739+0000","172.21.15.131:0/1268104284":"2024-04-16T20:30:23.711564+0000","172.21.15.131:0/3931320145":"2024-04-16T20:30:58.433739+0000","172.21.15.131:6801/1012889182":"2024-04-16T20:32:11.444167+0000","172.21.15.131:6801/2797390334":"2024-04-16T20:30:58.433739+0000","172.21.15.131:0/297162332":"2024-04-16T20:30:23.711564+0000","172.21.15.131:6800/295949745":"2024-04-16T20:30:23.711564+0000","172.21.15.131:6801/295949745":"2024-04-16T20:30:23.711564+0000","172.21.15.131:6800/1012889182":"2024-04-16T20:32:11.444167+0000","172.21.15.131:0/2778365422":"2024-04-16T20:30:23.711564+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-04-15T20:35:08.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:08 smithi131 ceph-mon[25334]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:08.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:08 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/3522863685' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-15T20:35:08.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:08 smithi148 ceph-mon[35124]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:08.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:08 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/3522863685' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-15T20:35:08.893 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-04-15T20:35:08.894 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-04-15T20:35:08.894 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-04-15T20:35:08.894 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-04-15T20:35:08.895 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-04-15T20:35:08.895 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-04-15T20:35:08.896 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-04-15T20:35:08.896 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-04-15T20:35:09.460 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:35:09.460 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:35:09.460 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:35:09.473 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:35:09.480 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:35:09.480 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:35:09.481 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:35:09.481 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:35:10.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:10 smithi131 ceph-mon[25334]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:10.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:10 smithi148 ceph-mon[35124]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:11.823 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:11 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:35:11.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:11 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:35:12.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:12 smithi131 ceph-mon[25334]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:12.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:12 smithi148 ceph-mon[35124]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:14.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:14 smithi148 ceph-mon[35124]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:14.933 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:14 smithi131 ceph-mon[25334]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:16.824 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:16 smithi131 ceph-mon[25334]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:16.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:16 smithi148 ceph-mon[35124]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:18.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:18 smithi131 ceph-mon[25334]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:18.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:18 smithi148 ceph-mon[35124]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:20.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:20 smithi131 ceph-mon[25334]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:21.074 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:20 smithi148 ceph-mon[35124]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:21.208 INFO:teuthology.orchestra.run.smithi131.stdout:68719476754 2024-04-15T20:35:21.209 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-04-15T20:35:21.825 INFO:teuthology.orchestra.run.smithi131.stdout:94489280529 2024-04-15T20:35:21.825 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-04-15T20:35:22.714 INFO:teuthology.orchestra.run.smithi131.stdout:107374182416 2024-04-15T20:35:22.715 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-04-15T20:35:22.855 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:22 smithi131 ceph-mon[25334]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:23.074 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:22 smithi148 ceph-mon[35124]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:24.564 INFO:teuthology.orchestra.run.smithi131.stdout:85899345938 2024-04-15T20:35:24.564 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-04-15T20:35:24.769 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:24 smithi131 ceph-mon[25334]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:25.075 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:24 smithi148 ceph-mon[35124]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:25.463 INFO:teuthology.orchestra.run.smithi131.stdout:133143986191 2024-04-15T20:35:25.464 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-04-15T20:35:25.665 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:25 smithi131 ceph-mon[25334]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:26.074 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:25 smithi148 ceph-mon[35124]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:26.263 INFO:teuthology.orchestra.run.smithi131.stdout:176093659148 2024-04-15T20:35:26.263 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-04-15T20:35:26.666 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:35:26.674 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:35:26.707 INFO:teuthology.orchestra.run.smithi131.stdout:154618822670 2024-04-15T20:35:26.708 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-04-15T20:35:26.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:26 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:35:27.074 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:26 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:35:27.211 INFO:teuthology.orchestra.run.smithi131.stdout:124554051600 2024-04-15T20:35:27.212 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-04-15T20:35:27.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:27 smithi131 ceph-mon[25334]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:28.075 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:27 smithi148 ceph-mon[35124]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:28.452 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:35:28.465 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:35:28.898 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:35:28.899 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:35:28.913 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:35:30.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:30 smithi131 ceph-mon[25334]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:30.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:30 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/3275460003' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-15T20:35:30.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:30 smithi148 ceph-mon[35124]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:30.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:30 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/3275460003' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-15T20:35:31.347 INFO:teuthology.orchestra.run.smithi131.stdout:68719476756 2024-04-15T20:35:31.514 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:35:32.765 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:32 smithi131 ceph-mon[25334]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:32.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:32 smithi148 ceph-mon[35124]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:34.574 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:34 smithi148 ceph-mon[35124]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:34.772 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:34 smithi131 ceph-mon[25334]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:36.246 INFO:teuthology.orchestra.run.smithi131.stdout:176093659151 2024-04-15T20:35:36.729 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:36 smithi131 ceph-mon[25334]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:36.729 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:36 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/3135377688' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-04-15T20:35:36.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:36 smithi148 ceph-mon[35124]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:36.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:36 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/3135377688' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-04-15T20:35:37.585 INFO:teuthology.orchestra.run.smithi131.stdout:85899345941 2024-04-15T20:35:38.170 INFO:teuthology.orchestra.run.smithi131.stdout:124554051602 2024-04-15T20:35:38.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:38 smithi131 ceph-mon[25334]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:38.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:38 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/2256350822' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-15T20:35:38.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:38 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/3401168071' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-15T20:35:38.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:38 smithi148 ceph-mon[35124]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:38.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:38 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/2256350822' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-15T20:35:38.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:38 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/3401168071' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-15T20:35:38.967 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051600 got 124554051602 for osd.3 2024-04-15T20:35:38.968 DEBUG:teuthology.parallel:result is None 2024-04-15T20:35:39.343 INFO:teuthology.orchestra.run.smithi131.stdout:154618822672 2024-04-15T20:35:39.439 INFO:teuthology.orchestra.run.smithi131.stdout:94489280532 2024-04-15T20:35:39.574 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:39 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/2191603005' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-15T20:35:39.574 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:39 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/1769773622' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-15T20:35:39.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:39 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/2191603005' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-15T20:35:39.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:39 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/1769773622' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-15T20:35:40.231 INFO:tasks.cephadm.ceph_manager.ceph:need seq 176093659148 got 176093659151 for osd.7 2024-04-15T20:35:40.231 DEBUG:teuthology.parallel:result is None 2024-04-15T20:35:40.661 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280529 got 94489280532 for osd.1 2024-04-15T20:35:40.661 DEBUG:teuthology.parallel:result is None 2024-04-15T20:35:40.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:40 smithi131 ceph-mon[25334]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:40.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:40 smithi148 ceph-mon[35124]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:41.402 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345938 got 85899345941 for osd.2 2024-04-15T20:35:41.403 DEBUG:teuthology.parallel:result is None 2024-04-15T20:35:41.602 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:41 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:35:41.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:41 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:35:41.904 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476754 got 68719476756 for osd.0 2024-04-15T20:35:41.905 DEBUG:teuthology.parallel:result is None 2024-04-15T20:35:42.347 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822670 got 154618822672 for osd.5 2024-04-15T20:35:42.348 DEBUG:teuthology.parallel:result is None 2024-04-15T20:35:42.659 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:42 smithi131 ceph-mon[25334]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:42.775 INFO:teuthology.orchestra.run.smithi131.stdout:107374182421 2024-04-15T20:35:42.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:42 smithi148 ceph-mon[35124]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:43.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:43 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/2989332266' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-15T20:35:43.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:43 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/2989332266' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-15T20:35:43.870 INFO:teuthology.orchestra.run.smithi131.stdout:133143986195 2024-04-15T20:35:44.145 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182416 got 107374182421 for osd.4 2024-04-15T20:35:44.146 DEBUG:teuthology.parallel:result is None 2024-04-15T20:35:44.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:44 smithi131 ceph-mon[25334]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:44.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:44 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/3151461750' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-04-15T20:35:44.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:44 smithi148 ceph-mon[35124]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:44.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:44 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/3151461750' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-04-15T20:35:44.896 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986191 got 133143986195 for osd.6 2024-04-15T20:35:44.897 DEBUG:teuthology.parallel:result is None 2024-04-15T20:35:44.897 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-04-15T20:35:44.897 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph pg dump --format=json 2024-04-15T20:35:45.148 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:35:46.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:46 smithi131 ceph-mon[25334]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:47.000 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:35:47.002 INFO:teuthology.orchestra.run.smithi131.stderr:dumped all 2024-04-15T20:35:47.074 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:46 smithi148 ceph-mon[35124]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:47.739 INFO:teuthology.orchestra.run.smithi131.stdout:{"pg_ready":true,"pg_map":{"version":140,"stamp":"2024-04-15T20:35:45.483475+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":156,"num_read_kb":136,"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":225704,"kb_used_data":5356,"kb_used_omap":12,"kb_used_meta":220211,"kb_avail":749702744,"statfs":{"total":767926730752,"available":767695609856,"internally_reserved":0,"allocated":5484544,"data_stored":3266648,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12752,"internal_metadata":225496624},"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.002225"},"pg_stats":[{"pgid":"1.0","version":"26'197","reported_seq":271,"reported_epoch":45,"state":"active+clean","last_fresh":"2024-04-15T20:34:41.913236+0000","last_change":"2024-04-15T20:34:41.911671+0000","last_active":"2024-04-15T20:34:41.913236+0000","last_peered":"2024-04-15T20:34:41.913236+0000","last_clean":"2024-04-15T20:34:41.913236+0000","last_became_active":"2024-04-15T20:34:41.911321+0000","last_became_peered":"2024-04-15T20:34:41.911321+0000","last_unstale":"2024-04-15T20:34:41.913236+0000","last_undegraded":"2024-04-15T20:34:41.913236+0000","last_fullsized":"2024-04-15T20:34:41.913236+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-15T20:34:14.064418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-15T20:34:14.064418+0000","last_clean_scrub_stamp":"2024-04-15T20:34:14.064418+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-04-17T00:27:04.504219+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":156,"num_read_kb":136,"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":156,"num_read_kb":136,"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":41,"seq":176093659153,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28056,"kb_used_data":1032,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713000,"statfs":{"total":95990841344,"available":95962112000,"internally_reserved":0,"allocated":1056768,"data_stored":777311,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27654602},"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":[]},{"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":27476,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713580,"statfs":{"total":95990841344,"available":95962705920,"internally_reserved":0,"allocated":462848,"data_stored":186943,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":2,"up_from":20,"seq":85899345942,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31632,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709424,"statfs":{"total":95990841344,"available":95958450176,"internally_reserved":0,"allocated":462848,"data_stored":186943,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":[]},{"osd":0,"up_from":16,"seq":68719476759,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28056,"kb_used_data":1032,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713000,"statfs":{"total":95990841344,"available":95962112000,"internally_reserved":0,"allocated":1056768,"data_stored":777311,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":1,"up_from":22,"seq":94489280534,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27472,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713584,"statfs":{"total":95990841344,"available":95962710016,"internally_reserved":0,"allocated":462848,"data_stored":186943,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":4,"up_from":25,"seq":107374182421,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27472,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713584,"statfs":{"total":95990841344,"available":95962710016,"internally_reserved":0,"allocated":462848,"data_stored":186943,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":3,"up_from":29,"seq":124554051604,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28060,"kb_used_data":1032,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93712996,"statfs":{"total":95990841344,"available":95962107904,"internally_reserved":0,"allocated":1056768,"data_stored":777311,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"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":[]},{"osd":6,"up_from":31,"seq":133143986195,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27480,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713576,"statfs":{"total":95990841344,"available":95962701824,"internally_reserved":0,"allocated":462848,"data_stored":186943,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":[]}],"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-04-15T20:35:47.740 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph pg dump --format=json 2024-04-15T20:35:47.987 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:35:48.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:48 smithi131 ceph-mon[25334]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:35:48.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:48 smithi131 ceph-mon[25334]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:49.074 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:48 smithi148 ceph-mon[35124]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:35:49.074 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:48 smithi148 ceph-mon[35124]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:49.984 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:35:49.987 INFO:teuthology.orchestra.run.smithi131.stderr:dumped all 2024-04-15T20:35:50.759 INFO:teuthology.orchestra.run.smithi131.stdout:{"pg_ready":true,"pg_map":{"version":142,"stamp":"2024-04-15T20:35:49.484272+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":156,"num_read_kb":136,"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":225704,"kb_used_data":5356,"kb_used_omap":12,"kb_used_meta":220211,"kb_avail":749702744,"statfs":{"total":767926730752,"available":767695609856,"internally_reserved":0,"allocated":5484544,"data_stored":3266648,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12752,"internal_metadata":225496624},"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.002137"},"pg_stats":[{"pgid":"1.0","version":"26'197","reported_seq":271,"reported_epoch":45,"state":"active+clean","last_fresh":"2024-04-15T20:34:41.913236+0000","last_change":"2024-04-15T20:34:41.911671+0000","last_active":"2024-04-15T20:34:41.913236+0000","last_peered":"2024-04-15T20:34:41.913236+0000","last_clean":"2024-04-15T20:34:41.913236+0000","last_became_active":"2024-04-15T20:34:41.911321+0000","last_became_peered":"2024-04-15T20:34:41.911321+0000","last_unstale":"2024-04-15T20:34:41.913236+0000","last_undegraded":"2024-04-15T20:34:41.913236+0000","last_fullsized":"2024-04-15T20:34:41.913236+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-15T20:34:14.064418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-15T20:34:14.064418+0000","last_clean_scrub_stamp":"2024-04-15T20:34:14.064418+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-04-17T00:27:04.504219+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":156,"num_read_kb":136,"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":156,"num_read_kb":136,"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":41,"seq":176093659154,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28056,"kb_used_data":1032,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713000,"statfs":{"total":95990841344,"available":95962112000,"internally_reserved":0,"allocated":1056768,"data_stored":777311,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27654602},"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":[]},{"osd":5,"up_from":36,"seq":154618822675,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27476,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713580,"statfs":{"total":95990841344,"available":95962705920,"internally_reserved":0,"allocated":462848,"data_stored":186943,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":2,"up_from":20,"seq":85899345943,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31632,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709424,"statfs":{"total":95990841344,"available":95958450176,"internally_reserved":0,"allocated":462848,"data_stored":186943,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":[]},{"osd":0,"up_from":16,"seq":68719476760,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28056,"kb_used_data":1032,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713000,"statfs":{"total":95990841344,"available":95962112000,"internally_reserved":0,"allocated":1056768,"data_stored":777311,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":1,"up_from":22,"seq":94489280535,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27472,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713584,"statfs":{"total":95990841344,"available":95962710016,"internally_reserved":0,"allocated":462848,"data_stored":186943,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":4,"up_from":25,"seq":107374182422,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27472,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713584,"statfs":{"total":95990841344,"available":95962710016,"internally_reserved":0,"allocated":462848,"data_stored":186943,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":3,"up_from":29,"seq":124554051605,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28060,"kb_used_data":1032,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93712996,"statfs":{"total":95990841344,"available":95962107904,"internally_reserved":0,"allocated":1056768,"data_stored":777311,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"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":[]},{"osd":6,"up_from":31,"seq":133143986196,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27480,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713576,"statfs":{"total":95990841344,"available":95962701824,"internally_reserved":0,"allocated":462848,"data_stored":186943,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":[]}],"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-04-15T20:35:50.760 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-04-15T20:35:50.760 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-04-15T20:35:50.760 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-04-15T20:35:50.760 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph health --format=json 2024-04-15T20:35:51.005 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:35:51.059 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:50 smithi131 ceph-mon[25334]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:51.074 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:50 smithi148 ceph-mon[35124]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:51.768 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:51 smithi131 ceph-mon[25334]: from='client.14556 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:35:51.768 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:51 smithi131 ceph-mon[25334]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:52.074 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:51 smithi148 ceph-mon[35124]: from='client.14556 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:35:52.074 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:51 smithi148 ceph-mon[35124]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:52.950 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:35:52.951 INFO:teuthology.orchestra.run.smithi131.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-04-15T20:35:53.309 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:53 smithi131 ceph-mon[25334]: from='client.? 172.21.15.131:0/3349539944' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-15T20:35:53.324 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:53 smithi148 ceph-mon[35124]: from='client.? 172.21.15.131:0/3349539944' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-15T20:35:53.711 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-04-15T20:35:53.711 INFO:tasks.cephadm:Setup complete, yielding 2024-04-15T20:35:53.712 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-15T20:35:53.723 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi131.front.sepia.ceph.com 2024-04-15T20:35:53.723 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- bash -c 'ceph orch status' 2024-04-15T20:35:53.971 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:35:54.300 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:54 smithi148 ceph-mon[35124]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:54.309 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:54 smithi131 ceph-mon[25334]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:55.929 INFO:teuthology.orchestra.run.smithi131.stdout:Backend: cephadm 2024-04-15T20:35:55.929 INFO:teuthology.orchestra.run.smithi131.stdout:Available: Yes 2024-04-15T20:35:55.930 INFO:teuthology.orchestra.run.smithi131.stdout:Paused: No 2024-04-15T20:35:56.498 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- bash -c 'ceph orch ps' 2024-04-15T20:35:56.747 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:56 smithi131 ceph-mon[25334]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:56.747 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:56 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:35:56.755 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:35:56.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:56 smithi148 ceph-mon[35124]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:56.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:56 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:35:57.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:57 smithi131 ceph-mon[25334]: from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:35:57.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:57 smithi148 ceph-mon[35124]: from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:35:58.665 INFO:teuthology.orchestra.run.smithi131.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-15T20:35:58.665 INFO:teuthology.orchestra.run.smithi131.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (2m) 73s ago 4m 25.9M - 0.25.0 c8568f914cd2 af77a69883f7 2024-04-15T20:35:58.665 INFO:teuthology.orchestra.run.smithi131.stdout:ceph-exporter.smithi131 smithi131 running (4m) 73s ago 4m 7524k - 19.0.0-3084-g87dbfb63 a452a57266c7 04f20d5a1b9d 2024-04-15T20:35:58.665 INFO:teuthology.orchestra.run.smithi131.stdout:ceph-exporter.smithi148 smithi148 running (3m) 79s ago 3m 4932k - 19.0.0-3084-g87dbfb63 a452a57266c7 4547e0c315e1 2024-04-15T20:35:58.665 INFO:teuthology.orchestra.run.smithi131.stdout:crash.smithi131 smithi131 running (4m) 73s ago 4m 6660k - 19.0.0-3084-g87dbfb63 a452a57266c7 4af59dc45086 2024-04-15T20:35:58.665 INFO:teuthology.orchestra.run.smithi131.stdout:crash.smithi148 smithi148 running (3m) 79s ago 3m 6660k - 19.0.0-3084-g87dbfb63 a452a57266c7 5e8f2987dd1e 2024-04-15T20:35:58.666 INFO:teuthology.orchestra.run.smithi131.stdout:grafana.smithi131 smithi131 *:3000 running (2m) 73s ago 4m 77.3M - 9.4.12 2bacad6d85d8 4bc38a57ced4 2024-04-15T20:35:58.666 INFO:teuthology.orchestra.run.smithi131.stdout:mgr.smithi131.nzhwkl smithi131 *:9283,8765,8443 running (5m) 73s ago 5m 499M - 19.0.0-3084-g87dbfb63 a452a57266c7 4e73acc88c5f 2024-04-15T20:35:58.666 INFO:teuthology.orchestra.run.smithi131.stdout:mgr.smithi148.jswtdg smithi148 *:8443,9283,8765 running (3m) 79s ago 3m 452M - 19.0.0-3084-g87dbfb63 a452a57266c7 eb375f3c3fbb 2024-04-15T20:35:58.666 INFO:teuthology.orchestra.run.smithi131.stdout:mon.smithi131 smithi131 running (5m) 73s ago 6m 47.4M 2048M 19.0.0-3084-g87dbfb63 a452a57266c7 8f7432c0f090 2024-04-15T20:35:58.666 INFO:teuthology.orchestra.run.smithi131.stdout:mon.smithi148 smithi148 running (3m) 79s ago 3m 43.0M 2048M 19.0.0-3084-g87dbfb63 a452a57266c7 229b305a3b72 2024-04-15T20:35:58.666 INFO:teuthology.orchestra.run.smithi131.stdout:node-exporter.smithi131 smithi131 *:9100 running (4m) 73s ago 4m 16.1M - 1.5.0 0da6a335fe13 9ae3ef23a9d6 2024-04-15T20:35:58.666 INFO:teuthology.orchestra.run.smithi131.stdout:node-exporter.smithi148 smithi148 *:9100 running (3m) 79s ago 3m 16.5M - 1.5.0 0da6a335fe13 74d762d03788 2024-04-15T20:35:58.666 INFO:teuthology.orchestra.run.smithi131.stdout:osd.0 smithi148 running (2m) 79s ago 2m 39.9M 3728M 19.0.0-3084-g87dbfb63 a452a57266c7 ca606ae4e127 2024-04-15T20:35:58.666 INFO:teuthology.orchestra.run.smithi131.stdout:osd.1 smithi131 running (113s) 73s ago 112s 41.9M 2960M 19.0.0-3084-g87dbfb63 a452a57266c7 50a98ec2fe05 2024-04-15T20:35:58.666 INFO:teuthology.orchestra.run.smithi131.stdout:osd.2 smithi148 running (115s) 79s ago 114s 45.2M 3728M 19.0.0-3084-g87dbfb63 a452a57266c7 f016d0fb976c 2024-04-15T20:35:58.666 INFO:teuthology.orchestra.run.smithi131.stdout:osd.3 smithi131 running (105s) 73s ago 105s 46.3M 2960M 19.0.0-3084-g87dbfb63 a452a57266c7 22793235e6b7 2024-04-15T20:35:58.666 INFO:teuthology.orchestra.run.smithi131.stdout:osd.4 smithi148 running (109s) 79s ago 109s 37.6M 3728M 19.0.0-3084-g87dbfb63 a452a57266c7 f0c4f1b3c675 2024-04-15T20:35:58.666 INFO:teuthology.orchestra.run.smithi131.stdout:osd.5 smithi131 running (96s) 73s ago 96s 29.3M 2960M 19.0.0-3084-g87dbfb63 a452a57266c7 e96b594a63a9 2024-04-15T20:35:58.666 INFO:teuthology.orchestra.run.smithi131.stdout:osd.6 smithi148 running (104s) 79s ago 103s 40.1M 3728M 19.0.0-3084-g87dbfb63 a452a57266c7 97c993b6eb41 2024-04-15T20:35:58.666 INFO:teuthology.orchestra.run.smithi131.stdout:osd.7 smithi131 running (87s) 73s ago 87s 34.9M 2960M 19.0.0-3084-g87dbfb63 a452a57266c7 b7606e2004b3 2024-04-15T20:35:58.667 INFO:teuthology.orchestra.run.smithi131.stdout:prometheus.smithi131 smithi131 *:9095 running (2m) 73s ago 3m 42.6M - 2.43.0 a07b618ecd1d 2ad9ed1d6249 2024-04-15T20:35:58.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:35:58 smithi131 ceph-mon[25334]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:58.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:35:58 smithi148 ceph-mon[35124]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:35:59.538 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- bash -c 'ceph orch ls' 2024-04-15T20:35:59.785 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:36:00.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:00 smithi131 ceph-mon[25334]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:36:00.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:00 smithi131 ceph-mon[25334]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:36:00.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:00 smithi148 ceph-mon[35124]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:36:00.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:00 smithi148 ceph-mon[35124]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:36:01.570 INFO:teuthology.orchestra.run.smithi131.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-04-15T20:36:01.570 INFO:teuthology.orchestra.run.smithi131.stdout:alertmanager ?:9093,9094 1/1 76s ago 5m count:1 2024-04-15T20:36:01.570 INFO:teuthology.orchestra.run.smithi131.stdout:ceph-exporter 2/2 82s ago 5m * 2024-04-15T20:36:01.570 INFO:teuthology.orchestra.run.smithi131.stdout:crash 2/2 82s ago 5m * 2024-04-15T20:36:01.570 INFO:teuthology.orchestra.run.smithi131.stdout:grafana ?:3000 1/1 76s ago 5m count:1 2024-04-15T20:36:01.570 INFO:teuthology.orchestra.run.smithi131.stdout:mgr 2/2 82s ago 5m count:2 2024-04-15T20:36:01.571 INFO:teuthology.orchestra.run.smithi131.stdout:mon 2/2 82s ago 4m smithi131:172.21.15.131=smithi131;smithi148:172.21.15.148=smithi148;count:2 2024-04-15T20:36:01.571 INFO:teuthology.orchestra.run.smithi131.stdout:node-exporter ?:9100 2/2 82s ago 5m * 2024-04-15T20:36:01.571 INFO:teuthology.orchestra.run.smithi131.stdout:osd.all-available-devices 8 82s ago 3m * 2024-04-15T20:36:01.571 INFO:teuthology.orchestra.run.smithi131.stdout:prometheus ?:9095 1/1 76s ago 5m count:1 2024-04-15T20:36:02.276 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- bash -c 'ceph orch host ls' 2024-04-15T20:36:02.519 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:36:02.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:02 smithi131 ceph-mon[25334]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:36:02.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:02 smithi131 ceph-mon[25334]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:36:02.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:02 smithi148 ceph-mon[35124]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:36:02.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:02 smithi148 ceph-mon[35124]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:36:04.488 INFO:teuthology.orchestra.run.smithi131.stdout:HOST ADDR LABELS STATUS 2024-04-15T20:36:04.488 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 172.21.15.131 2024-04-15T20:36:04.488 INFO:teuthology.orchestra.run.smithi131.stdout:smithi148 172.21.15.148 2024-04-15T20:36:04.488 INFO:teuthology.orchestra.run.smithi131.stdout:2 hosts in cluster 2024-04-15T20:36:04.574 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:04 smithi148 ceph-mon[35124]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:36:04.574 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:04 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:36:04.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:04 smithi131 ceph-mon[25334]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:36:04.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:04 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:36:05.473 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- bash -c 'ceph orch device ls' 2024-04-15T20:36:05.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:05 smithi131 ceph-mon[25334]: from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:36:05.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:05 smithi148 ceph-mon[35124]: from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:36:06.332 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:36:06.720 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:06 smithi131 ceph-mon[25334]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:36:06.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:06 smithi148 ceph-mon[35124]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:36:07.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:07 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:07.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:07 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:07.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:07 smithi131 ceph-mon[25334]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:36:08.074 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:07 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:08.074 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:07 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:08.074 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:07 smithi148 ceph-mon[35124]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:36:08.665 INFO:teuthology.orchestra.run.smithi131.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-04-15T20:36:08.665 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300N4400BGN 372G No 77s ago Has a FileSystem, LVM detected 2024-04-15T20:36:08.665 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme1n1 ssd Linux_5eef0e14d84d071bdeaf 89.4G No 77s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-15T20:36:08.665 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme2n1 ssd Linux_7b702783037b21fd20cd 89.4G No 77s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-15T20:36:08.665 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme3n1 ssd Linux_27d19a274ffbc4d53b4c 89.4G No 77s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-15T20:36:08.665 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme4n1 ssd Linux_c9c2f20ce007a38c3648 89.4G No 77s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-15T20:36:08.665 INFO:teuthology.orchestra.run.smithi131.stdout:smithi148 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT6233005G400BGN 372G No 84s ago Has a FileSystem, LVM detected 2024-04-15T20:36:08.665 INFO:teuthology.orchestra.run.smithi131.stdout:smithi148 /dev/nvme1n1 ssd Linux_e178e30803bbee4e7f5f 89.4G No 84s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-15T20:36:08.665 INFO:teuthology.orchestra.run.smithi131.stdout:smithi148 /dev/nvme2n1 ssd Linux_0a5f491d6bef18a04491 89.4G No 84s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-15T20:36:08.665 INFO:teuthology.orchestra.run.smithi131.stdout:smithi148 /dev/nvme3n1 ssd Linux_1352ff22f5523765d56f 89.4G No 84s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-15T20:36:08.665 INFO:teuthology.orchestra.run.smithi131.stdout:smithi148 /dev/nvme4n1 ssd Linux_9236aef94b499d6c5386 89.4G No 84s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-15T20:36:09.421 INFO:teuthology.run_tasks:Running task vip... 2024-04-15T20:36:09.432 INFO:tasks.vip:Allocating static IPs for each host... 2024-04-15T20:36:09.432 INFO:tasks.vip:peername 172.21.15.131 2024-04-15T20:36:09.435 INFO:tasks.vip:172.21.15.131 in 172.21.0.0/20, pos 3970 2024-04-15T20:36:09.439 INFO:tasks.vip:smithi131.front.sepia.ceph.com static 10.0.15.131, vnet 10.0.0.0/16 2024-04-15T20:36:09.439 INFO:tasks.vip:VIPs are [IPv4Address('10.0.31.131')] 2024-04-15T20:36:09.439 DEBUG:teuthology.orchestra.run.smithi131:> sudo ip route ls 2024-04-15T20:36:09.473 INFO:teuthology.orchestra.run.smithi131.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.131 metric 100 2024-04-15T20:36:09.473 INFO:teuthology.orchestra.run.smithi131.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.131 metric 100 2024-04-15T20:36:09.474 INFO:tasks.vip:Configuring 10.0.15.131 on smithi131.front.sepia.ceph.com iface enp3s0f1... 2024-04-15T20:36:09.474 DEBUG:teuthology.orchestra.run.smithi131:> sudo ip addr add 10.0.15.131/16 dev enp3s0f1 2024-04-15T20:36:09.543 INFO:tasks.vip:peername 172.21.15.148 2024-04-15T20:36:09.546 INFO:tasks.vip:172.21.15.148 in 172.21.0.0/20, pos 3987 2024-04-15T20:36:09.550 INFO:tasks.vip:smithi148.front.sepia.ceph.com static 10.0.15.148, vnet 10.0.0.0/16 2024-04-15T20:36:09.550 DEBUG:teuthology.orchestra.run.smithi148:> sudo ip route ls 2024-04-15T20:36:09.585 INFO:teuthology.orchestra.run.smithi148.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.148 metric 100 2024-04-15T20:36:09.585 INFO:teuthology.orchestra.run.smithi148.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.148 metric 100 2024-04-15T20:36:09.587 INFO:tasks.vip:Configuring 10.0.15.148 on smithi148.front.sepia.ceph.com iface enp3s0f1... 2024-04-15T20:36:09.587 DEBUG:teuthology.orchestra.run.smithi148:> sudo ip addr add 10.0.15.148/16 dev enp3s0f1 2024-04-15T20:36:09.659 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-15T20:36:09.668 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi131.front.sepia.ceph.com 2024-04-15T20:36:09.668 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- bash -c 'ceph orch device ls --refresh' 2024-04-15T20:36:10.634 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:36:10.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:10 smithi131 ceph-mon[25334]: from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:36:10.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:10 smithi131 ceph-mon[25334]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:36:10.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:10 smithi148 ceph-mon[35124]: from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:36:10.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:10 smithi148 ceph-mon[35124]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:36:11.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:11 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:36:11.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:11 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:36:12.794 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:12 smithi131 ceph-mon[25334]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:36:12.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:12 smithi148 ceph-mon[35124]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:36:13.530 INFO:teuthology.orchestra.run.smithi131.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-04-15T20:36:13.530 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300N4400BGN 372G No 82s ago Has a FileSystem, LVM detected 2024-04-15T20:36:13.530 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme1n1 ssd Linux_5eef0e14d84d071bdeaf 89.4G No 82s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-15T20:36:13.530 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme2n1 ssd Linux_7b702783037b21fd20cd 89.4G No 82s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-15T20:36:13.530 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme3n1 ssd Linux_27d19a274ffbc4d53b4c 89.4G No 82s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-15T20:36:13.530 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme4n1 ssd Linux_c9c2f20ce007a38c3648 89.4G No 82s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-15T20:36:13.530 INFO:teuthology.orchestra.run.smithi131.stdout:smithi148 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT6233005G400BGN 372G No 89s ago Has a FileSystem, LVM detected 2024-04-15T20:36:13.530 INFO:teuthology.orchestra.run.smithi131.stdout:smithi148 /dev/nvme1n1 ssd Linux_e178e30803bbee4e7f5f 89.4G No 89s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-15T20:36:13.531 INFO:teuthology.orchestra.run.smithi131.stdout:smithi148 /dev/nvme2n1 ssd Linux_0a5f491d6bef18a04491 89.4G No 89s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-15T20:36:13.531 INFO:teuthology.orchestra.run.smithi131.stdout:smithi148 /dev/nvme3n1 ssd Linux_1352ff22f5523765d56f 89.4G No 89s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-15T20:36:13.531 INFO:teuthology.orchestra.run.smithi131.stdout:smithi148 /dev/nvme4n1 ssd Linux_9236aef94b499d6c5386 89.4G No 89s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-15T20:36:14.267 INFO:teuthology.run_tasks:Running task vip.exec... 2024-04-15T20:36:14.276 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi131.front.sepia.ceph.com 2024-04-15T20:36:14.276 DEBUG:teuthology.orchestra.run.smithi131:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-04-15T20:36:14.306 INFO:teuthology.orchestra.run.smithi131.stderr:+ systemctl stop nfs-server 2024-04-15T20:36:14.314 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi148.front.sepia.ceph.com 2024-04-15T20:36:14.315 DEBUG:teuthology.orchestra.run.smithi148:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-04-15T20:36:14.348 INFO:teuthology.orchestra.run.smithi148.stderr:+ systemctl stop nfs-server 2024-04-15T20:36:14.356 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-15T20:36:14.368 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi131.front.sepia.ceph.com 2024-04-15T20:36:14.368 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- bash -c 'ceph fs volume create foofs' 2024-04-15T20:36:14.393 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:14 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:14.394 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:14 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:14.394 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:14 smithi131 ceph-mon[25334]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:36:14.394 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:14 smithi131 ceph-mon[25334]: from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:36:14.574 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:14 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:14.574 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:14 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:14.574 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:14 smithi148 ceph-mon[35124]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:36:14.574 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:14 smithi148 ceph-mon[35124]: from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:36:14.618 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:36:15.645 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:15 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:15.645 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:15 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:15.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:15 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:15.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:15 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:16.559 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:16 smithi131 ceph-mon[25334]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:36:16.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:16 smithi148 ceph-mon[35124]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:36:17.773 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:17 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-04-15T20:36:17.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:17 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-04-15T20:36:18.742 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:18 smithi131 ceph-mon[25334]: from='client.14588 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:36:18.742 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:18 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-04-15T20:36:18.742 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:18 smithi131 ceph-mon[25334]: osdmap e46: 8 total, 8 up, 8 in 2024-04-15T20:36:18.742 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:18 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-04-15T20:36:18.742 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:18 smithi131 ceph-mon[25334]: pgmap v157: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:36:18.742 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:18 smithi131 ceph-add79b0a-fb66-11ee-bc8f-c7b262605968-mon-smithi131[25330]: 2024-04-15T20:36:18.417+0000 7fa50aeb3700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-15T20:36:18.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:18 smithi148 ceph-mon[35124]: from='client.14588 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:36:18.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:18 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-04-15T20:36:18.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:18 smithi148 ceph-mon[35124]: osdmap e46: 8 total, 8 up, 8 in 2024-04-15T20:36:18.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:18 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-04-15T20:36:18.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:18 smithi148 ceph-mon[35124]: pgmap v157: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:36:19.142 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.131/16 --port 2999' 2024-04-15T20:36:19.574 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:19 smithi148 ceph-mon[35124]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-15T20:36:19.574 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:19 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-04-15T20:36:19.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:19 smithi148 ceph-mon[35124]: osdmap e47: 8 total, 8 up, 8 in 2024-04-15T20:36:19.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:19 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-04-15T20:36:19.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:19 smithi148 ceph-mon[35124]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-15T20:36:19.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:19 smithi148 ceph-mon[35124]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-04-15T20:36:19.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:19 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-04-15T20:36:19.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:19 smithi148 ceph-mon[35124]: osdmap e48: 8 total, 8 up, 8 in 2024-04-15T20:36:19.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:19 smithi148 ceph-mon[35124]: fsmap foofs:0 2024-04-15T20:36:19.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:19 smithi148 ceph-mon[35124]: Saving service mds.foofs spec with placement count:2 2024-04-15T20:36:19.575 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:19 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:19.701 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:19 smithi131 ceph-mon[25334]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-15T20:36:19.701 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:19 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-04-15T20:36:19.701 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:19 smithi131 ceph-mon[25334]: osdmap e47: 8 total, 8 up, 8 in 2024-04-15T20:36:19.701 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:19 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-04-15T20:36:19.701 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:19 smithi131 ceph-mon[25334]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-15T20:36:19.701 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:19 smithi131 ceph-mon[25334]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-04-15T20:36:19.701 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:19 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-04-15T20:36:19.701 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:19 smithi131 ceph-mon[25334]: osdmap e48: 8 total, 8 up, 8 in 2024-04-15T20:36:19.702 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:19 smithi131 ceph-mon[25334]: fsmap foofs:0 2024-04-15T20:36:19.702 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:19 smithi131 ceph-mon[25334]: Saving service mds.foofs spec with placement count:2 2024-04-15T20:36:19.702 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:19 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:20.054 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:36:20.686 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:20 smithi148 ceph-mon[35124]: osdmap e49: 8 total, 8 up, 8 in 2024-04-15T20:36:20.686 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:20 smithi148 ceph-mon[35124]: pgmap v161: 65 pgs: 17 active+clean, 16 creating+peering, 32 unknown; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:36:20.686 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:20 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:20.686 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:20 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:20.686 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:20 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:36:20.686 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:20 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:36:20.686 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:20 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:20.686 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:20 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:36:20.686 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:20 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T20:36:20.686 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:20 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:36:20.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:20 smithi131 ceph-mon[25334]: osdmap e49: 8 total, 8 up, 8 in 2024-04-15T20:36:20.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:20 smithi131 ceph-mon[25334]: pgmap v161: 65 pgs: 17 active+clean, 16 creating+peering, 32 unknown; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:36:20.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:20 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:20.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:20 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:20.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:20 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:36:20.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:20 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:36:20.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:20 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:20.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:20 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:36:20.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:20 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T20:36:20.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:20 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:36:21.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:21 smithi131 ceph-mon[25334]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-15T20:36:21.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:21 smithi131 ceph-mon[25334]: osdmap e50: 8 total, 8 up, 8 in 2024-04-15T20:36:21.689 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:21 smithi148 ceph-mon[35124]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-15T20:36:21.689 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:21 smithi148 ceph-mon[35124]: osdmap e50: 8 total, 8 up, 8 in 2024-04-15T20:36:22.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:22 smithi131 ceph-mon[25334]: pgmap v163: 65 pgs: 47 active+clean, 16 creating+peering, 2 unknown; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:36:22.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:22 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-04-15T20:36:22.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:22 smithi148 ceph-mon[35124]: pgmap v163: 65 pgs: 47 active+clean, 16 creating+peering, 2 unknown; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:36:22.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:22 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-04-15T20:36:23.550 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:23 smithi148 ceph-mon[35124]: from='client.14592 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.131/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:36:23.550 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:23 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-04-15T20:36:23.550 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:23 smithi148 ceph-mon[35124]: osdmap e51: 8 total, 8 up, 8 in 2024-04-15T20:36:23.551 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:23 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-04-15T20:36:23.798 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:23 smithi131 ceph-mon[25334]: from='client.14592 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.131/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:36:23.798 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:23 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-04-15T20:36:23.798 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:23 smithi131 ceph-mon[25334]: osdmap e51: 8 total, 8 up, 8 in 2024-04-15T20:36:23.798 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:23 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-04-15T20:36:24.156 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-04-15T20:36:24.408 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:36:24.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:24 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-04-15T20:36:24.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:24 smithi131 ceph-mon[25334]: osdmap e52: 8 total, 8 up, 8 in 2024-04-15T20:36:24.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:24 smithi131 ceph-mon[25334]: Saving service nfs.foo spec with placement count:1 2024-04-15T20:36:24.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:24 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:24.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:24 smithi131 ceph-mon[25334]: Saving service ingress.nfs.foo spec with placement count:2 2024-04-15T20:36:24.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:24 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:24.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:24 smithi131 ceph-mon[25334]: pgmap v166: 97 pgs: 50 active+clean, 19 creating+peering, 28 unknown; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:36:24.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:24 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-04-15T20:36:24.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:24 smithi148 ceph-mon[35124]: osdmap e52: 8 total, 8 up, 8 in 2024-04-15T20:36:24.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:24 smithi148 ceph-mon[35124]: Saving service nfs.foo spec with placement count:1 2024-04-15T20:36:24.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:24 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:24.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:24 smithi148 ceph-mon[35124]: Saving service ingress.nfs.foo spec with placement count:2 2024-04-15T20:36:24.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:24 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:24.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:24 smithi148 ceph-mon[35124]: pgmap v166: 97 pgs: 50 active+clean, 19 creating+peering, 28 unknown; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:36:25.559 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:25 smithi131 ceph-mon[25334]: osdmap e53: 8 total, 8 up, 8 in 2024-04-15T20:36:25.559 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:25 smithi131 ceph-mon[25334]: mgrmap e20: smithi131.nzhwkl(active, since 4m), standbys: smithi148.jswtdg 2024-04-15T20:36:25.618 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:25 smithi148 ceph-mon[35124]: osdmap e53: 8 total, 8 up, 8 in 2024-04-15T20:36:25.618 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:25 smithi148 ceph-mon[35124]: mgrmap e20: smithi131.nzhwkl(active, since 4m), standbys: smithi148.jswtdg 2024-04-15T20:36:26.574 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:26 smithi148 ceph-mon[35124]: pgmap v168: 97 pgs: 75 active+clean, 4 creating+peering, 18 unknown; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:36:26.729 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:26 smithi131 ceph-mon[25334]: pgmap v168: 97 pgs: 75 active+clean, 4 creating+peering, 18 unknown; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-04-15T20:36:27.574 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:27 smithi148 ceph-mon[35124]: from='client.14600 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:36:27.574 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:27 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:27.574 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:27 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:36:27.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:27 smithi131 ceph-mon[25334]: from='client.14600 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:36:27.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:27 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:27.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:27 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:36:28.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:28 smithi131 ceph-mon[25334]: pgmap v169: 97 pgs: 93 active+clean, 4 creating+peering; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-15T20:36:28.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:28 smithi148 ceph-mon[35124]: pgmap v169: 97 pgs: 93 active+clean, 4 creating+peering; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-15T20:36:30.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:30 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:30.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:30 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:30.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:30 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi148.cdcwpj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-15T20:36:30.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:30 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi148.cdcwpj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-04-15T20:36:30.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:30 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:36:30.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:30 smithi131 ceph-mon[25334]: pgmap v170: 97 pgs: 97 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-15T20:36:30.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:30 smithi131 ceph-mon[25334]: Deploying daemon mds.foofs.smithi148.cdcwpj on smithi148 2024-04-15T20:36:30.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:30 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:30.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:30 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:30.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:30 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi148.cdcwpj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-15T20:36:30.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:30 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi148.cdcwpj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-04-15T20:36:30.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:30 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:36:30.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:30 smithi148 ceph-mon[35124]: pgmap v170: 97 pgs: 97 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-15T20:36:30.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:30 smithi148 ceph-mon[35124]: Deploying daemon mds.foofs.smithi148.cdcwpj on smithi148 2024-04-15T20:36:32.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:32 smithi131 ceph-mon[25334]: pgmap v171: 97 pgs: 97 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-15T20:36:32.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:32 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:32.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:32 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:32.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:32 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:32.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:32 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi131.btepfd", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-15T20:36:32.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:32 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi131.btepfd", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-04-15T20:36:32.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:32 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:36:32.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:32 smithi148 ceph-mon[35124]: pgmap v171: 97 pgs: 97 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-15T20:36:32.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:32 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:32.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:32 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:32.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:32 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:32.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:32 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi131.btepfd", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-15T20:36:32.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:32 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi131.btepfd", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-04-15T20:36:32.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:32 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:36:33.574 INFO:teuthology.orchestra.run.smithi131.stdout:{ 2024-04-15T20:36:33.574 INFO:teuthology.orchestra.run.smithi131.stdout: "bind": "/fake", 2024-04-15T20:36:33.574 INFO:teuthology.orchestra.run.smithi131.stdout: "cluster": "foo", 2024-04-15T20:36:33.574 INFO:teuthology.orchestra.run.smithi131.stdout: "fs": "foofs", 2024-04-15T20:36:33.575 INFO:teuthology.orchestra.run.smithi131.stdout: "mode": "RW", 2024-04-15T20:36:33.575 INFO:teuthology.orchestra.run.smithi131.stdout: "path": "/" 2024-04-15T20:36:33.575 INFO:teuthology.orchestra.run.smithi131.stdout:} 2024-04-15T20:36:33.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:33 smithi131 ceph-mon[25334]: Deploying daemon mds.foofs.smithi131.btepfd on smithi131 2024-04-15T20:36:33.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:33 smithi131 ceph-mon[25334]: mds.? [v2:172.21.15.148:6832/1173154034,v1:172.21.15.148:6833/1173154034] up:boot 2024-04-15T20:36:33.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:33 smithi131 ceph-mon[25334]: daemon mds.foofs.smithi148.cdcwpj assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-04-15T20:36:33.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:33 smithi131 ceph-mon[25334]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-04-15T20:36:33.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:33 smithi131 ceph-mon[25334]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-04-15T20:36:33.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:33 smithi131 ceph-mon[25334]: Cluster is now healthy 2024-04-15T20:36:33.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:33 smithi131 ceph-mon[25334]: fsmap foofs:0 1 up:standby 2024-04-15T20:36:33.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:33 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi148.cdcwpj"}]: dispatch 2024-04-15T20:36:33.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:33 smithi131 ceph-mon[25334]: fsmap foofs:1 {0=foofs.smithi148.cdcwpj=up:creating} 2024-04-15T20:36:33.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:33 smithi131 ceph-mon[25334]: daemon mds.foofs.smithi148.cdcwpj is now active in filesystem foofs as rank 0 2024-04-15T20:36:33.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:33 smithi148 ceph-mon[35124]: Deploying daemon mds.foofs.smithi131.btepfd on smithi131 2024-04-15T20:36:33.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:33 smithi148 ceph-mon[35124]: mds.? [v2:172.21.15.148:6832/1173154034,v1:172.21.15.148:6833/1173154034] up:boot 2024-04-15T20:36:33.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:33 smithi148 ceph-mon[35124]: daemon mds.foofs.smithi148.cdcwpj assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-04-15T20:36:33.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:33 smithi148 ceph-mon[35124]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-04-15T20:36:33.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:33 smithi148 ceph-mon[35124]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-04-15T20:36:33.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:33 smithi148 ceph-mon[35124]: Cluster is now healthy 2024-04-15T20:36:33.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:33 smithi148 ceph-mon[35124]: fsmap foofs:0 1 up:standby 2024-04-15T20:36:33.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:33 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi148.cdcwpj"}]: dispatch 2024-04-15T20:36:33.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:33 smithi148 ceph-mon[35124]: fsmap foofs:1 {0=foofs.smithi148.cdcwpj=up:creating} 2024-04-15T20:36:33.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:33 smithi148 ceph-mon[35124]: daemon mds.foofs.smithi148.cdcwpj is now active in filesystem foofs as rank 0 2024-04-15T20:36:34.213 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-04-15T20:36:34.222 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-04-15T20:36:34.222 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph orch ls -f json 2024-04-15T20:36:34.475 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:36:34.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:34 smithi131 ceph-mon[25334]: pgmap v172: 97 pgs: 97 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 102 B/s wr, 0 op/s 2024-04-15T20:36:34.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:34 smithi131 ceph-mon[25334]: mds.? [v2:172.21.15.148:6832/1173154034,v1:172.21.15.148:6833/1173154034] up:active 2024-04-15T20:36:34.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:34 smithi131 ceph-mon[25334]: fsmap foofs:1 {0=foofs.smithi148.cdcwpj=up:active} 2024-04-15T20:36:34.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:34 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-04-15T20:36:34.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:34 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-04-15T20:36:34.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:34 smithi148 ceph-mon[35124]: pgmap v172: 97 pgs: 97 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 102 B/s wr, 0 op/s 2024-04-15T20:36:34.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:34 smithi148 ceph-mon[35124]: mds.? [v2:172.21.15.148:6832/1173154034,v1:172.21.15.148:6833/1173154034] up:active 2024-04-15T20:36:34.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:34 smithi148 ceph-mon[35124]: fsmap foofs:1 {0=foofs.smithi148.cdcwpj=up:active} 2024-04-15T20:36:34.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:34 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-04-15T20:36:34.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:34 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-04-15T20:36:36.750 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:36:36.750 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-15T20:30:47.046652Z", "last_refresh": "2024-04-15T20:36:13.196712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-15T20:32:25.125502Z 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-04-15T20:30:41.158589Z", "last_refresh": "2024-04-15T20:36:06.677965Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:28.413313Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-15T20:30:39.910048Z", "last_refresh": "2024-04-15T20:36:06.678060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-15T20:30:44.164659Z", "last_refresh": "2024-04-15T20:36:13.196859Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-15T20:36:23.483176Z 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.131/16"}, "status": {"created": "2024-04-15T20:36:23.480073Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"events": ["2024-04-15T20:36:32.115843Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-15T20:36:18.435834Z", "running": 0, "size": 2}}, {"events": ["2024-04-15T20:32:37.187607Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-15T20:30:37.866560Z", "last_refresh": "2024-04-15T20:36:06.678213Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:47.788080Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-15T20:31:31.389350Z", "last_refresh": "2024-04-15T20:36:06.678284Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:36:23.478876Z 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-04-15T20:36:23.475170Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-04-15T20:32:33.098843Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-15T20:30:45.680536Z", "last_refresh": "2024-04-15T20:36:06.678139Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:55.119665Z 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-04-15T20:32:55.116169Z", "last_refresh": "2024-04-15T20:36:06.678355Z", "running": 8, "size": 8}}, {"events": ["2024-04-15T20:32:47.801384Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-15T20:30:42.939540Z", "last_refresh": "2024-04-15T20:36:13.197002Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-15T20:36:36.750 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:36 smithi131 ceph-mon[25334]: pgmap v173: 97 pgs: 97 active+clean; 579 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 649 B/s wr, 1 op/s 2024-04-15T20:36:36.750 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:36 smithi131 ceph-mon[25334]: mgrmap e21: smithi131.nzhwkl(active, since 4m), standbys: smithi148.jswtdg 2024-04-15T20:36:36.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:36 smithi148 ceph-mon[35124]: pgmap v173: 97 pgs: 97 active+clean; 579 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 649 B/s wr, 1 op/s 2024-04-15T20:36:36.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:36 smithi148 ceph-mon[35124]: mgrmap e21: smithi131.nzhwkl(active, since 4m), standbys: smithi148.jswtdg 2024-04-15T20:36:37.586 INFO:tasks.cephadm:nfs.foo has 0/1 2024-04-15T20:36:38.130 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:37 smithi148 ceph-mon[35124]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:36:38.131 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:37 smithi148 ceph-mon[35124]: mds.? [v2:172.21.15.131:6834/3064808953,v1:172.21.15.131:6835/3064808953] up:boot 2024-04-15T20:36:38.131 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:37 smithi148 ceph-mon[35124]: fsmap foofs:1 {0=foofs.smithi148.cdcwpj=up:active} 1 up:standby 2024-04-15T20:36:38.131 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:37 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi131.btepfd"}]: dispatch 2024-04-15T20:36:38.131 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:37 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:38.131 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:37 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:38.131 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:37 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:38.131 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:37 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:38.131 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:37 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:38.131 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:37 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:36:38.131 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:37 smithi148 ceph-mon[35124]: pgmap v174: 97 pgs: 97 active+clean; 580 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 4 op/s 2024-04-15T20:36:38.309 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:37 smithi131 ceph-mon[25334]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:36:38.309 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:37 smithi131 ceph-mon[25334]: mds.? [v2:172.21.15.131:6834/3064808953,v1:172.21.15.131:6835/3064808953] up:boot 2024-04-15T20:36:38.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:37 smithi131 ceph-mon[25334]: fsmap foofs:1 {0=foofs.smithi148.cdcwpj=up:active} 1 up:standby 2024-04-15T20:36:38.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:37 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi131.btepfd"}]: dispatch 2024-04-15T20:36:38.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:37 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:38.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:37 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:38.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:37 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:38.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:37 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:38.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:37 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:38.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:37 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:36:38.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:37 smithi131 ceph-mon[25334]: pgmap v174: 97 pgs: 97 active+clean; 580 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 4 op/s 2024-04-15T20:36:38.586 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph orch ls -f json 2024-04-15T20:36:39.158 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:36:40.718 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:40 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:40.718 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:40 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:40.718 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:40 smithi148 ceph-mon[35124]: pgmap v175: 97 pgs: 97 active+clean; 580 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 4 op/s 2024-04-15T20:36:40.718 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:40 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:40.718 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:40 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:40.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:40 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:40.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:40 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:40.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:40 smithi131 ceph-mon[25334]: pgmap v175: 97 pgs: 97 active+clean; 580 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 4 op/s 2024-04-15T20:36:40.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:40 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:40.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:40 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:41.971 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:36:41.971 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-15T20:30:47.046652Z", "last_refresh": "2024-04-15T20:36:13.196712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-15T20:32:25.125502Z 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-04-15T20:30:41.158589Z", "last_refresh": "2024-04-15T20:36:13.196244Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:28.413313Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-15T20:30:39.910048Z", "last_refresh": "2024-04-15T20:36:13.196394Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-15T20:30:44.164659Z", "last_refresh": "2024-04-15T20:36:13.196859Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-15T20:36:23.483176Z 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.131/16"}, "status": {"created": "2024-04-15T20:36:23.480073Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"events": ["2024-04-15T20:36:37.002662Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-15T20:36:18.435834Z", "last_refresh": "2024-04-15T20:36:39.451318Z", "running": 1, "size": 2}}, {"events": ["2024-04-15T20:32:37.187607Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-15T20:30:37.866560Z", "last_refresh": "2024-04-15T20:36:13.196095Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:47.788080Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-15T20:31:31.389350Z", "last_refresh": "2024-04-15T20:36:13.195909Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:36:23.478876Z 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-04-15T20:36:23.475170Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-04-15T20:32:33.098843Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-15T20:30:45.680536Z", "last_refresh": "2024-04-15T20:36:13.196550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:55.119665Z 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-04-15T20:32:55.116169Z", "last_refresh": "2024-04-15T20:36:13.197108Z", "running": 8, "size": 8}}, {"events": ["2024-04-15T20:32:47.801384Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-15T20:30:42.939540Z", "last_refresh": "2024-04-15T20:36:13.197002Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-15T20:36:42.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:42 smithi131 ceph-mon[25334]: mds.? [v2:172.21.15.148:6832/1173154034,v1:172.21.15.148:6833/1173154034] up:active 2024-04-15T20:36:42.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:42 smithi131 ceph-mon[25334]: mds.? [v2:172.21.15.131:6834/3064808953,v1:172.21.15.131:6835/3064808953] up:standby 2024-04-15T20:36:42.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:42 smithi131 ceph-mon[25334]: fsmap foofs:1 {0=foofs.smithi148.cdcwpj=up:active} 1 up:standby 2024-04-15T20:36:42.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:42 smithi131 ceph-mon[25334]: pgmap v176: 97 pgs: 97 active+clean; 580 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 4 op/s 2024-04-15T20:36:42.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:42 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:42.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:42 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:36:42.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:42 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:42.751 INFO:tasks.cephadm:nfs.foo has 0/1 2024-04-15T20:36:42.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:42 smithi148 ceph-mon[35124]: mds.? [v2:172.21.15.148:6832/1173154034,v1:172.21.15.148:6833/1173154034] up:active 2024-04-15T20:36:42.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:42 smithi148 ceph-mon[35124]: mds.? [v2:172.21.15.131:6834/3064808953,v1:172.21.15.131:6835/3064808953] up:standby 2024-04-15T20:36:42.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:42 smithi148 ceph-mon[35124]: fsmap foofs:1 {0=foofs.smithi148.cdcwpj=up:active} 1 up:standby 2024-04-15T20:36:42.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:42 smithi148 ceph-mon[35124]: pgmap v176: 97 pgs: 97 active+clean; 580 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 4 op/s 2024-04-15T20:36:42.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:42 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:42.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:42 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:36:42.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:42 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:43.574 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:43 smithi148 ceph-mon[35124]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:36:43.752 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph orch ls -f json 2024-04-15T20:36:43.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:43 smithi131 ceph-mon[25334]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:36:43.998 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:36:44.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:44 smithi131 ceph-mon[25334]: pgmap v177: 97 pgs: 97 active+clean; 580 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 4 op/s 2024-04-15T20:36:44.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:44 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:44.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:44 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:44.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:44 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:44.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:44 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:44.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:44 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:36:44.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:44 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:36:44.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:44 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:44.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:44 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:36:44.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:44 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:44.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:44 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi131.xbeuux", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-15T20:36:44.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:44 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi131.xbeuux", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-04-15T20:36:44.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:44 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-15T20:36:44.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:44 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-15T20:36:44.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:44 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:36:44.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:44 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-15T20:36:44.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:44 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-15T20:36:44.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:44 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi131.xbeuux-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-15T20:36:44.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:44 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi131.xbeuux-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-15T20:36:44.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:44 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:36:44.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:44 smithi148 ceph-mon[35124]: pgmap v177: 97 pgs: 97 active+clean; 580 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 4 op/s 2024-04-15T20:36:44.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:44 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:44.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:44 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:44.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:44 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:44.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:44 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:44.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:44 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:36:44.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:44 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:36:44.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:44 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:44.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:44 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:36:44.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:44 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:44.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:44 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi131.xbeuux", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-15T20:36:44.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:44 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi131.xbeuux", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-04-15T20:36:44.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:44 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-15T20:36:44.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:44 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-15T20:36:44.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:44 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:36:44.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:44 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-15T20:36:44.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:44 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-15T20:36:44.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:44 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi131.xbeuux-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-15T20:36:44.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:44 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi131.xbeuux-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-15T20:36:44.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:44 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:36:45.761 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:45 smithi131 ceph-mon[25334]: Creating key for client.nfs.foo.0.0.smithi131.xbeuux 2024-04-15T20:36:45.762 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:45 smithi131 ceph-mon[25334]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-15T20:36:45.762 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:45 smithi131 ceph-mon[25334]: Rados config object exists: conf-nfs.foo 2024-04-15T20:36:45.762 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:45 smithi131 ceph-mon[25334]: Creating key for client.nfs.foo.0.0.smithi131.xbeuux-rgw 2024-04-15T20:36:45.762 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:45 smithi131 ceph-mon[25334]: Bind address in nfs.foo.0.0.smithi131.xbeuux's ganesha conf is defaulting to empty 2024-04-15T20:36:45.762 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:45 smithi131 ceph-mon[25334]: Deploying daemon nfs.foo.0.0.smithi131.xbeuux on smithi131 2024-04-15T20:36:45.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:45 smithi148 ceph-mon[35124]: Creating key for client.nfs.foo.0.0.smithi131.xbeuux 2024-04-15T20:36:45.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:45 smithi148 ceph-mon[35124]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-15T20:36:45.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:45 smithi148 ceph-mon[35124]: Rados config object exists: conf-nfs.foo 2024-04-15T20:36:45.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:45 smithi148 ceph-mon[35124]: Creating key for client.nfs.foo.0.0.smithi131.xbeuux-rgw 2024-04-15T20:36:45.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:45 smithi148 ceph-mon[35124]: Bind address in nfs.foo.0.0.smithi131.xbeuux's ganesha conf is defaulting to empty 2024-04-15T20:36:45.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:45 smithi148 ceph-mon[35124]: Deploying daemon nfs.foo.0.0.smithi131.xbeuux on smithi131 2024-04-15T20:36:46.214 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:36:46.214 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-15T20:30:47.046652Z", "last_refresh": "2024-04-15T20:36:43.607633Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-15T20:32:25.125502Z 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-04-15T20:30:41.158589Z", "last_refresh": "2024-04-15T20:36:39.449930Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:28.413313Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-15T20:30:39.910048Z", "last_refresh": "2024-04-15T20:36:39.450087Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-15T20:30:44.164659Z", "last_refresh": "2024-04-15T20:36:43.607718Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-15T20:36:23.483176Z 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.131/16"}, "status": {"created": "2024-04-15T20:36:23.480073Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"events": ["2024-04-15T20:36:37.002662Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-15T20:36:18.435834Z", "last_refresh": "2024-04-15T20:36:39.451318Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:37.187607Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-15T20:30:37.866560Z", "last_refresh": "2024-04-15T20:36:39.450406Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:47.788080Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-15T20:31:31.389350Z", "last_refresh": "2024-04-15T20:36:39.450569Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:36:44.138079Z 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-04-15T20:36:23.475170Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-04-15T20:32:33.098843Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-15T20:30:45.680536Z", "last_refresh": "2024-04-15T20:36:39.450249Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:55.119665Z 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-04-15T20:32:55.116169Z", "last_refresh": "2024-04-15T20:36:39.450719Z", "running": 8, "size": 8}}, {"events": ["2024-04-15T20:32:47.801384Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-15T20:30:42.939540Z", "last_refresh": "2024-04-15T20:36:43.607798Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-15T20:36:46.777 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:46 smithi131 ceph-mon[25334]: pgmap v178: 97 pgs: 97 active+clean; 580 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 3 op/s 2024-04-15T20:36:46.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:46 smithi148 ceph-mon[35124]: pgmap v178: 97 pgs: 97 active+clean; 580 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 3 op/s 2024-04-15T20:36:47.714 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:47 smithi131 ceph-mon[25334]: from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:36:47.743 INFO:tasks.cephadm:nfs.foo has 0/1 2024-04-15T20:36:47.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:47 smithi148 ceph-mon[35124]: from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:36:48.743 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph orch ls -f json 2024-04-15T20:36:48.770 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:48 smithi131 ceph-mon[25334]: pgmap v179: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 2 op/s 2024-04-15T20:36:48.771 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:48 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:48.771 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:48 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:48.771 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:48 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:48.771 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:48 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:48.771 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:48 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:48.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:48 smithi148 ceph-mon[35124]: pgmap v179: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 2 op/s 2024-04-15T20:36:48.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:48 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:48.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:48 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:48.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:48 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:48.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:48 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:48.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:48 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:49.033 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:36:49.574 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:49 smithi148 ceph-mon[35124]: Deploying daemon haproxy.nfs.foo.smithi131.zankgj on smithi131 2024-04-15T20:36:49.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:49 smithi131 ceph-mon[25334]: Deploying daemon haproxy.nfs.foo.smithi131.zankgj on smithi131 2024-04-15T20:36:50.574 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:50 smithi148 ceph-mon[35124]: pgmap v180: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-04-15T20:36:50.790 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:50 smithi131 ceph-mon[25334]: pgmap v180: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-04-15T20:36:51.278 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:36:51.278 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-15T20:30:47.046652Z", "last_refresh": "2024-04-15T20:36:43.607633Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-15T20:32:25.125502Z 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-04-15T20:30:41.158589Z", "last_refresh": "2024-04-15T20:36:39.449930Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:28.413313Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-15T20:30:39.910048Z", "last_refresh": "2024-04-15T20:36:39.450087Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-15T20:30:44.164659Z", "last_refresh": "2024-04-15T20:36:43.607718Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-15T20:36:23.483176Z 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.131/16"}, "status": {"created": "2024-04-15T20:36:23.480073Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"events": ["2024-04-15T20:36:37.002662Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-15T20:36:18.435834Z", "last_refresh": "2024-04-15T20:36:39.451318Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:37.187607Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-15T20:30:37.866560Z", "last_refresh": "2024-04-15T20:36:39.450406Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:47.788080Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-15T20:31:31.389350Z", "last_refresh": "2024-04-15T20:36:39.450569Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:36:48.317393Z 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-04-15T20:36:23.475170Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-04-15T20:32:33.098843Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-15T20:30:45.680536Z", "last_refresh": "2024-04-15T20:36:39.450249Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:55.119665Z 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-04-15T20:32:55.116169Z", "last_refresh": "2024-04-15T20:36:39.450719Z", "running": 8, "size": 8}}, {"events": ["2024-04-15T20:32:47.801384Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-15T20:30:42.939540Z", "last_refresh": "2024-04-15T20:36:43.607798Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-15T20:36:52.050 INFO:tasks.cephadm:nfs.foo has 0/1 2024-04-15T20:36:52.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:52 smithi131 ceph-mon[25334]: from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:36:52.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:52 smithi131 ceph-mon[25334]: pgmap v181: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 682 B/s wr, 1 op/s 2024-04-15T20:36:52.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:52 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:52.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:52 smithi148 ceph-mon[35124]: from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:36:52.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:52 smithi148 ceph-mon[35124]: pgmap v181: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 682 B/s wr, 1 op/s 2024-04-15T20:36:52.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:52 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:53.051 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph orch ls -f json 2024-04-15T20:36:54.059 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:36:54.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:54 smithi131 ceph-mon[25334]: pgmap v182: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 682 B/s wr, 1 op/s 2024-04-15T20:36:54.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:54 smithi148 ceph-mon[35124]: pgmap v182: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 682 B/s wr, 1 op/s 2024-04-15T20:36:56.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:56 smithi148 ceph-mon[35124]: pgmap v183: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1023 B/s wr, 2 op/s 2024-04-15T20:36:56.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:56 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:36:56.909 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:56 smithi131 ceph-mon[25334]: pgmap v183: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1023 B/s wr, 2 op/s 2024-04-15T20:36:56.909 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:56 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:36:57.404 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:36:57.404 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-15T20:30:47.046652Z", "last_refresh": "2024-04-15T20:36:43.607633Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-15T20:32:25.125502Z 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-04-15T20:30:41.158589Z", "last_refresh": "2024-04-15T20:36:39.449930Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:28.413313Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-15T20:30:39.910048Z", "last_refresh": "2024-04-15T20:36:39.450087Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-15T20:30:44.164659Z", "last_refresh": "2024-04-15T20:36:43.607718Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-15T20:36:23.483176Z 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.131/16"}, "status": {"created": "2024-04-15T20:36:23.480073Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"events": ["2024-04-15T20:36:37.002662Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-15T20:36:18.435834Z", "last_refresh": "2024-04-15T20:36:39.451318Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:37.187607Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-15T20:30:37.866560Z", "last_refresh": "2024-04-15T20:36:39.450406Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:47.788080Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-15T20:31:31.389350Z", "last_refresh": "2024-04-15T20:36:39.450569Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:36:48.317393Z 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-04-15T20:36:23.475170Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-04-15T20:32:33.098843Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-15T20:30:45.680536Z", "last_refresh": "2024-04-15T20:36:39.450249Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:55.119665Z 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-04-15T20:32:55.116169Z", "last_refresh": "2024-04-15T20:36:39.450719Z", "running": 8, "size": 8}}, {"events": ["2024-04-15T20:32:47.801384Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-15T20:30:42.939540Z", "last_refresh": "2024-04-15T20:36:43.607798Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-15T20:36:58.344 INFO:tasks.cephadm:nfs.foo has 0/1 2024-04-15T20:36:58.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:58 smithi131 ceph-mon[25334]: from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:36:58.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:58 smithi131 ceph-mon[25334]: pgmap v184: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 2 op/s 2024-04-15T20:36:58.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:58 smithi148 ceph-mon[35124]: from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:36:58.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:58 smithi148 ceph-mon[35124]: pgmap v184: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 2 op/s 2024-04-15T20:36:59.345 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph orch ls -f json 2024-04-15T20:36:59.619 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:36:59.876 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:59 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:59.876 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:59 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:59.876 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:59 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:36:59.876 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:59 smithi131 ceph-mon[25334]: Deploying daemon haproxy.nfs.foo.smithi148.ceytvk on smithi148 2024-04-15T20:36:59.876 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:36:59 smithi131 ceph-mon[25334]: pgmap v185: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 853 B/s wr, 1 op/s 2024-04-15T20:37:00.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:59 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:00.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:59 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:00.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:59 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:00.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:59 smithi148 ceph-mon[35124]: Deploying daemon haproxy.nfs.foo.smithi148.ceytvk on smithi148 2024-04-15T20:37:00.074 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:36:59 smithi148 ceph-mon[35124]: pgmap v185: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 853 B/s wr, 1 op/s 2024-04-15T20:37:01.540 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:37:01.540 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-15T20:30:47.046652Z", "last_refresh": "2024-04-15T20:36:43.607633Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-15T20:32:25.125502Z 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-04-15T20:30:41.158589Z", "last_refresh": "2024-04-15T20:36:39.449930Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:28.413313Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-15T20:30:39.910048Z", "last_refresh": "2024-04-15T20:36:39.450087Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-15T20:30:44.164659Z", "last_refresh": "2024-04-15T20:36:43.607718Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-15T20:36:58.668636Z 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.131/16"}, "status": {"created": "2024-04-15T20:36:23.480073Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"events": ["2024-04-15T20:36:37.002662Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-15T20:36:18.435834Z", "last_refresh": "2024-04-15T20:36:39.451318Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:37.187607Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-15T20:30:37.866560Z", "last_refresh": "2024-04-15T20:36:39.450406Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:47.788080Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-15T20:31:31.389350Z", "last_refresh": "2024-04-15T20:36:39.450569Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:36:48.317393Z 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-04-15T20:36:23.475170Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-04-15T20:32:33.098843Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-15T20:30:45.680536Z", "last_refresh": "2024-04-15T20:36:39.450249Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:55.119665Z 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-04-15T20:32:55.116169Z", "last_refresh": "2024-04-15T20:36:39.450719Z", "running": 8, "size": 8}}, {"events": ["2024-04-15T20:32:47.801384Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-15T20:30:42.939540Z", "last_refresh": "2024-04-15T20:36:43.607798Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-15T20:37:02.294 INFO:tasks.cephadm:nfs.foo has 0/1 2024-04-15T20:37:02.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:02 smithi131 ceph-mon[25334]: pgmap v186: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 853 B/s wr, 1 op/s 2024-04-15T20:37:02.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:02 smithi131 ceph-mon[25334]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:37:02.817 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:02 smithi148 ceph-mon[35124]: pgmap v186: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 853 B/s wr, 1 op/s 2024-04-15T20:37:02.817 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:02 smithi148 ceph-mon[35124]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:37:03.296 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph orch ls -f json 2024-04-15T20:37:03.560 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:37:04.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:04 smithi131 ceph-mon[25334]: pgmap v187: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-04-15T20:37:04.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:04 smithi148 ceph-mon[35124]: pgmap v187: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-04-15T20:37:05.452 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:37:05.452 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-15T20:30:47.046652Z", "last_refresh": "2024-04-15T20:36:43.607633Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-15T20:32:25.125502Z 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-04-15T20:30:41.158589Z", "last_refresh": "2024-04-15T20:36:39.449930Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:28.413313Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-15T20:30:39.910048Z", "last_refresh": "2024-04-15T20:36:39.450087Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-15T20:30:44.164659Z", "last_refresh": "2024-04-15T20:36:43.607718Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-15T20:37:04.902539Z 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.131/16"}, "status": {"created": "2024-04-15T20:36:23.480073Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"events": ["2024-04-15T20:36:37.002662Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-15T20:36:18.435834Z", "last_refresh": "2024-04-15T20:36:39.451318Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:37.187607Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-15T20:30:37.866560Z", "last_refresh": "2024-04-15T20:36:39.450406Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:47.788080Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-15T20:31:31.389350Z", "last_refresh": "2024-04-15T20:36:39.450569Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:36:48.317393Z 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-04-15T20:36:23.475170Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-04-15T20:32:33.098843Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-15T20:30:45.680536Z", "last_refresh": "2024-04-15T20:36:39.450249Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:55.119665Z 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-04-15T20:32:55.116169Z", "last_refresh": "2024-04-15T20:36:39.450719Z", "running": 8, "size": 8}}, {"events": ["2024-04-15T20:32:47.801384Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-15T20:30:42.939540Z", "last_refresh": "2024-04-15T20:36:43.607798Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-15T20:37:06.121 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:05 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:06.121 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:05 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:06.121 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:05 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:06.121 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:05 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:06.121 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:05 smithi131 ceph-mon[25334]: 10.0.31.131 is in 10.0.0.0/16 on smithi131 interface enp3s0f1 2024-04-15T20:37:06.121 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:05 smithi131 ceph-mon[25334]: 10.0.31.131 is in 10.0.0.0/16 on smithi148 interface enp3s0f1 2024-04-15T20:37:06.121 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:05 smithi131 ceph-mon[25334]: Deploying daemon keepalived.nfs.foo.smithi131.fhstxl on smithi131 2024-04-15T20:37:06.121 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:05 smithi131 ceph-mon[25334]: from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:37:06.121 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:05 smithi131 ceph-mon[25334]: pgmap v188: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-04-15T20:37:06.147 INFO:tasks.cephadm:nfs.foo has 0/1 2024-04-15T20:37:06.323 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:05 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:06.324 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:05 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:06.324 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:05 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:06.324 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:05 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:06.324 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:05 smithi148 ceph-mon[35124]: 10.0.31.131 is in 10.0.0.0/16 on smithi131 interface enp3s0f1 2024-04-15T20:37:06.324 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:05 smithi148 ceph-mon[35124]: 10.0.31.131 is in 10.0.0.0/16 on smithi148 interface enp3s0f1 2024-04-15T20:37:06.324 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:05 smithi148 ceph-mon[35124]: Deploying daemon keepalived.nfs.foo.smithi131.fhstxl on smithi131 2024-04-15T20:37:06.324 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:05 smithi148 ceph-mon[35124]: from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:37:06.324 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:05 smithi148 ceph-mon[35124]: pgmap v188: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-04-15T20:37:07.148 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph orch ls -f json 2024-04-15T20:37:07.416 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:37:08.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:08 smithi131 ceph-mon[25334]: pgmap v189: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-15T20:37:08.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:08 smithi148 ceph-mon[35124]: pgmap v189: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-15T20:37:10.692 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:10 smithi131 ceph-mon[25334]: pgmap v190: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:37:10.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:10 smithi148 ceph-mon[35124]: pgmap v190: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:37:11.424 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:37:11.424 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-15T20:30:47.046652Z", "last_refresh": "2024-04-15T20:36:43.607633Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-15T20:32:25.125502Z 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-04-15T20:30:41.158589Z", "last_refresh": "2024-04-15T20:36:39.449930Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:28.413313Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-15T20:30:39.910048Z", "last_refresh": "2024-04-15T20:36:39.450087Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-15T20:30:44.164659Z", "last_refresh": "2024-04-15T20:36:43.607718Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-15T20:37:04.902539Z 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.131/16"}, "status": {"created": "2024-04-15T20:36:23.480073Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"events": ["2024-04-15T20:36:37.002662Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-15T20:36:18.435834Z", "last_refresh": "2024-04-15T20:36:39.451318Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:37.187607Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-15T20:30:37.866560Z", "last_refresh": "2024-04-15T20:36:39.450406Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:47.788080Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-15T20:31:31.389350Z", "last_refresh": "2024-04-15T20:36:39.450569Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:36:48.317393Z 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-04-15T20:36:23.475170Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-04-15T20:32:33.098843Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-15T20:30:45.680536Z", "last_refresh": "2024-04-15T20:36:39.450249Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:55.119665Z 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-04-15T20:32:55.116169Z", "last_refresh": "2024-04-15T20:36:39.450719Z", "running": 8, "size": 8}}, {"events": ["2024-04-15T20:32:47.801384Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-15T20:30:42.939540Z", "last_refresh": "2024-04-15T20:36:43.607798Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-15T20:37:11.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:11 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:37:11.904 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:11 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:37:12.710 INFO:tasks.cephadm:nfs.foo has 0/1 2024-04-15T20:37:12.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:12 smithi148 ceph-mon[35124]: from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:37:12.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:12 smithi148 ceph-mon[35124]: pgmap v191: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:37:12.867 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:12 smithi131 ceph-mon[25334]: from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:37:12.867 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:12 smithi131 ceph-mon[25334]: pgmap v191: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:37:13.711 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph orch ls -f json 2024-04-15T20:37:13.969 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:37:14.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:14 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:14.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:14 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:14.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:14 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:14.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:14 smithi131 ceph-mon[25334]: 10.0.31.131 is in 10.0.0.0/16 on smithi148 interface enp3s0f1 2024-04-15T20:37:14.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:14 smithi131 ceph-mon[25334]: 10.0.31.131 is in 10.0.0.0/16 on smithi131 interface enp3s0f1 2024-04-15T20:37:14.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:14 smithi131 ceph-mon[25334]: Deploying daemon keepalived.nfs.foo.smithi148.cmlxtv on smithi148 2024-04-15T20:37:14.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:14 smithi131 ceph-mon[25334]: pgmap v192: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:37:14.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:14 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:14.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:14 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:14.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:14 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:14.574 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:14 smithi148 ceph-mon[35124]: 10.0.31.131 is in 10.0.0.0/16 on smithi148 interface enp3s0f1 2024-04-15T20:37:14.574 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:14 smithi148 ceph-mon[35124]: 10.0.31.131 is in 10.0.0.0/16 on smithi131 interface enp3s0f1 2024-04-15T20:37:14.574 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:14 smithi148 ceph-mon[35124]: Deploying daemon keepalived.nfs.foo.smithi148.cmlxtv on smithi148 2024-04-15T20:37:14.574 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:14 smithi148 ceph-mon[35124]: pgmap v192: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:37:15.772 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:37:15.772 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-15T20:30:47.046652Z", "last_refresh": "2024-04-15T20:36:43.607633Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-15T20:32:25.125502Z 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-04-15T20:30:41.158589Z", "last_refresh": "2024-04-15T20:36:39.449930Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:28.413313Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-15T20:30:39.910048Z", "last_refresh": "2024-04-15T20:36:39.450087Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-15T20:30:44.164659Z", "last_refresh": "2024-04-15T20:36:43.607718Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-15T20:37:13.243854Z 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.131/16"}, "status": {"created": "2024-04-15T20:36:23.480073Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"events": ["2024-04-15T20:36:37.002662Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-15T20:36:18.435834Z", "last_refresh": "2024-04-15T20:36:39.451318Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:37.187607Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-15T20:30:37.866560Z", "last_refresh": "2024-04-15T20:36:39.450406Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:47.788080Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-15T20:31:31.389350Z", "last_refresh": "2024-04-15T20:36:39.450569Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:36:48.317393Z 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-04-15T20:36:23.475170Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-04-15T20:32:33.098843Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-15T20:30:45.680536Z", "last_refresh": "2024-04-15T20:36:39.450249Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:55.119665Z 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-04-15T20:32:55.116169Z", "last_refresh": "2024-04-15T20:36:39.450719Z", "running": 8, "size": 8}}, {"events": ["2024-04-15T20:32:47.801384Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-15T20:30:42.939540Z", "last_refresh": "2024-04-15T20:36:43.607798Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-15T20:37:16.373 INFO:tasks.cephadm:nfs.foo has 0/1 2024-04-15T20:37:16.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:16 smithi131 ceph-mon[25334]: pgmap v193: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:37:16.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:16 smithi148 ceph-mon[35124]: pgmap v193: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:37:17.374 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph orch ls -f json 2024-04-15T20:37:17.637 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:37:17.703 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:17 smithi131 ceph-mon[25334]: from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:37:17.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:17 smithi148 ceph-mon[35124]: from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:37:18.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:18 smithi148 ceph-mon[35124]: pgmap v194: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-15T20:37:18.915 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:18 smithi131 ceph-mon[25334]: pgmap v194: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-15T20:37:19.456 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:37:19.456 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-15T20:30:47.046652Z", "last_refresh": "2024-04-15T20:36:43.607633Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-15T20:32:25.125502Z 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-04-15T20:30:41.158589Z", "last_refresh": "2024-04-15T20:36:39.449930Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:28.413313Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-15T20:30:39.910048Z", "last_refresh": "2024-04-15T20:36:39.450087Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-15T20:30:44.164659Z", "last_refresh": "2024-04-15T20:36:43.607718Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-15T20:37:13.243854Z 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.131/16"}, "status": {"created": "2024-04-15T20:36:23.480073Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"events": ["2024-04-15T20:36:37.002662Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-15T20:36:18.435834Z", "last_refresh": "2024-04-15T20:36:39.451318Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:37.187607Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-15T20:30:37.866560Z", "last_refresh": "2024-04-15T20:36:39.450406Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:47.788080Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-15T20:31:31.389350Z", "last_refresh": "2024-04-15T20:36:39.450569Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:36:48.317393Z 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-04-15T20:36:23.475170Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-04-15T20:32:33.098843Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-15T20:30:45.680536Z", "last_refresh": "2024-04-15T20:36:39.450249Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:55.119665Z 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-04-15T20:32:55.116169Z", "last_refresh": "2024-04-15T20:36:39.450719Z", "running": 8, "size": 8}}, {"events": ["2024-04-15T20:32:47.801384Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-15T20:30:42.939540Z", "last_refresh": "2024-04-15T20:36:43.607798Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-15T20:37:20.114 INFO:tasks.cephadm:nfs.foo has 0/1 2024-04-15T20:37:20.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:20 smithi148 ceph-mon[35124]: from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:37:20.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:20 smithi148 ceph-mon[35124]: pgmap v195: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:37:20.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:20 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:20.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:20 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:20.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:20 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:20.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:20 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:20.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:20 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:37:21.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:20 smithi131 ceph-mon[25334]: from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:37:21.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:20 smithi131 ceph-mon[25334]: pgmap v195: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:37:21.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:20 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:21.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:20 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:21.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:20 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:21.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:20 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:21.059 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:20 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:37:21.115 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph orch ls -f json 2024-04-15T20:37:21.765 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:37:22.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:22 smithi148 ceph-mon[35124]: pgmap v196: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:37:22.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:22 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:22.962 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:22 smithi131 ceph-mon[25334]: pgmap v196: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:37:22.962 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:22 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:24.066 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:37:24.066 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-15T20:30:47.046652Z", "last_refresh": "2024-04-15T20:36:43.607633Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-15T20:32:25.125502Z 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-04-15T20:30:41.158589Z", "last_refresh": "2024-04-15T20:36:43.607397Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:28.413313Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-15T20:30:39.910048Z", "last_refresh": "2024-04-15T20:36:43.607470Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-15T20:30:44.164659Z", "last_refresh": "2024-04-15T20:36:43.607718Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-15T20:37:20.333610Z 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.131/16"}, "status": {"created": "2024-04-15T20:36:23.480073Z", "last_refresh": "2024-04-15T20:37:23.901102Z", "ports": [2999, 9999], "running": 2, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"events": ["2024-04-15T20:36:37.002662Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-15T20:36:18.435834Z", "last_refresh": "2024-04-15T20:36:43.608181Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:37.187607Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-15T20:30:37.866560Z", "last_refresh": "2024-04-15T20:36:43.607321Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:47.788080Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-15T20:31:31.389350Z", "last_refresh": "2024-04-15T20:36:43.607226Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:36:48.317393Z 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-04-15T20:36:23.475170Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-04-15T20:32:33.098843Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-15T20:30:45.680536Z", "last_refresh": "2024-04-15T20:36:43.607543Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:55.119665Z 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-04-15T20:32:55.116169Z", "last_refresh": "2024-04-15T20:36:43.607873Z", "running": 8, "size": 8}}, {"events": ["2024-04-15T20:32:47.801384Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-15T20:30:42.939540Z", "last_refresh": "2024-04-15T20:36:43.607798Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-15T20:37:24.642 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:24 smithi131 ceph-mon[25334]: pgmap v197: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:37:24.642 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:24 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:24.642 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:24 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:24.644 INFO:tasks.cephadm:nfs.foo has 0/1 2024-04-15T20:37:24.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:24 smithi148 ceph-mon[35124]: pgmap v197: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:37:24.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:24 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:24.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:24 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:25.644 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph orch ls -f json 2024-04-15T20:37:25.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:25 smithi148 ceph-mon[35124]: from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:37:25.858 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:25 smithi131 ceph-mon[25334]: from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:37:26.054 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:37:26.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:26 smithi148 ceph-mon[35124]: pgmap v198: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:37:26.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:26 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:37:27.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:26 smithi131 ceph-mon[25334]: pgmap v198: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:37:27.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:26 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:37:28.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:28 smithi131 ceph-mon[25334]: pgmap v199: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-15T20:37:28.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:28 smithi148 ceph-mon[35124]: pgmap v199: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-15T20:37:28.887 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:37:28.887 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-15T20:30:47.046652Z", "last_refresh": "2024-04-15T20:36:43.607633Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-15T20:32:25.125502Z 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-04-15T20:30:41.158589Z", "last_refresh": "2024-04-15T20:36:43.607397Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:28.413313Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-15T20:30:39.910048Z", "last_refresh": "2024-04-15T20:36:43.607470Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-15T20:30:44.164659Z", "last_refresh": "2024-04-15T20:36:43.607718Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-15T20:37:20.333610Z 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.131/16"}, "status": {"created": "2024-04-15T20:36:23.480073Z", "last_refresh": "2024-04-15T20:37:23.901102Z", "ports": [2999, 9999], "running": 2, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"events": ["2024-04-15T20:36:37.002662Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-15T20:36:18.435834Z", "last_refresh": "2024-04-15T20:36:43.608181Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:37.187607Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-15T20:30:37.866560Z", "last_refresh": "2024-04-15T20:36:43.607321Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:47.788080Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-15T20:31:31.389350Z", "last_refresh": "2024-04-15T20:36:43.607226Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:36:48.317393Z 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-04-15T20:36:23.475170Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-04-15T20:32:33.098843Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-15T20:30:45.680536Z", "last_refresh": "2024-04-15T20:36:43.607543Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:55.119665Z 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-04-15T20:32:55.116169Z", "last_refresh": "2024-04-15T20:36:43.607873Z", "running": 8, "size": 8}}, {"events": ["2024-04-15T20:32:47.801384Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-15T20:30:42.939540Z", "last_refresh": "2024-04-15T20:36:43.607798Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-15T20:37:29.584 INFO:tasks.cephadm:nfs.foo has 0/1 2024-04-15T20:37:30.585 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph orch ls -f json 2024-04-15T20:37:31.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:30 smithi131 ceph-mon[25334]: from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:37:31.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:30 smithi131 ceph-mon[25334]: pgmap v200: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:37:31.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:30 smithi148 ceph-mon[35124]: from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:37:31.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:30 smithi148 ceph-mon[35124]: pgmap v200: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:37:32.591 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:37:32.864 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:32 smithi131 ceph-mon[25334]: pgmap v201: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:37:33.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:32 smithi148 ceph-mon[35124]: pgmap v201: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:37:34.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:34 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:34.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:34 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:34.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:34 smithi148 ceph-mon[35124]: pgmap v202: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:37:34.799 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:34 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:34.799 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:34 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:34.800 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:34 smithi131 ceph-mon[25334]: pgmap v202: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:37:35.248 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:37:35.248 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-15T20:30:47.046652Z", "last_refresh": "2024-04-15T20:37:33.470075Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-15T20:32:25.125502Z 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-04-15T20:30:41.158589Z", "last_refresh": "2024-04-15T20:37:23.900297Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:28.413313Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-15T20:30:39.910048Z", "last_refresh": "2024-04-15T20:37:23.900400Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-15T20:30:44.164659Z", "last_refresh": "2024-04-15T20:37:33.470150Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-15T20:37:20.333610Z 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.131/16"}, "status": {"created": "2024-04-15T20:36:23.480073Z", "last_refresh": "2024-04-15T20:37:23.901102Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"events": ["2024-04-15T20:36:37.002662Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-15T20:36:18.435834Z", "last_refresh": "2024-04-15T20:37:23.901028Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:37.187607Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-15T20:30:37.866560Z", "last_refresh": "2024-04-15T20:37:23.900563Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:47.788080Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-15T20:31:31.389350Z", "last_refresh": "2024-04-15T20:37:23.900643Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:37:34.714928Z 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-04-15T20:36:23.475170Z", "last_refresh": "2024-04-15T20:37:33.470668Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2024-04-15T20:32:33.098843Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-15T20:30:45.680536Z", "last_refresh": "2024-04-15T20:37:23.900479Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:55.119665Z 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-04-15T20:32:55.116169Z", "last_refresh": "2024-04-15T20:37:23.900731Z", "running": 8, "size": 8}}, {"events": ["2024-04-15T20:32:47.801384Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-15T20:30:42.939540Z", "last_refresh": "2024-04-15T20:37:33.470240Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-15T20:37:35.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:35 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:37:35.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:35 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:37:35.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:35 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:35.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:35 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:37:35.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:35 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:35.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:35 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:37:35.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:35 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:37:35.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:35 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:35.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:35 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:37:35.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:35 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:35.923 INFO:tasks.cephadm:nfs.foo has 1/1 2024-04-15T20:37:35.923 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-04-15T20:37:35.933 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-04-15T20:37:35.933 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- ceph orch ls -f json 2024-04-15T20:37:36.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:36 smithi131 ceph-mon[25334]: Reconfiguring prometheus.smithi131 (dependencies changed)... 2024-04-15T20:37:36.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:36 smithi131 ceph-mon[25334]: Reconfiguring daemon prometheus.smithi131 on smithi131 2024-04-15T20:37:36.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:36 smithi131 ceph-mon[25334]: from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:37:36.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:36 smithi131 ceph-mon[25334]: pgmap v203: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:37:36.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:36 smithi148 ceph-mon[35124]: Reconfiguring prometheus.smithi131 (dependencies changed)... 2024-04-15T20:37:36.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:36 smithi148 ceph-mon[35124]: Reconfiguring daemon prometheus.smithi131 on smithi131 2024-04-15T20:37:36.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:36 smithi148 ceph-mon[35124]: from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:37:36.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:36 smithi148 ceph-mon[35124]: pgmap v203: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:37:38.685 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:37:38.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:38 smithi131 ceph-mon[25334]: pgmap v204: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-15T20:37:38.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:38 smithi148 ceph-mon[35124]: pgmap v204: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-15T20:37:40.700 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:40 smithi131 ceph-mon[25334]: pgmap v205: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:37:40.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:40 smithi148 ceph-mon[35124]: pgmap v205: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:37:41.441 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-15T20:37:41.442 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-15T20:30:47.046652Z", "last_refresh": "2024-04-15T20:37:33.470075Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-15T20:32:25.125502Z 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-04-15T20:30:41.158589Z", "last_refresh": "2024-04-15T20:37:23.900297Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:28.413313Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-15T20:30:39.910048Z", "last_refresh": "2024-04-15T20:37:23.900400Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-15T20:30:44.164659Z", "last_refresh": "2024-04-15T20:37:33.470150Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-15T20:37:20.333610Z 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.131/16"}, "status": {"created": "2024-04-15T20:36:23.480073Z", "last_refresh": "2024-04-15T20:37:23.901102Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"events": ["2024-04-15T20:36:37.002662Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-15T20:36:18.435834Z", "last_refresh": "2024-04-15T20:37:23.901028Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:37.187607Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-15T20:30:37.866560Z", "last_refresh": "2024-04-15T20:37:23.900563Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:47.788080Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-15T20:31:31.389350Z", "last_refresh": "2024-04-15T20:37:23.900643Z", "running": 2, "size": 2}}, {"events": ["2024-04-15T20:37:34.714928Z 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-04-15T20:36:23.475170Z", "last_refresh": "2024-04-15T20:37:33.470668Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2024-04-15T20:32:33.098843Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-15T20:30:45.680536Z", "last_refresh": "2024-04-15T20:37:23.900479Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-15T20:32:55.119665Z 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-04-15T20:32:55.116169Z", "last_refresh": "2024-04-15T20:37:23.900731Z", "running": 8, "size": 8}}, {"events": ["2024-04-15T20:32:47.801384Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-15T20:30:42.939540Z", "last_refresh": "2024-04-15T20:37:33.470240Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-15T20:37:41.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:41 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:37:41.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:41 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:37:42.119 INFO:tasks.cephadm:ingress.nfs.foo has 4/4 2024-04-15T20:37:42.119 INFO:teuthology.run_tasks:Running task vip.exec... 2024-04-15T20:37:42.130 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi131.front.sepia.ceph.com 2024-04-15T20:37:42.130 DEBUG:teuthology.orchestra.run.smithi131:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-04-15T20:37:42.161 INFO:teuthology.orchestra.run.smithi131.stderr:+ mkdir /mnt/foo 2024-04-15T20:37:42.172 DEBUG:teuthology.orchestra.run.smithi131:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 5' 2024-04-15T20:37:42.240 INFO:teuthology.orchestra.run.smithi131.stderr:+ sleep 5 2024-04-15T20:37:42.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:42 smithi131 ceph-mon[25334]: from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:37:42.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:42 smithi131 ceph-mon[25334]: pgmap v206: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:37:42.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:42 smithi148 ceph-mon[35124]: from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T20:37:42.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:42 smithi148 ceph-mon[35124]: pgmap v206: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:37:43.705 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:43 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:43.705 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:43 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:43.705 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:43 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-15T20:37:43.705 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:43 smithi148 ceph-mon[35124]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-15T20:37:43.706 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:43 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:37:43.706 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:43 smithi148 ceph-mon[35124]: pgmap v207: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:37:43.724 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:43 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:43.724 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:43 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:43.724 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:43 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-15T20:37:43.724 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:43 smithi131 ceph-mon[25334]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-15T20:37:43.724 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:43 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:37:43.724 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:43 smithi131 ceph-mon[25334]: pgmap v207: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:37:46.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:46 smithi131 ceph-mon[25334]: pgmap v208: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:37:46.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:46 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:46.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:46 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:46.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:46 smithi148 ceph-mon[35124]: pgmap v208: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:37:46.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:46 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:46.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:46 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:47.243 DEBUG:teuthology.orchestra.run.smithi131:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.131:/fake /mnt/foo -o port=2999' 2024-04-15T20:37:47.313 INFO:teuthology.orchestra.run.smithi131.stderr:+ mount -t nfs 10.0.31.131:/fake /mnt/foo -o port=2999 2024-04-15T20:37:47.873 DEBUG:teuthology.orchestra.run.smithi131:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-04-15T20:37:47.941 INFO:teuthology.orchestra.run.smithi131.stderr:+ echo test 2024-04-15T20:37:47.952 DEBUG:teuthology.orchestra.run.smithi131:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-04-15T20:37:48.019 INFO:teuthology.orchestra.run.smithi131.stderr:+ sync 2024-04-15T20:37:48.358 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-15T20:37:48.368 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi131.front.sepia.ceph.com 2024-04-15T20:37:48.369 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -v /mnt/foo:/mnt/foo -- bash -c 'echo "Check with each haproxy down in turn..." 2024-04-15T20:37:48.369 DEBUG:teuthology.orchestra.run.smithi131:> for haproxy in `ceph orch ps | grep ^haproxy.nfs.foo. | awk '"'"'{print $1}'"'"'`; do 2024-04-15T20:37:48.369 DEBUG:teuthology.orchestra.run.smithi131:> ceph orch daemon stop $haproxy 2024-04-15T20:37:48.369 DEBUG:teuthology.orchestra.run.smithi131:> while ! ceph orch ps | grep $haproxy | grep stopped; do sleep 1 ; done 2024-04-15T20:37:48.369 DEBUG:teuthology.orchestra.run.smithi131:> cat /mnt/foo/testfile 2024-04-15T20:37:48.369 DEBUG:teuthology.orchestra.run.smithi131:> echo $haproxy > /mnt/foo/testfile 2024-04-15T20:37:48.369 DEBUG:teuthology.orchestra.run.smithi131:> sync 2024-04-15T20:37:48.369 DEBUG:teuthology.orchestra.run.smithi131:> ceph orch daemon start $haproxy 2024-04-15T20:37:48.369 DEBUG:teuthology.orchestra.run.smithi131:> while ! ceph orch ps | grep $haproxy | grep running; do sleep 1 ; done 2024-04-15T20:37:48.369 DEBUG:teuthology.orchestra.run.smithi131:> done 2024-04-15T20:37:48.369 DEBUG:teuthology.orchestra.run.smithi131:> ' 2024-04-15T20:37:48.672 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:48 smithi131 ceph-mon[25334]: pgmap v209: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-15T20:37:48.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:48 smithi148 ceph-mon[35124]: pgmap v209: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-15T20:37:49.296 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:37:50.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:50 smithi131 ceph-mon[25334]: pgmap v210: 97 pgs: 97 active+clean; 588 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 938 B/s wr, 0 op/s 2024-04-15T20:37:50.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:50 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:50.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:50 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:50.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:50 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:37:50.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:50 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:37:50.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:50 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:50.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:50 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:37:50.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:50 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:50.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:50 smithi148 ceph-mon[35124]: pgmap v210: 97 pgs: 97 active+clean; 588 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 938 B/s wr, 0 op/s 2024-04-15T20:37:50.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:50 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:50.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:50 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:50.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:50 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:37:50.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:50 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:37:50.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:50 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:50.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:50 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:37:50.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:50 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:51.389 INFO:teuthology.orchestra.run.smithi131.stdout:Check with each haproxy down in turn... 2024-04-15T20:37:51.994 INFO:teuthology.orchestra.run.smithi131.stdout:Scheduled to stop haproxy.nfs.foo.smithi131.zankgj on host 'smithi131' 2024-04-15T20:37:52.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:52 smithi148 ceph-mon[35124]: pgmap v211: 97 pgs: 97 active+clean; 588 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-04-15T20:37:52.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:52 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:52.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:52 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:52.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:52 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:37:52.966 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:52 smithi131 ceph-mon[25334]: pgmap v211: 97 pgs: 97 active+clean; 588 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-04-15T20:37:52.966 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:52 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:52.966 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:52 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:52.966 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:52 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:37:53.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:53 smithi148 ceph-mon[35124]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:37:53.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:53 smithi148 ceph-mon[35124]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi131.zankgj", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:37:53.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:53 smithi148 ceph-mon[35124]: Schedule stop daemon haproxy.nfs.foo.smithi131.zankgj 2024-04-15T20:37:53.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:53 smithi148 ceph-mon[35124]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:37:53.862 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:53 smithi131 ceph-mon[25334]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:37:53.862 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:53 smithi131 ceph-mon[25334]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi131.zankgj", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:37:53.863 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:53 smithi131 ceph-mon[25334]: Schedule stop daemon haproxy.nfs.foo.smithi131.zankgj 2024-04-15T20:37:53.863 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:53 smithi131 ceph-mon[25334]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:37:54.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:54 smithi131 ceph-mon[25334]: pgmap v212: 97 pgs: 97 active+clean; 588 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-04-15T20:37:54.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:54 smithi148 ceph-mon[35124]: pgmap v212: 97 pgs: 97 active+clean; 588 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-04-15T20:37:55.857 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:55 smithi131 ceph-mon[25334]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:37:55.857 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:55 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:55.857 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:55 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:56.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:55 smithi148 ceph-mon[35124]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:37:56.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:55 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:56.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:55 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:57.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:56 smithi131 ceph-mon[25334]: from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:37:57.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:56 smithi131 ceph-mon[25334]: pgmap v213: 97 pgs: 97 active+clean; 588 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-04-15T20:37:57.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:56 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:37:57.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:56 smithi148 ceph-mon[35124]: from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:37:57.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:56 smithi148 ceph-mon[35124]: pgmap v213: 97 pgs: 97 active+clean; 588 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-04-15T20:37:57.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:56 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:37:58.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:57 smithi131 ceph-mon[25334]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:37:58.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:57 smithi148 ceph-mon[35124]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:37:59.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:58 smithi131 ceph-mon[25334]: pgmap v214: 97 pgs: 97 active+clean; 588 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 0 op/s 2024-04-15T20:37:59.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:58 smithi131 ceph-mon[25334]: mgrmap e22: smithi131.nzhwkl(active, since 5m), standbys: smithi148.jswtdg 2024-04-15T20:37:59.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:58 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:59.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:58 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:59.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:58 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:37:59.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:58 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:37:59.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:58 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:59.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:58 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:37:59.059 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:58 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:59.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:58 smithi148 ceph-mon[35124]: pgmap v214: 97 pgs: 97 active+clean; 588 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 0 op/s 2024-04-15T20:37:59.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:58 smithi148 ceph-mon[35124]: mgrmap e22: smithi131.nzhwkl(active, since 5m), standbys: smithi148.jswtdg 2024-04-15T20:37:59.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:58 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:59.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:58 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:59.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:58 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:37:59.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:58 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:37:59.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:58 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:59.074 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:58 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:37:59.074 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:58 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:37:59.801 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:37:59 smithi131 ceph-mon[25334]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:00.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:37:59 smithi148 ceph-mon[35124]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:01.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:00 smithi131 ceph-mon[25334]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:01.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:00 smithi131 ceph-mon[25334]: pgmap v215: 97 pgs: 97 active+clean; 589 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-15T20:38:01.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:00 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:01.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:00 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:01.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:00 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:38:01.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:00 smithi148 ceph-mon[35124]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:01.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:00 smithi148 ceph-mon[35124]: pgmap v215: 97 pgs: 97 active+clean; 589 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-15T20:38:01.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:00 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:01.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:00 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:01.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:00 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:38:01.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:01 smithi131 ceph-mon[25334]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:01.963 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:01 smithi148 ceph-mon[35124]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:02.941 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:02 smithi148 ceph-mon[35124]: pgmap v216: 97 pgs: 97 active+clean; 589 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-04-15T20:38:02.942 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:02 smithi131 ceph-mon[25334]: pgmap v216: 97 pgs: 97 active+clean; 589 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-04-15T20:38:03.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:03 smithi131 ceph-mon[25334]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:04.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:03 smithi148 ceph-mon[35124]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:05.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:04 smithi131 ceph-mon[25334]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:05.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:04 smithi131 ceph-mon[25334]: pgmap v217: 97 pgs: 97 active+clean; 589 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-15T20:38:05.059 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:04 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:05.059 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:04 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:05.059 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:04 smithi131 ceph-mon[25334]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:05.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:04 smithi148 ceph-mon[35124]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:05.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:04 smithi148 ceph-mon[35124]: pgmap v217: 97 pgs: 97 active+clean; 589 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-15T20:38:05.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:04 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:05.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:04 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:05.074 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:04 smithi148 ceph-mon[35124]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:06.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:05 smithi131 ceph-mon[25334]: pgmap v218: 97 pgs: 97 active+clean; 590 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-04-15T20:38:06.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:05 smithi148 ceph-mon[35124]: pgmap v218: 97 pgs: 97 active+clean; 590 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-04-15T20:38:06.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:06 smithi131 ceph-mon[25334]: mgrmap e23: smithi131.nzhwkl(active, since 5m), standbys: smithi148.jswtdg 2024-04-15T20:38:06.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:06 smithi131 ceph-mon[25334]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:06.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:06 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:06.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:06 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:06.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:06 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:38:06.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:06 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:38:06.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:06 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:06.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:06 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:38:06.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:06 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:06.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:06 smithi148 ceph-mon[35124]: mgrmap e23: smithi131.nzhwkl(active, since 5m), standbys: smithi148.jswtdg 2024-04-15T20:38:06.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:06 smithi148 ceph-mon[35124]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:06.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:06 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:06.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:06 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:06.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:06 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:38:06.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:06 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:38:06.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:06 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:06.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:06 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:38:06.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:06 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:07.338 INFO:teuthology.orchestra.run.smithi131.stdout:haproxy.nfs.foo.smithi131.zankgj smithi131 *:2999,9999 stopped 0s ago 68s - - 2024-04-15T20:38:07.356 INFO:teuthology.orchestra.run.smithi131.stdout:test 2024-04-15T20:38:07.864 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:07 smithi131 ceph-mon[25334]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:07.864 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:07 smithi131 ceph-mon[25334]: pgmap v219: 97 pgs: 97 active+clean; 590 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-04-15T20:38:07.949 INFO:teuthology.orchestra.run.smithi131.stdout:Scheduled to start haproxy.nfs.foo.smithi131.zankgj on host 'smithi131' 2024-04-15T20:38:08.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:07 smithi148 ceph-mon[35124]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:08.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:07 smithi148 ceph-mon[35124]: pgmap v219: 97 pgs: 97 active+clean; 590 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-04-15T20:38:09.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:08 smithi148 ceph-mon[35124]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi131.zankgj", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:09.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:08 smithi148 ceph-mon[35124]: Schedule start daemon haproxy.nfs.foo.smithi131.zankgj 2024-04-15T20:38:09.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:08 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:09.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:08 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:09.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:08 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:38:09.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:08 smithi148 ceph-mon[35124]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:09.308 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:08 smithi131 ceph-mon[25334]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi131.zankgj", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:09.308 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:08 smithi131 ceph-mon[25334]: Schedule start daemon haproxy.nfs.foo.smithi131.zankgj 2024-04-15T20:38:09.308 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:08 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:09.308 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:08 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:09.308 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:08 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:38:09.308 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:08 smithi131 ceph-mon[25334]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:10.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:09 smithi131 ceph-mon[25334]: pgmap v220: 97 pgs: 97 active+clean; 599 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 0 op/s 2024-04-15T20:38:10.323 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:09 smithi148 ceph-mon[35124]: pgmap v220: 97 pgs: 97 active+clean; 599 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 0 op/s 2024-04-15T20:38:11.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:10 smithi148 ceph-mon[35124]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:11.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:10 smithi131 ceph-mon[25334]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:12.308 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:11 smithi131 ceph-mon[25334]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:12.308 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:11 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:38:12.308 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:11 smithi131 ceph-mon[25334]: pgmap v221: 97 pgs: 97 active+clean; 599 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-15T20:38:12.308 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:11 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:12.308 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:11 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:12.323 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:11 smithi148 ceph-mon[35124]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:12.323 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:11 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:38:12.323 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:11 smithi148 ceph-mon[35124]: pgmap v221: 97 pgs: 97 active+clean; 599 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-15T20:38:12.323 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:11 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:12.323 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:11 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:13.057 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:12 smithi131 ceph-mon[25334]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:13.323 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:12 smithi148 ceph-mon[35124]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:14.308 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:13 smithi131 ceph-mon[25334]: pgmap v222: 97 pgs: 97 active+clean; 599 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-15T20:38:14.311 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:13 smithi148 ceph-mon[35124]: pgmap v222: 97 pgs: 97 active+clean; 599 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-15T20:38:15.490 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:15 smithi131 ceph-mon[25334]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:15.491 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:15 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:15.491 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:15 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:15.491 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:15 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:38:15.491 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:15 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:38:15.491 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:15 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:15.491 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:15 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:38:15.491 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:15 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:15.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:15 smithi148 ceph-mon[35124]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:15.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:15 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:15.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:15 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:15.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:15 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:38:15.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:15 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:38:15.574 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:15 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:15.574 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:15 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:38:15.574 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:15 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:16.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:16 smithi131 ceph-mon[25334]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:16.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:16 smithi131 ceph-mon[25334]: pgmap v223: 97 pgs: 97 active+clean; 599 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-15T20:38:16.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:16 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:16.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:16 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:16.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:16 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:38:16.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:16 smithi148 ceph-mon[35124]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:16.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:16 smithi148 ceph-mon[35124]: pgmap v223: 97 pgs: 97 active+clean; 599 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-15T20:38:16.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:16 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:16.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:16 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:16.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:16 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:38:17.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:17 smithi131 ceph-mon[25334]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:17.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:17 smithi148 ceph-mon[35124]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:18.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:18 smithi131 ceph-mon[25334]: pgmap v224: 97 pgs: 97 active+clean; 599 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 1 op/s 2024-04-15T20:38:18.572 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:18 smithi148 ceph-mon[35124]: pgmap v224: 97 pgs: 97 active+clean; 599 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 1 op/s 2024-04-15T20:38:19.557 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:19 smithi131 ceph-mon[25334]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:19.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:19 smithi148 ceph-mon[35124]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:20.557 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:20 smithi131 ceph-mon[25334]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:20.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:20 smithi131 ceph-mon[25334]: pgmap v225: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-04-15T20:38:20.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:20 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:20.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:20 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:20.572 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:20 smithi148 ceph-mon[35124]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:20.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:20 smithi148 ceph-mon[35124]: pgmap v225: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-04-15T20:38:20.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:20 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:20.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:20 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:21.557 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:21 smithi131 ceph-mon[25334]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:21.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:21 smithi148 ceph-mon[35124]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:22.557 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:22 smithi131 ceph-mon[25334]: pgmap v226: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-04-15T20:38:22.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:22 smithi148 ceph-mon[35124]: pgmap v226: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-04-15T20:38:23.255 INFO:teuthology.orchestra.run.smithi131.stdout:haproxy.nfs.foo.smithi131.zankgj smithi131 *:2999,9999 running (7s) 0s ago 84s 3996k - 2.3.17-d1c9119 e85424b0d443 4a2062507a55 2024-04-15T20:38:23.557 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:23 smithi131 ceph-mon[25334]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:23.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:23 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:23.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:23 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:23.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:23 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:38:23.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:23 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:38:23.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:23 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:23.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:23 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:38:23.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:23 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:23.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:23 smithi148 ceph-mon[35124]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:23.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:23 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:23.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:23 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:23.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:23 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:38:23.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:23 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:38:23.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:23 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:23.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:23 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:38:23.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:23 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:23.596 INFO:teuthology.orchestra.run.smithi131.stdout:Scheduled to stop haproxy.nfs.foo.smithi148.ceytvk on host 'smithi148' 2024-04-15T20:38:24.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:24 smithi131 ceph-mon[25334]: from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:24.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:24 smithi131 ceph-mon[25334]: pgmap v227: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-15T20:38:24.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:24 smithi131 ceph-mon[25334]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi148.ceytvk", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:24.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:24 smithi131 ceph-mon[25334]: Schedule stop daemon haproxy.nfs.foo.smithi148.ceytvk 2024-04-15T20:38:24.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:24 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:24.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:24 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:24.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:24 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:38:25.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:24 smithi148 ceph-mon[35124]: from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:25.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:24 smithi148 ceph-mon[35124]: pgmap v227: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-15T20:38:25.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:24 smithi148 ceph-mon[35124]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi148.ceytvk", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:25.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:24 smithi148 ceph-mon[35124]: Schedule stop daemon haproxy.nfs.foo.smithi148.ceytvk 2024-04-15T20:38:25.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:24 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:25.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:24 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:25.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:24 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:38:25.856 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:25 smithi131 ceph-mon[25334]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:25.989 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:25 smithi148 ceph-mon[35124]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:26.893 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:26 smithi148 ceph-mon[35124]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:26.893 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:26 smithi148 ceph-mon[35124]: pgmap v228: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-15T20:38:26.894 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:26 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:38:27.057 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:26 smithi131 ceph-mon[25334]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:27.057 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:26 smithi131 ceph-mon[25334]: pgmap v228: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-15T20:38:27.057 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:26 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:38:28.479 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:28 smithi131 ceph-mon[25334]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:28.479 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:28 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:28.479 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:28 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:28.479 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:28 smithi131 ceph-mon[25334]: pgmap v229: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-15T20:38:28.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:28 smithi148 ceph-mon[35124]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:28.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:28 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:28.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:28 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:28.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:28 smithi148 ceph-mon[35124]: pgmap v229: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-15T20:38:29.307 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:29 smithi131 ceph-mon[25334]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:29.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:29 smithi148 ceph-mon[35124]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:30.557 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:30 smithi131 ceph-mon[25334]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:30.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:30 smithi131 ceph-mon[25334]: pgmap v230: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-15T20:38:30.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:30 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:30.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:30 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:30.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:30 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:38:30.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:30 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:38:30.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:30 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:30.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:30 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:38:30.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:30 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:30.572 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:30 smithi148 ceph-mon[35124]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:30.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:30 smithi148 ceph-mon[35124]: pgmap v230: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-15T20:38:30.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:30 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:30.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:30 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:30.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:30 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:38:30.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:30 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:38:30.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:30 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:30.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:30 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:38:30.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:30 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:32.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:32 smithi148 ceph-mon[35124]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:32.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:32 smithi148 ceph-mon[35124]: pgmap v231: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:38:32.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:32 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:32.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:32 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:32.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:32 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:38:32.944 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:32 smithi131 ceph-mon[25334]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:32.944 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:32 smithi131 ceph-mon[25334]: pgmap v231: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:38:32.945 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:32 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:32.945 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:32 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:32.945 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:32 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:38:33.803 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:33 smithi131 ceph-mon[25334]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:33.822 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:33 smithi148 ceph-mon[35124]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:34.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:34 smithi131 ceph-mon[25334]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:34.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:34 smithi131 ceph-mon[25334]: pgmap v232: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:38:34.862 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:34 smithi148 ceph-mon[35124]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:34.862 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:34 smithi148 ceph-mon[35124]: pgmap v232: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:38:36.235 INFO:teuthology.orchestra.run.smithi131.stdout:haproxy.nfs.foo.smithi148.ceytvk smithi148 *:2999,9999 stopped 1s ago 91s - - 2024-04-15T20:38:36.238 INFO:teuthology.orchestra.run.smithi131.stdout:haproxy.nfs.foo.smithi131.zankgj 2024-04-15T20:38:36.557 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:36 smithi131 ceph-mon[25334]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:36.557 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:36 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:36.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:36 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:36.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:36 smithi131 ceph-mon[25334]: pgmap v233: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:38:36.572 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:36 smithi148 ceph-mon[35124]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:36.572 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:36 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:36.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:36 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:36.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:36 smithi148 ceph-mon[35124]: pgmap v233: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:38:36.807 INFO:teuthology.orchestra.run.smithi131.stdout:Scheduled to start haproxy.nfs.foo.smithi148.ceytvk on host 'smithi148' 2024-04-15T20:38:37.307 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:37 smithi131 ceph-mon[25334]: from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:37.307 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:37 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:37.307 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:37 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:37.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:37 smithi148 ceph-mon[35124]: from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:37.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:37 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:37.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:37 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:38.557 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:38 smithi131 ceph-mon[25334]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi148.ceytvk", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:38.557 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:38 smithi131 ceph-mon[25334]: Schedule start daemon haproxy.nfs.foo.smithi148.ceytvk 2024-04-15T20:38:38.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:38 smithi131 ceph-mon[25334]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:38.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:38 smithi131 ceph-mon[25334]: pgmap v234: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-15T20:38:38.572 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:38 smithi148 ceph-mon[35124]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi148.ceytvk", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:38.572 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:38 smithi148 ceph-mon[35124]: Schedule start daemon haproxy.nfs.foo.smithi148.ceytvk 2024-04-15T20:38:38.572 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:38 smithi148 ceph-mon[35124]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:38.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:38 smithi148 ceph-mon[35124]: pgmap v234: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-15T20:38:39.902 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:39 smithi148 ceph-mon[35124]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:39.902 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:39 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:39.902 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:39 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:39.903 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:39 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:38:39.903 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:39 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:38:39.903 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:39 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:39.903 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:39 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:38:39.903 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:39 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:40.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:39 smithi131 ceph-mon[25334]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:40.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:39 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:40.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:39 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:40.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:39 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:38:40.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:39 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:38:40.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:39 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:40.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:39 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:38:40.058 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:39 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:40.743 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:40 smithi148 ceph-mon[35124]: pgmap v235: 97 pgs: 97 active+clean; 610 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-04-15T20:38:41.057 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:40 smithi131 ceph-mon[25334]: pgmap v235: 97 pgs: 97 active+clean; 610 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-04-15T20:38:41.876 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:41 smithi131 ceph-mon[25334]: from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:41.876 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:41 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:41.876 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:41 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:41.876 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:41 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:38:41.876 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:41 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:38:41.893 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:41 smithi148 ceph-mon[35124]: from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:41.893 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:41 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:41.893 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:41 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:41.893 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:41 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:38:41.893 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:41 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:38:42.868 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:42 smithi148 ceph-mon[35124]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:42.868 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:42 smithi148 ceph-mon[35124]: pgmap v236: 97 pgs: 97 active+clean; 610 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-15T20:38:42.942 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:42 smithi131 ceph-mon[25334]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:42.943 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:42 smithi131 ceph-mon[25334]: pgmap v236: 97 pgs: 97 active+clean; 610 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-15T20:38:43.757 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:43 smithi131 ceph-mon[25334]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:43.822 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:43 smithi148 ceph-mon[35124]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:44.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:44 smithi148 ceph-mon[35124]: pgmap v237: 97 pgs: 97 active+clean; 610 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-15T20:38:44.963 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:44 smithi131 ceph-mon[25334]: pgmap v237: 97 pgs: 97 active+clean; 610 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-15T20:38:45.313 INFO:teuthology.orchestra.run.smithi131.stdout:haproxy.nfs.foo.smithi148.ceytvk smithi148 *:2999,9999 running (4s) 0s ago 100s 6089k - 2.3.17-d1c9119 e85424b0d443 f1b199505302 2024-04-15T20:38:45.856 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:45 smithi131 ceph-mon[25334]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:45.857 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:45 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:45.857 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:45 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:46.072 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:45 smithi148 ceph-mon[35124]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:46.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:45 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:46.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:45 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:46.115 INFO:teuthology.run_tasks:Running task vip.exec... 2024-04-15T20:38:46.125 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi131.front.sepia.ceph.com 2024-04-15T20:38:46.125 DEBUG:teuthology.orchestra.run.smithi131:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo "Check with $(hostname) ganesha(s) down..." 2024-04-15T20:38:46.125 DEBUG:teuthology.orchestra.run.smithi131:> for c in `systemctl | grep ceph- | grep @nfs | awk '"'"'{print $1}'"'"'`; do 2024-04-15T20:38:46.125 DEBUG:teuthology.orchestra.run.smithi131:> cid=`echo $c | sed '"'"'s/@/-/'"'"'` 2024-04-15T20:38:46.126 DEBUG:teuthology.orchestra.run.smithi131:> id=`echo $c | cut -d @ -f 2 | sed '"'"'s/.service$//'"'"'` 2024-04-15T20:38:46.126 DEBUG:teuthology.orchestra.run.smithi131:> fsid=`echo $c | cut -d @ -f 1 | cut -d - -f 2-` 2024-04-15T20:38:46.126 DEBUG:teuthology.orchestra.run.smithi131:> echo "Removing daemon $id fsid $fsid..." 2024-04-15T20:38:46.126 DEBUG:teuthology.orchestra.run.smithi131:> sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id 2024-04-15T20:38:46.126 DEBUG:teuthology.orchestra.run.smithi131:> 2024-04-15T20:38:46.126 DEBUG:teuthology.orchestra.run.smithi131:> echo "Waking up cephadm..." 2024-04-15T20:38:46.126 DEBUG:teuthology.orchestra.run.smithi131:> sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh 2024-04-15T20:38:46.126 DEBUG:teuthology.orchestra.run.smithi131:> 2024-04-15T20:38:46.126 DEBUG:teuthology.orchestra.run.smithi131:> while ! timeout 1 cat /mnt/foo/testfile ; do true ; done 2024-04-15T20:38:46.126 DEBUG:teuthology.orchestra.run.smithi131:> echo "Mount is back!" 2024-04-15T20:38:46.126 DEBUG:teuthology.orchestra.run.smithi131:> done 2024-04-15T20:38:46.126 DEBUG:teuthology.orchestra.run.smithi131:> ' 2024-04-15T20:38:46.157 INFO:teuthology.orchestra.run.smithi131.stderr:++ hostname 2024-04-15T20:38:46.157 INFO:teuthology.orchestra.run.smithi131.stdout:Check with smithi131 ganesha(s) down... 2024-04-15T20:38:46.158 INFO:teuthology.orchestra.run.smithi131.stderr:+ echo 'Check with smithi131 ganesha(s) down...' 2024-04-15T20:38:46.158 INFO:teuthology.orchestra.run.smithi131.stderr:++ systemctl 2024-04-15T20:38:46.158 INFO:teuthology.orchestra.run.smithi131.stderr:++ grep ceph- 2024-04-15T20:38:46.158 INFO:teuthology.orchestra.run.smithi131.stderr:++ grep @nfs 2024-04-15T20:38:46.158 INFO:teuthology.orchestra.run.smithi131.stderr:++ awk '{print $1}' 2024-04-15T20:38:46.165 INFO:teuthology.orchestra.run.smithi131.stderr:+ for c in `systemctl | grep ceph- | grep @nfs | awk '{print $1}'` 2024-04-15T20:38:46.166 INFO:teuthology.orchestra.run.smithi131.stderr:++ echo ceph-add79b0a-fb66-11ee-bc8f-c7b262605968@nfs.foo.0.0.smithi131.xbeuux.service 2024-04-15T20:38:46.166 INFO:teuthology.orchestra.run.smithi131.stderr:++ sed s/@/-/ 2024-04-15T20:38:46.167 INFO:teuthology.orchestra.run.smithi131.stderr:+ cid=ceph-add79b0a-fb66-11ee-bc8f-c7b262605968-nfs.foo.0.0.smithi131.xbeuux.service 2024-04-15T20:38:46.167 INFO:teuthology.orchestra.run.smithi131.stderr:++ echo ceph-add79b0a-fb66-11ee-bc8f-c7b262605968@nfs.foo.0.0.smithi131.xbeuux.service 2024-04-15T20:38:46.168 INFO:teuthology.orchestra.run.smithi131.stderr:++ cut -d @ -f 2 2024-04-15T20:38:46.168 INFO:teuthology.orchestra.run.smithi131.stderr:++ sed 's/.service$//' 2024-04-15T20:38:46.168 INFO:teuthology.orchestra.run.smithi131.stderr:+ id=nfs.foo.0.0.smithi131.xbeuux 2024-04-15T20:38:46.169 INFO:teuthology.orchestra.run.smithi131.stderr:++ echo ceph-add79b0a-fb66-11ee-bc8f-c7b262605968@nfs.foo.0.0.smithi131.xbeuux.service 2024-04-15T20:38:46.169 INFO:teuthology.orchestra.run.smithi131.stderr:++ cut -d @ -f 1 2024-04-15T20:38:46.169 INFO:teuthology.orchestra.run.smithi131.stderr:++ cut -d - -f 2- 2024-04-15T20:38:46.170 INFO:teuthology.orchestra.run.smithi131.stderr:+ fsid=add79b0a-fb66-11ee-bc8f-c7b262605968 2024-04-15T20:38:46.170 INFO:teuthology.orchestra.run.smithi131.stderr:+ echo 'Removing daemon nfs.foo.0.0.smithi131.xbeuux fsid add79b0a-fb66-11ee-bc8f-c7b262605968...' 2024-04-15T20:38:46.170 INFO:teuthology.orchestra.run.smithi131.stdout:Removing daemon nfs.foo.0.0.smithi131.xbeuux fsid add79b0a-fb66-11ee-bc8f-c7b262605968... 2024-04-15T20:38:46.170 INFO:teuthology.orchestra.run.smithi131.stderr:+ sudo /home/ubuntu/cephtest/cephadm rm-daemon --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 --name nfs.foo.0.0.smithi131.xbeuux 2024-04-15T20:38:46.708 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:46 smithi131 ceph-mon[25334]: from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:46.708 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:46 smithi131 ceph-mon[25334]: pgmap v238: 97 pgs: 97 active+clean; 610 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-15T20:38:47.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:46 smithi148 ceph-mon[35124]: from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:47.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:46 smithi148 ceph-mon[35124]: pgmap v238: 97 pgs: 97 active+clean; 610 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-15T20:38:48.704 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:48 smithi131 ceph-mon[25334]: pgmap v239: 97 pgs: 97 active+clean; 610 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-04-15T20:38:49.044 INFO:teuthology.orchestra.run.smithi131.stdout:Waking up cephadm... 2024-04-15T20:38:49.044 INFO:teuthology.orchestra.run.smithi131.stderr:+ echo 'Waking up cephadm...' 2024-04-15T20:38:49.044 INFO:teuthology.orchestra.run.smithi131.stderr:+ sudo /home/ubuntu/cephtest/cephadm shell -- ceph orch ps --refresh 2024-04-15T20:38:49.072 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:48 smithi148 ceph-mon[35124]: pgmap v239: 97 pgs: 97 active+clean; 610 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-04-15T20:38:49.467 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring fsid add79b0a-fb66-11ee-bc8f-c7b262605968 2024-04-15T20:38:49.534 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:38:49.657 INFO:teuthology.orchestra.run.smithi131.stderr:Using ceph image with id 'a452a57266c7' and tag '87dbfb632e974cb2c28d17423071d2d833b53b29' created on 2024-04-14 16:39:10 +0000 UTC 2024-04-15T20:38:49.657 INFO:teuthology.orchestra.run.smithi131.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f 2024-04-15T20:38:50.761 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:50 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:50.762 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:50 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:50.762 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:50 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:38:50.762 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:50 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:38:50.762 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:50 smithi148 ceph-mon[35124]: pgmap v240: 97 pgs: 97 active+clean; 611 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-04-15T20:38:50.762 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:50 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:50.762 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:50 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:38:50.762 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:50 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:50.762 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:50 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:50.763 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:50 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:50.763 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:50 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:38:50.763 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:50 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:38:50.763 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:50 smithi131 ceph-mon[25334]: pgmap v240: 97 pgs: 97 active+clean; 611 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-04-15T20:38:50.763 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:50 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:50.763 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:50 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:38:50.763 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:50 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:51.475 INFO:teuthology.orchestra.run.smithi131.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-15T20:38:51.475 INFO:teuthology.orchestra.run.smithi131.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (5m) 2s ago 7m 24.9M - 0.25.0 c8568f914cd2 af77a69883f7 2024-04-15T20:38:51.475 INFO:teuthology.orchestra.run.smithi131.stdout:ceph-exporter.smithi131 smithi131 running (7m) 2s ago 7m 8094k - 19.0.0-3084-g87dbfb63 a452a57266c7 04f20d5a1b9d 2024-04-15T20:38:51.475 INFO:teuthology.orchestra.run.smithi131.stdout:ceph-exporter.smithi148 smithi148 running (6m) 6s ago 6m 4932k - 19.0.0-3084-g87dbfb63 a452a57266c7 4547e0c315e1 2024-04-15T20:38:51.475 INFO:teuthology.orchestra.run.smithi131.stdout:crash.smithi131 smithi131 running (7m) 2s ago 7m 6660k - 19.0.0-3084-g87dbfb63 a452a57266c7 4af59dc45086 2024-04-15T20:38:51.476 INFO:teuthology.orchestra.run.smithi131.stdout:crash.smithi148 smithi148 running (6m) 6s ago 6m 6660k - 19.0.0-3084-g87dbfb63 a452a57266c7 5e8f2987dd1e 2024-04-15T20:38:51.476 INFO:teuthology.orchestra.run.smithi131.stdout:grafana.smithi131 smithi131 *:3000 running (5m) 2s ago 7m 79.6M - 9.4.12 2bacad6d85d8 4bc38a57ced4 2024-04-15T20:38:51.476 INFO:teuthology.orchestra.run.smithi131.stdout:haproxy.nfs.foo.smithi131.zankgj smithi131 *:2999,9999 running (35s) 2s ago 112s 4374k - 2.3.17-d1c9119 e85424b0d443 4a2062507a55 2024-04-15T20:38:51.476 INFO:teuthology.orchestra.run.smithi131.stdout:haproxy.nfs.foo.smithi148.ceytvk smithi148 *:2999,9999 running (10s) 6s ago 106s 6089k - 2.3.17-d1c9119 e85424b0d443 f1b199505302 2024-04-15T20:38:51.476 INFO:teuthology.orchestra.run.smithi131.stdout:keepalived.nfs.foo.smithi131.fhstxl smithi131 running (98s) 2s ago 98s 1770k - 2.2.4 4a3a1ff181d9 5bf3337ec884 2024-04-15T20:38:51.476 INFO:teuthology.orchestra.run.smithi131.stdout:keepalived.nfs.foo.smithi148.cmlxtv smithi148 running (91s) 6s ago 91s 1761k - 2.2.4 4a3a1ff181d9 d42d5a0b8197 2024-04-15T20:38:51.476 INFO:teuthology.orchestra.run.smithi131.stdout:mds.foofs.smithi131.btepfd smithi131 running (2m) 2s ago 2m 13.3M - 19.0.0-3084-g87dbfb63 a452a57266c7 32fbcf846e3e 2024-04-15T20:38:51.476 INFO:teuthology.orchestra.run.smithi131.stdout:mds.foofs.smithi148.cdcwpj smithi148 running (2m) 6s ago 2m 15.4M - 19.0.0-3084-g87dbfb63 a452a57266c7 a1d431d9e018 2024-04-15T20:38:51.476 INFO:teuthology.orchestra.run.smithi131.stdout:mgr.smithi131.nzhwkl smithi131 *:9283,8765,8443 running (8m) 2s ago 8m 519M - 19.0.0-3084-g87dbfb63 a452a57266c7 4e73acc88c5f 2024-04-15T20:38:51.476 INFO:teuthology.orchestra.run.smithi131.stdout:mgr.smithi148.jswtdg smithi148 *:8443,9283,8765 running (6m) 6s ago 6m 454M - 19.0.0-3084-g87dbfb63 a452a57266c7 eb375f3c3fbb 2024-04-15T20:38:51.476 INFO:teuthology.orchestra.run.smithi131.stdout:mon.smithi131 smithi131 running (8m) 2s ago 8m 52.3M 2048M 19.0.0-3084-g87dbfb63 a452a57266c7 8f7432c0f090 2024-04-15T20:38:51.476 INFO:teuthology.orchestra.run.smithi131.stdout:mon.smithi148 smithi148 running (6m) 6s ago 6m 42.1M 2048M 19.0.0-3084-g87dbfb63 a452a57266c7 229b305a3b72 2024-04-15T20:38:51.476 INFO:teuthology.orchestra.run.smithi131.stdout:nfs.foo.0.0.smithi131.xbeuux smithi131 *:12999 unknown 2s ago 2m 71.5M - 5.7 a452a57266c7 5b68bc90a2fe 2024-04-15T20:38:51.476 INFO:teuthology.orchestra.run.smithi131.stdout:node-exporter.smithi131 smithi131 *:9100 running (7m) 2s ago 7m 16.0M - 1.5.0 0da6a335fe13 9ae3ef23a9d6 2024-04-15T20:38:51.477 INFO:teuthology.orchestra.run.smithi131.stdout:node-exporter.smithi148 smithi148 *:9100 running (6m) 6s ago 6m 16.2M - 1.5.0 0da6a335fe13 74d762d03788 2024-04-15T20:38:51.477 INFO:teuthology.orchestra.run.smithi131.stdout:osd.0 smithi148 running (4m) 6s ago 4m 47.2M 3728M 19.0.0-3084-g87dbfb63 a452a57266c7 ca606ae4e127 2024-04-15T20:38:51.477 INFO:teuthology.orchestra.run.smithi131.stdout:osd.1 smithi131 running (4m) 2s ago 4m 47.9M 2960M 19.0.0-3084-g87dbfb63 a452a57266c7 50a98ec2fe05 2024-04-15T20:38:51.477 INFO:teuthology.orchestra.run.smithi131.stdout:osd.2 smithi148 running (4m) 6s ago 4m 50.7M 3728M 19.0.0-3084-g87dbfb63 a452a57266c7 f016d0fb976c 2024-04-15T20:38:51.477 INFO:teuthology.orchestra.run.smithi131.stdout:osd.3 smithi131 running (4m) 2s ago 4m 54.2M 2960M 19.0.0-3084-g87dbfb63 a452a57266c7 22793235e6b7 2024-04-15T20:38:51.477 INFO:teuthology.orchestra.run.smithi131.stdout:osd.4 smithi148 running (4m) 6s ago 4m 48.3M 3728M 19.0.0-3084-g87dbfb63 a452a57266c7 f0c4f1b3c675 2024-04-15T20:38:51.477 INFO:teuthology.orchestra.run.smithi131.stdout:osd.5 smithi131 running (4m) 2s ago 4m 42.4M 2960M 19.0.0-3084-g87dbfb63 a452a57266c7 e96b594a63a9 2024-04-15T20:38:51.477 INFO:teuthology.orchestra.run.smithi131.stdout:osd.6 smithi148 running (4m) 6s ago 4m 52.2M 3728M 19.0.0-3084-g87dbfb63 a452a57266c7 97c993b6eb41 2024-04-15T20:38:51.477 INFO:teuthology.orchestra.run.smithi131.stdout:osd.7 smithi131 running (4m) 2s ago 4m 51.3M 2960M 19.0.0-3084-g87dbfb63 a452a57266c7 b7606e2004b3 2024-04-15T20:38:51.477 INFO:teuthology.orchestra.run.smithi131.stdout:prometheus.smithi131 smithi131 *:9095 running (69s) 2s ago 6m 51.5M - 2.43.0 a07b618ecd1d a138df39e8a5 2024-04-15T20:38:51.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:51 smithi131 ceph-mon[25334]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-15T20:38:51.822 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:51 smithi148 ceph-mon[35124]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-15T20:38:52.332 INFO:teuthology.orchestra.run.smithi131.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-15T20:38:52.552 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:52 smithi148 ceph-mon[35124]: pgmap v241: 97 pgs: 97 active+clean; 611 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 429 B/s rd, 429 B/s wr, 1 op/s 2024-04-15T20:38:52.553 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:52 smithi148 ceph-mon[35124]: from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:52.553 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:52 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:38:52.557 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:52 smithi131 ceph-mon[25334]: pgmap v241: 97 pgs: 97 active+clean; 611 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 429 B/s rd, 429 B/s wr, 1 op/s 2024-04-15T20:38:52.557 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:52 smithi131 ceph-mon[25334]: from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:38:52.557 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:52 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:38:53.334 INFO:teuthology.orchestra.run.smithi131.stderr:+ true 2024-04-15T20:38:53.334 INFO:teuthology.orchestra.run.smithi131.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-15T20:38:54.335 INFO:teuthology.orchestra.run.smithi131.stderr:+ true 2024-04-15T20:38:54.335 INFO:teuthology.orchestra.run.smithi131.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-15T20:38:54.557 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:54 smithi131 ceph-mon[25334]: pgmap v242: 97 pgs: 97 active+clean; 611 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 429 B/s rd, 343 B/s wr, 0 op/s 2024-04-15T20:38:54.572 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:54 smithi148 ceph-mon[35124]: pgmap v242: 97 pgs: 97 active+clean; 611 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 429 B/s rd, 343 B/s wr, 0 op/s 2024-04-15T20:38:55.336 INFO:teuthology.orchestra.run.smithi131.stderr:+ true 2024-04-15T20:38:55.337 INFO:teuthology.orchestra.run.smithi131.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-15T20:38:56.337 INFO:teuthology.orchestra.run.smithi131.stderr:+ true 2024-04-15T20:38:56.338 INFO:teuthology.orchestra.run.smithi131.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-15T20:38:56.557 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:56 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:56.557 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:56 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:56.557 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:56 smithi131 ceph-mon[25334]: pgmap v243: 97 pgs: 97 active+clean; 611 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 429 B/s rd, 343 B/s wr, 0 op/s 2024-04-15T20:38:56.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:56 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:56.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:56 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:56.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:56 smithi148 ceph-mon[35124]: pgmap v243: 97 pgs: 97 active+clean; 611 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 429 B/s rd, 343 B/s wr, 0 op/s 2024-04-15T20:38:57.338 INFO:teuthology.orchestra.run.smithi131.stderr:+ true 2024-04-15T20:38:57.339 INFO:teuthology.orchestra.run.smithi131.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-15T20:38:57.778 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:57 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:57.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:57 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:38:57.822 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:57 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:57.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:57 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:38:58.340 INFO:teuthology.orchestra.run.smithi131.stderr:+ true 2024-04-15T20:38:58.340 INFO:teuthology.orchestra.run.smithi131.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-15T20:38:58.788 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:58 smithi131 ceph-mon[25334]: pgmap v244: 97 pgs: 97 active+clean; 611 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 429 B/s rd, 343 B/s wr, 0 op/s 2024-04-15T20:38:58.788 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:58 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:58.789 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:58 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:58.789 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:58 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:38:58.789 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:58 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:38:58.789 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:58 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:58.789 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:58 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:38:58.789 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:58 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:58.789 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:58 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi131.xbeuux"}]: dispatch 2024-04-15T20:38:58.789 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:58 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi131.xbeuux"}]': finished 2024-04-15T20:38:58.789 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:58 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:58.789 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:58 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi131.qfrsms", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-15T20:38:58.789 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:58 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi131.qfrsms", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-04-15T20:38:58.789 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:58 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-15T20:38:58.789 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:58 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-15T20:38:58.789 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:58 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:38:58.789 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:58 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-15T20:38:58.789 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:58 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-15T20:38:58.790 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:58 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi131.qfrsms-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-15T20:38:58.790 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:58 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi131.qfrsms-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-15T20:38:58.790 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:58 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:38:58.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:58 smithi148 ceph-mon[35124]: pgmap v244: 97 pgs: 97 active+clean; 611 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 429 B/s rd, 343 B/s wr, 0 op/s 2024-04-15T20:38:58.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:58 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:58.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:58 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:58.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:58 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:38:58.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:58 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:38:58.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:58 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:58.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:58 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:38:58.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:58 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:58.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:58 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi131.xbeuux"}]: dispatch 2024-04-15T20:38:58.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:58 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi131.xbeuux"}]': finished 2024-04-15T20:38:58.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:58 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:38:58.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:58 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi131.qfrsms", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-15T20:38:58.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:58 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi131.qfrsms", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-04-15T20:38:58.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:58 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-15T20:38:58.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:58 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-15T20:38:58.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:58 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:38:58.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:58 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-15T20:38:58.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:58 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-15T20:38:58.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:58 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi131.qfrsms-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-15T20:38:58.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:58 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi131.qfrsms-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-15T20:38:58.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:58 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:38:59.341 INFO:teuthology.orchestra.run.smithi131.stderr:+ true 2024-04-15T20:38:59.341 INFO:teuthology.orchestra.run.smithi131.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-15T20:38:59.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:59 smithi148 ceph-mon[35124]: pgmap v245: 97 pgs: 97 active+clean; 611 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 390 B/s rd, 390 B/s wr, 0 op/s 2024-04-15T20:38:59.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:59 smithi148 ceph-mon[35124]: Fencing old nfs.foo.0.0.smithi131.xbeuux 2024-04-15T20:38:59.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:59 smithi148 ceph-mon[35124]: Creating key for client.nfs.foo.0.1.smithi131.qfrsms 2024-04-15T20:38:59.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:59 smithi148 ceph-mon[35124]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-15T20:38:59.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:59 smithi148 ceph-mon[35124]: Rados config object exists: conf-nfs.foo 2024-04-15T20:38:59.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:59 smithi148 ceph-mon[35124]: Creating key for client.nfs.foo.0.1.smithi131.qfrsms-rgw 2024-04-15T20:38:59.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:59 smithi148 ceph-mon[35124]: Bind address in nfs.foo.0.1.smithi131.qfrsms's ganesha conf is defaulting to empty 2024-04-15T20:38:59.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:59 smithi148 ceph-mon[35124]: Deploying daemon nfs.foo.0.1.smithi131.qfrsms on smithi131 2024-04-15T20:38:59.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:59 smithi148 ceph-mon[35124]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-15T20:38:59.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:38:59 smithi148 ceph-mon[35124]: Cluster is now healthy 2024-04-15T20:38:59.792 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:59 smithi131 ceph-mon[25334]: pgmap v245: 97 pgs: 97 active+clean; 611 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 390 B/s rd, 390 B/s wr, 0 op/s 2024-04-15T20:38:59.792 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:59 smithi131 ceph-mon[25334]: Fencing old nfs.foo.0.0.smithi131.xbeuux 2024-04-15T20:38:59.792 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:59 smithi131 ceph-mon[25334]: Creating key for client.nfs.foo.0.1.smithi131.qfrsms 2024-04-15T20:38:59.792 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:59 smithi131 ceph-mon[25334]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-15T20:38:59.792 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:59 smithi131 ceph-mon[25334]: Rados config object exists: conf-nfs.foo 2024-04-15T20:38:59.792 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:59 smithi131 ceph-mon[25334]: Creating key for client.nfs.foo.0.1.smithi131.qfrsms-rgw 2024-04-15T20:38:59.792 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:59 smithi131 ceph-mon[25334]: Bind address in nfs.foo.0.1.smithi131.qfrsms's ganesha conf is defaulting to empty 2024-04-15T20:38:59.792 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:59 smithi131 ceph-mon[25334]: Deploying daemon nfs.foo.0.1.smithi131.qfrsms on smithi131 2024-04-15T20:38:59.792 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:59 smithi131 ceph-mon[25334]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-15T20:38:59.793 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:38:59 smithi131 ceph-mon[25334]: Cluster is now healthy 2024-04-15T20:39:00.342 INFO:teuthology.orchestra.run.smithi131.stderr:+ true 2024-04-15T20:39:00.342 INFO:teuthology.orchestra.run.smithi131.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-15T20:39:01.343 INFO:teuthology.orchestra.run.smithi131.stderr:+ true 2024-04-15T20:39:01.344 INFO:teuthology.orchestra.run.smithi131.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-15T20:39:01.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:01 smithi131 ceph-mon[25334]: pgmap v246: 97 pgs: 97 active+clean; 611 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 387 B/s rd, 193 B/s wr, 0 op/s 2024-04-15T20:39:01.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:01 smithi131 ceph-mon[25334]: Evicting (and blocklisting) client session 14652 (172.21.15.131:0/1962483572) 2024-04-15T20:39:01.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:01 smithi131 ceph-mon[25334]: from='mds.? [v2:172.21.15.148:6832/1173154034,v1:172.21.15.148:6833/1173154034]' entity='mds.foofs.smithi148.cdcwpj' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.131:0/1962483572"}]: dispatch 2024-04-15T20:39:01.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:01 smithi131 ceph-mon[25334]: from='mds.? ' entity='mds.foofs.smithi148.cdcwpj' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.131:0/1962483572"}]: dispatch 2024-04-15T20:39:01.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:01 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:01.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:01 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:01.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:01 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:01.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:01 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:01.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:01 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:39:01.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:01 smithi148 ceph-mon[35124]: pgmap v246: 97 pgs: 97 active+clean; 611 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 387 B/s rd, 193 B/s wr, 0 op/s 2024-04-15T20:39:01.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:01 smithi148 ceph-mon[35124]: Evicting (and blocklisting) client session 14652 (172.21.15.131:0/1962483572) 2024-04-15T20:39:01.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:01 smithi148 ceph-mon[35124]: from='mds.? [v2:172.21.15.148:6832/1173154034,v1:172.21.15.148:6833/1173154034]' entity='mds.foofs.smithi148.cdcwpj' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.131:0/1962483572"}]: dispatch 2024-04-15T20:39:01.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:01 smithi148 ceph-mon[35124]: from='mds.? ' entity='mds.foofs.smithi148.cdcwpj' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.131:0/1962483572"}]: dispatch 2024-04-15T20:39:01.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:01 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:01.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:01 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:01.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:01 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:01.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:01 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:01.823 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:01 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:39:02.345 INFO:teuthology.orchestra.run.smithi131.stderr:+ true 2024-04-15T20:39:02.345 INFO:teuthology.orchestra.run.smithi131.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-15T20:39:02.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:02 smithi131 ceph-mon[25334]: from='mds.? ' entity='mds.foofs.smithi148.cdcwpj' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.131:0/1962483572"}]': finished 2024-04-15T20:39:02.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:02 smithi131 ceph-mon[25334]: osdmap e54: 8 total, 8 up, 8 in 2024-04-15T20:39:02.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:02 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:02.822 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:02 smithi148 ceph-mon[35124]: from='mds.? ' entity='mds.foofs.smithi148.cdcwpj' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.131:0/1962483572"}]': finished 2024-04-15T20:39:02.822 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:02 smithi148 ceph-mon[35124]: osdmap e54: 8 total, 8 up, 8 in 2024-04-15T20:39:02.822 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:02 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:03.346 INFO:teuthology.orchestra.run.smithi131.stderr:+ true 2024-04-15T20:39:03.346 INFO:teuthology.orchestra.run.smithi131.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-15T20:39:03.727 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:03 smithi131 ceph-mon[25334]: pgmap v248: 97 pgs: 97 active+clean; 611 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 955 B/s rd, 238 B/s wr, 1 op/s 2024-04-15T20:39:03.822 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:03 smithi148 ceph-mon[35124]: pgmap v248: 97 pgs: 97 active+clean; 611 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 955 B/s rd, 238 B/s wr, 1 op/s 2024-04-15T20:39:04.347 INFO:teuthology.orchestra.run.smithi131.stderr:+ true 2024-04-15T20:39:04.347 INFO:teuthology.orchestra.run.smithi131.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-15T20:39:05.348 INFO:teuthology.orchestra.run.smithi131.stderr:+ true 2024-04-15T20:39:05.348 INFO:teuthology.orchestra.run.smithi131.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-15T20:39:05.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:05 smithi131 ceph-mon[25334]: pgmap v249: 97 pgs: 97 active+clean; 611 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 955 B/s rd, 238 B/s wr, 1 op/s 2024-04-15T20:39:05.822 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:05 smithi148 ceph-mon[35124]: pgmap v249: 97 pgs: 97 active+clean; 611 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 955 B/s rd, 238 B/s wr, 1 op/s 2024-04-15T20:39:06.349 INFO:teuthology.orchestra.run.smithi131.stderr:+ true 2024-04-15T20:39:06.349 INFO:teuthology.orchestra.run.smithi131.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-15T20:39:07.351 INFO:teuthology.orchestra.run.smithi131.stderr:+ true 2024-04-15T20:39:07.351 INFO:teuthology.orchestra.run.smithi131.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-15T20:39:07.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:07 smithi131 ceph-mon[25334]: pgmap v250: 97 pgs: 97 active+clean; 612 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 955 B/s wr, 2 op/s 2024-04-15T20:39:08.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:07 smithi148 ceph-mon[35124]: pgmap v250: 97 pgs: 97 active+clean; 612 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 955 B/s wr, 2 op/s 2024-04-15T20:39:08.352 INFO:teuthology.orchestra.run.smithi131.stderr:+ true 2024-04-15T20:39:08.352 INFO:teuthology.orchestra.run.smithi131.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-15T20:39:09.308 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:08 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:09.308 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:08 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:09.308 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:08 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:39:09.308 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:08 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:39:09.308 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:08 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:09.308 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:08 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:39:09.308 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:08 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:09.308 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:08 smithi131 ceph-mon[25334]: pgmap v251: 97 pgs: 97 active+clean; 612 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 819 B/s wr, 2 op/s 2024-04-15T20:39:09.308 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:08 smithi131 ceph-mon[25334]: Reconfiguring haproxy.nfs.foo.smithi131.zankgj (dependencies changed)... 2024-04-15T20:39:09.309 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:08 smithi131 ceph-mon[25334]: Reconfiguring daemon haproxy.nfs.foo.smithi131.zankgj on smithi131 2024-04-15T20:39:09.313 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:08 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:09.313 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:08 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:09.314 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:08 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:39:09.314 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:08 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:39:09.314 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:08 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:09.314 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:08 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:39:09.314 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:08 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:09.314 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:08 smithi148 ceph-mon[35124]: pgmap v251: 97 pgs: 97 active+clean; 612 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 819 B/s wr, 2 op/s 2024-04-15T20:39:09.314 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:08 smithi148 ceph-mon[35124]: Reconfiguring haproxy.nfs.foo.smithi131.zankgj (dependencies changed)... 2024-04-15T20:39:09.314 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:08 smithi148 ceph-mon[35124]: Reconfiguring daemon haproxy.nfs.foo.smithi131.zankgj on smithi131 2024-04-15T20:39:09.354 INFO:teuthology.orchestra.run.smithi131.stderr:+ true 2024-04-15T20:39:09.354 INFO:teuthology.orchestra.run.smithi131.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-15T20:39:10.355 INFO:teuthology.orchestra.run.smithi131.stderr:+ true 2024-04-15T20:39:10.355 INFO:teuthology.orchestra.run.smithi131.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-15T20:39:11.275 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:11 smithi131 ceph-mon[25334]: pgmap v252: 97 pgs: 97 active+clean; 612 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 921 B/s wr, 2 op/s 2024-04-15T20:39:11.322 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:11 smithi148 ceph-mon[35124]: pgmap v252: 97 pgs: 97 active+clean; 612 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 921 B/s wr, 2 op/s 2024-04-15T20:39:11.356 INFO:teuthology.orchestra.run.smithi131.stderr:+ true 2024-04-15T20:39:11.356 INFO:teuthology.orchestra.run.smithi131.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-15T20:39:11.674 INFO:teuthology.orchestra.run.smithi131.stdout:haproxy.nfs.foo.smithi148.ceytvk 2024-04-15T20:39:11.675 INFO:teuthology.orchestra.run.smithi131.stderr:+ echo 'Mount is back!' 2024-04-15T20:39:11.675 INFO:teuthology.orchestra.run.smithi131.stdout:Mount is back! 2024-04-15T20:39:11.677 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi148.front.sepia.ceph.com 2024-04-15T20:39:11.678 DEBUG:teuthology.orchestra.run.smithi148:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo "Check with $(hostname) ganesha(s) down..." 2024-04-15T20:39:11.678 DEBUG:teuthology.orchestra.run.smithi148:> for c in `systemctl | grep ceph- | grep @nfs | awk '"'"'{print $1}'"'"'`; do 2024-04-15T20:39:11.678 DEBUG:teuthology.orchestra.run.smithi148:> cid=`echo $c | sed '"'"'s/@/-/'"'"'` 2024-04-15T20:39:11.678 DEBUG:teuthology.orchestra.run.smithi148:> id=`echo $c | cut -d @ -f 2 | sed '"'"'s/.service$//'"'"'` 2024-04-15T20:39:11.678 DEBUG:teuthology.orchestra.run.smithi148:> fsid=`echo $c | cut -d @ -f 1 | cut -d - -f 2-` 2024-04-15T20:39:11.678 DEBUG:teuthology.orchestra.run.smithi148:> echo "Removing daemon $id fsid $fsid..." 2024-04-15T20:39:11.678 DEBUG:teuthology.orchestra.run.smithi148:> sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id 2024-04-15T20:39:11.678 DEBUG:teuthology.orchestra.run.smithi148:> 2024-04-15T20:39:11.678 DEBUG:teuthology.orchestra.run.smithi148:> echo "Waking up cephadm..." 2024-04-15T20:39:11.678 DEBUG:teuthology.orchestra.run.smithi148:> sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh 2024-04-15T20:39:11.678 DEBUG:teuthology.orchestra.run.smithi148:> 2024-04-15T20:39:11.678 DEBUG:teuthology.orchestra.run.smithi148:> while ! timeout 1 cat /mnt/foo/testfile ; do true ; done 2024-04-15T20:39:11.679 DEBUG:teuthology.orchestra.run.smithi148:> echo "Mount is back!" 2024-04-15T20:39:11.679 DEBUG:teuthology.orchestra.run.smithi148:> done 2024-04-15T20:39:11.679 DEBUG:teuthology.orchestra.run.smithi148:> ' 2024-04-15T20:39:11.709 INFO:teuthology.orchestra.run.smithi148.stderr:++ hostname 2024-04-15T20:39:11.710 INFO:teuthology.orchestra.run.smithi148.stderr:+ echo 'Check with smithi148 ganesha(s) down...' 2024-04-15T20:39:11.710 INFO:teuthology.orchestra.run.smithi148.stdout:Check with smithi148 ganesha(s) down... 2024-04-15T20:39:11.711 INFO:teuthology.orchestra.run.smithi148.stderr:++ systemctl 2024-04-15T20:39:11.711 INFO:teuthology.orchestra.run.smithi148.stderr:++ grep ceph- 2024-04-15T20:39:11.711 INFO:teuthology.orchestra.run.smithi148.stderr:++ grep @nfs 2024-04-15T20:39:11.711 INFO:teuthology.orchestra.run.smithi148.stderr:++ awk '{print $1}' 2024-04-15T20:39:11.720 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-15T20:39:11.731 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi131.front.sepia.ceph.com 2024-04-15T20:39:11.731 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- bash -c 'stat -c '"'"'%u %g'"'"' /var/log/ceph | grep '"'"'167 167'"'"'' 2024-04-15T20:39:11.986 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:39:12.429 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:12 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:12.429 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:12 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:12.429 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:12 smithi131 ceph-mon[25334]: Reconfiguring haproxy.nfs.foo.smithi148.ceytvk (dependencies changed)... 2024-04-15T20:39:12.429 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:12 smithi131 ceph-mon[25334]: Reconfiguring daemon haproxy.nfs.foo.smithi148.ceytvk on smithi148 2024-04-15T20:39:12.429 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:12 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:12.429 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:12 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:39:12.572 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:12 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:12.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:12 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:12.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:12 smithi148 ceph-mon[35124]: Reconfiguring haproxy.nfs.foo.smithi148.ceytvk (dependencies changed)... 2024-04-15T20:39:12.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:12 smithi148 ceph-mon[35124]: Reconfiguring daemon haproxy.nfs.foo.smithi148.ceytvk on smithi148 2024-04-15T20:39:12.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:12 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:12.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:12 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:39:13.645 INFO:teuthology.orchestra.run.smithi131.stdout:167 167 2024-04-15T20:39:13.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:13 smithi131 ceph-mon[25334]: pgmap v253: 97 pgs: 97 active+clean; 612 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 292 B/s rd, 683 B/s wr, 1 op/s 2024-04-15T20:39:13.822 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:13 smithi148 ceph-mon[35124]: pgmap v253: 97 pgs: 97 active+clean; 612 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 292 B/s rd, 683 B/s wr, 1 op/s 2024-04-15T20:39:14.494 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- bash -c 'ceph orch status' 2024-04-15T20:39:14.743 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:39:15.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:15 smithi131 ceph-mon[25334]: pgmap v254: 97 pgs: 97 active+clean; 612 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 597 B/s wr, 1 op/s 2024-04-15T20:39:15.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:15 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:15.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:15 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:15.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:15 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:39:15.822 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:15 smithi148 ceph-mon[35124]: pgmap v254: 97 pgs: 97 active+clean; 612 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 597 B/s wr, 1 op/s 2024-04-15T20:39:15.822 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:15 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:15.822 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:15 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:15.822 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:15 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T20:39:16.700 INFO:teuthology.orchestra.run.smithi131.stdout:Backend: cephadm 2024-04-15T20:39:16.700 INFO:teuthology.orchestra.run.smithi131.stdout:Available: Yes 2024-04-15T20:39:16.700 INFO:teuthology.orchestra.run.smithi131.stdout:Paused: No 2024-04-15T20:39:17.549 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- bash -c 'ceph orch ps' 2024-04-15T20:39:17.572 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:17 smithi148 ceph-mon[35124]: pgmap v255: 97 pgs: 97 active+clean; 612 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 682 B/s wr, 1 op/s 2024-04-15T20:39:17.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:17 smithi131 ceph-mon[25334]: pgmap v255: 97 pgs: 97 active+clean; 612 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 682 B/s wr, 1 op/s 2024-04-15T20:39:17.904 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:39:18.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:18 smithi131 ceph-mon[25334]: from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:39:18.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:18 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:18.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:18 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:18.822 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:18 smithi148 ceph-mon[35124]: from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:39:18.822 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:18 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:18.822 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:18 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:19.557 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:19 smithi131 ceph-mon[25334]: pgmap v256: 97 pgs: 97 active+clean; 612 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-04-15T20:39:19.572 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:19 smithi148 ceph-mon[35124]: pgmap v256: 97 pgs: 97 active+clean; 612 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-04-15T20:39:20.082 INFO:teuthology.orchestra.run.smithi131.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-15T20:39:20.082 INFO:teuthology.orchestra.run.smithi131.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (6m) 12s ago 7m 24.9M - 0.25.0 c8568f914cd2 af77a69883f7 2024-04-15T20:39:20.082 INFO:teuthology.orchestra.run.smithi131.stdout:ceph-exporter.smithi131 smithi131 running (8m) 12s ago 8m 8120k - 19.0.0-3084-g87dbfb63 a452a57266c7 04f20d5a1b9d 2024-04-15T20:39:20.082 INFO:teuthology.orchestra.run.smithi131.stdout:ceph-exporter.smithi148 smithi148 running (6m) 1s ago 6m 4932k - 19.0.0-3084-g87dbfb63 a452a57266c7 4547e0c315e1 2024-04-15T20:39:20.082 INFO:teuthology.orchestra.run.smithi131.stdout:crash.smithi131 smithi131 running (8m) 12s ago 8m 6660k - 19.0.0-3084-g87dbfb63 a452a57266c7 4af59dc45086 2024-04-15T20:39:20.082 INFO:teuthology.orchestra.run.smithi131.stdout:crash.smithi148 smithi148 running (6m) 1s ago 6m 6660k - 19.0.0-3084-g87dbfb63 a452a57266c7 5e8f2987dd1e 2024-04-15T20:39:20.082 INFO:teuthology.orchestra.run.smithi131.stdout:grafana.smithi131 smithi131 *:3000 running (6m) 12s ago 7m 79.7M - 9.4.12 2bacad6d85d8 4bc38a57ced4 2024-04-15T20:39:20.083 INFO:teuthology.orchestra.run.smithi131.stdout:haproxy.nfs.foo.smithi131.zankgj smithi131 *:2999,9999 starting - - - - 2024-04-15T20:39:20.083 INFO:teuthology.orchestra.run.smithi131.stdout:haproxy.nfs.foo.smithi148.ceytvk smithi148 *:2999,9999 running (5s) 1s ago 2m 8262k - 2.3.17-d1c9119 e85424b0d443 b8979b10bf9b 2024-04-15T20:39:20.083 INFO:teuthology.orchestra.run.smithi131.stdout:keepalived.nfs.foo.smithi131.fhstxl smithi131 running (2m) 12s ago 2m 1770k - 2.2.4 4a3a1ff181d9 5bf3337ec884 2024-04-15T20:39:20.083 INFO:teuthology.orchestra.run.smithi131.stdout:keepalived.nfs.foo.smithi148.cmlxtv smithi148 running (2m) 1s ago 119s 1761k - 2.2.4 4a3a1ff181d9 d42d5a0b8197 2024-04-15T20:39:20.083 INFO:teuthology.orchestra.run.smithi131.stdout:mds.foofs.smithi131.btepfd smithi131 running (2m) 12s ago 2m 13.5M - 19.0.0-3084-g87dbfb63 a452a57266c7 32fbcf846e3e 2024-04-15T20:39:20.083 INFO:teuthology.orchestra.run.smithi131.stdout:mds.foofs.smithi148.cdcwpj smithi148 running (2m) 1s ago 2m 15.6M - 19.0.0-3084-g87dbfb63 a452a57266c7 a1d431d9e018 2024-04-15T20:39:20.083 INFO:teuthology.orchestra.run.smithi131.stdout:mgr.smithi131.nzhwkl smithi131 *:9283,8765,8443 running (9m) 12s ago 9m 520M - 19.0.0-3084-g87dbfb63 a452a57266c7 4e73acc88c5f 2024-04-15T20:39:20.083 INFO:teuthology.orchestra.run.smithi131.stdout:mgr.smithi148.jswtdg smithi148 *:8443,9283,8765 running (6m) 1s ago 6m 454M - 19.0.0-3084-g87dbfb63 a452a57266c7 eb375f3c3fbb 2024-04-15T20:39:20.083 INFO:teuthology.orchestra.run.smithi131.stdout:mon.smithi131 smithi131 running (9m) 12s ago 9m 50.2M 2048M 19.0.0-3084-g87dbfb63 a452a57266c7 8f7432c0f090 2024-04-15T20:39:20.083 INFO:teuthology.orchestra.run.smithi131.stdout:mon.smithi148 smithi148 running (6m) 1s ago 6m 40.5M 2048M 19.0.0-3084-g87dbfb63 a452a57266c7 229b305a3b72 2024-04-15T20:39:20.083 INFO:teuthology.orchestra.run.smithi131.stdout:nfs.foo.0.1.smithi131.qfrsms smithi131 *:12999 running (19s) 12s ago 19s 68.4M - 5.7 a452a57266c7 e89716e02c50 2024-04-15T20:39:20.083 INFO:teuthology.orchestra.run.smithi131.stdout:node-exporter.smithi131 smithi131 *:9100 running (7m) 12s ago 7m 15.8M - 1.5.0 0da6a335fe13 9ae3ef23a9d6 2024-04-15T20:39:20.083 INFO:teuthology.orchestra.run.smithi131.stdout:node-exporter.smithi148 smithi148 *:9100 running (6m) 1s ago 6m 16.3M - 1.5.0 0da6a335fe13 74d762d03788 2024-04-15T20:39:20.083 INFO:teuthology.orchestra.run.smithi131.stdout:osd.0 smithi148 running (5m) 1s ago 5m 47.5M 3728M 19.0.0-3084-g87dbfb63 a452a57266c7 ca606ae4e127 2024-04-15T20:39:20.083 INFO:teuthology.orchestra.run.smithi131.stdout:osd.1 smithi131 running (5m) 12s ago 5m 48.3M 2960M 19.0.0-3084-g87dbfb63 a452a57266c7 50a98ec2fe05 2024-04-15T20:39:20.084 INFO:teuthology.orchestra.run.smithi131.stdout:osd.2 smithi148 running (5m) 1s ago 5m 51.0M 3728M 19.0.0-3084-g87dbfb63 a452a57266c7 f016d0fb976c 2024-04-15T20:39:20.084 INFO:teuthology.orchestra.run.smithi131.stdout:osd.3 smithi131 running (5m) 12s ago 5m 55.0M 2960M 19.0.0-3084-g87dbfb63 a452a57266c7 22793235e6b7 2024-04-15T20:39:20.084 INFO:teuthology.orchestra.run.smithi131.stdout:osd.4 smithi148 running (5m) 1s ago 5m 48.6M 3728M 19.0.0-3084-g87dbfb63 a452a57266c7 f0c4f1b3c675 2024-04-15T20:39:20.084 INFO:teuthology.orchestra.run.smithi131.stdout:osd.5 smithi131 running (4m) 12s ago 4m 42.7M 2960M 19.0.0-3084-g87dbfb63 a452a57266c7 e96b594a63a9 2024-04-15T20:39:20.084 INFO:teuthology.orchestra.run.smithi131.stdout:osd.6 smithi148 running (5m) 1s ago 5m 52.5M 3728M 19.0.0-3084-g87dbfb63 a452a57266c7 97c993b6eb41 2024-04-15T20:39:20.084 INFO:teuthology.orchestra.run.smithi131.stdout:osd.7 smithi131 running (4m) 12s ago 4m 51.5M 2960M 19.0.0-3084-g87dbfb63 a452a57266c7 b7606e2004b3 2024-04-15T20:39:20.084 INFO:teuthology.orchestra.run.smithi131.stdout:prometheus.smithi131 smithi131 *:9095 running (98s) 12s ago 7m 51.9M - 2.43.0 a07b618ecd1d a138df39e8a5 2024-04-15T20:39:20.764 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- bash -c 'ceph orch ls' 2024-04-15T20:39:21.638 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:39:21.765 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:21 smithi131 ceph-mon[25334]: pgmap v257: 97 pgs: 97 active+clean; 612 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-04-15T20:39:21.765 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:21 smithi131 ceph-mon[25334]: from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:39:21.822 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:21 smithi148 ceph-mon[35124]: pgmap v257: 97 pgs: 97 active+clean; 612 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-04-15T20:39:21.822 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:21 smithi148 ceph-mon[35124]: from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:39:23.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:23 smithi131 ceph-mon[25334]: pgmap v258: 97 pgs: 97 active+clean; 612 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-04-15T20:39:23.822 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:23 smithi148 ceph-mon[35124]: pgmap v258: 97 pgs: 97 active+clean; 612 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-04-15T20:39:24.029 INFO:teuthology.orchestra.run.smithi131.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-04-15T20:39:24.029 INFO:teuthology.orchestra.run.smithi131.stdout:alertmanager ?:9093,9094 1/1 16s ago 8m count:1 2024-04-15T20:39:24.029 INFO:teuthology.orchestra.run.smithi131.stdout:ceph-exporter 2/2 16s ago 8m * 2024-04-15T20:39:24.029 INFO:teuthology.orchestra.run.smithi131.stdout:crash 2/2 16s ago 8m * 2024-04-15T20:39:24.030 INFO:teuthology.orchestra.run.smithi131.stdout:grafana ?:3000 1/1 16s ago 8m count:1 2024-04-15T20:39:24.030 INFO:teuthology.orchestra.run.smithi131.stdout:ingress.nfs.foo 10.0.31.131:2999,9999 3/4 16s ago 3m count:2 2024-04-15T20:39:24.030 INFO:teuthology.orchestra.run.smithi131.stdout:mds.foofs 2/2 16s ago 3m count:2 2024-04-15T20:39:24.030 INFO:teuthology.orchestra.run.smithi131.stdout:mgr 2/2 16s ago 8m count:2 2024-04-15T20:39:24.030 INFO:teuthology.orchestra.run.smithi131.stdout:mon 2/2 16s ago 7m smithi131:172.21.15.131=smithi131;smithi148:172.21.15.148=smithi148;count:2 2024-04-15T20:39:24.030 INFO:teuthology.orchestra.run.smithi131.stdout:nfs.foo ?:12999 1/1 16s ago 3m count:1 2024-04-15T20:39:24.030 INFO:teuthology.orchestra.run.smithi131.stdout:node-exporter ?:9100 2/2 16s ago 8m * 2024-04-15T20:39:24.030 INFO:teuthology.orchestra.run.smithi131.stdout:osd.all-available-devices 8 16s ago 6m * 2024-04-15T20:39:24.030 INFO:teuthology.orchestra.run.smithi131.stdout:prometheus ?:9095 1/1 16s ago 8m count:1 2024-04-15T20:39:25.047 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- bash -c 'ceph orch host ls' 2024-04-15T20:39:25.321 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:39:25.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:25 smithi131 ceph-mon[25334]: pgmap v259: 97 pgs: 97 active+clean; 612 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-04-15T20:39:25.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:25 smithi131 ceph-mon[25334]: from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:39:25.822 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:25 smithi148 ceph-mon[35124]: pgmap v259: 97 pgs: 97 active+clean; 612 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-04-15T20:39:25.822 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:25 smithi148 ceph-mon[35124]: from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:39:26.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:26 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:39:26.822 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:26 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T20:39:27.557 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:27 smithi131 ceph-mon[25334]: pgmap v260: 97 pgs: 97 active+clean; 612 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-04-15T20:39:27.745 INFO:teuthology.orchestra.run.smithi131.stdout:HOST ADDR LABELS STATUS 2024-04-15T20:39:27.745 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 172.21.15.131 2024-04-15T20:39:27.745 INFO:teuthology.orchestra.run.smithi131.stdout:smithi148 172.21.15.148 2024-04-15T20:39:27.745 INFO:teuthology.orchestra.run.smithi131.stdout:2 hosts in cluster 2024-04-15T20:39:27.822 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:27 smithi148 ceph-mon[35124]: pgmap v260: 97 pgs: 97 active+clean; 612 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-04-15T20:39:29.572 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:29 smithi148 ceph-mon[35124]: from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:39:29.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:29 smithi148 ceph-mon[35124]: pgmap v261: 97 pgs: 97 active+clean; 612 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2024-04-15T20:39:29.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:29 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:29.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:29 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:29.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:29 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:39:29.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:29 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:39:29.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:29 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:29.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:29 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:39:29.573 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:29 smithi148 ceph-mon[35124]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:29.631 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- bash -c 'ceph orch device ls' 2024-04-15T20:39:29.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:29 smithi131 ceph-mon[25334]: from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:39:29.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:29 smithi131 ceph-mon[25334]: pgmap v261: 97 pgs: 97 active+clean; 612 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2024-04-15T20:39:29.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:29 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:29.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:29 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:29.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:29 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T20:39:29.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:29 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T20:39:29.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:29 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:29.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:29 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T20:39:29.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:29 smithi131 ceph-mon[25334]: from='mgr.14217 172.21.15.131:0/1364851194' entity='mgr.smithi131.nzhwkl' 2024-04-15T20:39:29.881 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:39:31.745 INFO:teuthology.orchestra.run.smithi131.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-04-15T20:39:31.745 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300N4400BGN 372G No 3m ago Has a FileSystem, LVM detected 2024-04-15T20:39:31.745 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme1n1 ssd Linux_5eef0e14d84d071bdeaf 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-15T20:39:31.746 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme2n1 ssd Linux_7b702783037b21fd20cd 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-15T20:39:31.746 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme3n1 ssd Linux_27d19a274ffbc4d53b4c 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-15T20:39:31.746 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme4n1 ssd Linux_c9c2f20ce007a38c3648 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-15T20:39:31.746 INFO:teuthology.orchestra.run.smithi131.stdout:smithi148 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT6233005G400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-04-15T20:39:31.746 INFO:teuthology.orchestra.run.smithi131.stdout:smithi148 /dev/nvme1n1 ssd Linux_e178e30803bbee4e7f5f 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-15T20:39:31.746 INFO:teuthology.orchestra.run.smithi131.stdout:smithi148 /dev/nvme2n1 ssd Linux_0a5f491d6bef18a04491 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-15T20:39:31.746 INFO:teuthology.orchestra.run.smithi131.stdout:smithi148 /dev/nvme3n1 ssd Linux_1352ff22f5523765d56f 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-15T20:39:31.746 INFO:teuthology.orchestra.run.smithi131.stdout:smithi148 /dev/nvme4n1 ssd Linux_9236aef94b499d6c5386 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-15T20:39:31.746 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:31 smithi131 ceph-mon[25334]: pgmap v262: 97 pgs: 97 active+clean; 612 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:39:31.822 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:31 smithi148 ceph-mon[35124]: pgmap v262: 97 pgs: 97 active+clean; 612 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:39:32.521 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 -- bash -c 'ceph orch ls | grep '"'"'^osd.all-available-devices '"'"'' 2024-04-15T20:39:32.771 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/mon.smithi131/config 2024-04-15T20:39:33.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:33 smithi131 ceph-mon[25334]: from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:39:33.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:33 smithi131 ceph-mon[25334]: pgmap v263: 97 pgs: 97 active+clean; 612 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:39:33.822 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:33 smithi148 ceph-mon[35124]: from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:39:33.822 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:33 smithi148 ceph-mon[35124]: pgmap v263: 97 pgs: 97 active+clean; 612 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:39:34.612 INFO:teuthology.orchestra.run.smithi131.stdout:osd.all-available-devices 8 16s ago 6m * 2024-04-15T20:39:35.194 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-04-15T20:39:35.204 INFO:tasks.vip:Removing 10.0.15.131 (and any VIPs) on smithi131.front.sepia.ceph.com iface enp3s0f1... 2024-04-15T20:39:35.205 DEBUG:teuthology.orchestra.run.smithi131:> sudo ip addr del 10.0.15.131/16 dev enp3s0f1 2024-04-15T20:39:35.237 DEBUG:teuthology.orchestra.run.smithi131:> sudo ip addr del 10.0.31.131/16 dev enp3s0f1 2024-04-15T20:39:35.308 INFO:tasks.vip:Removing 10.0.15.148 (and any VIPs) on smithi148.front.sepia.ceph.com iface enp3s0f1... 2024-04-15T20:39:35.308 DEBUG:teuthology.orchestra.run.smithi148:> sudo ip addr del 10.0.15.148/16 dev enp3s0f1 2024-04-15T20:39:35.345 DEBUG:teuthology.orchestra.run.smithi148:> sudo ip addr del 10.0.31.131/16 dev enp3s0f1 2024-04-15T20:39:35.416 INFO:teuthology.orchestra.run.smithi148.stderr:Error: ipv4: Address not found. 2024-04-15T20:39:35.417 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-04-15T20:39:35.417 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-15T20:39:35.427 INFO:tasks.cephadm:Teardown begin 2024-04-15T20:39:35.428 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-15T20:39:35.457 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-15T20:39:35.488 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-15T20:39:35.488 DEBUG:teuthology.orchestra.run.smithi131:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-15T20:39:35.513 DEBUG:teuthology.orchestra.run.smithi148:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-15T20:39:35.545 INFO:tasks.cephadm:Stopping all daemons... 2024-04-15T20:39:35.545 INFO:tasks.cephadm.mon.smithi131:Stopping mon.smithi131... 2024-04-15T20:39:35.545 DEBUG:teuthology.orchestra.run.smithi131:> sudo systemctl stop ceph-add79b0a-fb66-11ee-bc8f-c7b262605968@mon.smithi131 2024-04-15T20:39:35.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:35 smithi131 ceph-mon[25334]: pgmap v264: 97 pgs: 97 active+clean; 612 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:39:35.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:35 smithi131 ceph-mon[25334]: from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:39:35.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:35 smithi131 systemd[1]: Stopping Ceph mon.smithi131 for add79b0a-fb66-11ee-bc8f-c7b262605968... 2024-04-15T20:39:35.822 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:35 smithi148 ceph-mon[35124]: pgmap v264: 97 pgs: 97 active+clean; 612 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-15T20:39:35.822 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:35 smithi148 ceph-mon[35124]: from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T20:39:36.307 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:35 smithi131 ceph-add79b0a-fb66-11ee-bc8f-c7b262605968-mon-smithi131[25330]: 2024-04-15T20:39:35.840+0000 7fa5106be700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi131 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-15T20:39:36.307 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:35 smithi131 ceph-add79b0a-fb66-11ee-bc8f-c7b262605968-mon-smithi131[25330]: 2024-04-15T20:39:35.840+0000 7fa5106be700 -1 mon.smithi131@0(leader) e2 *** Got Signal Terminated *** 2024-04-15T20:39:36.307 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:36 smithi131 podman[95074]: 2024-04-15 20:39:36.024037098 +0000 UTC m=+0.280150301 container died 8f7432c0f09083ff952740ca4985095312a6e1e916e1219ea06b9d0b538718eb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29, name=ceph-add79b0a-fb66-11ee-bc8f-c7b262605968-mon-smithi131, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240409, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, RELEASE=main-87dbfb6, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS) 2024-04-15T20:39:36.796 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:36 smithi131 podman[95074]: 2024-04-15 20:39:36.498778197 +0000 UTC m=+0.754891403 container cleanup 8f7432c0f09083ff952740ca4985095312a6e1e916e1219ea06b9d0b538718eb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29, name=ceph-add79b0a-fb66-11ee-bc8f-c7b262605968-mon-smithi131, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=main-87dbfb6, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240409, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-04-15T20:39:36.796 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Apr 15 20:39:36 smithi131 bash[95074]: ceph-add79b0a-fb66-11ee-bc8f-c7b262605968-mon-smithi131 2024-04-15T20:39:36.979 DEBUG:teuthology.orchestra.run.smithi131:> sudo pkill -f 'journalctl -f -n 0 -u ceph-add79b0a-fb66-11ee-bc8f-c7b262605968@mon.smithi131.service' 2024-04-15T20:39:37.046 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-15T20:39:37.046 INFO:tasks.cephadm.mon.smithi131:Stopped mon.smithi131 2024-04-15T20:39:37.046 INFO:tasks.cephadm.mon.smithi148:Stopping mon.smithi148... 2024-04-15T20:39:37.046 DEBUG:teuthology.orchestra.run.smithi148:> sudo systemctl stop ceph-add79b0a-fb66-11ee-bc8f-c7b262605968@mon.smithi148 2024-04-15T20:39:37.358 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:37 smithi148 systemd[1]: Stopping Ceph mon.smithi148 for add79b0a-fb66-11ee-bc8f-c7b262605968... 2024-04-15T20:39:37.750 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:37 smithi148 ceph-add79b0a-fb66-11ee-bc8f-c7b262605968-mon-smithi148[35101]: 2024-04-15T20:39:37.361+0000 7fa67149e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi148 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-15T20:39:37.750 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:37 smithi148 ceph-add79b0a-fb66-11ee-bc8f-c7b262605968-mon-smithi148[35101]: 2024-04-15T20:39:37.361+0000 7fa67149e700 -1 mon.smithi148@1(peon) e2 *** Got Signal Terminated *** 2024-04-15T20:39:37.750 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:37 smithi148 podman[69618]: 2024-04-15 20:39:37.495313022 +0000 UTC m=+0.247009176 container died 229b305a3b72d545f0eb08849a05f07cc1f195c947ef3e4715848e58be0a357e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-add79b0a-fb66-11ee-bc8f-c7b262605968-mon-smithi148, CEPH_POINT_RELEASE=, RELEASE=main-87dbfb6, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240409, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-04-15T20:39:38.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:37 smithi148 podman[69618]: 2024-04-15 20:39:37.928145605 +0000 UTC m=+0.679841818 container cleanup 229b305a3b72d545f0eb08849a05f07cc1f195c947ef3e4715848e58be0a357e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-add79b0a-fb66-11ee-bc8f-c7b262605968-mon-smithi148, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-87dbfb6, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.build-date=20240409, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-04-15T20:39:38.073 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Apr 15 20:39:37 smithi148 bash[69618]: ceph-add79b0a-fb66-11ee-bc8f-c7b262605968-mon-smithi148 2024-04-15T20:39:38.344 DEBUG:teuthology.orchestra.run.smithi148:> sudo pkill -f 'journalctl -f -n 0 -u ceph-add79b0a-fb66-11ee-bc8f-c7b262605968@mon.smithi148.service' 2024-04-15T20:39:38.395 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-15T20:39:38.396 INFO:tasks.cephadm.mon.smithi148:Stopped mon.smithi148 2024-04-15T20:39:38.396 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 --force --keep-logs 2024-04-15T20:39:38.691 INFO:teuthology.orchestra.run.smithi131.stdout:Deleting cluster with fsid: add79b0a-fb66-11ee-bc8f-c7b262605968 2024-04-15T20:40:45.215 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 --force --keep-logs 2024-04-15T20:40:45.412 INFO:teuthology.orchestra.run.smithi148.stdout:Deleting cluster with fsid: add79b0a-fb66-11ee-bc8f-c7b262605968 2024-04-15T20:41:33.651 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-15T20:41:33.690 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-15T20:41:33.721 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-15T20:41:33.722 DEBUG:teuthology.misc:Transferring archived files from smithi131:/var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657299/remote/smithi131/crash 2024-04-15T20:41:33.723 DEBUG:teuthology.orchestra.run.smithi131:> sudo tar c -f - -C /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/crash -- . 2024-04-15T20:41:33.772 INFO:teuthology.orchestra.run.smithi131.stderr:tar: /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T20:41:33.772 INFO:teuthology.orchestra.run.smithi131.stderr:tar: Error is not recoverable: exiting now 2024-04-15T20:41:33.774 DEBUG:teuthology.misc:Transferring archived files from smithi148:/var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657299/remote/smithi148/crash 2024-04-15T20:41:33.775 DEBUG:teuthology.orchestra.run.smithi148:> sudo tar c -f - -C /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/crash -- . 2024-04-15T20:41:33.814 INFO:teuthology.orchestra.run.smithi148.stderr:tar: /var/lib/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T20:41:33.814 INFO:teuthology.orchestra.run.smithi148.stderr:tar: Error is not recoverable: exiting now 2024-04-15T20:41:33.816 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-15T20:41:33.816 DEBUG:teuthology.orchestra.run.smithi131:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-15T20:41:33.847 INFO:teuthology.orchestra.run.smithi131.stdout:2024-04-15T20:38:50.441417+0000 mon.smithi131 (mon.0) 1026 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-15T20:41:33.848 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-04-15T20:41:33.848 DEBUG:teuthology.orchestra.run.smithi131:> sudo egrep '\[SEC\]' /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-15T20:41:33.917 DEBUG:teuthology.orchestra.run.smithi131:> sudo egrep '\[ERR\]' /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-15T20:41:33.988 DEBUG:teuthology.orchestra.run.smithi131:> sudo egrep '\[WRN\]' /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-15T20:41:34.059 INFO:teuthology.orchestra.run.smithi131.stdout:2024-04-15T20:38:50.441417+0000 mon.smithi131 (mon.0) 1026 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-15T20:41:34.060 INFO:tasks.cephadm:Compressing logs... 2024-04-15T20:41:34.060 DEBUG:teuthology.orchestra.run.smithi131:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-15T20:41:34.102 DEBUG:teuthology.orchestra.run.smithi148:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-15T20:41:34.129 INFO:teuthology.orchestra.run.smithi131.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T20:41:34.129 INFO:teuthology.orchestra.run.smithi131.stderr:: No such file or directory 2024-04-15T20:41:34.129 INFO:teuthology.orchestra.run.smithi131.stderr:gzip -5 --verbose -- /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-mds.foofs.smithi131.btepfd.log 2024-04-15T20:41:34.129 INFO:teuthology.orchestra.run.smithi131.stderr:gzip -5 --verbose -- /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-mon.smithi131.log 2024-04-15T20:41:34.132 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-mds.foofs.smithi131.btepfd.log: gzip -5 --verbose -- /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph.audit.log 2024-04-15T20:41:34.132 INFO:teuthology.orchestra.run.smithi131.stderr: 79.1% -- replaced with /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-mds.foofs.smithi131.btepfd.log.gz 2024-04-15T20:41:34.133 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-mon.smithi131.log: gzip -5 --verbose -- /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-osd.1.log 2024-04-15T20:41:34.133 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-client.ceph-exporter.smithi131.log 2024-04-15T20:41:34.133 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-osd.7.log 2024-04-15T20:41:34.133 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-client.ceph-exporter.smithi131.log: gzip -5 --verbose -- /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-osd.5.log 2024-04-15T20:41:34.133 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-osd.3.log 2024-04-15T20:41:34.133 INFO:teuthology.orchestra.run.smithi131.stderr: 94.1% -- replaced with /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-client.ceph-exporter.smithi131.log.gz 2024-04-15T20:41:34.133 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-osd.5.log: 91.4% -- replaced with /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph.audit.log.gz 2024-04-15T20:41:34.137 INFO:teuthology.orchestra.run.smithi148.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T20:41:34.137 INFO:teuthology.orchestra.run.smithi148.stderr:: No such file or directory 2024-04-15T20:41:34.137 INFO:teuthology.orchestra.run.smithi148.stderr:gzip -5 --verbose -- /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-osd.6.log 2024-04-15T20:41:34.137 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph.audit.log 2024-04-15T20:41:34.137 INFO:teuthology.orchestra.run.smithi148.stderr:gzip -5 --verbose -- /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-mds.foofs.smithi148.cdcwpj.log 2024-04-15T20:41:34.137 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-osd.6.log: /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-osd.4.log 2024-04-15T20:41:34.138 INFO:teuthology.orchestra.run.smithi148.stderr:gzip -5 --verbose -- /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-client.ceph-exporter.smithi148.log 2024-04-15T20:41:34.138 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-mds.foofs.smithi148.cdcwpj.log: /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-mon.smithi148.log 2024-04-15T20:41:34.138 INFO:teuthology.orchestra.run.smithi148.stderr: 87.0% -- replaced with /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-mds.foofs.smithi148.cdcwpj.log.gz 2024-04-15T20:41:34.138 INFO:teuthology.orchestra.run.smithi148.stderr: 92.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T20:41:34.138 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-client.ceph-exporter.smithi148.log: gzip -5 --verbose -- /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-osd.0.log 2024-04-15T20:41:34.138 INFO:teuthology.orchestra.run.smithi148.stderr: 28.5% -- replaced with /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-client.ceph-exporter.smithi148.log.gz 2024-04-15T20:41:34.138 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-mon.smithi148.log: gzip -5 --verbose -- /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-mgr.smithi148.jswtdg.log 2024-04-15T20:41:34.138 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph.cephadm.log 2024-04-15T20:41:34.138 INFO:teuthology.orchestra.run.smithi148.stderr: 91.5% -- replaced with /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph.audit.log.gz 2024-04-15T20:41:34.138 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-mgr.smithi148.jswtdg.log: gzip -5 --verbose -- /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph.log 2024-04-15T20:41:34.138 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-osd.2.log 2024-04-15T20:41:34.138 INFO:teuthology.orchestra.run.smithi148.stderr: 83.6%/var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph.log: -- replaced with /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph.cephadm.log.gz 2024-04-15T20:41:34.139 INFO:teuthology.orchestra.run.smithi148.stderr:gzip -5 --verbose -- /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-volume.log 2024-04-15T20:41:34.139 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-osd.2.log: /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-volume.log: 87.3% -- replaced with /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph.log.gz 2024-04-15T20:41:34.139 INFO:teuthology.orchestra.run.smithi148.stderr: 92.1% -- replaced with /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-mgr.smithi148.jswtdg.log.gz 2024-04-15T20:41:34.147 INFO:teuthology.orchestra.run.smithi131.stderr:gzip -5 --verbose -- /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-mgr.smithi131.nzhwkl.log 2024-04-15T20:41:34.149 INFO:teuthology.orchestra.run.smithi148.stderr: 91.3% -- replaced with /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-volume.log.gz 2024-04-15T20:41:34.149 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph.cephadm.log 2024-04-15T20:41:34.154 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-mgr.smithi131.nzhwkl.log: gzip -5 --verbose -- /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph.log 2024-04-15T20:41:34.155 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph.cephadm.log: 84.2% -- replaced with /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph.cephadm.log.gz 2024-04-15T20:41:34.155 INFO:teuthology.orchestra.run.smithi131.stderr:gzip -5 --verbose -- /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-volume.log 2024-04-15T20:41:34.157 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph.log: 87.5% -- replaced with /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph.log.gz 2024-04-15T20:41:34.158 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-volume.log: 91.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T20:41:34.171 INFO:teuthology.orchestra.run.smithi131.stderr: 91.1% -- replaced with /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-volume.log.gz 2024-04-15T20:41:34.236 INFO:teuthology.orchestra.run.smithi148.stderr: 92.5% -- replaced with /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-mon.smithi148.log.gz 2024-04-15T20:41:34.271 INFO:teuthology.orchestra.run.smithi131.stderr: 92.9% -- replaced with /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-osd.5.log.gz 2024-04-15T20:41:34.303 INFO:teuthology.orchestra.run.smithi148.stderr: 92.8% -- replaced with /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-osd.6.log.gz 2024-04-15T20:41:34.316 INFO:teuthology.orchestra.run.smithi148.stderr: 93.1% -- replaced with /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-osd.0.log.gz 2024-04-15T20:41:34.319 INFO:teuthology.orchestra.run.smithi148.stderr: 92.8% -- replaced with /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-osd.4.log.gz 2024-04-15T20:41:34.344 INFO:teuthology.orchestra.run.smithi131.stderr: 93.0% -- replaced with /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-osd.7.log.gz 2024-04-15T20:41:34.349 INFO:teuthology.orchestra.run.smithi131.stderr: 93.1% -- replaced with /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-osd.1.log.gz 2024-04-15T20:41:34.363 INFO:teuthology.orchestra.run.smithi131.stderr: 88.5% -- replaced with /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-mgr.smithi131.nzhwkl.log.gz 2024-04-15T20:41:34.375 INFO:teuthology.orchestra.run.smithi148.stderr: 93.2% -- replaced with /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-osd.2.log.gz 2024-04-15T20:41:34.377 INFO:teuthology.orchestra.run.smithi148.stderr: 2024-04-15T20:41:34.378 INFO:teuthology.orchestra.run.smithi148.stderr:real 0m0.260s 2024-04-15T20:41:34.378 INFO:teuthology.orchestra.run.smithi148.stderr:user 0m0.895s 2024-04-15T20:41:34.378 INFO:teuthology.orchestra.run.smithi148.stderr:sys 0m0.053s 2024-04-15T20:41:34.390 INFO:teuthology.orchestra.run.smithi131.stderr: 93.2% -- replaced with /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-osd.3.log.gz 2024-04-15T20:41:34.512 INFO:teuthology.orchestra.run.smithi131.stderr: 90.9% -- replaced with /var/log/ceph/add79b0a-fb66-11ee-bc8f-c7b262605968/ceph-mon.smithi131.log.gz 2024-04-15T20:41:34.515 INFO:teuthology.orchestra.run.smithi131.stderr: 2024-04-15T20:41:34.515 INFO:teuthology.orchestra.run.smithi131.stderr:real 0m0.399s 2024-04-15T20:41:34.515 INFO:teuthology.orchestra.run.smithi131.stderr:user 0m1.421s 2024-04-15T20:41:34.515 INFO:teuthology.orchestra.run.smithi131.stderr:sys 0m0.071s 2024-04-15T20:41:34.515 INFO:tasks.cephadm:Archiving logs... 2024-04-15T20:41:34.515 DEBUG:teuthology.misc:Transferring archived files from smithi131:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657299/remote/smithi131/log 2024-04-15T20:41:34.516 DEBUG:teuthology.orchestra.run.smithi131:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T20:41:34.775 DEBUG:teuthology.misc:Transferring archived files from smithi148:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657299/remote/smithi148/log 2024-04-15T20:41:34.776 DEBUG:teuthology.orchestra.run.smithi148:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T20:41:34.938 INFO:tasks.cephadm:Removing cluster... 2024-04-15T20:41:34.938 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 --force 2024-04-15T20:41:35.120 INFO:teuthology.orchestra.run.smithi131.stdout:Deleting cluster with fsid: add79b0a-fb66-11ee-bc8f-c7b262605968 2024-04-15T20:41:35.242 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid add79b0a-fb66-11ee-bc8f-c7b262605968 --force 2024-04-15T20:41:35.427 INFO:teuthology.orchestra.run.smithi148.stdout:Deleting cluster with fsid: add79b0a-fb66-11ee-bc8f-c7b262605968 2024-04-15T20:41:35.547 INFO:tasks.cephadm:Removing cephadm ... 2024-04-15T20:41:35.548 DEBUG:teuthology.orchestra.run.smithi131:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T20:41:35.563 DEBUG:teuthology.orchestra.run.smithi148:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T20:41:35.578 INFO:tasks.cephadm:Teardown complete 2024-04-15T20:41:35.579 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-04-15T20:41:35.593 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi131:/dev/vg_nvme/lv_1... 2024-04-15T20:41:35.593 DEBUG:teuthology.orchestra.run.smithi131:> sudo nvme disconnect -n lv_1 2024-04-15T20:41:35.745 INFO:teuthology.orchestra.run.smithi131.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-15T20:41:35.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T20:41:35.746 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi131:/dev/vg_nvme/lv_2... 2024-04-15T20:41:35.746 DEBUG:teuthology.orchestra.run.smithi131:> sudo nvme disconnect -n lv_2 2024-04-15T20:41:35.881 INFO:teuthology.orchestra.run.smithi131.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-15T20:41:35.882 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T20:41:35.882 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi131:/dev/vg_nvme/lv_3... 2024-04-15T20:41:35.882 DEBUG:teuthology.orchestra.run.smithi131:> sudo nvme disconnect -n lv_3 2024-04-15T20:41:36.020 INFO:teuthology.orchestra.run.smithi131.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-15T20:41:36.021 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T20:41:36.021 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi131:/dev/vg_nvme/lv_4... 2024-04-15T20:41:36.021 DEBUG:teuthology.orchestra.run.smithi131:> sudo nvme disconnect -n lv_4 2024-04-15T20:41:36.165 INFO:teuthology.orchestra.run.smithi131.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-15T20:41:36.166 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T20:41:36.166 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-04-15T20:41:36.166 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/scratch_devs 2024-04-15T20:41:36.195 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi148:/dev/vg_nvme/lv_1... 2024-04-15T20:41:36.195 DEBUG:teuthology.orchestra.run.smithi148:> sudo nvme disconnect -n lv_1 2024-04-15T20:41:36.341 INFO:teuthology.orchestra.run.smithi148.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-15T20:41:36.342 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T20:41:36.343 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi148:/dev/vg_nvme/lv_2... 2024-04-15T20:41:36.343 DEBUG:teuthology.orchestra.run.smithi148:> sudo nvme disconnect -n lv_2 2024-04-15T20:41:36.488 INFO:teuthology.orchestra.run.smithi148.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-15T20:41:36.489 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T20:41:36.490 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi148:/dev/vg_nvme/lv_3... 2024-04-15T20:41:36.490 DEBUG:teuthology.orchestra.run.smithi148:> sudo nvme disconnect -n lv_3 2024-04-15T20:41:36.676 INFO:teuthology.orchestra.run.smithi148.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-15T20:41:36.677 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T20:41:36.678 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi148:/dev/vg_nvme/lv_4... 2024-04-15T20:41:36.678 DEBUG:teuthology.orchestra.run.smithi148:> sudo nvme disconnect -n lv_4 2024-04-15T20:41:36.837 INFO:teuthology.orchestra.run.smithi148.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-15T20:41:36.838 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T20:41:36.839 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-04-15T20:41:36.839 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/scratch_devs 2024-04-15T20:41:36.868 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-15T20:41:36.878 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-15T20:41:36.879 DEBUG:teuthology.orchestra.run.smithi131:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T20:41:36.881 DEBUG:teuthology.orchestra.run.smithi148:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T20:41:36.895 INFO:teuthology.orchestra.run.smithi131.stderr:bash: line 1: ntpq: command not found 2024-04-15T20:41:36.900 INFO:teuthology.orchestra.run.smithi131.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T20:41:36.900 INFO:teuthology.orchestra.run.smithi131.stdout:=============================================================================== 2024-04-15T20:41:36.900 INFO:teuthology.orchestra.run.smithi131.stdout:^* hv01.front.sepia.ceph.com 3 6 377 26 +664us[ +668us] +/- 41ms 2024-04-15T20:41:36.900 INFO:teuthology.orchestra.run.smithi131.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 26 -828us[ -828us] +/- 70ms 2024-04-15T20:41:36.900 INFO:teuthology.orchestra.run.smithi131.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 25 -187us[ -187us] +/- 79ms 2024-04-15T20:41:36.900 INFO:teuthology.orchestra.run.smithi131.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T20:41:36.922 INFO:teuthology.orchestra.run.smithi148.stderr:bash: line 1: ntpq: command not found 2024-04-15T20:41:36.926 INFO:teuthology.orchestra.run.smithi148.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T20:41:36.927 INFO:teuthology.orchestra.run.smithi148.stdout:=============================================================================== 2024-04-15T20:41:36.927 INFO:teuthology.orchestra.run.smithi148.stdout:^* hv01.front.sepia.ceph.com 3 6 377 27 +654us[ +657us] +/- 41ms 2024-04-15T20:41:36.927 INFO:teuthology.orchestra.run.smithi148.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 26 -820us[ -820us] +/- 70ms 2024-04-15T20:41:36.927 INFO:teuthology.orchestra.run.smithi148.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 25 -197us[ -197us] +/- 79ms 2024-04-15T20:41:36.927 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T20:41:36.927 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-15T20:41:36.944 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-15T20:41:36.946 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-15T20:41:36.956 DEBUG:teuthology.orchestra.run.smithi131:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-15T20:41:37.038 DEBUG:teuthology.orchestra.run.smithi148:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-15T20:41:37.112 DEBUG:teuthology.orchestra.run.smithi131:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-15T20:41:37.144 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T20:41:37.145 DEBUG:teuthology.orchestra.run.smithi148:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-15T20:41:37.175 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T20:41:37.176 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-15T20:41:37.186 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-15T20:41:37.197 INFO:teuthology.task.internal:Duration was 1131.058718 seconds 2024-04-15T20:41:37.197 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-15T20:41:37.207 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-15T20:41:37.208 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T20:41:37.210 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T20:41:37.254 INFO:teuthology.orchestra.run.smithi131.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T20:41:37.261 INFO:teuthology.orchestra.run.smithi148.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T20:41:37.609 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-15T20:41:37.609 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi131.front.sepia.ceph.com 2024-04-15T20:41:37.610 DEBUG:teuthology.orchestra.run.smithi131:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-15T20:41:37.629 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi148.front.sepia.ceph.com 2024-04-15T20:41:37.630 DEBUG:teuthology.orchestra.run.smithi148:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-15T20:41:37.655 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-15T20:41:37.655 DEBUG:teuthology.orchestra.run.smithi131:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T20:41:37.672 DEBUG:teuthology.orchestra.run.smithi148:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T20:41:37.725 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-15T20:41:37.725 DEBUG:teuthology.orchestra.run.smithi131:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T20:41:37.742 DEBUG:teuthology.orchestra.run.smithi148:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T20:41:38.035 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-15T20:41:38.047 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-15T20:41:38.047 DEBUG:teuthology.orchestra.run.smithi131:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T20:41:38.075 DEBUG:teuthology.orchestra.run.smithi148:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T20:41:38.103 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-15T20:41:38.115 DEBUG:teuthology.orchestra.run.smithi131:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-15T20:41:38.118 DEBUG:teuthology.orchestra.run.smithi148:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-15T20:41:38.142 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern = core 2024-04-15T20:41:38.170 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern = core 2024-04-15T20:41:38.195 DEBUG:teuthology.orchestra.run.smithi131:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T20:41:38.227 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T20:41:38.227 DEBUG:teuthology.orchestra.run.smithi148:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T20:41:38.250 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T20:41:38.250 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-15T20:41:38.263 INFO:teuthology.task.internal:Transferring archived files... 2024-04-15T20:41:38.264 DEBUG:teuthology.misc:Transferring archived files from smithi131:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657299/remote/smithi131 2024-04-15T20:41:38.264 DEBUG:teuthology.orchestra.run.smithi131:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T20:41:38.310 DEBUG:teuthology.misc:Transferring archived files from smithi148:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657299/remote/smithi148 2024-04-15T20:41:38.310 DEBUG:teuthology.orchestra.run.smithi148:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T20:41:38.349 INFO:teuthology.task.internal:Removing archive directory... 2024-04-15T20:41:38.349 DEBUG:teuthology.orchestra.run.smithi131:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T20:41:38.351 DEBUG:teuthology.orchestra.run.smithi148:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T20:41:38.398 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-15T20:41:38.411 INFO:teuthology.task.internal:Not uploading archives. 2024-04-15T20:41:38.411 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-15T20:41:38.421 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-15T20:41:38.422 DEBUG:teuthology.orchestra.run.smithi131:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T20:41:38.424 DEBUG:teuthology.orchestra.run.smithi148:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T20:41:38.436 INFO:teuthology.orchestra.run.smithi131.stdout: 265305 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 20:41 /home/ubuntu/cephtest 2024-04-15T20:41:38.453 INFO:teuthology.orchestra.run.smithi148.stdout: 265475 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 20:41 /home/ubuntu/cephtest 2024-04-15T20:41:38.454 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-15T20:41:38.465 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-15T20:41:38.487 INFO:teuthology.nuke:Checking targets against current locks 2024-04-15T20:41:38.515 DEBUG:teuthology.nuke:shortname: smithi131 2024-04-15T20:41:38.515 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T20:41:38.537 DEBUG:teuthology.nuke:shortname: smithi148 2024-04-15T20:41:38.538 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T20:41:38.541 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi131.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657299', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 20:11:42.046470', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAMxyT/whc8kanXobYuknMWmpabPbkIrPE1vC4sRdGCrs3jeiWPCA6RBOQjROerP+Q/UCFtzDFf+s7Yd+CcsOus='} 2024-04-15T20:41:38.559 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi148.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657299', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 20:11:42.048380', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG9S8MF8GmF6DYkYfUh+hvx5KbIlW34w7Mm1WYMYsS6nGVkjYGjIBw932psUCTK+udREe5+LXXJq9OR8Vvg+sRU='} 2024-04-15T20:41:38.584 INFO:teuthology.orchestra.console.smithi131:Power off 2024-04-15T20:41:38.584 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T20:41:38.607 DEBUG:teuthology.orchestra.console.smithi131:power off output: Chassis Power Control: Down/Off 2024-04-15T20:41:38.607 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T20:41:38.621 INFO:teuthology.orchestra.console.smithi148:Power off 2024-04-15T20:41:38.621 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T20:41:38.630 DEBUG:teuthology.orchestra.console.smithi131:check power output: Chassis Power is on 2024-04-15T20:41:38.643 DEBUG:teuthology.orchestra.console.smithi148:power off output: Chassis Power Control: Down/Off 2024-04-15T20:41:38.643 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T20:41:38.666 DEBUG:teuthology.orchestra.console.smithi148:check power output: Chassis Power is on 2024-04-15T20:41:42.632 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T20:41:42.667 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T20:41:42.742 DEBUG:teuthology.orchestra.console.smithi131:check power output: Chassis Power is on 2024-04-15T20:41:42.775 DEBUG:teuthology.orchestra.console.smithi148:check power output: Chassis Power is on 2024-04-15T20:41:46.747 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T20:41:46.776 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T20:41:46.858 DEBUG:teuthology.orchestra.console.smithi131:check power output: Chassis Power is off 2024-04-15T20:41:46.885 DEBUG:teuthology.orchestra.console.smithi148:check power output: Chassis Power is on 2024-04-15T20:41:46.959 INFO:teuthology.orchestra.console.smithi131:Power off completed 2024-04-15T20:41:50.889 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T20:41:51.000 DEBUG:teuthology.orchestra.console.smithi148:check power output: Chassis Power is off 2024-04-15T20:41:51.101 INFO:teuthology.orchestra.console.smithi148:Power off completed 2024-04-15T20:41:51.205 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} duration: 1131.0587177276611 failure_reason: '"2024-04-15T20:38:50.441417+0000 mon.smithi131 (mon.0) 1026 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON)" in cluster log' owner: scheduled_teuthology@teuthology success: false 2024-04-15T20:41:51.205 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T20:41:51.293 INFO:teuthology.run:FAIL