summaryrefslogtreecommitdiffstats
path: root/nova/volume
Commit message (Expand)AuthorAgeFilesLines
* 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
* When re-throwing an exception, use "raise", not "raise e". This way we don't...Justin Santa Barbara2011-02-151-4/+4
|\
| * Removed (newly) unused exception variablesJustin Santa Barbara2011-02-041-2/+2
| * Don't swallow exception stack traces by doing 'raise e'; just use 'raise'Justin Santa Barbara2011-02-041-2/+2
* | Added support for 'SAN' style volumes. A SAN's big difference is that the iS...SuperStack2011-02-093-6/+341
|\ \
| * | Indent args to ssh_connect correctlySuperStack2011-02-091-2/+2
| * | Fix PEP8 violationsSuperStack2011-02-091-8/+11
| * | Fixes for Vish & Devin's feedbackJustin Santa Barbara2011-02-041-59/+18
| * | Implementation of 'SAN' volumesJustin Santa Barbara2011-02-043-6/+379
| |/
* | Fixed PEP8 test problems, complaining about too many blank lines at line 51Ricardo Carrillo Cruz2011-02-041-1/+0
|\|
* | Fixed merge conflictRicardo Carrillo Cruz2011-01-253-14/+63
|\|
| * Resolved trunk merge conflictsEd Leafe2011-01-212-14/+59
| |\
| | * merged trunkand fixed conflicts and pep errorVishvananda Ishaya2011-01-182-34/+8
| | |\
| | * | per vish's feedback, allow admin to specify volume id in any of the Anthony Young2011-01-181-1/+4
| | * | update status to 'error_deleting' on volumes where deletion failsAnthony Young2011-01-181-4/+11
| | * | fixes related to #701749. Also, added nova-manage commands to recoverAnthony Young2011-01-182-8/+43
| * | | merged trunk changesEd Leafe2011-01-191-2/+3
| |\ \ \ | | | |/ | | |/|
| * | | Completed first pass at converting all localized strings with multiple format...Ed Leafe2011-01-182-5/+8
* | | | Exception string lacking 'G' for gigabytes unitRicardo Carrillo Cruz2011-01-191-1/+1
| |/ / |/| |
* | | merge from upstream to fix conflictAndy Smith2011-01-181-2/+3
|\ \ \ | | |/ | |/|
| * | This removes the need for the custom udev rule for iscsi devices. It instead...Vishvananda Ishaya2011-01-181-2/+3
| |\ \
| | * | more useful prefix and fix typo in stringVishvananda Ishaya2011-01-111-2/+3
| | * | use by-path instead of custom udev scriptVishvananda Ishaya2011-01-111-1/+1
* | | | revert live_migration branchAndy Smith2011-01-182-33/+6
|/ / /
* | | previous commit breaks volume.driver. fix it..Kei Masumoto2011-01-192-7/+10
* | | fixed based on reviewer's commentKei Masumoto2011-01-192-7/+4
* | | merged trunk rev569Kei Masumoto2011-01-171-0/+49
|\ \ \ | | |/ | |/|
| * | Merge trunkMORITA Kazutaka2011-01-134-30/+181
| |\ \
| * | | Add support for Sheepdog volumesMORITA Kazutaka2011-01-011-0/+49
* | | | merged to rev 561 and fixed based on reviewer's commentKei Masumoto2011-01-161-6/+3
* | | | merge trunk rev560masumotok2011-01-141-0/+57
|\ \ \ \ | | |/ / | |/| |
| * | | This branch adds a backend for using RBD (RADOS Block Device) volumes in nova...Josh Durgin2011-01-121-0/+57
| |\ \ \
| | * | | Check for whole pool name in check_for_setup_errorJosh Durgin2011-01-121-1/+2
| | * | | Add support for rbd volumes.Josh Durgin2011-01-031-0/+56
| | |/ /
* | | | Get reviewed and fixed based on comments.masumotok2011-01-144-30/+124
|\| | |
| * | | use safer vgs callVishvananda Ishaya2011-01-081-3/+3
| * | | Now that we aren't using twisted we can vgs to check for the existence of the...Vishvananda Ishaya2011-01-071-1/+2
| | |/ | |/|
| * | Merge trunk.Todd Willey2011-01-072-13/+104
| |\ \
| | * | Split internal API get calls to get and get_all, where the former takes an ID...Eric Day2011-01-051-6/+7
| | * | Moved __init__ api code to api.py and changed allowed_instances quota method ...Eric Day2011-01-042-82/+101
| | * | Moved ec2 volume operations into a volume API interface for other components ...Eric Day2010-12-291-11/+80
| | |/
| * / Apply logging changes as a giant patch to work around the cloudpipe delete + ...Todd Willey2011-01-042-15/+17
| |/
* / Add support for EBS volumes to the live migration feature.Muneyuki Noguchi2011-01-112-4/+34
|/
* Merge eventlet and resolve all conflictsjaypipes@gmail.com2010-12-172-97/+70
|\
| * updates per reviewtermie2010-12-141-14/+11
| * port volume manager to eventlet alsoAndy Smith2010-12-081-16/+11
| * intermediate commit to checkpoint progressAndy Smith2010-12-081-75/+56
* | Final round of marking translation stringsjaypipes@gmail.com2010-12-112-15/+15
|/
* pep8 whitespace and line length fixesVishvananda Ishaya2010-11-031-2/+2