Difference between revisions of "AoE Support"

From CDOT Wiki
Jump to: navigation, search
(Source Code Control)
(Links/Bugs/Tracking)
Line 46: Line 46:
  
 
=== Links/Bugs/Tracking ===
 
=== Links/Bugs/Tracking ===
 +
Pandaboard NIC driver drops connections when under heavy load. This is a workaround fix to resolve the issue.
 +
 +
# The driver smsc95xx, used by both Beagleboard XM and Pandaboard uses
 +
# turbo mode by default, that enables multiple frames per Rx transaction,
 +
# increasing performance but consuming more kernel memory.
 +
# To avoid page allocation failures and smsc kevent drops we need to
 +
# increase the minimum free system memory in the kernel to a higher value.
 +
# If you’re still having page allocation failures, try to increase this
 +
# value to 12288 or even higher. You could also disable the driver’s turbo
 +
# mode, but decreasing the ethernet performance.
 +
# If you encounter problems due to the settings please file a bug
 +
# against the jasper-initramfs ubuntu package.
 +
# For more details please check http://bugs.launchpad.net/bugs/746137
 +
vm.min_free_kbytes = 8192
  
 
=== Source Code Control ===
 
=== Source Code Control ===

Revision as of 02:06, 12 December 2011

AoE Support

Project Description

AoE (ATA over Ethernet) is a network protocol that has been designed for high-performance access to PATA and SATA disks over an Ethernet network. This technology allows for storage area networks (SAN) to be built using standard, low-cost consumer technologies.

The goals of this project are to test the performance and reliability of AoE under heavy load for x86_64 based systems; if successful, it will be tested and implemented on ARM based systems.

http://aoetools.sourceforge.net/

Project Leader(s)

Project Contributor(s)

Project Details

This project will involve testing if AoE for ARM is a viable solution compared the current NFS implementation of shared network storage. Performance and stability will be evaluated between two x86_64 based systems for initial testing; if successful, AoE testing and implementation will be ported to the ARM architecture for further analysis. The ARM port will consist of a server and client setup for testing AoE. The final stage will consist of a working AoE network storage solution that could possibly replace the current NFS storage used.

Project Plan

Tracking mechanism: TBD

Key contacts:

Goals for each release and plans for reaching those goals:

  • 0.1 - Test AoE under heavy load between two x86_64 based systems
       - Release stable server/client configuration
  • 0.2 - Port AoE to ARM and test with an x86_64 server and client setup
       - Release working ARM client/x86_64 server configuration
  • 0.3 - Build a working, tested solution for AoE on ARM
       - Release ARM kernel with AoE module (if stable)
       - Release tested and stable x86 server and arm client configuration

Communication

Mailing Lists

http://sourceforge.net/mail/?group_id=130453

Upstream Wiki and Web

Links/Bugs/Tracking

Pandaboard NIC driver drops connections when under heavy load. This is a workaround fix to resolve the issue.

  1. The driver smsc95xx, used by both Beagleboard XM and Pandaboard uses
  2. turbo mode by default, that enables multiple frames per Rx transaction,
  3. increasing performance but consuming more kernel memory.
  4. To avoid page allocation failures and smsc kevent drops we need to
  5. increase the minimum free system memory in the kernel to a higher value.
  6. If you’re still having page allocation failures, try to increase this
  7. value to 12288 or even higher. You could also disable the driver’s turbo
  8. mode, but decreasing the ethernet performance.
  9. If you encounter problems due to the settings please file a bug
  10. against the jasper-initramfs ubuntu package.
  11. For more details please check http://bugs.launchpad.net/bugs/746137

vm.min_free_kbytes = 8192

Source Code Control

Blogs

http://dliscio.wordpress.com

Seneca Particpants

Non-Seneca Participants

Planets

Project News