[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <cc7cbad6-0e7d-8328-c602-61d659c3a7de@grimberg.me>
Date: Thu, 29 Nov 2018 17:30:25 -0800
From: Sagi Grimberg <sagi@...mberg.me>
To: Jaesoo Lee <jalee@...estorage.com>, keith.busch@...el.com,
axboe@...com, hch@....de
Cc: linux-nvme@...ts.infradead.org, linux-kernel@...r.kernel.org,
psajeepa@...estorage.com, roland@...estorage.com,
ashishk@...estorage.com
Subject: Re: [PATCH] nvme-rdma: complete requests from ->timeout
> This does not hold at least for NVMe RDMA host driver. An example scenario
> is when the RDMA connection is gone while the controller is being deleted.
> In this case, the nvmf_reg_write32() for sending shutdown admin command by
> the delete_work could be hung forever if the command is not completed by
> the timeout handler.
If the queue is gone, this means that the queue has already flushed and
any commands that were inflight has completed with a flush error
completion...
Can you describe the scenario that caused this hang? When has the
queue became "gone" and when did the shutdown command execute?
Powered by blists - more mailing lists