]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
replace tab with spaces
authorSam Lang <sam.lang@inktank.com>
Tue, 18 Sep 2012 23:31:39 +0000 (16:31 -0700)
committerSam Lang <sam.lang@inktank.com>
Tue, 18 Sep 2012 23:31:39 +0000 (16:31 -0700)
Signed-off-by: Sam Lang <sam.lang@inktank.com>
teuthology/task/ceph.py

index 9dcc4a2b9ca63c006f80112cd8fde04f9770ce68..00ffac109c11be020771582d915bb7a4636a0d4b 100644 (file)
@@ -775,7 +775,7 @@ def cluster(ctx, config):
 
         if config.get('tmpfs_journal'):
             log.info('tmpfs journal enabled - unmounting tmpfs at /mnt')
-           for remote, roles_for_host in osds.remotes.iteritems():
+            for remote, roles_for_host in osds.remotes.iteritems():
                 remote.run(
                     args=[ 'sudo', 'umount', '-f', '/mnt' ],
                     check_status=False,