The cinder.volume.drivers.zfssa.zfssanfs Module

ZFS Storage Appliance NFS Cinder Volume Driver

class ZFSSANFSDriver(*args, **kwargs)

Bases: cinder.volume.drivers.nfs.NfsDriver

VERSION = '1.0.0'
check_for_setup_error()

Check that driver can login.

Check also for properly configured pool, project and share Check that the http and nfs services are enabled

create_cloned_volume(volume, src_vref)

Creates a snapshot and then clones the snapshot into a volume.

create_snapshot(snapshot)

Creates a snapshot of a volume.

create_volume_from_snapshot(volume, snapshot, method='COPY')
delete_snapshot(snapshot)

Deletes a snapshot.

do_setup(context)
driver_prefix = 'nfs'
driver_volume_type = 'nfs'
protocol = 'nfs'
volume_backend_name = 'ZFSSA_NFS'
factory_zfssa()

Previous topic

The cinder.volume.drivers.zfssa.webdavclient Module

Next topic

The cinder.volume.drivers.zfssa.zfssarest Module

This Page