2025-02-16 12:42:36 +01:00
|
|
|
Source: nvme-stas
|
|
|
|
Section: net
|
|
|
|
Priority: optional
|
2025-02-16 13:00:01 +01:00
|
|
|
Maintainer: Daniel Baumann <daniel@debian.org>
|
2025-02-16 12:45:55 +01:00
|
|
|
Uploaders:
|
|
|
|
Benjamin Drung <bdrung@debian.org>,
|
|
|
|
Build-Depends:
|
|
|
|
debhelper-compat (= 13),
|
|
|
|
dh-python,
|
|
|
|
docbook-xml,
|
|
|
|
docbook-xsl,
|
|
|
|
iproute2,
|
|
|
|
libglib2.0-dev-bin,
|
|
|
|
meson,
|
|
|
|
pyflakes3,
|
|
|
|
pylint,
|
|
|
|
python3-dasbus,
|
|
|
|
python3-gi,
|
|
|
|
python3-lxml,
|
2025-02-16 12:54:09 +01:00
|
|
|
python3-libnvme,
|
2025-02-16 12:45:55 +01:00
|
|
|
python3-pyfakefs,
|
|
|
|
python3-pyudev,
|
|
|
|
python3-systemd,
|
|
|
|
python3:any,
|
|
|
|
xsltproc,
|
2025-02-16 12:54:10 +01:00
|
|
|
Rules-Requires-Root: no
|
2025-02-16 12:56:58 +01:00
|
|
|
Standards-Version: 4.7.0
|
2025-02-16 12:42:36 +01:00
|
|
|
Homepage: https://github.com/linux-nvme/nvme-stas
|
2025-02-16 12:59:27 +01:00
|
|
|
Vcs-Browser: https://forgejo.debian.net/linux/nvme-stas
|
|
|
|
Vcs-Git: https://forgejo.debian.net/linux/nvme-stas
|
2025-02-16 12:42:36 +01:00
|
|
|
|
|
|
|
Package: nvme-stas
|
2025-02-16 12:54:10 +01:00
|
|
|
Section: net
|
2025-02-16 12:42:36 +01:00
|
|
|
Architecture: all
|
2025-02-16 12:45:55 +01:00
|
|
|
Depends:
|
|
|
|
python3-dasbus,
|
|
|
|
python3-gi,
|
2025-02-16 12:54:10 +01:00
|
|
|
python3-libnvme,
|
2025-02-16 12:45:55 +01:00
|
|
|
python3-pyudev,
|
|
|
|
python3-systemd,
|
|
|
|
${misc:Depends},
|
|
|
|
${python3:Depends},
|
2025-02-16 12:54:10 +01:00
|
|
|
Description: NVMe Storage Appliance Services (STAS)
|
|
|
|
NVMe over Fabrics (NVMe-oF) is the concept of using a transport protocol over
|
|
|
|
a network to connect remote NVMe devices. nvme-stas contains services to be
|
|
|
|
used to access NVMe over TCP:
|
2025-02-16 12:42:36 +01:00
|
|
|
.
|
2025-02-16 12:54:10 +01:00
|
|
|
* Storage Appliance Finder (stafd):
|
|
|
|
automatically locate Central or Direct Discovery Controllers (CDC, DDC)
|
|
|
|
with zeroconf (mDNS).
|
|
|
|
.
|
|
|
|
* Storage Appliance Connector (stacd):
|
|
|
|
setup the I/O controller connections to each storage subsystem.
|