diff options
author | Neil Brown <neilb@suse.de> | 2005-08-09 07:23:20 +0200 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2005-08-09 07:23:20 +0200 |
commit | 947fd4ddb554fd2c3d81c190dfe63407f8771eb8 (patch) | |
tree | 10b16db86578ca184faabae4232a886d2cff1ddc /mdadm.conf.5 | |
parent | Add write-behind support (diff) | |
download | mdadm-947fd4ddb554fd2c3d81c190dfe63407f8771eb8.tar.xz mdadm-947fd4ddb554fd2c3d81c190dfe63407f8771eb8.zip |
Support nameing of version-1 arrays.
--name is recognised in --create and --assemble
name= is recognised in config file.
Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
Diffstat (limited to 'mdadm.conf.5')
-rw-r--r-- | mdadm.conf.5 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mdadm.conf.5 b/mdadm.conf.5 index 97390102..e5b3ebfe 100644 --- a/mdadm.conf.5 +++ b/mdadm.conf.5 @@ -90,6 +90,13 @@ The value should be a 128 bit uuid in hexadecimal, with punctuation interspersed if desired. This must match the uuid stored in the superblock. .TP +.B name= +The value should be a simple textual name as was given to +.I mdadm +when the array was created. This must match the name stored in the +superblock on a device for that device to be included in the array. +Not all superblock-formats support names. +.TP .B super-minor= The value is an integer which indicates the minor number that was stored in the superblock when the array was created. When an array is |