summaryrefslogtreecommitdiff
path: root/nova/virt/block_device.py
Commit message (Expand)AuthorAgeFilesLines
* block_device: Add encryption attributes to image and ephemeral disksLee Yarwood2022-08-021-2/+37
* block_device: Add DriverImageBlockDevice to block_device_infoLee Yarwood2022-08-021-5/+45
* block_device: Ignore VolumeAttachmentNotFound during detachLee Yarwood2021-12-031-1/+12
* fup: Remove unused legacy block_device_info formatLee Yarwood2021-08-201-40/+13
* trivial: Resolve (most) flake8 3.x issuesStephen Finucane2019-12-111-1/+1
* block_device: Copy original volume_type when missing for snapshot based volumesLee Yarwood2019-11-211-0/+7
* Merge "Create volume attachment during boot from volume in compute"Zuul2019-10-041-20/+30
|\
| * Create volume attachment during boot from volume in computeMatt Riedemann2019-09-211-20/+30
* | Merge "Use os-brick locking for volume attach and detach"Zuul2019-10-021-27/+9
|\ \ | |/ |/|
| * Use os-brick locking for volume attach and detachGorka Eguileor2019-09-131-27/+9
* | Centralize volume create code during boot from volumeMatt Riedemann2019-09-161-19/+23
|/
* Merge "hacking: Resolve W503 (line break occurred before a binary operator)"Zuul2019-06-261-6/+5
|\
| * hacking: Resolve W503 (line break occurred before a binary operator)Stephen Finucane2019-06-241-6/+5
* | Merge "bdm: store empty object as connection_info by default"Zuul2019-06-241-1/+3
|\ \ | |/ |/|
| * bdm: store empty object as connection_info by defaultMohammed Naser2019-03-221-1/+3
* | Override the 'get' method in DriverBlockDevice classTakashi NATSUME2019-03-211-0/+8
|/
* Add compute version 36 to support ``volume_type``zhangbailin2018-10-111-2/+9
* block_device: Rollback volumes to in-use on DeviceDetachFailedLee Yarwood2018-08-101-0/+1
* Merge "Expose driver_block_device fields consistently"Zuul2018-05-091-2/+16
|\
| * Expose driver_block_device fields consistentlyMatthew Booth2018-05-091-2/+16
* | Merge "Fix detach_volume calls when rolling back a failed attach"Zuul2018-05-091-2/+4
|\ \ | |/ |/|
| * Fix detach_volume calls when rolling back a failed attachMatt Riedemann2018-05-091-2/+4
* | Merge "Give volume DriverBlockDevice classes a common prefix"Zuul2018-05-081-11/+11
|\ \
| * | Give volume DriverBlockDevice classes a common prefixMatthew Booth2018-04-121-11/+11
| |/
* | Proxy is_volume through DriverBlockDeviceEric Fried2018-04-241-1/+1
|/
* Preserve multiattach flag when refreshing connection_infoMatt Riedemann2018-03-201-0/+10
* Pass user context to virt driver when detaching volumeMatt Riedemann2018-03-031-1/+1
* Merge "Use dict.get() when accessing capabilities dict"Zuul2018-03-011-1/+2
|\
| * Use dict.get() when accessing capabilities dictesberglu2018-02-121-1/+2
* | Avoid exploding if guest refuses to detach a volumeDan Smith2018-02-211-0/+4
|/
* 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