From: Greg Farnum Date: Mon, 13 Oct 2014 19:37:52 +0000 (-0700) Subject: document 'command' requirements on admin_socket method X-Git-Tag: v0.94.10~27^2^2~243^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4db95170e605b3c602a8e4749278943860623c9d;p=ceph.git document 'command' requirements on admin_socket method Signed-off-by: Greg Farnum --- diff --git a/tasks/ceph_manager.py b/tasks/ceph_manager.py index 2ac7195b1167..ae114559b93f 100644 --- a/tasks/ceph_manager.py +++ b/tasks/ceph_manager.py @@ -651,6 +651,7 @@ class CephManager: def admin_socket(self, service_type, service_id, 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 = self.find_remote(service_type, service_id)