]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - mdadm.8
Support --uuid= with --create to choose your own UUID.
[thirdparty/mdadm.git] / mdadm.8
diff --git a/mdadm.8 b/mdadm.8
index b618f5a671a2adaae1819f0ad4e16042cddb2d0b..61604627f106c7d5085f9cc4db0d4afc64740fd2 100644 (file)
--- a/mdadm.8
+++ b/mdadm.8
@@ -1259,6 +1259,16 @@ is being created, then the name
 .B home
 will be used.
 
+A new array will normally get a randomly assigned 128bit UUID which is
+very likely to be unique.  If you have a specific need, you can choose
+a UUID for the array by giving the
+.B --uuid=
+option.  Be warned that creating two arrays with the same UUID is a
+recipe for disaster.  Also, using
+.B --uuid=
+when creating a v0.90 array will silently override any
+.B --homehost=
+setting.
 '''If the
 '''.B --size
 '''option is given, it is not necessary to list any component-devices in this command.