diff options
author | Neil Brown <neilb@suse.de> | 2006-08-11 18:00:05 +1000 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2006-08-11 18:00:05 +1000 |
commit | 38098016cae12b5e840b3a5a24b0c5120a83971c (patch) | |
tree | 7d284c2cfbd34c92c9d08843d42e936e857aa5f4 /mdadm.conf.5 | |
parent | 0a6e1c6743122c3fb060ced194ce5f08690b31e6 (diff) | |
download | mdadm-38098016cae12b5e840b3a5a24b0c5120a83971c.tar.gz |
Allow symlink creation to be disabled from command line or mdadm.conf
Diffstat (limited to 'mdadm.conf.5')
-rw-r--r-- | mdadm.conf.5 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mdadm.conf.5 b/mdadm.conf.5 index 7df36d9..f2cb35f 100644 --- a/mdadm.conf.5 +++ b/mdadm.conf.5 @@ -273,6 +273,20 @@ missing device entries should be created. The name of the metadata format to use if none is explicitly given. This can be useful to impose a system-wide default of version-1 superblocks. +.TP +.B symlinks=no +Normally when creating devices in +.B /dev/md/ +.I mdadm +will create a matching symlink from +.B /dev/ +with a name starting +.B md +or +.BR md_ . +Give +.B symlinked=no +to suppress this symlink creation. .RE |