summaryrefslogtreecommitdiffstats
path: root/nova/volume
Commit message (Expand)AuthorAgeFilesLines
* merge with nova trunkIsaku Yamahata2011-06-163-14/+15
|\
| * make all uses of utcnow use our testable utils.utcnowVishvananda Ishaya2011-06-022-6/+3
| * Fix pep8 errors.MORITA Kazutaka2011-05-273-5/+7
| * Merge lp:~morita-kazutaka/nova/snapshot-volumeMORITA Kazutaka2011-05-272-4/+5
| |\
| | * Fix pep8 violations.MORITA Kazutaka2011-05-272-4/+5
* | | unittest: make unit tests happyIsaku Yamahata2011-05-271-0/+8
* | | compute, virt: support boot-from-volume without ephemeral device and no deviceIsaku Yamahata2011-05-271-0/+10
* | | volume/api: allow volume clone from snapshot without sizeIsaku Yamahata2011-05-271-1/+2
|/ /
* | Make snapshot_id=None a default value in VolumeManager:create_volume(). It i...MORITA Kazutaka2011-05-251-1/+1
* | Merge lp:~yamahata/nova/volume-cloneMORITA Kazutaka2011-05-251-1/+3
|\ \
| * | fix mismerge by 1059Isaku Yamahata2011-05-091-2/+1
| * | volume/driver: implement basic snapshot/cloneIsaku Yamahata2011-05-092-5/+43
| * | volume/driver: factor out lvm oprationIsaku Yamahata2011-05-091-28/+34
| * | Add support for cloning a Sheepdog volume.MORITA Kazutaka2011-04-191-0/+7
| * | Add support for creating a new volume from a existing snapshot with EC2 API.MORITA Kazutaka2011-04-193-4/+21
| * | Add support for creating a Sheepdog snapshot.MORITA Kazutaka2011-04-191-0/+10
| * | Add support for creating a snapshot of a nova volume with euca-create-snapshot.MORITA Kazutaka2011-04-193-0/+94
* | | Merge lp:~morita-kazutaka/nova/snapshot-volumeMORITA Kazutaka2011-05-252-30/+85
|\ \ \ | | |/ | |/|
| * | Add support for rbd snapshots.Josh Durgin2011-05-131-0/+12
| * | volume/driver: make unit test, test_volume, passIsaku Yamahata2011-05-141-3/+5
| * | volume/driver: implement basic snapshotIsaku Yamahata2011-05-132-4/+39
| * | volume/driver: factor out lvm oprationIsaku Yamahata2011-05-131-28/+34
* | | Merge lp:~morita-kazutaka/nova/snapshot-volumeMORITA Kazutaka2011-05-131-0/+7
|\| |
| * | Merge trunkMORITA Kazutaka2011-05-131-0/+7
| |\|
| | * Merge trunk.Muneyuki Noguchi2011-04-221-4/+8
| | |\
| | * | Add volume.API.remove_from_compute instead of compute.API.remove_volume.Muneyuki Noguchi2011-03-311-0/+7
* | | | Add support for cloning a Sheepdog volume.MORITA Kazutaka2011-04-191-0/+7
* | | | Add support for creating a new volume from a existing snapshot with EC2 API.MORITA Kazutaka2011-04-193-4/+21
|/ / /
* | | Add support for creating a Sheepdog snapshot.MORITA Kazutaka2011-04-191-0/+10
* | | Add support for creating a snapshot of a nova volume with euca-create-snapshot.MORITA Kazutaka2011-04-193-0/+94
| |/ |/|
* | Zero out volumes during deletion to prevent data leaking between usersJesse Andrews2011-04-131-0/+6
|\ \
| * | re-add broken codeJesse Andrews2011-04-132-4/+16
| * | move from try_execute to _executeJesse Andrews2011-04-121-4/+4
| * | pylintageJesse Andrews2011-04-081-1/+1
| * | typo - need to get nova-volumes working on this machine :-/Jesse Andrews2011-04-081-1/+1
| * | dd needs a count to succeed, and remove unused/non-working special case for s...Jesse Andrews2011-04-082-16/+5
| * | zero out volumes on delete using ddJesse Andrews2011-04-081-0/+5
| |/
* / Fix RBDDriver in volume manager. discover_volume was raising exception.Yoshiaki Tamura2011-04-121-4/+2
|/
* More fixes to keep the stylebot happyJustin Santa Barbara2011-03-281-1/+1
* Merged with trunk, resolved conflicts & code-flictsJustin Santa Barbara2011-03-252-10/+10
|\
| * Fix lp741415 by splitting arguments of _execute in the iSCSI driver.Muneyuki Noguchi2011-03-251-9/+8
| |\
| | * Remove a blank line.Muneyuki Noguchi2011-03-241-1/+0
| | * Split arguments of _execute in the iSCSI driver.Muneyuki Noguchi2011-03-241-9/+9
| * | support volume and network in the direct apitermie2011-03-241-1/+2
* | | Merged with trunkJustin Santa Barbara2011-03-241-2/+3
|\| |
| * | trunk mergeSandy Walsh2011-03-211-8/+9
| |\|
| * | merge with trunk. moved scheduler_manager into manager. fixed testsSandy Walsh2011-03-172-54/+113
| |\ \
| * | | Tests all working againSandy Walsh2011-02-231-3/+4
* | | | Test for attach / detach (and associated fixes)Justin Santa Barbara2011-03-241-3/+9
* | | | Added simple nova volume testsJustin Santa Barbara2011-03-241-0/+67
| |_|/ |/| |