summaryrefslogtreecommitdiffstats
path: root/nova/volume
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| |_|/ |/| |
* | | pep8 is hardSoren Hansen2011-03-171-1/+2
* | | Fix a number of place in the volume driver where the argv hadn't been fully s...Soren Hansen2011-03-171-8/+8
| |/ |/|
* | merged to trunk rev781Kei Masumoto2011-03-101-49/+54
|\ \
| * | execvp passes pep8Eric Windisch2011-03-091-2/+2
| * | execvp: almost passes testsEric Windisch2011-03-091-2/+3
| * | execvpEric Windisch2011-03-081-34/+37
| * | execvpEric Windisch2011-02-271-34/+35
| |/
* | fixed based on reviewer's comment.Kei Masumoto2011-03-101-1/+1
* | Fixed based on reviewer's comments. Main changes are below.Kei Masumoto2011-03-031-2/+2
* | 1. merged trunk rev749Kei Masumoto2011-03-013-60/+439
|\|
| * Documentation fixes so that output looks betterJustin Santa Barbara2011-02-232-1/+21
| * PEP 257 fixesJustin Santa Barbara2011-02-232-26/+38
| * Fixed my confusion in documenting the syntax of iSCSI discoveryJustin Santa Barbara2011-02-211-1/+1
| * Renamed db_update to model_update, and lots more documentationJustin Santa Barbara2011-02-213-19/+37
| * Merged with headJustin Santa Barbara2011-02-211-2/+2
| |\
| * | Support for HP SANJustin Santa Barbara2011-02-183-55/+384
* | | Fixed based on reviewer's comment.Kei Masumoto2011-02-221-7/+7
* | | Fixed based on reviewer's comment.Kei Masumoto2011-02-223-9/+9
|\ \ \ | | |/ | |/|
| * | more optimizations context.user.id to context.user_idVishvananda Ishaya2011-02-181-1/+1
| * | replace context.user.is_admin() with context.is_admin because it is much fasterVishvananda Ishaya2011-02-181-1/+1
| |/