Advertisement
tuipveus

mdadm.conf

Mar 25th, 2011
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 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=3 UUID=760da8f4:bafa5e0a:c4ad2c3d:06c31bd3
  21. ARRAY /dev/md1 level=raid10 num-devices=3 UUID=f1108a1b:0081012c:3102caa2:60d5eb20
  22. ARRAY /dev/md2 level=raid5 num-devices=3 UUID=65f6319d:73fac01d:4358556b:708894a4
  23.  
  24. # This file was auto-generated on Sat, 23 May 2009 17:22:50 +0300
  25. # by mkconf $Id$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement