Atom feed of this document
  
Juno -  Juno -  Juno -  Juno -  Juno -  Juno -  Juno -  Juno - 

 Install the Coraid AoE driver

Install the Coraid AoE driver on every compute node that will require access to block storage.

The latest AoE drivers will always be located at http://support.coraid.com/support/linux/.

To download and install the AoE driver, follow the instructions below, replacing “aoeXXX” with the AoE driver file name:

  1. Download the latest Coraid AoE driver.

    $ wget http://support.coraid.com/support/linux/aoeXXX.tar.gz

  2. Unpack the AoE driver.

  3. Install the AoE driver.

    $ cd aoeXXX
    $ make
    # make install
  4. Initialize the AoE driver.

    # modprobe aoe

  5. Optionally, specify the Ethernet interfaces that the node can use to communicate with the SAN.

    The AoE driver may use every Ethernet interface available to the node unless limited with the aoe_iflist parameter. For more information about the aoe_iflist parameter, see the aoe readme file included with the AoE driver.

    # modprobe aoe_iflist="eth1 eth2 ..."

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page

loading table of contents...