Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. # mdadm.conf
  2. #
  3. # Please refer to mdadm.conf(5) for information about this file.
  4. #
  5.  
  6. # by default, scan all partitions (/proc/partitions) for MD superblocks.
  7. # alternatively, specify devices to scan, using wildcards if desired.
  8. DEVICE partitions
  9.  
  10. # auto-create devices with Debian standard permissions
  11. CREATE owner=root group=disk mode=0660 auto=yes
  12.  
  13. # automatically tag new arrays as belonging to the local system
  14. HOMEHOST <system>
  15.  
  16. # instruct the monitoring daemon where to send mail alerts
  17. MAILADDR root
  18.  
  19. # definitions of existing MD arrays
  20. ARRAY /dev/md0 level=raid1 num-devices=4 UUID=ca552ac3:98ca6fb5:89e30d3f:8e7d8ac9
  21. ARRAY /dev/md1 level=raid1 num-devices=4 UUID=a3c17883:5d891e79:dac5d659:67268be2
  22.  
  23. # This file was auto-generated on Sat, 19 Sep 2009 20:44:15 +0600
  24. # by mkconf $Id$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement