control 1.6 KB

1234567891011121314151617181920212223242526272829303132333435
  1. Source: aoetools
  2. Section: admin
  3. Priority: optional
  4. Maintainer: David Martínez Moreno <ender@debian.org>
  5. Standards-Version: 3.9.5
  6. Homepage: http://aoetools.sf.net
  7. Build-Depends: debhelper (>> 9)
  8. Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/aoetools.git
  9. Vcs-Git: git://anonscm.debian.org/collab-maint/aoetools.git
  10. Package: aoetools
  11. Architecture: any
  12. Depends: ${shlibs:Depends}, lsb-base
  13. Description: tools to assist in using ATA over Ethernet
  14. The aoetools are programs that assist in using ATA over Ethernet. These
  15. tools are designed to work with the "aoe" driver for Linux 2.6+ kernels;
  16. in fact, this version recommends kernel 2.6.14 or later, as both support
  17. up to 16 slots per shelf address.
  18. .
  19. Systems running Linux 2.4 kernels do not need and should not install
  20. the aoetools. The aoe driver for 2.4 kernels is self-sufficient.
  21. .
  22. There are several tools included in this package:
  23. * aoecfg - manipulate AoE configuration strings
  24. * aoe-discover - trigger discovery of ATA over Ethernet devices
  25. * aoe-flush - flush the down devices out of the aoe driver
  26. * aoe-interfaces - restrict network interfaces used for AoE
  27. * aoe-mkdevs - create character and block device files
  28. * aoe-mkshelf - create block device files for one shelf address
  29. * aoeping - simple userland communication with AoE devices
  30. * aoe-revalidate - revalidate the disk size of an AoE device
  31. * aoe-sancheck - diagnoses MTU and other network issues
  32. * aoe-stat - print status information for AoE devices
  33. * aoe-version - print AoE-related software version information
  34. * coraid-update - upload an update file to a Coraid appliance