control 1.0 KB

1234567891011121314151617181920212223242526272829
  1. Source: vblade
  2. Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  3. Homepage: https://github.com/OpenAoE/vblade
  4. Standards-Version: 4.5.1
  5. Vcs-Browser: https://git.in-ulm.de/cbiedl/vblade
  6. Vcs-Git: https://git.in-ulm.de/cbiedl/vblade.git
  7. Build-Depends: debhelper-compat (= 13),
  8. asciidoctor,
  9. Priority: optional
  10. Rules-Requires-Root: no
  11. Section: admin
  12. Package: vblade
  13. Architecture: any
  14. Pre-Depends:
  15. ${misc:Pre-Depends},
  16. Depends: ${misc:Depends}, ${shlibs:Depends},
  17. systemd | daemon,
  18. systemd | lsb-base,
  19. Description: virtual AoE blade emulator
  20. The vblade is the virtual EtherDrive (R) blade, a program that makes a
  21. seekable file available over an ethernet local area network (LAN) via
  22. the ATA over Ethernet (AoE) protocol.
  23. .
  24. The seekable file is typically a block device like /dev/md0 but even
  25. regular files will work. Sparse files can be especially convenient.
  26. When vblade exports the block storage over AoE it becomes a storage
  27. target. Another host on the same LAN can access the storage if it has
  28. a compatible aoe kernel driver.