Block Storage
When configuring block storage for your Private Cloud Director setup, your first step is to configure block storage role on one or more of your hypervisors, and create one or more storage types and storage backend configurations, as part of Cluster Blueprint creation.
Once storage is configured, administrators or end users can create block storage volumes and attach to virtual machines.
Configure Block Storage
When configuring block storage for your Private Cloud Director setup, you will configure one or more hypervisor hosts in your cluster as a 'Block Storage Node'. These hosts are configured with the OpenStack Cinder data-plane software, enabling interoperability of your cluster with all Cinder compatible storage devices. Block Storage hosts integrate with the cluster control plane and communicate with the backend storage device for storage provisioning operations. For instance, a Block Storage host will help forward a volume creation command to a NetApp block storage backend when a VM is being created. The actual data-path for storage I/O will be directly between the Hypervisor where that VM is being created, and the storage backend.
Using Linux LVM
You can use linux LVM as the storage option for your block storage requirements, where you will designate a subset of your hypervisor nodes as block storage nodes. Each block storage node will then serve block volumes to virtual machines using local storage available to it. Behind the scenes this mechanism uses the Logical Volume Manager (LVM) component included as part of linux to manage locally attached storage.
While this may work for some use cases, it's major limitation is the lack of redundancy. The block storage nodes act as independent “storage arrays” that do not share data between each other. If a block storage node fails, all volumes exported by that node, as well as the data on it, become unavailable.
Using Enterprise Block Storage
This is the most popular and recommended option for production environments. Platform9 Private Cloud Director integrates with a wide variety of enterprise storage solutions and exposes their native capabilities such as dynamic volume resizing, QoS, replication, etc.
Here's a list of commonly used and Supported storage drivers. Also see supported vendor matrix below for a full list.
Supported Vendors
Private cloud director uses OpenStack Cinder behind the scenes to serve block storage, and supports all certified Cinder-compatible block storage devices.
Refer here for the list of supported block storage vendor drivers. Click on the link specific to the driver for your specific enterprise storage in order to get details about what storage specific configuration is supported. In the document you will find out more details about the supported the key value pair metadata for your specific storage.
Supported Capabilities Matrix
Refer to this matrix for the exact list of capabilities supported by your storage vendor:
Supported Storage Drivers & Capabilities Matrix
Storage Configuration
When configuring block storage backend as part of cluster blueprint creation, the Private Cloud Director UI shows a subset of supported drivers in the dropdown list. If you select one of the drivers listed, the UI will auto-populate the required key-value metadata for that driver for you to fill up. However, if your specific storage device is not explicitly listed here, you can still configure your storage backend, as long as it's supported based on the supported list of storage vendor drivers listed above, using key-value pair options in the Cluster Blueprint.
The backend configuration is applied via the Persistent Storage Role on a selected host.
To define a Custom storage backend using the Cluster Blueprint, you need to:
Navigate to the
Cluster Blueprintconfiguration underInfrastructurein the UI.Locate the section called
Persistent Storage Connectivity.Select the
Add Volume TypeunderStorage Volume Typesoption.Click
Add Configurationand selectCustomstorage driver option from dropdown.Provide the necessary access information for your storage device via key-value pairs.
This would include information such as the storage's IP address, authentication details, and any other specific parameters required by the storage device’s cinder driver.
VM Storage Options
When provisioning a virtual machine, the following storage options are available:
Boot from an Image
The VM disk is created on the local storage on the hypervisor, using the image you choose.
This is a temporary storage option and is not persistent.
Boot from a New Volume
A persistent volume is created on the block storage configured for the cluster.
This ensures data retention even if the VM is deleted.
Boot from an Existing Volume
A new VM is launched using a pre-existing storage volume.
This is useful for cloning or restoring workloads.
Log Files
See Log Files for locations of important log files, including the storage service logs.
Last updated
Was this helpful?
