From: Greg Farnum Date: Mon, 13 Oct 2014 19:37:52 +0000 (-0700) Subject: document 'command' requirements on admin_socket method X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8433f3e73014ddaba5a79490214d4f44794e36de;p=ceph.git document 'command' requirements on admin_socket method Signed-off-by: Greg Farnum (cherry picked from commit 4db95170e605b3c602a8e4749278943860623c9d) --- diff --git a/tasks/ceph_manager.py b/tasks/ceph_manager.py index da6f912bbe2..7635da70a72 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