diff options
author | Daniel Wagner <dwagner@suse.de> | 2022-10-25 17:50:08 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2022-11-15 10:49:48 +0100 |
commit | 2be2cd5287152a6284b45244b6e5c2f7e0a218bd (patch) | |
tree | 1ffb968cc88f1770e1e1851a3f737e8254392499 /drivers/nvme/target/Kconfig | |
parent | bbf5410bc69e131c82ad970ce7ee28b5906a6cc5 (diff) | |
download | linux-2be2cd5287152a6284b45244b6e5c2f7e0a218bd.tar.bz2 |
nvmet: force reconnect when number of queue changes
In order to test queue number changes we need to make sure that the
host reconnects. Because only when the host disconnects from the
target the number of queues are allowed to change according the spec.
The initial idea was to disable and re-enable the ports and have the
host wait until the KATO timer expires, triggering error
recovery. Though the host would see a DNR reply when trying to
reconnect. Because of the DNR bit the connection is dropped
completely. There is no point in trying to reconnect with the same
parameters according the spec.
We can force to reconnect the host is by deleting all controllers. The
host will observe any newly posted request to fail and thus starts the
error recovery but this time without the DNR bit set.
Signed-off-by: Daniel Wagner <dwagner@suse.de>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Acked-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/nvme/target/Kconfig')
0 files changed, 0 insertions, 0 deletions