diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-04-04 21:58:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-04-04 21:58:34 +0000 |
commit | 0302a9dfb8e44775e0338d2a6f815ddce647af09 (patch) | |
tree | f06c2bb24bb46b595db172fe7183e831e1945d97 /sys-fs/mdadm/files/mdraid.confd | |
parent | Mark ia64/ppc64/sparc stable #520342. (diff) | |
download | gentoo-2-0302a9dfb8e44775e0338d2a6f815ddce647af09.tar.gz gentoo-2-0302a9dfb8e44775e0338d2a6f815ddce647af09.tar.bz2 gentoo-2-0302a9dfb8e44775e0338d2a6f815ddce647af09.zip |
Add a conf.d setting to pass options to the assemble step #531604 by Adrian.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-fs/mdadm/files/mdraid.confd')
-rw-r--r-- | sys-fs/mdadm/files/mdraid.confd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys-fs/mdadm/files/mdraid.confd b/sys-fs/mdadm/files/mdraid.confd index daa17abd8740..5694d732d006 100644 --- a/sys-fs/mdadm/files/mdraid.confd +++ b/sys-fs/mdadm/files/mdraid.confd @@ -3,3 +3,9 @@ # For people who run raid on top of some other layer (like # dmcrypt), use rc_need to specify that requirement. See # the runscript(8) man page for more information. + +# Most configuration happens in /etc/mdadm.conf. + +# Pass additional options when assembling raids. +# Note: This applies to all raids. +MDADM_ASSEMBLE_OPTS="" |