home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20120305.etc.tar.gz / bradford.20120305.etc.tar / etc / sysconfig / mdadm < prev    next >
Text File  |  2006-12-18  |  1KB  |  70 lines

  1. ## Path:        System/File systems/Mdadm
  2. ## Description: Additional options for the mdadm daemon (see man mdadm(8)).
  3. ## ServiceRestart:      mdadm
  4. ##
  5. ## Type:        integer
  6. ## Default:     60
  7. #
  8. # A delay in seconds between polling the md arrays.
  9. #
  10. MDADM_DELAY=60
  11.  
  12. ## Type:        string
  13. ## Default:     ""
  14. #
  15. # A mail address (or comma-separated list of mail addresses) to send alerts to.
  16. #
  17. MDADM_MAIL="root@localhost"
  18.  
  19. ## Type:        string
  20. ## Default:     ""
  21. #
  22. # A program to be run whenever an event is detected.
  23. #
  24. MDADM_PROGRAM=""
  25.  
  26. ## Type:        string
  27. ## Default:     ""
  28. #
  29. # Monitoring MD devices.
  30. #
  31. MDADM_RAIDDEVICES=""
  32.  
  33. ## Type:        yesno
  34. ## Default:     yes
  35. #
  36. # "yes" for scanning config file or /proc/mdstat for missing information.
  37. #
  38. MDADM_SCAN=yes
  39.  
  40. ## Type:        string
  41. ## Default:     "/etc/mdadm.conf"
  42. #
  43. # The config file.
  44. #
  45. MDADM_CONFIG="/etc/mdadm.conf"
  46.  
  47. ## Type:        yesno
  48. ## Default:     no
  49. #
  50. # "yes" for email to be sent on start
  51. #
  52. MDADM_SEND_MAIL_ON_START=no
  53.  
  54. ## Type:        yesno
  55. ## Default:     no
  56. #
  57. # "yes" for mdadm.conf to be used for array assembly on boot
  58. #
  59. BOOT_MD_USE_MDADM_CONFIG=yes
  60.  
  61. ## Type:    integer
  62. ## Default:    60
  63. #
  64. # Timeout for udev device detection. This is the upper limit which the
  65. # boot script will wait for udev to finish hotplug event processing.
  66. # If not all devices are detected during boot this value should be
  67. # increased. Setting this to '0' disables waiting for udev.
  68. #
  69. MDADM_DEVICE_TIMEOUT="60"
  70.