Setting Cinder Storage Credentials On Premise
This article explains how to set storage appliance credentials to your block storage node.
Prerequisites
You must have a Cinder block storage node authorized and connected.
Step 1
Log in to the Linux host which you have assigned the Cinder block storage role.
Step 2
Change directory to: /opt/pf9/etc/pf9-cindervolume-base/conf.d/ .
cd /opt/pf9/etc/pf9-cindervolume-base/conf.d/Step 3
Create a file named cinder_override.conf (note the underscore):
touch /opt/pf9/etc/pf9-cindervolume-base/conf.d/cinder_override.confAdd a [DEFAULT] section and list all the backends you wish to enable using the enabled_backends option in this section. Add the appropriate parameters for each backend as needed by the respective driver in a backend-specific section. Please refer to your storage vendor's manual for more information on which configuration options are available.
Example (for QNAP):
Step 4
Restart the pf9-cindervolume service. For example, on Enterprise Linux operating systems e.g. CentOS:
Last updated
Was this helpful?
