Bases: cinder.volume.driver.CloneableImageVD, cinder.volume.driver.BaseVD
Class of dpl storage adapter.
-
CI_WIKI_NAME = 'ProphetStor_CI'
-
VERSION = '2.0.4'
-
check_for_setup_error()
Check DPL can connect properly.
-
create_cgsnapshot(context, cgsnapshot, snapshots)
Creates a cgsnapshot.
-
create_cloned_volume(volume, src_vref)
Creates a clone of the specified volume.
-
create_consistencygroup(context, group)
Creates a consistencygroup.
-
create_export(context, volume, connector)
-
create_snapshot(snapshot)
Creates a snapshot.
-
create_volume(volume)
Create a volume.
-
create_volume_from_snapshot(volume, snapshot)
Creates a volume from a snapshot.
-
delete_cgsnapshot(context, cgsnapshot, snapshots)
Deletes a cgsnapshot.
-
delete_consistencygroup(context, group, volumes)
Delete a consistency group.
-
delete_snapshot(snapshot)
Deletes a snapshot.
-
delete_volume(volume)
Deletes a volume.
-
do_setup(context)
Any initialization the volume driver does while starting.
-
ensure_export(context, volume)
-
extend_volume(volume, new_size)
-
get_volume_stats(refresh=False)
Get volume stats.
If ‘refresh’ is True, run update the stats first.
-
remove_export(context, volume)
-
spawn_volume_from_snapshot(volume, snapshot)
Spawn a REFERENCED volume from a snapshot.
-
update_consistencygroup(context, group, add_volumes=None, remove_volumes=None)