The cinder.volume.drivers.scality Module¶
Scality SOFS Volume Driver.
-
class
ScalityDriver(*args, **kwargs)¶ Bases:
cinder.volume.drivers.remotefs.RemoteFSSnapDriverScality SOFS cinder driver.
Creates sparse files on SOFS for hypervisors to use as block devices.
-
VERSION= '2.0.0'¶
-
backup_volume(context, backup, backup_service)¶ Create a new backup from an existing volume.
-
check_for_setup_error()¶ Sanity checks before attempting to mount SOFS.
-
driver_prefix= 'scality_sofs'¶
-
driver_volume_type= 'scality'¶
-
extend_volume(inst, *args, **kwargs)¶
-
get_volume_stats(refresh=False)¶ Return the current state of the volume service.
-
initialize_connection(inst, *args, **kwargs)¶
-
restore_backup(context, backup, volume, backup_service)¶ Restore an existing backup to a new or existing volume.
-
volume_backend_name= 'Scality_SOFS'¶
-