From: David Zafman Date: Fri, 16 Jan 2015 19:21:49 +0000 (-0800) Subject: Formatting changes X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4e26b437b2988cb8a3807149961553b75124dd1a;p=ceph.git Formatting changes (cherry picked from commit e5876126a9a8a474ddffaf60bdfde960e33717da) --- diff --git a/tasks/ceph_manager.py b/tasks/ceph_manager.py index e24988f6b0a..5adb14a42a9 100644 --- a/tasks/ceph_manager.py +++ b/tasks/ceph_manager.py @@ -119,7 +119,8 @@ class Thrasher: allremotes = list(set(allremotes)) for remote in allremotes: proc = remote.run(args=['type', cmd], wait=True, - check_status=False, stdout=StringIO(), stderr=StringIO()) + check_status=False, stdout=StringIO(), + stderr=StringIO()) if proc.exitstatus != 0: return False; return True; @@ -252,7 +253,7 @@ class Thrasher: return pg = random.choice(pgs) cmd = (prefix + "--op rm-past-intervals --pgid {pg}").\ - format(id=osd, pg=pg) + format(id=osd, pg=pg) proc = remote.run(args=cmd) if proc.exitstatus: raise Exception("ceph_objectstore_tool: "