diff options
author | Dan Williams <dan.j.williams@intel.com> | 2008-07-19 02:47:34 +0200 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2008-07-19 02:47:34 +0200 |
commit | 5545fa6d94dd01c388c9df8e3280780352d2a53e (patch) | |
tree | 5eb9618b6ab52a0086b86c1c581a290f1e5490b9 /mdadm.8 | |
parent | Documentation fixup for stripe_cache_size (diff) | |
download | mdadm-5545fa6d94dd01c388c9df8e3280780352d2a53e.tar.xz mdadm-5545fa6d94dd01c388c9df8e3280780352d2a53e.zip |
Document MDADM_NO_MDMON
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'mdadm.8')
-rw-r--r-- | mdadm.8 | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1929,6 +1929,16 @@ that no metadata updates are made and no attempt at resync or recovery happens. Further devices that are found before the first write can still be added safely. + +.SH ENVIRONMENT +This section describes environment variables that affect how mdadm +operates. + +.TP +.B MDADM_NO_MDMON +Setting this value to 1 will prevent mdadm from automatically launching +mdmon. This variable is intended primarily for debugging mdadm/mdmon. + .SH EXAMPLES .B " mdadm \-\-query /dev/name-of-device" |