cinder/cinder/volume
Philipp Marek d19fb59014 DRBD: Remove cast to int in size calculation
In Python2.x, "int" is 32bit only, and so this overflows for 2TiB
volumes. If we remove the casting to int before return, then it
works for python 2 and 3.

This is a resubmission of 395132

Change-Id: I3e4814ee066df5726b0a2b599961511c2516135b
2018-05-02 09:28:39 -07:00
..
drivers DRBD: Remove cast to int in size calculation 2018-05-02 09:28:39 -07:00
flows Reduce scope of the lock for image volume cache 2018-03-26 17:19:17 -04:00
targets Adding abstract class NVMeOF 2018-04-17 15:52:16 +03:00
__init__.py Fix dynamic import of CONF.volume_api_class 2016-02-12 10:50:31 -06:00
api.py Add missing VolumeAttachStatus enum field 2018-04-23 01:37:17 +00:00
configuration.py Add support for shared "backend_defaults" config 2017-07-11 18:58:58 +00:00
driver.py Adding abstract class NVMeOF 2018-04-17 15:52:16 +03:00
driver_utils.py Remove log translations 2017-03-19 14:59:57 +00:00
group_types.py handle no default_cgsnapshot_type 2017-11-28 21:55:29 +00:00
manager.py Add missing VolumeAttachStatus enum field 2018-04-23 01:37:17 +00:00
qos_specs.py [Doc] Handle Sphinx warnings as errors 2017-08-29 16:00:09 -05:00
rpcapi.py Use constants for cinder-volume 2017-12-29 09:05:08 +08:00
throttling.py Remove log translations 2017-03-19 14:59:57 +00:00
utils.py Implementation of Cinder driver over FC for Inspur InStorage 2018-03-30 07:38:54 +08:00
volume_types.py Volume type with encryption comparison 2017-07-25 05:08:12 +00:00