doc/nvme: remove dynamic creation/deletion of namespaces limitation

Change-Id: I32c09f5151db579312479d07c668b08fc404f399
Signed-off-by: Tomasz Kulasek <tomaszx.kulasek@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/652
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Karol Latecki <karol.latecki@intel.com>
Reviewed-by: Paul Luse <paul.e.luse@intel.com>
This commit is contained in:
Tomasz Kulasek 2020-02-07 12:39:19 +01:00 committed by Tomasz Zawadzki
parent f6fd2f521f
commit c9bde257f0

View File

@ -331,10 +331,6 @@ 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.
NVMe namespaces are created as character devices and their use may be limited for
tools expecting block devices.