From: Sam Lang Date: Tue, 18 Sep 2012 23:31:39 +0000 (-0700) Subject: replace tab with spaces X-Git-Tag: 1.1.0~2449 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a101e4919032c78d527cf28ed39df7475663497e;p=teuthology.git replace tab with spaces Signed-off-by: Sam Lang --- diff --git a/teuthology/task/ceph.py b/teuthology/task/ceph.py index 9dcc4a2b9c..00ffac109c 100644 --- a/teuthology/task/ceph.py +++ b/teuthology/task/ceph.py @@ -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,