summaryrefslogtreecommitdiffstats
path: root/nova/volume
Commit message (Expand)AuthorAgeFilesLines
...
| * Don't log debug auth token when using cinder.Dan Prince2012-07-251-2/+1
* | Fix typo of localhost's IP.Michael Still2012-07-261-1/+1
* | Add support for snapshots and volume types to netapp driver.Ben Swartzlander2012-07-251-161/+480
|/
* Add missing parameters to novas cinder apiJohn Griffith2012-07-251-9/+13
* Don't create volumes if an incorrect size was givenMike Perez2012-07-201-0/+3
* Merge "Distinguish over-quota for volume size and number."Jenkins2012-07-111-4/+21
|\
| * Distinguish over-quota for volume size and number.Eoghan Glynn2012-07-041-4/+21
* | Fixes api fails to unpack metadata using cinderJohn Griffith2012-07-101-3/+3
* | Merge "Switch to common notifiers."Jenkins2012-07-101-1/+1
|\ \
| * | Switch to common notifiers.Andrew Bogott2012-07-061-1/+1
| |/
* / refactor xenapi/connection => xenapi/driverSean Dague2012-07-101-1/+1
|/
* Add Cinder Volume API to NovaJohn Griffith2012-07-032-2/+234
* Switch to common logging.Andrew Bogott2012-07-0210-10/+10
* Make tgtadm the default iscsi user-land helper.Chuck Short2012-06-221-1/+1
* Use rpc from openstack-common.Russell Bryant2012-06-201-1/+1
* Xen Storage Manager: tests for xensm volume driverRenuka Apte2012-06-181-1/+3
* Replaces functions in utils.py with openstack/common/timeutils.pyZhongyue Luo2012-06-163-4/+6
* fixes bug 1010200Yun Mao2012-06-071-3/+3
* Replace standard json module with openstack.common.jsonutilsZhongyue Luo2012-06-072-9/+10
* Unused imports cleanup (folsom-2)Zhongyue Luo2012-06-031-2/+0
* Cleans up extraneous volume_api callsVishvananda Ishaya2012-05-311-25/+4
* Merge "Move queue_get_for() from db to rpc."Jenkins2012-05-311-8/+8
|\
| * Move queue_get_for() from db to rpc.Russell Bryant2012-05-301-8/+8
* | Merge "fixing issue with db.volume_update not returning the volume_ref"Jenkins2012-05-301-2/+2
|\ \ | |/ |/|
| * fixing issue with db.volume_update not returning the volume_refCraig Vyvial2012-05-301-2/+2
* | Grammar fixes.Matt Joyce2012-05-291-1/+1
|/
* Grammar / spelling correctionsMatt Joyce2012-05-291-1/+1
* Finish quota refactor.Kevin L. Mitchell2012-05-232-3/+31
* Enable checking for imports in alphabetical orderJoe Gordon2012-05-222-2/+2
* Cleanup LOG.getLoggers to use __name__Zhongyue Luo2012-05-213-3/+3
* Misused and not used config optionsZhongyue Luo2012-05-162-4/+4
* Alphabetize importsJoe Gordon2012-05-143-3/+3
* Adding notifications for volumesCraig Vyvial2012-05-142-0/+94
* Remove instance Foreign Key in volumes table, replace with instance_uuidJohn Griffith2012-05-102-5/+11
* Replaces exceptions.Error with NovaExceptionAlex Meade2012-05-075-42/+50
* Merge "Adding 'host' info to volume-compute connection information."Jenkins2012-05-021-50/+39
|\
| * Adding 'host' info to volume-compute connection information.Nirmal Ranganathan2012-05-021-50/+39
* | Use save_and_reraise_exception() from common.Russell Bryant2012-05-021-4/+5
* | Provide better quota error messages.Alex Meade2012-05-021-1/+1
|/
* Merge "Clean up ElementTree usage"Jenkins2012-04-301-4/+5
|\
| * Clean up ElementTree usageChuck Short2012-04-301-4/+5
* | Use openstack.common.importutils.Russell Bryant2012-04-282-3/+5
|/
* xenapi_conn -> xenapi.connectionJohannes Erdfelt2012-04-121-1/+1
* Merge "Improve grammar throughout nova."Jenkins2012-04-101-1/+1
|\
| * Improve grammar throughout nova.Paul McMillan2012-04-101-1/+1
* | Improved localization testing.Yuriy Taraday2012-04-103-10/+10
|/
* Allow unprivileged RADOS users to access rbd volumes.Josh Durgin2012-04-021-2/+13
* Allow snapshots in error state to be deleted.Anthony Young2012-03-301-2/+2
* Check that volume has no snapshots before deletionAnthony Young2012-03-291-0/+6
* Don't send snapshot requests through the schedulerVishvananda Ishaya2012-03-201-6/+7