dimaslanjaka

mdadm

Oct 2nd, 2017
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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 metadata=0.90 UUID=b0d7c72f:7f375886:776c2c25:004bd7b2
  21. ARRAY /dev/md1 metadata=0.90 UUID=0a825908:1e676346:776c2c25:004bd7b2
  22. ARRAY /dev/md2 metadata=0.90 UUID=e9e93bcd:1c2e7296:776c2c25:004bd7b2
  23. ARRAY /dev/md4 metadata=0.90 UUID=6be8485e:ccfa5751:776c2c25:004bd7b2
  24. ARRAY /dev/md3 metadata=0.90 UUID=13523099:c9aa2516:776c2c25:004bd7b2
Advertisement
Add Comment
Please, Sign In to add comment