]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
document create_pool erasure_code_profile_name argument
authorLoic Dachary <loic@dachary.org>
Wed, 2 Jul 2014 17:50:17 +0000 (19:50 +0200)
committerLoic Dachary <loic@dachary.org>
Wed, 2 Jul 2014 17:50:17 +0000 (19:50 +0200)
Signed-off-by: Loic Dachary <loic@dachary.org>
teuthology/task/ceph_manager.py

index c400c5a0ccc9724618018a8cecb54a8f48216e70..35fde0b0cac571e0e90da208728d1568d9acf044 100644 (file)
@@ -730,6 +730,7 @@ class CephManager:
         Create a pool named from the pool_name parameter.
         :param pool_name: name of the pool being created.
         :param pg_num: initial number of pgs.
+        :param erasure_code_profile_name: if set and !None create an erasure coded pool using the profile 
         """
         with self.lock:
             assert isinstance(pool_name, str)