Unified driver for NetApp storage systems.
Supports call to multiple storage systems of different families and protocols.
Bases: cinder.volume.driver.VolumeDriver
Deprecated driver for NetApp.
This driver is used for mapping deprecated drivers to itself in manager. It prevents cinder from getting errored out in case of upgrade scenarios and also suggests further steps.
Return the current state of the volume service. If ‘refresh’ is True, run the update first.
Bases: object
“NetApp unified block storage driver.
Acts as a mediator to NetApp storage drivers. Proxies requests based on the storage family and protocol configured. Override the proxy driver method by adding method in this driver.
Bases: object
Factory to instantiate appropriate NetApp driver.
Checks if the driver requested is a netapp driver.
“Creates an appropriate driver based on family and protocol.