The nova.virt.libvirt.volume_nfs Module

Volume driver for using NFS as volumes storage. Nova compute part.

class NfsVolumeDriver(*args, **kwargs)

Bases: nova.virt.libvirt.volume.LibvirtVolumeDriver

Class implements libvirt part of volume driver for NFS

connect_volume(connection_info, mount_device)

Connect the volume. Returns xml for libvirt.

disconnect_volume(connection_info, mount_device)

Disconnect the volume

static get_hash_str(base_str)

returns string that represents hash of base_str (in a hex format)

Previous topic

The nova.virt.libvirt.volume Module

Next topic

The nova.virt.netutils Module

This Page