]> git.apps.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)
committerDavid Zafman <dzafman@redhat.com>
Tue, 3 Mar 2015 23:53:17 +0000 (15:53 -0800)
Signed-off-by: Greg Farnum <greg@inktank.com>
(cherry picked from commit 4db95170e605b3c602a8e4749278943860623c9d)

tasks/ceph_manager.py

index da6f912bbe250e0cf5660eeba197c87d1dcd7bed..7635da70a725634cf43788a2b25fa39251ed9a0e 100644 (file)
@@ -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