---
name: aoe
version: 1.2.0
origin: net/aoe
comment: FreeBSD driver for ATA over Ethernet (AoE)
arch: freebsd:9:x86:64
www: http://www.coraid.com/support/freebsd/
maintainer: fjoe@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 40578
desc: |
  FreeBSD driver for ATA over Ethernet (AoE)

  WWW: http://www.coraid.com/support/freebsd/
categories: [net]
files:
  /usr/local/etc/rc.d/aoe: d83ab806dd8000bbb8513950d6b39a4aa41f51cdaa3856ce2e7c15176ecaeae6
  /usr/local/lib/aoe/aoe.ko: 3b8d93a00920be2a3a1beecbb5ab6b6c208ae75183261d4c745d388cdf2f69f5
  /usr/local/man/man4/aoe.4.gz: 001c2ee933b8d7773ca30247d7b8a08131bc78e080b8ce606679c2b94ec0b149
directories:
  /usr/local/lib/aoe/: n
scripts:
  post-install: |
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    cd /usr/local
message: "-------------------------------------------------------------------------------\nIMPORTANT!
  MAKE SURE TO READ THE FOLLOWING!\n\nPlease remember to reinstall this port after
  kernel source update.  Using AoE \ndevices on boot is a little tricky because the
  network must be up before the \nsystem can access an AoE device. The current rc
  boot method for automounting \nfilesystems will not work with AoE devices; vinum
  and mount -a are both run \nbefore bringing up the network.\n\nIn order to use AoE
  devices on boot a few rc.conf variables have been defined \nthat permit the boot
  script (/etc/rc.d/aoe) to initialize systems using AoE \ndevices after the network
  is up. They are as follows:\n\n   aoe_enable    Set to \"Yes\" to enable the aoe
  startup script. \n   aoe_iflist    A space separated string of interfaces valid
  for AoE.\n   aoe_wc        Set to \"1\" to enable write cache on AoE device. \n
  \  aoe_mounts    A space seperated string of AoE device nodes to be mounted.\n                 (An
  entry for each needs to be in /etc/fstab as well with the\n                  \"noauto\"
  option.)\n\nFor example, the following added to /etc/rc.conf:\n\n   aoe_enable=\"Yes\"\n
  \  aoe_iflist=\"em0 em1\"\n   aoe_wc=\"1\"\n   aoe_mounts=\"/dev/aoed0s1a /dev/aoed1s1a\"\n\nand
  the following added to /etc/fstab:\n\n  # Device                Mountpoint      FStype
  \ Options         Dump    Pass#\n  /dev/aoed0s1a           /mnt/a          ufs     rw,noauto
  \      0       0\n  /dev/aoed1s1a           /mnt/b          ufs     rw,noauto       0
  \      0\n\nwill automatically start the AoE driver and mount the /mnt/a and /mnt/b
  \n\"blades\".  See aoe(4) and http://www.coraid.com/support/freebsd/usingaoe.html
  \nfor more information.\n\n-stacey.\n\nIMPORTANT! MAKE SURE TO READ THE ABOVE!\n-------------------------------------------------------------------------------\n"
