The Intel Rack Scale Design volume driver is a block storage driver providing NVMe-oF support for RSD storage.
To use the RSD driver, the following requirements are needed:
cinder-volume should be running on one of the composed node in RSD, and
have access to the PODM url.nova-compute services should be running on the composed nodes in
RSD.cinder-volume and nova-compute nodes should have installed
dmidecode and the latest nvme-cli with connect/disconnect
subcommands.On cinder-volume nodes, using the following configurations in your
/etc/cinder/cinder.conf:
volume_driver = cinder.volume.drivers.rsd.RSDDriver
The following table contains the configuration options supported by the RSD driver:
| Configuration option = Default value | Description |
|---|---|
podm_password = <> |
(String) Password of PODM service |
podm_url = <> |
(String) URL of PODM service |
podm_username = <> |
(String) Username of PODM service |
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.