From: Johannes Thumshirn <jthumshirn@suse.de>
To: Keith Busch <keith.busch@intel.com>
Cc: Christoph Hellwig <hch@lst.de>, Jens Axboe <axboe@kernel.dk>,
linux-block@vger.kernel.org, Sagi Grimberg <sagi@grimberg.me>,
linux-nvme@lists.infradead.org, Hannes Reinecke <hare@suse.de>
Subject: Re: [PATCH 8/9] nvme: implement multipath access to nvme subsystems
Date: Sat, 30 Sep 2017 21:37:38 +0200 [thread overview]
Message-ID: <mqdk20ghta5.fsf@linux-x5ow.site> (raw)
In-Reply-To: <20170928155315.GK8463@localhost.localdomain> (Keith Busch's message of "Thu, 28 Sep 2017 09:53:16 -0600")
[+Cc Hannes ]
Keith Busch <keith.busch@intel.com> writes:
> On Mon, Sep 25, 2017 at 03:40:30PM +0200, Christoph Hellwig wrote:
>> The new block devices nodes for multipath access will show up as
>>=20
>> /dev/nvm-subXnZ
>
> Just thinking ahead ... Once this goes in, someone will want to boot their
> OS from a multipath target. It was a pain getting installers to recognize
> /dev/nvmeXnY as an install destination. I'm not sure if installers have
> gotten any better in the last 5 years about recognizing new block names.
We discussed (Hannes, Christoph and me) this as well offline this week
and it should eithr be possible with some udev magic (fake a
/dev/mapper/WWID symlink) or a shim device-mapper target that prevents
dm-mpath from attaching to the underlying block devices and creates a
real /dev/mapper/WWID device node (Christoph especially dislikes
this). None of them are pretty, but probably all we can do so far.
Byte,
Johannes
--=20
Johannes Thumshirn Storage
jthumshirn@suse.de +49 911 74053 689
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 N=C3=BCrnberg
GF: Felix Imend=C3=B6rffer, Jane Smithard, Graham Norton
HRB 21284 (AG N=C3=BCrnberg)
Key fingerprint =3D EC38 9CAB C2C4 F25D 8600 D0D0 0393 969D 2D76 0850
WARNING: multiple messages have this Message-ID (diff)
From: jthumshirn@suse.de (Johannes Thumshirn)
Subject: [PATCH 8/9] nvme: implement multipath access to nvme subsystems
Date: Sat, 30 Sep 2017 21:37:38 +0200 [thread overview]
Message-ID: <mqdk20ghta5.fsf@linux-x5ow.site> (raw)
In-Reply-To: <20170928155315.GK8463@localhost.localdomain> (Keith Busch's message of "Thu, 28 Sep 2017 09:53:16 -0600")
[+Cc Hannes ]
Keith Busch <keith.busch at intel.com> writes:
> On Mon, Sep 25, 2017@03:40:30PM +0200, Christoph Hellwig wrote:
>> The new block devices nodes for multipath access will show up as
>>
>> /dev/nvm-subXnZ
>
> Just thinking ahead ... Once this goes in, someone will want to boot their
> OS from a multipath target. It was a pain getting installers to recognize
> /dev/nvmeXnY as an install destination. I'm not sure if installers have
> gotten any better in the last 5 years about recognizing new block names.
We discussed (Hannes, Christoph and me) this as well offline this week
and it should eithr be possible with some udev magic (fake a
/dev/mapper/WWID symlink) or a shim device-mapper target that prevents
dm-mpath from attaching to the underlying block devices and creates a
real /dev/mapper/WWID device node (Christoph especially dislikes
this). None of them are pretty, but probably all we can do so far.
Byte,
Johannes
--
Johannes Thumshirn Storage
jthumshirn at suse.de +49 911 74053 689
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 N?rnberg
GF: Felix Imend?rffer, Jane Smithard, Graham Norton
HRB 21284 (AG N?rnberg)
Key fingerprint = EC38 9CAB C2C4 F25D 8600 D0D0 0393 969D 2D76 0850
next prev parent reply other threads:[~2017-09-30 19:37 UTC|newest]
Thread overview: 74+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-25 13:40 nvme multipath support V3 Christoph Hellwig
2017-09-25 13:40 ` Christoph Hellwig
2017-09-25 13:40 ` [PATCH 1/9] block: move REQ_NOWAIT Christoph Hellwig
2017-09-25 13:40 ` Christoph Hellwig
2017-10-11 11:51 ` Sagi Grimberg
2017-10-11 11:51 ` Sagi Grimberg
2017-09-25 13:40 ` [PATCH 2/9] block: add REQ_DRV bit Christoph Hellwig
2017-09-25 13:40 ` Christoph Hellwig
2017-10-11 11:51 ` Sagi Grimberg
2017-10-11 11:51 ` Sagi Grimberg
2017-09-25 13:40 ` [PATCH 3/9] block: provide a direct_make_request helper Christoph Hellwig
2017-09-25 13:40 ` Christoph Hellwig
2017-10-11 11:54 ` Sagi Grimberg
2017-10-11 11:54 ` Sagi Grimberg
2017-09-25 13:40 ` [PATCH 4/9] block: add a blk_steal_bios helper Christoph Hellwig
2017-09-25 13:40 ` Christoph Hellwig
2017-09-25 13:40 ` [PATCH 5/9] nvme: track subsystems Christoph Hellwig
2017-09-25 13:40 ` Christoph Hellwig
2017-09-25 16:07 ` Keith Busch
2017-09-25 16:07 ` Keith Busch
2017-10-11 11:57 ` Sagi Grimberg
2017-10-11 11:57 ` Sagi Grimberg
2017-10-18 10:12 ` Christoph Hellwig
2017-10-18 10:12 ` Christoph Hellwig
2017-10-18 11:16 ` Sagi Grimberg
2017-10-18 11:16 ` Sagi Grimberg
2017-09-25 13:40 ` [PATCH 6/9] nvme: introduce a nvme_ns_ids structure Christoph Hellwig
2017-09-25 13:40 ` Christoph Hellwig
2017-09-25 16:08 ` Keith Busch
2017-09-25 16:08 ` Keith Busch
2017-10-11 11:59 ` Sagi Grimberg
2017-10-11 11:59 ` Sagi Grimberg
2017-09-25 13:40 ` [PATCH 7/9] nvme: track shared namespaces Christoph Hellwig
2017-09-25 13:40 ` Christoph Hellwig
2017-09-25 16:11 ` Keith Busch
2017-09-25 16:11 ` Keith Busch
2017-09-25 16:19 ` Christoph Hellwig
2017-09-25 16:19 ` Christoph Hellwig
2017-10-11 12:04 ` Sagi Grimberg
2017-10-11 12:04 ` Sagi Grimberg
2017-10-18 10:15 ` Christoph Hellwig
2017-10-18 10:15 ` Christoph Hellwig
2017-09-25 13:40 ` [PATCH 8/9] nvme: implement multipath access to nvme subsystems Christoph Hellwig
2017-09-25 13:40 ` Christoph Hellwig
2017-09-25 13:47 ` Hannes Reinecke
2017-09-25 13:47 ` Hannes Reinecke
2017-09-25 13:50 ` Christoph Hellwig
2017-09-25 13:50 ` Christoph Hellwig
2017-09-25 14:05 ` Hannes Reinecke
2017-09-25 14:05 ` Hannes Reinecke
2017-09-25 14:45 ` Keith Busch
2017-09-25 14:45 ` Keith Busch
2017-09-25 15:07 ` Christoph Hellwig
2017-09-25 15:07 ` Christoph Hellwig
2017-09-25 16:18 ` Keith Busch
2017-09-25 16:18 ` Keith Busch
2017-09-28 15:53 ` Keith Busch
2017-09-28 15:53 ` Keith Busch
2017-09-29 14:21 ` Tony Yang
2017-09-29 14:21 ` Tony Yang
2017-10-01 8:07 ` Christoph Hellwig
2017-10-01 8:07 ` Christoph Hellwig
2017-09-30 19:37 ` Johannes Thumshirn [this message]
2017-09-30 19:37 ` Johannes Thumshirn
2017-10-01 8:07 ` Christoph Hellwig
2017-10-01 8:07 ` Christoph Hellwig
2017-10-02 6:19 ` Hannes Reinecke
2017-10-02 6:19 ` Hannes Reinecke
2017-10-11 12:24 ` Sagi Grimberg
2017-10-11 12:24 ` Sagi Grimberg
2017-09-25 13:40 ` [PATCH 9/9] nvme: also expose the namespace identification sysfs files for mpath nodes Christoph Hellwig
2017-09-25 13:40 ` Christoph Hellwig
2017-09-25 16:19 ` Keith Busch
2017-09-25 16:19 ` Keith Busch
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=mqdk20ghta5.fsf@linux-x5ow.site \
--to=jthumshirn@suse.de \
--cc=axboe@kernel.dk \
--cc=hare@suse.de \
--cc=hch@lst.de \
--cc=keith.busch@intel.com \
--cc=linux-block@vger.kernel.org \
--cc=linux-nvme@lists.infradead.org \
--cc=sagi@grimberg.me \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.