summaryrefslogtreecommitdiffstats
path: root/nova/volume
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
| * 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
* | | Merge request candidate version.Kei Masumoto2011-02-153-14/+396
|\| |
| * | 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
| | |/
* | | 1. Merged to rev654(?)Kei Masumoto2011-02-103-43/+72
|\| |
| * | 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
| |/ / /
* / / / adding testcodeKei Masumoto2011-01-271-1/+1
|/ / /
* | | 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
|\| | |