Fix disk cachemodes config error
This incorrect disk_cachemodes setting was causing nova-compute to set 'none' as the disk cache instead of 'writeback'. We want to use writeback instead because we don't care about data integrity on nodepool guests. Change-Id: I9b31c4afa8b7836f2f77294033d0a92bec55dd84
This commit is contained in:
Submodule openstack-ansible updated: 6ec9c83247...7aff566ddc
@@ -42,7 +42,7 @@ nova_console_type: novnc
|
||||
# The intent is to allow flexible ratios (to a point) while using ram as the
|
||||
# bottom line limiting factor in determining a full host normally.
|
||||
nova_cpu_mode: host-passthrough
|
||||
nova_libvirt_disk_cachemodes: writeback
|
||||
nova_libvirt_disk_cachemodes: 'file=writeback'
|
||||
nova_compute_ksm_enabled: True
|
||||
nova_cpu_allocation_ratio: 10
|
||||
nova_disk_allocation_ratio: 5
|
||||
|
Reference in New Issue
Block a user