Chapter 6. Verifying HCI configuration
After deployment is complete, verify the HCI environment is properly configured.
6.1. Verifying HCI configuration
After the deployment of the HCI environment, verify that the deployment was successful with the configuration specified.
Procedure
- Start a ceph shell.
Confirm NUMA and memory target configuration:
[ceph: root@oc0-controller-0 /]# ceph config dump | grep numa osd advanced osd_numa_auto_affinity true [ceph: root@oc0-controller-0 /]# ceph config dump | grep autotune osd advanced osd_memory_target_autotune true [ceph: root@oc0-controller-0 /]# ceph config get mgr mgr/cephadm/autotune_memory_target_ratio 0.200000
Confirm specific OSD configuration:
[ceph: root@oc0-controller-0 /]# ceph config get osd.11 osd_memory_target 4294967296 [ceph: root@oc0-controller-0 /]# ceph config get osd.11 osd_memory_target_autotune true [ceph: root@oc0-controller-0 /]# ceph config get osd.11 osd_numa_auto_affinity true
Confirm specific OSD backfill configuration:
[ceph: root@oc0-controller-0 /]# ceph config get osd.11 osd_recovery_op_priority 3 [ceph: root@oc0-controller-0 /]# ceph config get osd.11 osd_max_backfills 1 [ceph: root@oc0-controller-0 /]# ceph config get osd.11 osd_recovery_max_active_hdd 3 [ceph: root@oc0-controller-0 /]# ceph config get osd.11 osd_recovery_max_active_ssd 10
Confirm the
reserved_host_memory_mb
configuration on the Compute node.$ sudo podman exec -ti nova_compute /bin/bash bash-5.1$ grep reserved_host_memory_mb /etc/nova/nova.conf