summaryrefslogtreecommitdiff
path: root/nova/virt/block_device.py
Commit message (Expand)AuthorAgeFilesLines
* libvirt: Block swap volume attempts with encrypted volumes prior to QueensLee Yarwood2018-04-181-0/+10
* [2/3]Replace six.iteritems() with .items()Spencer Yu2017-01-091-3/+3
* compute: fixes python 3 related unit testsClaudiu Belu2016-10-181-1/+2
* block_device: Make refresh_conn_infos py3 compatibleLee Yarwood2016-10-111-4/+5
* Remove context object in oslo.log methodSivasathurappan Radhakrishnan2016-09-271-8/+6
* Remove virt.block_device._NoLegacy exceptionMatthew Booth2016-06-161-14/+1
* config options: centralize cinder optionsJiajun Liu2016-03-151-3/+2
* Replace deprecated LOG.warn with LOG.warningSwapnil Kulkarni (coolsvap)2016-03-151-4/+5
* Revert "Pass host when call attach to Cinder"Ildiko Vancsa2016-01-271-3/+1
* Pass host when call attach to CinderIldiko Vancsa2016-01-201-1/+3
* DriverBlockDevice must receive a BDM object, not a dictMatt Riedemann2015-12-281-10/+1
* Make sure bdm.volume_id is set after auto-creating volumesMatt Riedemann2015-12-111-4/+23
* Only create volumes with instance.az if cinder.cross_az_attach is FalseMatt Riedemann2015-09-281-3/+35
* Detach and terminate conn if Cinder attach failsVipin Balachandran2015-09-031-2/+25
* Make Nova better at keeping track of volume sizes in BDMNikola Dipanov2015-07-021-0/+2
* virt: Move building the block_device_info dict into a methodNikola Dipanov2015-06-091-1/+1
* Remove useless volume when boot from volume failedLan Qi song2015-06-061-3/+18
* Merge "virt: make sure convert_all_volumes catches blank volumes too"Jenkins2015-05-291-1/+3
|\
| * virt: make sure convert_all_volumes catches blank volumes tooNikola Dipanov2015-05-221-1/+3
* | Replace dict.iteritems() with six.iteritems(dict)Victor Stinner2015-05-221-2/+3
|/
* virt: Make sure block device info is persistedNikola Dipanov2015-04-021-2/+4
* Merge "Save bdm.connection_info before calling volume_api.attach_volume"Jenkins2015-03-191-0/+5
|\
| * Save bdm.connection_info before calling volume_api.attach_volumeMatt Riedemann2015-03-181-0/+5
* | BDM: Avoiding saving if there were no changesNikola Dipanov2015-03-191-3/+7
|/
* Merge "Create volume in the same availability zone as instance"Jenkins2015-02-241-4/+9
|\
| * Create volume in the same availability zone as instanceAndrey Kurilin2015-02-191-4/+9
* | Merge "Add methods that convert any volume BDM to driver format"Jenkins2015-02-231-0/+17
|\ \
| * | Add methods that convert any volume BDM to driver formatNikola Dipanov2015-02-231-0/+17
* | | Use oslo.logDavanum Srinivas2015-02-221-1/+1
* | | switch LOG.audit to LOG.infoDavanum Srinivas2015-02-221-2/+1
| |/ |/|
* | Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-2/+2
* | initialize objects with context in block devicemelanie witt2015-01-211-9/+5
|/
* Merge "Performance: leverage dict comprehension in PEP-0274"Jenkins2015-01-161-5/+4
|\
| * Performance: leverage dict comprehension in PEP-0274ChangBo Guo(gcb)2015-01-161-5/+4
* | Revert "initialize objects with context in block device"Boris Pavlovic2015-01-161-5/+9
|/
* initialize objects with context in block devicemelanie witt2015-01-141-9/+5
* remove pylint source code annotationsDaniel P. Berrange2015-01-081-1/+1
* virt: use instance object for attach in block_deviceMike Durnosvistov2014-12-091-1/+1
* Replacement `_` on `_LE` in all LOG.exceptionMike Durnosvistov2014-11-201-2/+3
* Switch to nova's jsonutils in oslo.serializationDavanum Srinivas2014-10-141-1/+1
* Use oslo.utilsDavanum Srinivas2014-10-061-1/+2
* Cleanup _convert_block_devicesMatthew Booth2014-10-011-8/+5
* Return None from get_swap() if input is not swapAna Krivokapic2014-09-181-1/+1
* Move _is_mapping to more central locationThang Pham2014-08-161-0/+6
* Merge "Fix live-migration failure in FC multipath case"Jenkins2014-08-141-0/+11
|\
| * Fix live-migration failure in FC multipath caseJeegn Chen2014-08-091-0/+11
* | Merge "Make DriverBlockDevice save() context arg optional"Jenkins2014-08-121-3/+7
|\ \
| * | Make DriverBlockDevice save() context arg optionalNikola Dipanov2014-07-311-3/+7
* | | Allow empty volumes to be createdThang Pham2014-08-081-1/+24
| |/ |/|
* | Allow to unshelve instance booted from volumeMehdi Abaakouk2014-07-291-8/+11
|/