ATA over Ethernet driver 64 (For Linux 2.6 branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News ATA over Ethernet driver 64 (For Linux 2.6 branch)
# 1  
Old 08-22-2008
ATA over Ethernet driver 64 (For Linux 2.6 branch)

This driver allows the Linux kernel to use the ATA over Ethernet (AoE) network protocol. Using AoE, a Linux system can use AoE block devices like EtherDrive (R) storage blades. The block devices appear as local device nodes (e.g. /dev/etherd/e0.0). License: GNU General Public License (GPL) Changes:
The compatibility system was generalized. Support for the 2.6.26 Linux kernel was added.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
aoe-flush(8)						      System Manager's Manual						      aoe-flush(8)

NAME
aoe-flush - flush the down devices out of the aoe driver SYNOPSIS
aoe-flush [-a] aoe-flush dev1 [dev2 ...] DESCRIPTION
The aoe-flush command tells the aoe driver to remove devices from the system and forget about them. Normally the aoe driver will remember all devices it has seen until the module is unloaded. By default, aoe-flush will only flush downed devices. With the -a flag all devices are candidates for removal. aoe-flush will not remove devices that are in use. This includes devices in the closewait state or those in the process of being installed. By specifying a series of specific aoe devices, e.g., e7.0 e3.2, it is possible to ask the aoe driver to forget these devices. This fea- ture may be convenient after a temporary AoE target is no longer being used. OPTIONS
-a The -a option tells the aoe driver to forget all unused devices. EXAMPLE
nai# aoe-stat | grep e12.0 e12.0 0.000GB eth1 down nai# aoe-flush nai# aoe-stat | grep e12.0 BUGS
Flushed devices may reappear when they are discovered by the periodic discovery beacon. aoe-discover may be used to force this behaviour. SEE ALSO
aoe-stat(8), aoe-discover(8), aoetools(8). AUTHOR
Sam Hopkins (sah@coraid.com) aoe-flush(8)