From: ritz303 Date: Tue, 11 Aug 2015 17:46:10 +0000 (-0500) Subject: doc: Removed reference to RAID-4 X-Git-Tag: v9.1.0~390^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6f768a7cffb0f8535fedbbaea7b748ad48f91146;p=ceph.git doc: Removed reference to RAID-4 Fixes: #11082 Signed-off-by: ritz303 --- diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc index 1bff447ddb2..ea04e85cebf 100644 --- a/src/mon/OSDMonitor.cc +++ b/src/mon/OSDMonitor.cc @@ -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. *