PreviousHow to Identify the LUN ID Associated with an Instance VolumeNextNew Storage Configuration in Cluster Blueprint is Not Reflecting Persistent Role Host
Last updated
# To set default volume type per project
$ cinder default-type-set <PROJECT_UUID> <TYPE_NAME>
# To unset default volume type per project
$ cinder default-type-unset <PROJECT_UUID>
# To list default volume type per project
$ cinder default-type-list [--project <PROJECT_UUID>]$ vim /opt/pf9/etc/pf9-cindervolume-base/conf.d/cinder.conf
[DEFAULT]
#Add below to existing values
default_volume_type = <VOLUME_TYPE_NAME>$ systemctl restart pf9-cindervolume-base$ openstack volume show <VOLUME_UUID> -c type