doc/nvme: add CUSE limitations

Change-Id: If22f812338a11d6049a9a2048349fd8944beb561
Signed-off-by: Tomasz Kulasek <tomaszx.kulasek@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/476651
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
This commit is contained in:
Tomasz Kulasek 2019-12-03 11:42:45 -05:00 committed by Tomasz Zawadzki
parent bd3244325c
commit 74afad47f1

View File

@ -295,3 +295,9 @@ This interface reserves one qpair for sending down the I/O for each controller.
Cuse support is disabled by default. To enable support for NVMe devices SPDK Cuse support is disabled by default. To enable support for NVMe devices SPDK
must be compiled with "./configure --with-nvme-cuse". must be compiled with "./configure --with-nvme-cuse".
## Limitations
NVMe CUSE presents character device for controller and namespaces only at the time
the controller is being attached. Dynamic creation/deletion of namespaces is not
supported yet.