Thread (8 messages) 8 messages, 2 authors, 2017-05-09

Re: [PATCH] nvme: remove disk after hw queue is started

From: Ming Lei <hidden>
Date: 2017-05-09 01:10:30
Also in: linux-nvme, stable

Hi Keith,

Thanks for looking at this issue!

On Mon, May 08, 2017 at 01:25:12PM -0400, Keith Busch wrote:
On Tue, May 09, 2017 at 12:15:25AM +0800, Ming Lei wrote:
quoted
This patch looks working, but seems any 'goto out' in this function
may have rick to cause the same race too.
The goto was really intended for handling totally broken contronllers,
which isn't the case if someone requested to remove the pci device while
we're initializing it. Point taken, though, let me run a few tests and
see if there's a better way to handle this condition.
The thing is that remove can happen any time, either from hotplug or
unbinding driver or 'echo 1 > $PCI_PATH/remove'. At the same time,
the reset can be ongoing.

Also looks the hang in del_gendisk() is fixed by this change, but I
just found a new issue which is triggered after the NVMe PCI device is rescaned
again after last remove.

[  504.135554] VFS: Dirty inode writeback failed for block device nvme0n1p1 (err=-5).
quoted
Another solution I thought of is to kill queues earlier, what do you
think about the following patch?
That should get it unstuck, but it will error all the IO that fsync_bdev
would probably rather complete successfully.
nvme_dev_disable(false) has been completed already before killing queues in
nvme_remove_dead_ctrl(), so both hw queue is stopped and nvmeq->cq_vector is
set as -1 in nvme_suspend_queue(). That means no new I/O(include IO in
fsync_bdev) can be submitted successfully any more, so looks it is reasonable
to kill queue in nvme_remove_dead_ctrl().
Question though, why doesn't the remove_work's nvme_kill_queues in
its current place allow forward progress already?
That is because .remove_work may not be run before del_gendisk() is
started even though the .reset_work is flushed, and we can't flush
.remove_work simply here.

Thanks,
Ming
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help