From mboxrd@z Thu Jan 1 00:00:00 1970 From: hch@lst.de (Christoph Hellwig) Date: Wed, 27 Mar 2019 09:37:24 +0100 Subject: [PATCH] nvme: schedule requeue whenever a LIVE state is entered In-Reply-To: References: <20190321141033.131308-1-hare@suse.de> <0ccee425-93bb-ad04-5b20-f8a792f1aafa@suse.com> <8fa7e09f-3621-f37b-9830-64377ce8cfd6@grimberg.me> Message-ID: <20190327083724.GR20525@lst.de> On Mon, Mar 25, 2019@08:55:47AM -0700, Sagi Grimberg wrote: > >> That's what we tried initially (cf thread "[PATCH] nvme-multipath: relax >> ANA state check"), but got rejected by Christoph. > > IIRC Christoph was asking why was requests being requeued when moving > from live -> live, and I think you answered that in your patch > description.. Exactltly. Asking to please explain WTF is happening is not rejecting, it is asking for more information to actually understand the issue. So the patch from Georg with a changelog and comment in the code based on yours seems like what we need.