VNX Common Utils
Bases: object
Checks whether the extra specs are valid.
Parameters: | enabler_status – Instance of VNXEnablerStatus |
---|
Bases: dict
Converts to the dict.
It helps serialize and deserialize the data before returning to nova.
Bases: object
The model of a host which acts as an initiator to access the storage.
Bases: dict
Converts to the dict.
It helps serialize and deserialize the data before returning to nova.
Bases: object
Bases: object
Bases: list
Replication devices configured in cinder.conf
Cinder supports multiple replication_device, while VNX driver only support one replication_device for now.
Bases: object
Bases: object
Destroy the mirror view’s related VNX objects.
NOTE: primary lun will not be deleted here. :param mirror_name: name of mirror to be destroyed :param secondary_lun_name: name of LUN name
Bases: object
The internal volume which is used to pass in method call.
Bases: cinder.exception.VolumeDriverException
Raised when timeout occurs in wait_until.