Starting with VMware Integrated OpenStack 3.1, you can change the default adapter type for newly created volumes by changing vmware_adapter_type
parameter using a custom.yml file.
About this task
By default, empty volumes are always created and attached to a lsiLogic controller. When a volume is created from image, Cinder respects the vmware_adaptertype
property of the image and creates the corresponding controller. For newly created volumes you set the adapter type by using the cinder_volume_default_adapter_type
parameter in the custom.yml file with one of the following values.
Value |
Description |
---|---|
lsiLogic |
Sets the default adapter type to LSI Logic |
busLogic |
Sets the default adapter type to Bus Logic |
lsiLogicsas |
Sets the default adapter type to LSI Logic SAS |
paraVirtual |
Sets the default adapter type to VMware Paravirtual SCSI |
ide |
Sets the default adapter type to IDE |