index
:
delta/openstack/nova.git
master
proposed/juno
proposed/kilo
stable/2023.1
stable/havana
stable/icehouse
stable/juno
stable/kilo
stable/liberty
stable/mitaka
stable/newton
stable/ocata
stable/pike
stable/queens
stable/rocky
stable/stein
stable/train
stable/ussuri
stable/victoria
stable/wallaby
stable/xena
stable/yoga
stable/zed
opendev.org: openstack/nova.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nova
/
virt
/
block_device.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
libvirt: Block swap volume attempts with encrypted volumes prior to Queens
Lee Yarwood
2018-04-18
1
-0
/
+10
*
[2/3]Replace six.iteritems() with .items()
Spencer Yu
2017-01-09
1
-3
/
+3
*
compute: fixes python 3 related unit tests
Claudiu Belu
2016-10-18
1
-1
/
+2
*
block_device: Make refresh_conn_infos py3 compatible
Lee Yarwood
2016-10-11
1
-4
/
+5
*
Remove context object in oslo.log method
Sivasathurappan Radhakrishnan
2016-09-27
1
-8
/
+6
*
Remove virt.block_device._NoLegacy exception
Matthew Booth
2016-06-16
1
-14
/
+1
*
config options: centralize cinder options
Jiajun Liu
2016-03-15
1
-3
/
+2
*
Replace deprecated LOG.warn with LOG.warning
Swapnil Kulkarni (coolsvap)
2016-03-15
1
-4
/
+5
*
Revert "Pass host when call attach to Cinder"
Ildiko Vancsa
2016-01-27
1
-3
/
+1
*
Pass host when call attach to Cinder
Ildiko Vancsa
2016-01-20
1
-1
/
+3
*
DriverBlockDevice must receive a BDM object, not a dict
Matt Riedemann
2015-12-28
1
-10
/
+1
*
Make sure bdm.volume_id is set after auto-creating volumes
Matt Riedemann
2015-12-11
1
-4
/
+23
*
Only create volumes with instance.az if cinder.cross_az_attach is False
Matt Riedemann
2015-09-28
1
-3
/
+35
*
Detach and terminate conn if Cinder attach fails
Vipin Balachandran
2015-09-03
1
-2
/
+25
*
Make Nova better at keeping track of volume sizes in BDM
Nikola Dipanov
2015-07-02
1
-0
/
+2
*
virt: Move building the block_device_info dict into a method
Nikola Dipanov
2015-06-09
1
-1
/
+1
*
Remove useless volume when boot from volume failed
Lan Qi song
2015-06-06
1
-3
/
+18
*
Merge "virt: make sure convert_all_volumes catches blank volumes too"
Jenkins
2015-05-29
1
-1
/
+3
|
\
|
*
virt: make sure convert_all_volumes catches blank volumes too
Nikola Dipanov
2015-05-22
1
-1
/
+3
*
|
Replace dict.iteritems() with six.iteritems(dict)
Victor Stinner
2015-05-22
1
-2
/
+3
|
/
*
virt: Make sure block device info is persisted
Nikola Dipanov
2015-04-02
1
-2
/
+4
*
Merge "Save bdm.connection_info before calling volume_api.attach_volume"
Jenkins
2015-03-19
1
-0
/
+5
|
\
|
*
Save bdm.connection_info before calling volume_api.attach_volume
Matt Riedemann
2015-03-18
1
-0
/
+5
*
|
BDM: Avoiding saving if there were no changes
Nikola Dipanov
2015-03-19
1
-3
/
+7
|
/
*
Merge "Create volume in the same availability zone as instance"
Jenkins
2015-02-24
1
-4
/
+9
|
\
|
*
Create volume in the same availability zone as instance
Andrey Kurilin
2015-02-19
1
-4
/
+9
*
|
Merge "Add methods that convert any volume BDM to driver format"
Jenkins
2015-02-23
1
-0
/
+17
|
\
\
|
*
|
Add methods that convert any volume BDM to driver format
Nikola Dipanov
2015-02-23
1
-0
/
+17
*
|
|
Use oslo.log
Davanum Srinivas
2015-02-22
1
-1
/
+1
*
|
|
switch LOG.audit to LOG.info
Davanum Srinivas
2015-02-22
1
-2
/
+1
|
|
/
|
/
|
*
|
Switch to using oslo_* instead of oslo.*
Davanum Srinivas
2015-02-06
1
-2
/
+2
*
|
initialize objects with context in block device
melanie witt
2015-01-21
1
-9
/
+5
|
/
*
Merge "Performance: leverage dict comprehension in PEP-0274"
Jenkins
2015-01-16
1
-5
/
+4
|
\
|
*
Performance: leverage dict comprehension in PEP-0274
ChangBo Guo(gcb)
2015-01-16
1
-5
/
+4
*
|
Revert "initialize objects with context in block device"
Boris Pavlovic
2015-01-16
1
-5
/
+9
|
/
*
initialize objects with context in block device
melanie witt
2015-01-14
1
-9
/
+5
*
remove pylint source code annotations
Daniel P. Berrange
2015-01-08
1
-1
/
+1
*
virt: use instance object for attach in block_device
Mike Durnosvistov
2014-12-09
1
-1
/
+1
*
Replacement `_` on `_LE` in all LOG.exception
Mike Durnosvistov
2014-11-20
1
-2
/
+3
*
Switch to nova's jsonutils in oslo.serialization
Davanum Srinivas
2014-10-14
1
-1
/
+1
*
Use oslo.utils
Davanum Srinivas
2014-10-06
1
-1
/
+2
*
Cleanup _convert_block_devices
Matthew Booth
2014-10-01
1
-8
/
+5
*
Return None from get_swap() if input is not swap
Ana Krivokapic
2014-09-18
1
-1
/
+1
*
Move _is_mapping to more central location
Thang Pham
2014-08-16
1
-0
/
+6
*
Merge "Fix live-migration failure in FC multipath case"
Jenkins
2014-08-14
1
-0
/
+11
|
\
|
*
Fix live-migration failure in FC multipath case
Jeegn Chen
2014-08-09
1
-0
/
+11
*
|
Merge "Make DriverBlockDevice save() context arg optional"
Jenkins
2014-08-12
1
-3
/
+7
|
\
\
|
*
|
Make DriverBlockDevice save() context arg optional
Nikola Dipanov
2014-07-31
1
-3
/
+7
*
|
|
Allow empty volumes to be created
Thang Pham
2014-08-08
1
-1
/
+24
|
|
/
|
/
|
*
|
Allow to unshelve instance booted from volume
Mehdi Abaakouk
2014-07-29
1
-8
/
+11
|
/
[next]