]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-disk: fix indention
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Mon, 25 Mar 2013 12:55:56 +0000 (13:55 +0100)
committerSage Weil <sage@inktank.com>
Fri, 26 Apr 2013 20:40:05 +0000 (13:40 -0700)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
(cherry picked from commit 2d26bcc07162a5176cdbc1748b829e3f39653697)

src/ceph-disk

index df5706a79224b8bc519f1845e2011616a3fc7b8c..4d78507706dcbef55e87114916457f916da65127 100755 (executable)
@@ -163,7 +163,7 @@ def list_partitions(disk):
             fields = re.split('\s+', line)
             if len(fields) < 5:
                 continue
-           name = fields [4]
+            name = fields [4]
             if name != base and name.startswith(base):
                 ls.append('/dev/' + name)
     return ls