You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

32 lines
1.2 KiB

--- a/ReadMe.c~ 2017-12-11 11:15:10.314176222 +0800
+++ b/ReadMe.c 2017-12-11 11:16:42.451297334 +0800
@@ -147,7 +147,9 @@
{"data-offset",1, 0, DataOffset},
{"nodes",1, 0, Nodes}, /* also for --assemble */
{"home-cluster",1, 0, ClusterName},
+#if 0 /*Disable for rhel7.5*/
{"write-journal",1, 0, WriteJournal},
+#endif
{"consistency-policy", 1, 0, 'k'},
/* For assemble */
@@ -163,7 +165,9 @@
/* Management */
{"add", 0, 0, Add},
{"add-spare", 0, 0, AddSpare},
+#if 0 /*Disable for rhel7.5*/
{"add-journal", 0, 0, AddJournal},
+#endif
{"remove", 0, 0, Remove},
{"fail", 0, 0, Fail},
{"set-faulty",0, 0, Fail},
@@ -383,7 +387,9 @@
" --name= -N : Textual name for array - max 32 characters\n"
" --bitmap-chunk= : bitmap chunksize in Kilobytes.\n"
" --delay= -d : bitmap update delay in seconds.\n"
+#if 0 /*Disable for rhel7.5*/
" --write-journal= : Specify journal device for RAID-4/5/6 array\n"
+#endif
" --consistency-policy= : Specify the policy that determines how the array\n"
" -k : maintains consistency in case of unexpected shutdown.\n"
"\n"