summaryrefslogtreecommitdiffstats
path: root/nova/virt/disk.py
Commit message (Expand)AuthorAgeFilesLines
* Bug#898257 abstract out disk image access methodsPádraig Brady2011-12-221-299/+0
* Cleaning up imports in compute and virtBrian Waldon2011-12-211-2/+0
* Remove unused FLAGS.block_sizeJulien Danjou2011-12-201-2/+0
* This patch teaches virt/libvirt how to format filesystem on ephemeral device ...Isaku Yamahata2011-09-131-0/+41
|\
| * virt/libvirt: format ephemeral device and add fs label when formating ext3 fsIsaku Yamahata2011-09-101-0/+41
* | pep8 fixesAntony Messerli2011-09-121-0/+1
* | Fixes rogue usage of sudo that crept inThierry Carrez2011-09-121-2/+2
|\ \
| * | Fix rogue usage of 'sudo' bypassing the run_as_root=True methodThierry Carrez2011-09-121-2/+2
| |/
* | Fixes shutdown of lxc containers.Chuck Short2011-09-121-7/+8
|\ \
| * | Clean up shutdown of lxc containersChuck Short2011-09-081-7/+8
| |/
* / use 'qemu-image resize' rather than 'truncate' to grow image filesScott Moser2011-09-021-1/+1
|/
* Moved migration and fixed tests from upstreamChristopher MacGown2011-08-221-1/+1
* Added the fixes suggested by Eric Windisch from cloudscaling...Christopher MacGown2011-08-221-1/+1
* Merge config_drive with trunkChristopher MacGown2011-08-121-7/+25
|\
| * Accidentally added inject_files to mergeChristopher MacGown2011-08-111-3/+1
| * Updates to libvirt, write metadata, net, and key to the config driveChristopher MacGown2011-08-111-6/+27
* | Removed most direct sudo calls, make them use run_as_root=True insteadThierry Carrez2011-08-051-23/+24
|/
* fix for lp760921. Previously, if tune2fs failed, as it does on windowsAnthony Young2011-05-121-24/+26
* Fix up docstringChuck Short2011-03-291-2/+2
* Catch the error that mount might through a bit betterChuck Short2011-03-291-5/+5
* Pass along the nbd flags although we dont support it just yetChuck Short2011-03-281-5/+8
* Fix utils checkingChuck Short2011-03-271-1/+1
* merged trunkChuck Short2011-03-251-7/+19
|\
| * Addressing Trey's comments. Salvatore Orlando2011-03-241-37/+0
| * Addressing Rick Clark's comments.Salvatore Orlando2011-03-241-4/+5
| * merged with trunkSalvatore Orlando2011-03-231-11/+25
| |\
| * | merge trunkSalvatore Orlando2011-03-131-2/+1
| |\|
| * | Merged with trunkSalvatore Orlando2011-03-131-2/+3
| |\ \
| * \ \ Merge trunkSalvatore Orlando2011-03-101-21/+23
| |\ \ \
| * \ \ \ 1) merge trunkSalvatore Orlando2011-02-281-1/+3
| |\ \ \ \
| * \ \ \ \ Merged with trunk, including manual conflict resolution in nova/virt/disk.pyEwan Mellor2011-02-221-1/+3
| |\ \ \ \ \
| * | | | | | OS-55: Moved conn_common code into disk.pyAndy Southgate2011-02-151-0/+27
| * | | | | | OS-55: Fix typo for libvirt_conn operationAndy Southgate2011-01-281-1/+1
| * | | | | | OS-55: PEP8 fixesAndy Southgate2011-01-241-0/+2
| * | | | | | OS-55: Inject network settings in linux imagesAndy Southgate2011-01-141-7/+12
* | | | | | | Fix up destroy containerChuck Short2011-03-251-1/+1
* | | | | | | Removed partition from setup_containerChuck Short2011-03-251-2/+2
* | | | | | | Dont use popen in dettaching the lxc loopChuck Short2011-03-241-1/+2
* | | | | | | more pep8 fixesChuck Short2011-03-171-1/+1
* | | | | | | Fix more pep8 errorsChuck Short2011-03-171-2/+2
* | | | | | | Fix up setup containerChuck Short2011-03-171-1/+1
* | | | | | | Set nbd to false when mounting the imageChuck Short2011-03-171-0/+1
* | | | | | | Remove nbd=FLAGS.use_cow_images for destroy containerChuck Short2011-03-171-4/+3
* | | | | | | Fix pep8 errorsChuck Short2011-03-171-0/+1
* | | | | | | Really delete the loopChuck Short2011-03-151-7/+5
* | | | | | | Add comments about the destroy container functionChuck Short2011-03-151-1/+5
* | | | | | | Mount the right deviceChuck Short2011-03-151-1/+1
* | | | | | | Refactor setup contianer/destroy containerChuck Short2011-03-141-19/+14
* | | | | | | Merge trunkChuck Short2011-03-131-2/+2
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | process_input for tee. fixes: 733439Eric Windisch2011-03-111-1/+1
| | |_|_|_|/ | |/| | | |