Previous topic

The cinder.volume.drivers.xenapi.lib Module

Next topic

The cinder.volume.drivers.xenapi.tools Module

This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Cinder 2011.2 docs or all OpenStack docs too.

The cinder.volume.drivers.xenapi.sm Module

class XenAPINFSDriver(*args, **kwargs)

Bases: cinder.volume.driver.VolumeDriver

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)
terminate_connection(volume, connector, force=False, **kwargs)
is_xenserver_format(image_meta)
is_xenserver_image(context, image_service, image_id)