Previous topic

The cinder.volume.drivers.netapp.iscsi Module

Next topic

The cinder.volume.drivers.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.drivers.netapp.nfs Module

Volume driver for NetApp NFS storage.

class NetAppCmodeNfsDriver(*args, **kwargs)

Bases: cinder.volume.drivers.netapp.nfs.NetAppNFSDriver

Executes commands related to volumes on c mode.

check_for_setup_error()

Returns an error if prerequisites aren’t met.

do_setup(context)
class NetAppDirect7modeNfsDriver(*args, **kwargs)

Bases: cinder.volume.drivers.netapp.nfs.NetAppDirectNfsDriver

Executes commands related to volumes on 7 mode.

check_for_setup_error()

Checks if setup occured properly.

class NetAppDirectCmodeNfsDriver(*args, **kwargs)

Bases: cinder.volume.drivers.netapp.nfs.NetAppDirectNfsDriver

Executes commands related to volumes on c mode.

class NetAppDirectNfsDriver(*args, **kwargs)

Bases: cinder.volume.drivers.netapp.nfs.NetAppNFSDriver

Executes commands related to volumes on NetApp filer.

check_for_setup_error()

Returns an error if prerequisites aren’t met.

do_setup(context)
class NetAppNFSDriver(*args, **kwargs)

Bases: cinder.volume.drivers.nfs.NfsDriver

Executes commands relating to Volumes.

check_for_setup_error()

Returns an error if prerequisites aren’t met.

create_cloned_volume(volume, src_vref)

Creates a clone of the specified volume.

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)