summaryrefslogtreecommitdiff
path: root/nova/virt/block_device.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Avoid exploding if guest refuses to detach a volume" into stable/queensZuul2018-03-281-0/+4
|\
| * Avoid exploding if guest refuses to detach a volumeDan Smith2018-03-121-0/+4
* | Preserve multiattach flag when refreshing connection_infoMatt Riedemann2018-03-211-0/+10
|/
* Pass user context to virt driver when detaching volumeMatt Riedemann2018-03-061-1/+1
* TrivialFix: Add a blanklinejichenjc2018-02-081-0/+1
* libvirt: fix native luks encryption failure to find volume_idMatt Riedemann2018-02-021-0/+10
* [libvirt] Allow multiple volume attachmentsIldiko Vancsa2018-01-181-0/+19
* Merge "Use volume shared_targets to lock during attach/detach"Zuul2018-01-091-9/+65
|\
| * Use volume shared_targets to lock during attach/detachMatt Riedemann2018-01-041-9/+65
* | Expose BDM uuid to driversMatthew Booth2018-01-021-1/+1
* | DriverBlockDevice: make subclasses inherit _proxy_as_attrMatthew Booth2018-01-021-5/+27
|/
* Pass mountpoint to volume attachment_updateMatt Riedemann2017-12-131-1/+2
* Add new style volume attachment support to block_device.pyJohn Griffith2017-12-071-9/+102
* Avoid stashed connector lookup for new style detachMatt Riedemann2017-12-061-39/+39
* Add attachment_get to refresh_connection_infoIldiko Vancsa2017-10-181-4/+10
* Remove translation of log messagesNgo Quoc Cuong2017-06-131-40/+37
* Address comments when moving volume detach to block_device.pyMatt Riedemann2017-05-101-4/+4
* encryptors: Switch to os-brick encryptor classesLee Yarwood2017-04-251-1/+1
* Update detach to use V3 Cinder APIjohn.griffith8@gmail.com2017-04-201-4/+12
* compute: Move detach logic from manager into driver BDMLee Yarwood2017-03-301-0/+111
* Remove check_attachIldiko Vancsa2017-02-261-12/+9
* [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
| |/ |/|