From d40a1b7effe3ac4928d54b7202eeaa70dfc2498e Mon Sep 17 00:00:00 2001 From: Shuhei Matsumoto Date: Thu, 23 Jul 2020 09:40:41 +0900 Subject: [PATCH] doc/iscsi: Remove obsolete limitation of the hotplug feature iSCSI hotplug should be pretty stable now. Signed-off-by: Shuhei Matsumoto Change-Id: Ie1a4fc167f75f4a1c9f079e53a78552f8ca9714d Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3493 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins Reviewed-by: Changpeng Liu Reviewed-by: Jim Harris Reviewed-by: John Kariuki Reviewed-by: Paul Luse --- doc/iscsi.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/iscsi.md b/doc/iscsi.md index 7d81623d4..b1eaa1711 100644 --- a/doc/iscsi.md +++ b/doc/iscsi.md @@ -324,11 +324,4 @@ At the iSCSI level, we provide the following support for Hotplug: wait for all the commands which have already been submitted to block device to return back; after all the commands return back, the LUN will be deleted. -## Known bugs and limitations {#iscsi_hotplug_bugs} - -For write command, if you want to test hotplug with write command which will -cause r2t, for example 1M size IO, it will crash the iscsi tgt. -For read command, if you want to test hotplug with large read IO, for example 1M -size IO, it will probably crash the iscsi tgt. - @sa spdk_nvme_probe