components/openstack/cinder/patches/06-enable-dd.patch
changeset 6849 f9a2279efa0d
parent 5405 66fd59fecd68
--- a/components/openstack/cinder/patches/06-enable-dd.patch	Wed Sep 07 14:48:41 2016 -0700
+++ b/components/openstack/cinder/patches/06-enable-dd.patch	Wed Sep 07 14:48:41 2016 -0700
@@ -2,9 +2,9 @@
 run on Solaris. This patch is Solaris-specific and not suitable for
 upstream.
 
---- cinder-2015.1.2/cinder/volume/utils.py.orig	2015-11-17 18:29:59.168650488 -0800
-+++ cinder-2015.1.2/cinder/volume/utils.py	2015-11-17 18:30:21.197972544 -0800
-@@ -267,6 +267,7 @@
+--- cinder-8.0.0/cinder/volume/utils.py.~2~	2016-06-10 14:42:55.143866680 -0700
++++ cinder-8.0.0/cinder/volume/utils.py	2016-06-10 14:42:55.188129865 -0700
+@@ -291,6 +291,7 @@ def _calculate_count(size_in_m, blocksiz
          bs = strutils.string_to_bytes('%sB' % blocksize)
  
      count = math.ceil(size_in_m * units.Mi / bs)