diff options
Diffstat (limited to '')
-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. |