summaryrefslogtreecommitdiff
path: root/nova/volume/driver.py
Commit message (Expand)AuthorAgeFilesLines
* Remove volume.driver and volume.iscsiJoe Gordon2012-11-121-954/+0
* Fix misuse of exists()Yun Mao2012-11-121-1/+1
* Switch from FLAGS to CONF in misc modulesMark McLoughlin2012-11-041-45/+46
* Fixes remove_export for IetAdmMotoKen2012-09-251-1/+1
* add ability to clone imagesJosh Durgin2012-09-181-0/+83
* Adds new volume API extensionsUnmesh Gurjar2012-09-181-0/+22
* Fix volume deletion when device mapper is usedRafi Khardalian2012-09-171-0/+4
* Merge "Handle missing 'provider_location' in rm_export."Jenkins2012-09-101-6/+6
|\
| * Handle missing 'provider_location' in rm_export.Dan Prince2012-09-071-6/+6
* | Merge "rbd: implement create_volume_from_snapshot"Jenkins2012-09-091-8/+60
|\ \
| * | rbd: implement create_volume_from_snapshotJosh Durgin2012-09-071-8/+60
| |/
* | Merge "Call driver for attach/detach_volume"Jenkins2012-09-071-0/+8
|\ \
| * | Call driver for attach/detach_volumeCory Stone2012-09-071-0/+8
| |/
* | Use volume driver specific exceptionsRonen Kat2012-09-071-9/+14
|/
* Merge "avoid the buffer cache when copying volumes"Jenkins2012-09-061-1/+12
|\
| * avoid the buffer cache when copying volumesPádraig Brady2012-09-061-1/+12
* | Fix creation of iscsi targetsChuck Short2012-09-041-35/+87
|/
* volumes: fix check_for_export() in non-exporting volume driversJosh Durgin2012-08-131-0/+8
* Add persistent volumes for tgtd.Chuck Short2012-07-271-7/+5
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* fixes bug 1010200Yun Mao2012-06-071-3/+3
* Misused and not used config optionsZhongyue Luo2012-05-161-2/+2
* Replaces exceptions.Error with NovaExceptionAlex Meade2012-05-071-5/+6
* Improved localization testing.Yuriy Taraday2012-04-101-3/+3
* Allow unprivileged RADOS users to access rbd volumes.Josh Durgin2012-04-021-2/+13
* Remove Virtual Storage Array (VSA) codeBrian Waldon2012-03-151-322/+0
* fix restructuredtext formatting in docstrings that show up in the developer g...Doug Hellmann2012-03-051-8/+11
* Fixes nova-volume support for multiple lunsVishvananda Ishaya2012-02-161-17/+23
* Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* Remove the last of the gflags shim layerMark McLoughlin2012-02-101-1/+1
* Merge "Backslash continuations (misc.)"Jenkins2012-02-101-6/+8
|\
| * Backslash continuations (misc.)Zhongyue Luo2012-02-081-6/+8
* | Use named logger when availableJohannes Erdfelt2012-02-081-2/+2
|/
* Add initiator to initialize_connectionVishvananda Ishaya2012-02-041-14/+14
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-031-1/+1
* Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-281-17/+30
* 'except:' to 'except Exception:' as per HACKINGJoe Gordon2011-12-271-1/+1
* Fix tgtadm off by one error. Fixes bug #871278Chuck Short2011-12-131-3/+8
* Pass '-r' option to 'collie cluster status'.François Charlier2011-12-061-1/+4
* Bug #898290: iSCSI volume backend treats FLAGS.host as a hostnameEwan Mellor2011-11-301-4/+13
* Xen Storage Manager Volume Driverrenukaapte2011-11-011-0/+4
* Allow the user to choose either ietadm or tgtadm (lp:819997)Mark McLoughlin2011-10-131-29/+23
* Remove VolumeDriver.sync_exec method (lp:819997)Mark McLoughlin2011-10-131-48/+43
* Remove AoE, Clean up volume codeVishvananda Ishaya2011-10-111-215/+118
* deprecate aoeVishvananda Ishaya2011-09-131-1/+8
* driver: added vsa_id parameter for SN callvladimir.p2011-08-251-5/+7
* merged with rev.1499vladimir.p2011-08-251-3/+3
|\
| * merge underlying fix for testingVishvananda Ishaya2011-08-251-1/+1
| |\
| * | pass all commands to run_iscsiadm as a tupleVishvananda Ishaya2011-08-251-3/+3
* | | VSA code redesign. Drive types completely replaced by Volume typesvladimir.p2011-08-251-15/+59