The cinder.volume.drivers.datera Module

class DateraDriver(*args, **kwargs)

Bases: cinder.volume.drivers.san.san.SanISCSIDriver

The OpenStack Datera Driver

Version history:
1.0 - Initial driver 1.1 - Look for lun-0 instead of lun-1.
VERSION = '1.1'
create_cloned_volume(volume, src_vref)
create_export(context, volume, connector)
create_snapshot(snapshot)
create_volume(volume)

Create a logical volume.

create_volume_from_snapshot(volume, snapshot)
delete_snapshot(snapshot)
delete_volume(volume)
detach_volume(context, volume, attachment=None)
do_setup(context)
ensure_export(context, volume)
extend_volume(volume, new_size)
get_volume_stats(refresh=False)

Get volume stats.

If ‘refresh’ is True, run update first. The name is a bit misleading as the majority of the data here is cluster data.

Previous topic

The cinder.volume.drivers.cloudbyte.options Module

Next topic

The cinder.volume.drivers.dell.dell_storagecenter_api Module

Project Source

This Page