summaryrefslogtreecommitdiffstats
path: root/nova/volume/service.py
Commit message (Expand)AuthorAgeFilesLines
* updated models a bit and removed service classesVishvananda Ishaya2010-09-021-31/+0
* moved network code into business layerVishvananda Ishaya2010-08-281-6/+0
* split volume into service/manager/driverVishvananda Ishaya2010-08-271-149/+6
* removed the last few references to models.pyVishvananda Ishaya2010-08-271-3/+0
* fixed volume unit testsVishvananda Ishaya2010-08-261-4/+2
* improve the volume export - sleep & check exportJesse Andrews2010-08-251-3/+4
* missing context and move volume_update to before the exportJesse Andrews2010-08-251-7/+7
* update volume create codeJesse Andrews2010-08-251-8/+16
* move create volume to work like instancesJesse Andrews2010-08-241-14/+9
* merged trunk and fixed merge errorsVishvananda Ishaya2010-08-231-7/+13
|\
| * Fix to better reflect (my believed intent) as to the meaning of error_ok (ign...Justin Santa Barbara2010-08-181-5/+5
| * Merged with trunkJustin Santa Barbara2010-08-181-61/+73
| |\
| | * rather comprehensive style fixesandy2010-08-161-1/+3
| * | Used new (clearer) flag names when calling processesJustin Santa Barbara2010-08-081-1/+2
* | | Alphabetize the methods in the db layer.andy2010-08-211-1/+1
* | | move volume code into datalayer and cleanupVishvananda Ishaya2010-08-191-96/+44
* | | use with_lockmode for concurrency issuesVishvananda Ishaya2010-08-181-18/+10
* | | tests passVishvananda Ishaya2010-08-181-27/+35
* | | fix launching and describing instances to work with sqlalchemyVishvananda Ishaya2010-08-161-1/+0
* | | don't try to create and destroy lvs in fake modeVishvananda Ishaya2010-08-151-0/+4
* | | refactoring volume and some cleanup in model and computeVishvananda Ishaya2010-08-151-185/+95
* | | got run_tests.py to run (with many failed tests)Jesse Andrews2010-08-141-1/+1
| |/ |/|
* | a few more commands were putting output on stderr. In general, exceptions on...Vishvananda Ishaya2010-08-061-4/+5
* | Changed volumes to use a pool instead of globbing filesystem for concurrency ...Vishvananda Ishaya2010-08-051-47/+55
* | vblade commands randomly toss stuff into stderr, ignore itVishvananda Ishaya2010-08-031-8/+4
|/
* Fix TestsVishvananda Ishaya2010-07-301-1/+1
* Fixes nova volumes. The async commands yield properly. Simplified the call ...Vishvananda Ishaya2010-07-301-19/+24
* renamed xxxservice to serviceVishvananda Ishaya2010-07-261-0/+304