summaryrefslogtreecommitdiffstats
path: root/nova/virt/disk
Commit message (Expand)AuthorAgeFilesLines
* Do not raise NEW exceptionsBoris Pavlovic2013-06-221-4/+4
* Use Python 3.x compatible octal literalsDirk Mueller2013-06-121-4/+4
* Fix missing argument to logging warning callMichael Kerrin2013-05-211-1/+1
* Remove locals() from messages in virt/disk/api.pyMichael Still2013-05-171-17/+16
* Convert to using oslo's execute() method.Michael Still2013-05-041-1/+2
* Improve Python 3.x compatibilityDirk Mueller2013-04-223-11/+11
* Remove unused virt.disk.api methods bind/unbindmathrock2013-03-171-13/+0
* Merge "Fixes nbd device can't be released error"Jenkins2013-03-121-1/+2
|\
| * Fixes nbd device can't be released errorWangpan2013-03-111-1/+2
* | Correct exception args in vfs/guestfs.Dan Prince2013-03-101-3/+3
|/
* Fix ephemeral devices on LVM don't get mkfs'dRafi Khardalian2013-03-011-1/+1
* Run libguestfs API calls in a thread poolDaniel P. Berrange2013-02-251-1/+2
* Make guestfs use same libvirt URI as Nova.Dan Prince2013-02-221-0/+5
* Merge "Fix leak of loop/nbd devices in injection using localfs"Jenkins2013-02-202-3/+3
|\
| * Fix leak of loop/nbd devices in injection using localfsArata Notsu2013-02-192-3/+3
* | Use oslo-config-2013.1b4Mark McLoughlin2013-02-192-2/+4
|/
* lxc: Clean up namespace mountsChuck Short2013-02-052-3/+27
* Fix authorized_keys file permissionsDavanum Srinivas2013-01-281-0/+1
* Merge "ensure failure to inject user files results in startup error"Jenkins2013-01-261-20/+52
|\
| * ensure failure to inject user files results in startup errorPádraig Brady2013-01-221-20/+52
* | Run_as_root to ensure resize2fs succeed for all image backendsunicell2013-01-191-3/+7
|/
* Fix N402 for nova/virtSean Dague2013-01-084-5/+5
* Merge "Add helper methods to nova.paths"Jenkins2013-01-081-2/+2
|\
| * Add helper methods to nova.pathsMark McLoughlin2013-01-041-2/+2
* | Merge "Move global path opts in nova.paths"Jenkins2013-01-081-1/+1
|\|
| * Move global path opts in nova.pathsMark McLoughlin2013-01-041-1/+1
* | Merge "improve libguestfs exception handling"Jenkins2013-01-061-13/+26
|\ \
| * | improve libguestfs exception handlingPádraig Brady2013-01-031-13/+26
* | | Merge "Fix spelling mistakes in nova.virt"Jenkins2013-01-043-3/+3
|\ \ \ | |/ / |/| |
| * | Fix spelling mistakes in nova.virtJoe Gordon2013-01-023-3/+3
| |/
* / fix resize of unpartitioned images with libguestfsPádraig Brady2013-01-032-13/+20
|/
* Report failures to mount in localfs correctly.Michael Still2012-12-302-6/+16
* Merge "Ensure we add a new line when appending to rc.local"Jenkins2012-12-271-1/+4
|\
| * Ensure we add a new line when appending to rc.localDavanum Srinivas2012-12-241-1/+4
* | Teardown container rootfs in host namespace for lxcunicell2012-12-241-3/+3
|/
* Merge "fixing the typo of the error message from nbd"Jenkins2012-12-221-1/+1
|\
| * fixing the typo of the error message from nbdCraig Vyvial2012-12-201-1/+1
* | Make NBD retry logic more generic, add retry to loop.Michael Still2012-12-193-16/+47
|/
* Retry NBD device allocation.Michael Still2012-12-151-4/+23
* Stop nbd leaks, remove pid race.Michael Still2012-12-131-47/+31
* Autodetect nbd devices.Michael Still2012-12-121-12/+14
* Make the nbd mounter respect CONF.max_nbd_devices.Michael Still2012-12-091-1/+18
* Add debug logging to disk mount modulesDaniel P. Berrange2012-11-213-0/+26
* Remove the libguestfs disk mount API implementationDaniel P. Berrange2012-11-211-121/+0
* Remove img_handlers config parameter usageDaniel P. Berrange2012-11-214-53/+44
* Convert file injection code to use the VFS APIsDaniel P. Berrange2012-11-212-112/+124
* Introduce a VFS implementation backed by the libguestfs APIsDaniel P. Berrange2012-11-211-0/+178
* Introduce a VFS implementation mapped to the host filesystemDaniel P. Berrange2012-11-211-0/+159
* Merge "Use CONF.import_opt() for nova.config opts"Jenkins2012-11-201-1/+1
|\
| * Use CONF.import_opt() for nova.config optsMark McLoughlin2012-11-201-1/+1