]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - ReadMe.c
Assemble array with write journal
[thirdparty/mdadm.git] / ReadMe.c
index 386d7a01f7685822e43521ded2e2d52095c53a0d..10921e3bd74e1a87c8495b6a5b9c2d8b99f2858b 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -140,6 +140,9 @@ struct option long_options[] = {
     {"homehost",  1, 0,  HomeHost},
     {"symlinks",  1, 0,  Symlinks},
     {"data-offset",1, 0, DataOffset},
+    {"nodes",1, 0, Nodes}, /* also for --assemble */
+    {"home-cluster",1, 0, ClusterName},
+    {"write-journal",1, 0, WriteJournal},
 
     /* For assemble */
     {"uuid",      1, 0, 'u'},
@@ -167,6 +170,7 @@ struct option long_options[] = {
     {"wait",     0, 0,  WaitOpt},
     {"wait-clean", 0, 0, Waitclean },
     {"action",    1, 0, Action },
+    {"cluster-confirm", 0, 0, ClusterConfirm},
 
     /* For Detail/Examine */
     {"brief",    0, 0, Brief},