The nova.virt.libvirt.volume.quobyte Module

class LibvirtQuobyteVolumeDriver(connection)

Bases: nova.virt.libvirt.volume.fs.LibvirtBaseFileSystemVolumeDriver

Class implements libvirt part of volume driver for Quobyte.

connect_volume(*args, **kwargs)

Connect the volume.

disconnect_volume(*args, **kwargs)

Disconnect the volume.

get_config(connection_info, disk_info)
mount_volume(volume, mnt_base, configfile=None)

Wraps execute calls for mounting a Quobyte volume

umount_volume(mnt_base)

Wraps execute calls for unmouting a Quobyte volume

validate_volume(mnt_base)

Wraps execute calls for checking validity of a Quobyte volume

Previous topic

The nova.virt.libvirt.volume.nfs Module

Next topic

The nova.virt.libvirt.volume.remotefs Module

Project Source

This Page