diff options
author | Neil Brown <neilb@suse.de> | 2005-08-09 05:23:20 +0000 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2005-08-09 05:23:20 +0000 |
commit | 947fd4ddb554fd2c3d81c190dfe63407f8771eb8 (patch) | |
tree | 10b16db86578ca184faabae4232a886d2cff1ddc /mdadm.8 | |
parent | dfd4d8ee426fb71a369f494f95fe95b114a33c7c (diff) | |
download | mdadm-947fd4ddb554fd2c3d81c190dfe63407f8771eb8.tar.gz 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.8')
-rw-r--r-- | mdadm.8 | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -432,6 +432,14 @@ really useful for Building RAID1 array. Only use this if you really know what you are doing. This is currently only supported for --build. .TP +.BR -N ", " --name= +Set a +.B name +for the array. This is currently only effective when creating an +array with a version-1 superblock. The name is a simple textual +string that can be used to identify array components when assembling. + +.TP .BR -R ", " --run Insist that .I mdadm @@ -518,6 +526,11 @@ e.g. when assembling will look for super blocks with a minor number of 0. .TP +.BR -N ", " --name= +Specify the name of the array to assemble. This must be the name +that was specified when creating the array. + +.TP .BR -f ", " --force Assemble the array even if some superblocks appear out-of-date |