Re: [PATCH v6 00/10] Implement NVMe Namespace Descriptor Identification

2017-06-21 Thread Eric W. Biederman
Linus Torvalds writes: > On Fri, Jun 16, 2017 at 6:58 PM, Christoph Hellwig wrote: >> On Fri, Jun 16, 2017 at 11:48:32AM +0200, Johannes Thumshirn wrote: >>> > >>> > Yeah, it's actually there, but for some reason find on sysfs >>> > behaves strange: >>> > >>> > root@testvm:~# find /sys -name uui

Re: [PATCH v6 00/10] Implement NVMe Namespace Descriptor Identification

2017-06-16 Thread Linus Torvalds
On Fri, Jun 16, 2017 at 6:58 PM, Christoph Hellwig wrote: > On Fri, Jun 16, 2017 at 11:48:32AM +0200, Johannes Thumshirn wrote: >> > >> > Yeah, it's actually there, but for some reason find on sysfs >> > behaves strange: >> > >> > root@testvm:~# find /sys -name uuid >> > root@testvm:~# cat /sys/cl

Re: [PATCH v6 00/10] Implement NVMe Namespace Descriptor Identification

2017-06-16 Thread Johannes Thumshirn
On 06/16/2017 11:58 AM, Christoph Hellwig wrote: > Heh. Now we just need the nvme-cli patches to verify it independently :) I'm on it ;-) -- Johannes Thumshirn Storage jthumsh...@suse.de+49 911 74053 689 SUSE LINUX GmbH, M

Re: [PATCH v6 00/10] Implement NVMe Namespace Descriptor Identification

2017-06-16 Thread Christoph Hellwig
On Fri, Jun 16, 2017 at 11:48:32AM +0200, Johannes Thumshirn wrote: > On 06/16/2017 11:40 AM, Christoph Hellwig wrote: > > On Fri, Jun 16, 2017 at 10:20:04AM +0200, Johannes Thumshirn wrote: > >> Strange, as I tested with nvme-loop all the time... > > > > Yeah, it's actually there, but for some re

Re: [PATCH v6 00/10] Implement NVMe Namespace Descriptor Identification

2017-06-16 Thread Johannes Thumshirn
On 06/16/2017 11:40 AM, Christoph Hellwig wrote: > On Fri, Jun 16, 2017 at 10:20:04AM +0200, Johannes Thumshirn wrote: >> Strange, as I tested with nvme-loop all the time... > > Yeah, it's actually there, but for some reason find on sysfs > behaves strange: > > root@testvm:~# find /sys -name uuid

Re: [PATCH v6 00/10] Implement NVMe Namespace Descriptor Identification

2017-06-16 Thread Christoph Hellwig
On Fri, Jun 16, 2017 at 10:20:04AM +0200, Johannes Thumshirn wrote: > Strange, as I tested with nvme-loop all the time... Yeah, it's actually there, but for some reason find on sysfs behaves strange: root@testvm:~# find /sys -name uuid root@testvm:~# cat /sys/class/nvme/nvme2/nvme2n1/uuid 6665a6

Re: [PATCH v6 00/10] Implement NVMe Namespace Descriptor Identification

2017-06-16 Thread Johannes Thumshirn
On 06/15/2017 06:31 PM, Christoph Hellwig wrote: > On Wed, Jun 07, 2017 at 11:45:27AM +0200, Johannes Thumshirn wrote: >> A patch for nvmetcli and nvme-cli will follow shortly. > > Can you send them out? Especially as I want to debug why I don't seem > to get a uuid attribute with nvme-loop despi

Re: [PATCH v6 00/10] Implement NVMe Namespace Descriptor Identification

2017-06-15 Thread Christoph Hellwig
On Wed, Jun 07, 2017 at 11:45:27AM +0200, Johannes Thumshirn wrote: > A patch for nvmetcli and nvme-cli will follow shortly. Can you send them out? Especially as I want to debug why I don't seem to get a uuid attribute with nvme-loop despite the fact that we should always have one.