Previous topic

The cinder.volume.xensm Module

Next topic

The cinder.volume.zadara 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.xiv Module

Volume driver for IBM XIV storage systems.

class XIVDriver(*args, **kwargs)

Bases: cinder.volume.san.SanISCSIDriver

IBM XIV volume driver.

create_export(context, volume)

Create an export.

create_snapshot(snapshot)

Create a snapshot.

create_volume(volume)

Create a volume on the IBM XIV storage system.

create_volume_from_snapshot(volume, snapshot)

Create a volume from a snapshot.

delete_snapshot(snapshot)

Delete a snapshot.

delete_volume(volume)

Delete a volume on the IBM XIV storage system.

do_setup(context)

Setup and verify IBM XIV storage connection.

ensure_export(context, volume)

Ensure an export.

get_volume_stats(refresh=False)

Get volume stats.

initialize_connection(volume, connector)

Map the created volume.

remove_export(context, volume)

Disconnect a volume from an attached instance.

terminate_connection(volume, connector)

Terminate a connection to a volume.