27 lines
911 B
Plaintext
27 lines
911 B
Plaintext
# mdadm.conf
|
|
#
|
|
# !NB! Run update-initramfs -u after updating this file.
|
|
# !NB! This will ensure that initramfs has an uptodate copy.
|
|
#
|
|
# Please refer to mdadm.conf(5) for information about this file.
|
|
#
|
|
|
|
# by default (built-in), scan all partitions (/proc/partitions) and all
|
|
# containers for MD superblocks. alternatively, specify devices to scan, using
|
|
# wildcards if desired.
|
|
#DEVICE partitions containers
|
|
|
|
# automatically tag new arrays as belonging to the local system
|
|
HOMEHOST <system>
|
|
|
|
# instruct the monitoring daemon where to send mail alerts
|
|
#MAILADDR root
|
|
|
|
PROGRAM /usr/local/bin/mdadm-notify.sh
|
|
|
|
# definitions of existing MD arrays
|
|
ARRAY /dev/md/0 metadata=1.2 UUID=7033fc0b:aba014cc:80714c0a:d227f7ea name=odroidh2:0
|
|
ARRAY /dev/md/odroidh2:1 metadata=1.2 UUID=d0664ebc:fd881bf6:35ffbd86:895c292d name=odroidh2:1
|
|
|
|
# This configuration was auto-generated on Tue, 06 Feb 2024 19:42:05 +0100 by mkconf
|