From 37fab500029f16f65c83c1d9fe13ddc06c1d163e Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Mon, 4 May 2015 14:21:31 -0700 Subject: [PATCH] squash: ceph_manager: add utility_task doc string (cherry picked from commit 2a60852a1d0b0b7980004cf262d4af8ea4011667) --- tasks/ceph_manager.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasks/ceph_manager.py b/tasks/ceph_manager.py index 763dcd9af6c12..815597242e52f 100644 --- a/tasks/ceph_manager.py +++ b/tasks/ceph_manager.py @@ -1892,6 +1892,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 = {} -- 2.39.5