From 2a60852a1d0b0b7980004cf262d4af8ea4011667 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 --- tasks/ceph_manager.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasks/ceph_manager.py b/tasks/ceph_manager.py index db466533d5bef..5b62d10506298 100644 --- a/tasks/ceph_manager.py +++ b/tasks/ceph_manager.py @@ -1904,6 +1904,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