/cinder-rxt

Cinder driver for LVM Multipath

Primary LanguagePython

Cinder RXT Driver

The Cinder RXT Driver is a plugin for OpenStack Cinder that enables integration with Rackspace's RXTLVM storage solution. This driver allows for seamless volume management and provisioning within an OpenStack environment.

Installation

To install the Cinder RXT Driver, follow these steps:

pip install git+https://github.com/cloudnull/cinder-rxt.git

Configuration

To configure the Cinder RXT Driver, add the following to your cinder.conf file.

[DEFAULT]
enabled_backends = RXTlvm

[RXTlvm]
volume_driver = cinder_rxt.rackspace.RXTLVM
...