/default/mdadm

http://github.com/brinkman83/bashrc · #! · 29 lines · 24 code · 5 blank · 0 comment · 0 complexity · 8a7f5638339d0edc4b2eb46f0ecdcfdb MD5 · raw file

  1. # mdadm Debian configuration
  2. #
  3. # You can run 'dpkg-reconfigure mdadm' to modify the values in this file, if
  4. # you want. You can also change the values here and changes will be preserved.
  5. # Do note that only the values are preserved; the rest of the file is
  6. # rewritten.
  7. #
  8. # AUTOCHECK:
  9. # should mdadm run periodic redundancy checks over your arrays? See
  10. # /etc/cron.d/mdadm.
  11. AUTOCHECK=true
  12. # START_DAEMON:
  13. # should mdadm start the MD monitoring daemon during boot?
  14. START_DAEMON=true
  15. # DAEMON_OPTIONS:
  16. # additional options to pass to the daemon.
  17. DAEMON_OPTIONS="--syslog"
  18. # VERBOSE:
  19. # if this variable is set to true, mdadm will be a little more verbose e.g.
  20. # when creating the initramfs.
  21. VERBOSE=false
  22. # MAIL_TO:
  23. # this variable is now managed in /etc/mdadm/mdadm.conf (MAILADDR).
  24. # Please see mdadm.conf(5).