|
@@ -3,15 +3,20 @@ Section: admin
|
|
Priority: optional
|
|
Priority: optional
|
|
Homepage: http://aoetools.sf.net
|
|
Homepage: http://aoetools.sf.net
|
|
Maintainer: David Martínez Moreno <ender@debian.org>
|
|
Maintainer: David Martínez Moreno <ender@debian.org>
|
|
-Standards-Version: 3.7.3
|
|
|
|
-Build-Depends: debhelper (>= 5)
|
|
|
|
|
|
+Standards-Version: 3.8.2
|
|
|
|
+Build-Depends: debhelper (>= 6), quilt (>= 0.46-7)
|
|
|
|
|
|
Package: vblade
|
|
Package: vblade
|
|
Architecture: any
|
|
Architecture: any
|
|
-Section: admin
|
|
|
|
-Priority: optional
|
|
|
|
Depends: ${shlibs:Depends}
|
|
Depends: ${shlibs:Depends}
|
|
Recommends: vblade-persist
|
|
Recommends: vblade-persist
|
|
Description: virtual AoE blade emulator
|
|
Description: virtual AoE blade emulator
|
|
- The vblade tool will allow an admin to export a local disk using the AoE
|
|
|
|
- protocol, without the need of a real AoE-capable device.
|
|
|
|
|
|
+ The vblade is the virtual EtherDrive (R) blade, a program that makes a
|
|
|
|
+ seekable file available over an ethernet local area network (LAN) via
|
|
|
|
+ the ATA over Ethernet (AoE) protocol.
|
|
|
|
+ .
|
|
|
|
+ The seekable file is typically a block device like /dev/md0 but even
|
|
|
|
+ regular files will work. Sparse files can be especially convenient.
|
|
|
|
+ When vblade exports the block storage over AoE it becomes a storage
|
|
|
|
+ target. Another host on the same LAN can access the storage if it has
|
|
|
|
+ a compatible aoe kernel driver.
|