Previous topic

The cinder.volume.netapp Module

Next topic

The cinder.volume.nexenta.jsonrpc 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.netapp_nfs Module

Volume driver for NetApp NFS storage.

class NetAppNFSDriver(*args, **kwargs)

Bases: cinder.volume.nfs.NfsDriver

Executes commands relating to Volumes.

check_for_setup_error()

Returns an error if prerequisites aren’t met

create_snapshot(snapshot)

Creates a snapshot.

create_volume_from_snapshot(volume, snapshot)

Creates a volume from a snapshot.

delete_snapshot(snapshot)

Deletes a snapshot.

do_setup(context)
set_execute(execute)