aoetools.default 1.3 KB

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