The cinder.volume.drivers.nexenta.nexentaedge.nbd Module

class NexentaEdgeNBDDriver(vg_obj=None, *args, **kwargs)

Bases: cinder.volume.driver.VolumeDriver

Executes commands relating to NBD Volumes.

Version history:
1.0.0 - Initial driver version.
CI_WIKI_NAME = 'Nexenta_Edge_CI'
SUPPORTED = False
VERSION = '1.0.0'
backend_name
check_for_setup_error()
copy_image_to_volume(context, volume, image_service, image_id)
copy_volume_to_image(context, volume, image_service, image_meta)
create_cloned_volume(volume, src_vref)
create_export(context, volume, connector, vg=None)
create_snapshot(snapshot)
create_volume(volume)
create_volume_from_snapshot(volume, snapshot)
delete_snapshot(snapshot)
delete_volume(volume)
do_setup(context)
ensure_export(context, volume)
extend_volume(volume, new_size)
get_volume_stats(refresh=False)
initialize_connection(volume, connector, initiator_data=None)
local_path(volume)
remove_export(context, volume)
validate_connector(connector)