]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: add librados pool creation defaults
authorJosh Durgin <josh.durgin@dreamhost.com>
Tue, 10 Jan 2012 02:29:04 +0000 (18:29 -0800)
committerJosh Durgin <josh.durgin@dreamhost.com>
Tue, 10 Jan 2012 03:10:11 +0000 (19:10 -0800)
Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
src/include/rados/librados.h

index 0a1980f196b8a805b3b3f6509e25d0d4da34f973..3e65dcd509dfc79982bfc42c105be047e2d88038 100644 (file)
@@ -415,6 +415,9 @@ int64_t rados_pool_lookup(rados_t cluster, const char *pool_name);
 /**
  * Create a pool with default settings
  *
+ * The default owner is the admin user (auid 0).
+ * The default crush rule is rule 0.
+ *
  * @param cluster the cluster in which the pool will be created
  * @param pool_name the name of the new pool
  * @returns 0 on success, negative error code on failure