Default Driver for san-stored volumes.
The unique thing about a SAN is that we don’t expect that we can run the volume controller on the SAN hardware. We expect to access it over SSH or some API.
Bases: cinder.volume.driver.BaseVD
Base class for SAN-style storage volumes
A SAN-style storage value is ‘different’ because the volume controller probably won’t run on it, so we need to access is over SSH or another remote protocol.
Returns an error if prerequisites aren’t met.
Exports the volume.
Synchronously recreates an export for a logical volume.
Removes an export for a logical volume.
Bases: cinder.volume.drivers.san.san.SanDriver, cinder.volume.driver.ISCSIDriver