Certified Block Storage Drivers & Configurations
Steps for how to configure PCD certified block storage drivers
Last updated
Was this helpful?
Steps for how to configure PCD certified block storage drivers
This section provides tested configuration examples for certified enterprise storage drivers and backends supported by Private Cloud Director (PCD). Follow these guides when configuring volume backends for your storage infrastructure.
Each vendor page includes:
Driver specification (Python class path)
Connection parameters (IP addresses, credentials, protocol settings)
Storage-specific settings (pool names, volume folders, feature flags)
Multipath configuration guidance
Version requirements and limitations
Store credentials securely
Never commit passwords or API tokens to version control. Use service accounts with minimal privileges and validate connectivity before enabling backends.
For conceptual information about volume types and backend architecture, see Volume.
For production deployments using Fibre Channel or iSCSI, enable multipath on compute hosts.
Add the following to /opt/pf9/etc/nova/conf.d/nova_override.conf:
Configure the multipath daemon in /etc/multipath.conf:
Restart the related services:
After you configure a volume backend, create a volume type to make it available.
Go to Infrastructure > Cluster Blueprint > Persistent Storage Connectivity.
Select Add Volume Type.
Enter a descriptive name.
Select Add Configuration, then select your backend.
Add any required metadata as extra specs.
volume_backend_name
Unique identifier for the backend.
Required
volume_driver
Python class path to the driver.
Required
reserved_percentage
Percentage of storage to reserve.
0
max_over_subscription_ratio
Thin-provisioning ratio.
1.0
use_multipath_for_image_xfer
Enables multipath for image transfers.
false
Last updated
Was this helpful?
Was this helpful?
[DEFAULT]
volume_use_multipath = true defaults {
user_friendly_names no
find_multipaths yes
} sudo systemctl restart multipathd
sudo systemctl restart pf9-ostackhost