The cinder.volume.drivers.xenapi.sm Module

class XenAPINFSDriver(*args, **kwargs)

Bases: cinder.volume.driver.VolumeDriver

VERSION = '1.0.0'
backup_volume(context, backup, backup_service)

Create a new backup from an existing volume.

check_for_setup_error()

To override superclass’ method

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)
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)
get_volume_stats(refresh=False)
initialize_connection(volume, connector)
remove_export(context, volume)
restore_backup(context, backup, volume, backup_service)

Restore an existing backup to a new or existing volume.

terminate_connection(volume, connector, **kwargs)

Previous topic

The cinder.volume.drivers.xenapi.lib Module

Next topic

The cinder.volume.drivers.xenapi.tools Module

This Page