aoetools.default 792 B

1234567891011121314151617
  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 LVM2 volume groups to be activated after AoE volumes are ready, separated by spaces.
  10. # It can be blank, i.e., "".
  11. LVMGROUPS=""
  12. # Enter a list of file systems to be mounted over AoE. Note that those entries listed in /etc/fstab
  13. # that contain "/dev/etherd/" will be automatically added to this list.
  14. AOEMOUNTS=""