From: Samuel Just Date: Mon, 4 May 2015 21:21:31 +0000 (-0700) Subject: squash: ceph_manager: add utility_task doc string X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9b2bce56ef4c9445e127deb584b30f29b51784af;p=ceph.git squash: ceph_manager: add utility_task doc string (cherry picked from commit 2a60852a1d0b0b7980004cf262d4af8ea4011667) --- diff --git a/tasks/ceph_manager.py b/tasks/ceph_manager.py index 58d19ef5d65..e3053e58ae7 100644 --- a/tasks/ceph_manager.py +++ b/tasks/ceph_manager.py @@ -1648,6 +1648,10 @@ class CephManager: return "/var/lib/ceph/osd/ceph-{id}" def utility_task(name): + """ + Generate ceph_manager subtask corresponding to ceph_manager + method name + """ def task(ctx, config): if config is None: config = {}