linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bart Van Assche <bvanassche@acm.org>
To: Jianlin Lv <iecedge@gmail.com>
Cc: jejb@linux.ibm.com, martin.petersen@oracle.com,
	paulmck@kernel.org, bp@suse.de, peterz@infradead.org,
	will@kernel.org, rdunlap@infradead.org, kim.phillips@amd.com,
	rostedt@goodmis.org, wyes.karny@amd.com, jianlv@ebay.com,
	linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org,
	linux-scsi@vger.kernel.org
Subject: Re: [PATCH] scsi: sd: support specify probe type of build-in driver
Date: Wed, 7 Jun 2023 10:07:00 -0700	[thread overview]
Message-ID: <e9b8b9c5-f400-9152-0f4b-537b05203dd2@acm.org> (raw)
In-Reply-To: <CAFA-uR_Zn4MdFKs6U6dqPjuVS60yN4RcYU4jJzjknqy7-RWyEQ@mail.gmail.com>

On 6/7/23 08:55, Jianlin Lv wrote:
> 1. MegaRAID adapters associated with 24 local disks. The disks are named
> sequentially as "sda," "sdb," and so on, up to "sdx."
> 2. STAT controllers associated with the root disk, named "sdy."
> 
> Both the MegaRAID adapters and the SATA controller (PCH) are accessed via
> the PCIe bus. In theory, depending on their PCIe bus ID in ascending order,
> the devices should be initialized in ascending order as well.

Hmm ... I don't think there is anything that prevents the PCIe maintainer
from changing the PCIe probing behavior from synchronous to asynchronous?
In other words, I don't think it is safe to assume that PCIe devices are
always scanned in the same order.

> For cloud deployment, the local volume provisioner detects and creates PVs
> for each local disk (from sda to sdx) on the host, and it cleans up the
> disks when they are released.
> This requires the logical names of the disks to be deterministic.

I see two possible solutions:
- Change the volume provisioner such that it uses disk references that do
   not depend on the probing order, e.g. /dev/disk/by-id/...
- Implement an algorithm in systemd that makes disk names predictable.
   An explanation of how predictable names work for network interfaces is
   available here: https://wiki.debian.org/NetworkInterfaceNames. The
   systemd documentation about predictable network names is available here:
   https://www.freedesktop.org/software/systemd/man/systemd.net-naming-scheme.html

These alternatives have the advantage that disk scanning remains asynchronous.

Thanks,

Bart.


  reply	other threads:[~2023-06-07 17:07 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-06  5:12 [PATCH] scsi: sd: support specify probe type of build-in driver Jianlin Lv
2023-06-06 17:38 ` Bart Van Assche
2023-06-07 15:55   ` Jianlin Lv
2023-06-07 17:07     ` Bart Van Assche [this message]
2023-06-08  2:51       ` Jianlin Lv
2023-06-08 16:23         ` Bart Van Assche
2023-06-24 11:45           ` Jianlin Lv
2023-06-07 14:10 ` Christoph Hellwig
2023-06-08  3:10   ` Jianlin Lv

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=e9b8b9c5-f400-9152-0f4b-537b05203dd2@acm.org \
    --to=bvanassche@acm.org \
    --cc=bp@suse.de \
    --cc=iecedge@gmail.com \
    --cc=jejb@linux.ibm.com \
    --cc=jianlv@ebay.com \
    --cc=kim.phillips@amd.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    --cc=paulmck@kernel.org \
    --cc=peterz@infradead.org \
    --cc=rdunlap@infradead.org \
    --cc=rostedt@goodmis.org \
    --cc=will@kernel.org \
    --cc=wyes.karny@amd.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).