summaryrefslogtreecommitdiff
path: root/nova/virt/libvirt/volume/nfs.py
Commit message (Expand)AuthorAgeFilesLines
* Implement extend_volume for libvirt NFS volume driverLucio Seki2020-07-031-0/+6
* Remove unused LOG variablesTakashi NATSUME2018-02-271-4/+0
* libvirt: Fix races with nfs volume mount/umountMatthew Booth2017-05-081-58/+12
* libvirt: Pass instance to connect_volume and disconnect_volumeMatthew Booth2017-05-081-2/+2
* Config options: centralize volume nfs libvirt options (13)Hieu LE2016-05-061-13/+0
* Config options: centralize base path configurationMarkus Zoeller2016-04-081-2/+3
* Replace deprecated LOG.warn with LOG.warningSwapnil Kulkarni (coolsvap)2016-03-151-1/+1
* Merge "libvirt: use native AIO mode for cinder volumes"Jenkins2016-01-221-0/+1
|\
| * libvirt: use native AIO mode for cinder volumesAlexander Schmidt2016-01-211-0/+1
* | Fix invalid import orderdineshbhor2016-01-201-1/+1
* | Merge "Rollback of live-migration fails with the NFS driver"Jenkins2016-01-041-0/+3
|\ \
| * | Rollback of live-migration fails with the NFS driverHiroyuki Eguchi2015-09-281-0/+3
| |/
* | update connect_volume testOctopusZhang2015-11-191-1/+1
|/
* Fix DeprecationWarning when using BaseException.messageChuck Carmack2015-08-101-3/+5
* libvirt: convert NFS volume driver to LibvirtBaseFileSystemVolumeDriverMatt Riedemann2015-08-061-24/+12
* libvirt: move LibvirtNFSVolumeDriver into it's own moduleMatt Riedemann2015-08-051-0/+117