1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: vblade
Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Homepage: https://github.com/OpenAoE/vblade
Standards-Version: 4.5.1
Vcs-Browser: https://git.in-ulm.de/cbiedl/vblade
Vcs-Git: https://git.in-ulm.de/cbiedl/vblade.git
Build-Depends: debhelper-compat (= 13),
asciidoctor,
Priority: optional
Rules-Requires-Root: no
Section: admin
Package: vblade
Architecture: any
Pre-Depends:
${misc:Pre-Depends},
Depends: ${misc:Depends}, ${shlibs:Depends},
systemd | daemon,
systemd | lsb-base,
Description: virtual AoE blade emulator
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.
|