From 8433f3e73014ddaba5a79490214d4f44794e36de Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Mon, 13 Oct 2014 12:37:52 -0700 Subject: [PATCH] document 'command' requirements on admin_socket method Signed-off-by: Greg Farnum (cherry picked from commit 4db95170e605b3c602a8e4749278943860623c9d) --- tasks/ceph_manager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/ceph_manager.py b/tasks/ceph_manager.py index da6f912bbe250..7635da70a7256 100644 --- a/tasks/ceph_manager.py +++ b/tasks/ceph_manager.py @@ -636,6 +636,7 @@ class CephManager: def osd_admin_socket(self, osdnum, command, check_status=True): """ Remotely start up ceph specifying the admin socket + :param command a list of words to use as the command to the admin socket """ testdir = teuthology.get_testdir(self.ctx) remote = None -- 2.39.5