Re: [PATCH 0/2] blktests: test ANA base support

2018-07-26 Thread Omar Sandoval
On Thu, Jul 26, 2018 at 02:31:32PM -0700, Omar Sandoval wrote: > On Thu, Jul 26, 2018 at 09:35:53AM -0700, James Smart wrote: > > make sure this fix has been picked up in your kernel: > > http://git.infradead.org/nvme.git/commit/6cdefc6e2ad52170f89a8d0e8b1a1339f91834dc > > > > deletes were broken

Re: [PATCH 0/2] blktests: test ANA base support

2018-07-26 Thread Omar Sandoval
On Thu, Jul 26, 2018 at 09:35:53AM -0700, James Smart wrote: > make sure this fix has been picked up in your kernel: > http://git.infradead.org/nvme.git/commit/6cdefc6e2ad52170f89a8d0e8b1a1339f91834dc > > deletes were broken otherwise and have the exact trace below. > > -- james Thanks, James,

Re: [PATCH 0/2] blktests: test ANA base support

2018-07-26 Thread James Smart
val Sent: Wednesday, July 25, 2018 2:00 PM To: Chaitanya Kulkarni Cc: Hannes Reinecke; Omar Sandoval; Christoph Hellwig; Sagi Grimberg; Keith Busch; linux-n...@lists.infradead.org; linux-block@vger.kernel.org Subject: Re: [PATCH 0/2] blktests: test ANA base support On Wed, Jul 25, 2018 at 07:27:3

Re: [PATCH 0/2] blktests: test ANA base support

2018-07-25 Thread Chaitanya Kulkarni
Chaitanya From: Omar Sandoval Sent: Wednesday, July 25, 2018 2:00 PM To: Chaitanya Kulkarni Cc: Hannes Reinecke; Omar Sandoval; Christoph Hellwig; Sagi Grimberg; Keith Busch; linux-n...@lists.infradead.org; linux-block@vger.kernel.org Subject: Re: [PATCH 0/2] blktests: test ANA base support   On We

Re: [PATCH 0/2] blktests: test ANA base support

2018-07-25 Thread Omar Sandoval
On Wed, Jul 25, 2018 at 07:27:35PM +, Chaitanya Kulkarni wrote: > > Thanks, Omar. Tests nvme/014 and nvme/015 had a pretty bad typo that I didn't notice last time: dd=/dev/urandom of="/dev/${nvmedev}n1" count=128000 bs=4k That should be dd if=/dev/urandom of="/dev/${nvmedev}n1"

Re: [PATCH 0/2] blktests: test ANA base support

2018-07-25 Thread Chaitanya Kulkarni
Thanks, Omar. From: Omar Sandoval Sent: Wednesday, July 25, 2018 12:17 PM To: Chaitanya Kulkarni Cc: Hannes Reinecke; Omar Sandoval; Christoph Hellwig; Sagi Grimberg; Keith Busch; linux-n...@lists.infradead.org; linux-block@vger.kernel.org Subject: Re: [PATCH 0/2] blktests: test ANA base

Re: [PATCH 0/2] blktests: test ANA base support

2018-07-25 Thread Omar Sandoval
number it here. > > From: linux-block-ow...@vger.kernel.org > on behalf of Hannes Reinecke > Sent: Tuesday, July 17, 2018 6:31 AM > To: Omar Sandoval > Cc: Christoph Hellwig; Sagi Grimberg; Keith Busch; > linux-n...@lists.infradead.org; linux-block@vger.kernel.org; Hannes R

Re: [PATCH 0/2] blktests: test ANA base support

2018-07-21 Thread Chaitanya Kulkarni
@vger.kernel.org; Hannes Reinecke Subject: [PATCH 0/2] blktests: test ANA base support   Hi all, here's a small patchset for testing ANA base support. The test itself requires the ANA patchset from Christoph, plus the fixes I've sent to the mailing list earlier. Hannes Reinecke (2):   blktests: enable

[PATCH 0/2] blktests: test ANA base support

2018-07-17 Thread Hannes Reinecke
Hi all, here's a small patchset for testing ANA base support. The test itself requires the ANA patchset from Christoph, plus the fixes I've sent to the mailing list earlier. Hannes Reinecke (2): blktests: enable ANA support blktests: add test for ANA state transition tests/nvme/014 |