]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_manager: fix typo in get_pgid docstring
authorLoic Dachary <ldachary@redhat.com>
Wed, 19 Nov 2014 17:14:25 +0000 (18:14 +0100)
committerLoic Dachary <ldachary@redhat.com>
Thu, 20 Nov 2014 21:38:25 +0000 (22:38 +0100)
Signed-off-by: Loic Dachary <ldachary@redhat.com>
tasks/ceph_manager.py

index 19a9053e19aafe8b1dedcf87bb5e764b0aabcb74..2216d5912e2275c9ede70bfacc21f231d6464ae2 100644 (file)
@@ -689,7 +689,7 @@ class CephManager:
 
     def get_pgid(self, pool, pgnum):
         """
-        :param pool: pool number
+        :param pool: pool name
         :param pgnum: pg number
         :returns: a string representing this pg.
         """