diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-06-24 04:57:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-06-24 05:01:00 +0000 |
commit | b01e1df43c0cf465422df3f0325239cb48241c79 (patch) | |
tree | 1a0558517d1955e78b776b40f8cd6efdc6964915 | |
parent | Updating manual python3-libnvme depends. (diff) | |
download | nvme-stas-b01e1df43c0cf465422df3f0325239cb48241c79.tar.xz nvme-stas-b01e1df43c0cf465422df3f0325239cb48241c79.zip |
Updating package description.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/debian/control b/debian/control index fae9741..a6c74fb 100644 --- a/debian/control +++ b/debian/control @@ -40,11 +40,14 @@ Depends: python3-systemd, ${misc:Depends}, ${python3:Depends}, -Description: NVMe STorage Appliance Services - This package provides two daemons, stafd and stacd. The STorage Appliance - Finder Daemon (stafd) automatically discovers NVMe-oF Discovery Controllers - (DC) and retrieves the list of NVMe Storage Appliances. The STorage Appliance - Connector Daemon (stacd) establishes I/O connections to the NVMe Storage - Appliances discovered by stafd. +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: . - This package installs the library for Python 3. + * 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. |