aoetools.default 995 B

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