]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume util move the str_to_int utility out of lvm
authorAlfredo Deza <adeza@redhat.com>
Fri, 13 Jul 2018 12:54:33 +0000 (08:54 -0400)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 28 Aug 2018 16:06:02 +0000 (11:06 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit cb5b30ab43f37adc45fb6114452b37722c65501e)

Conflicts:
src/ceph-volume/ceph_volume/util/__init__.py

src/ceph-volume/ceph_volume/util/__init__.py

index dfa83fc46d35fb962da8e0fbd67876cf88dc1183..cdcf3a5b0d9cb1d85dde52c3214a281aa1fa11c7 100644 (file)
@@ -2,6 +2,7 @@ import logging
 from math import floor
 from ceph_volume import terminal
 
+
 logger = logging.getLogger(__name__)