The cinder.volume.drivers.nfs Module

class NfsDriver(execute=<function execute at 0x7f324a3678c0>, *args, **kwargs)

Bases: cinder.volume.drivers.remotefs.RemoteFSDriver

NFS based cinder driver. Creates file on NFS share for using it as block device on hypervisor.

VERSION = '1.1.0'
do_setup(context)

Any initialization the volume driver does while starting.

driver_prefix = 'nfs'
driver_volume_type = 'nfs'
extend_volume(volume, new_size)

Extend an existing volume to the new size.

set_execute(execute)
volume_backend_name = 'Generic_NFS'

Previous topic

The cinder.volume.drivers.nexenta.utils Module

Next topic

The cinder.volume.drivers.nimble Module

This Page