]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Removed reference to RAID-4 5547/head
authorritz303 <ritz_303@yahoo.com>
Tue, 11 Aug 2015 17:46:10 +0000 (12:46 -0500)
committerritz303 <ritz_303@yahoo.com>
Tue, 11 Aug 2015 17:46:10 +0000 (12:46 -0500)
Fixes: #11082
Signed-off-by: ritz303 <ritz_303@yahoo.com>
src/mon/OSDMonitor.cc

index 1bff447ddb2905ae9fe50f31fd4f2ca55bea3974..ea04e85cebf348caa5a4b8cc9a7983d5b7ab21b0 100644 (file)
@@ -4360,7 +4360,7 @@ int OSDMonitor::get_crush_ruleset(const string &ruleset_name,
  * @param pg_num The pg_num to use. If set to 0, will use the system default
  * @param pgp_num The pgp_num to use. If set to 0, will use the system default
  * @param erasure_code_profile The profile name in OSDMap to be used for erasure code
- * @param pool_type TYPE_ERASURE, TYPE_REP or TYPE_RAID4
+ * @param pool_type TYPE_ERASURE, or TYPE_REP
  * @param expected_num_objects expected number of objects on the pool
  * @param ss human readable error message, if any.
  *