]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
document 'command' requirements on admin_socket method
authorGreg Farnum <greg@inktank.com>
Mon, 13 Oct 2014 19:37:52 +0000 (12:37 -0700)
committerGreg Farnum <greg@inktank.com>
Mon, 13 Oct 2014 19:37:52 +0000 (12:37 -0700)
Signed-off-by: Greg Farnum <greg@inktank.com>
tasks/ceph_manager.py

index 2ac7195b1167034e9fa1d34133410883cf75b4ea..ae114559b93f8d437a08a1ca9d45ce20946207f0 100644 (file)
@@ -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)