cinder.volume.drivers.veritas_cnfs
Module¶VeritasCNFSDriver
(*args, **kwargs)¶Bases: cinder.volume.drivers.nfs.NfsDriver
Veritas Clustered NFS based cinder driver
Version History: 1.0.0 - Initial driver implementations for Kilo. 1.0.1 - Liberty release driver not implemented. Place holder for Liberty release in case we need to support. 1.0.2 - cinder.interface.volumedriver decorator. Mitaka/Newton/Okata Release 1.0.3 - Seperate create_cloned_volume() and create_volume_from_snapshot () functionality. Pike Release
Executes commands relating to Volumes.
CI_WIKI_NAME
= 'Veritas_Access_CI'¶DRIVER_VOLUME_TYPE
= 'nfs'¶VERSION
= '1.0.3'¶create_cloned_volume
(volume, src_vref)¶Create a clone of the volume.
create_snapshot
(snapshot)¶Create a snapshot of the volume.
create_volume_from_snapshot
(volume, snapshot)¶Creates a volume from snapshot.
delete_snapshot
(snapshot)¶Delete a snapshot.
do_setup
(context)¶Any initialization the volume driver does while starting.
extend_volume
(volume, size)¶Extend the volume to new size
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.