initial commit
This commit is contained in:
commit
fa0cd0537e
1 changed files with 23 additions and 0 deletions
23
mdadm.conf
Normal file
23
mdadm.conf
Normal file
|
@ -0,0 +1,23 @@
|
|||
# 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
|
||||
|
||||
# definitions of existing MD arrays
|
||||
|
||||
# This configuration was auto-generated on Sat, 03 Feb 2024 09:34:05 +0100 by mkconf
|
||||
ARRAY /dev/md0 metadata=1.2 name=vlw:0 UUID=4b436f3d:87e8c141:044d44b6:0010e2f3
|
Loading…
Add table
Reference in a new issue