--- mdadm-3.4/ReadMe.c~ 2016-01-28 01:14:56.000000000 -0500 +++ mdadm-3.4/ReadMe.c 2016-08-05 10:09:15.412366777 -0400 @@ -142,7 +142,9 @@ {"data-offset",1, 0, DataOffset}, {"nodes",1, 0, Nodes}, /* also for --assemble */ {"home-cluster",1, 0, ClusterName}, +#if 0 /* Disable for RHEL */ {"write-journal",1, 0, WriteJournal}, +#endif /* For assemble */ {"uuid", 1, 0, 'u'}, @@ -157,7 +159,9 @@ /* Management */ {"add", 0, 0, Add}, {"add-spare", 0, 0, AddSpare}, +#if 0 /* Disable for RHEL */ {"add-journal", 0, 0, AddJournal}, +#endif {"remove", 0, 0, Remove}, {"fail", 0, 0, Fail}, {"set-faulty",0, 0, Fail}, @@ -377,7 +381,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 RHEL */ " --write-journal= : Specify journal device for RAID-4/5/6 array\n" +#endif "\n" ;