From 6f768a7cffb0f8535fedbbaea7b748ad48f91146 Mon Sep 17 00:00:00 2001 From: ritz303 Date: Tue, 11 Aug 2015 12:46:10 -0500 Subject: [PATCH] doc: Removed reference to RAID-4 Fixes: #11082 Signed-off-by: ritz303 --- src/mon/OSDMonitor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc index 1bff447ddb29..ea04e85cebf3 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. * -- 2.47.3