1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
# Configuration file for aoetools.
## NOTE: This file is NOT READ under systemd.
## If you need to restrict the used interfaces, please read /usr/lib/modules-load.d/aoetools.conf
## Filesystems can be mounted using /etc/fstab.
# Enter the list of network interfaces to restrict the AoE discovery to, separated by spaces.
# It can be blank, i.e. "", if you want to run AoE over all the interfaces.
# If you do not want AoE discovery at all, enter "none" as the list of interfaces.
#
# If neither the aoe_iflist module load option nor this list of interfaces are used, the aoe driver
# will use any network interface for AoE traffic.
INTERFACES='none'
# Enter a list of RAID arrays to be activated after AoE volumes are ready, separated by spaces,
# without the /dev/ prefix and quoted. It may be blank.
# Example:
#RAID_ARRAYS='md0 md1'
RAID_ARRAYS=''
# Enter a list of LVM2 volume groups to be activated after AoE volumes are ready, separated by spaces.
# It can be blank, i.e., ''.
LVMGROUPS=''
# Enter a list of file systems to be mounted over AoE. Note that those entries listed in /etc/fstab
# that contain "/dev/etherd/" will be automatically added to this list.
AOEMOUNTS=''
|