From: Christoph Hellwig <hch@lst.de>
To: Mike Snitzer <snitzer@kernel.org>
Cc: Christoph Hellwig <hch@lst.de>,
dm-devel@lists.linux.dev, linux-block@vger.kernel.org,
Marco Patalano <mpatalan@redhat.com>,
Ewan Milne <emilne@redhat.com>
Subject: Re: dm: retain stacked max_sectors when setting queue_limits
Date: Thu, 23 May 2024 16:49:38 +0200 [thread overview]
Message-ID: <20240523144938.GA30227@lst.de> (raw)
In-Reply-To: <Zk9OyGTESlHXu6Wa@kernel.org>
On Thu, May 23, 2024 at 10:12:24AM -0400, Mike Snitzer wrote:
> Not sure what is sketchy about the max_sectors == 0 check, the large
> comment block explains that check quite well. We want to avoid EIO
> for unsupported operations (otherwise we'll get spurious path failures
> in the context of dm-multipath). Could be we can remove this check
> after an audit of how LLD handle servicing IO for unsupported
> operations -- so best to work through it during a devel cycle.
Think of what happens if you create a dm device, and then reduce
max_sectors using sysfs on the lower device after the dm device
was created: you'll trivially trigger this check.
> Not sure why scsi_debug based testing with mptest isn't triggering it
> for you. Are you seeing these limits for the underlying scsi_debug
> devices?
>
> ./max_hw_sectors_kb:2147483647
> ./max_sectors_kb:512
root@testvm:~/mptest# cat /sys/block/sdc/queue/max_hw_sectors_kb
2147483647
root@testvm:~/mptest# cat /sys/block/sdd/queue/max_sectors_kb
512
root@testvm:~/mptest# cat /sys/block/dm-0/queue/max_hw_sectors_kb
2147483647
root@testvm:~/mptest# cat /sys/block/dm-0/queue/max_sectors_kb
1280
so they don't match, but for some reason bigger bios never get built.
next prev parent reply other threads:[~2024-05-23 14:49 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-22 2:51 [PATCH] dm: retain stacked max_sectors when setting queue_limits Mike Snitzer
2024-05-22 14:24 ` Christoph Hellwig
2024-05-22 16:48 ` Mike Snitzer
2024-05-22 17:37 ` Ewan Milne
2024-05-23 1:52 ` Ming Lei
2024-05-23 15:38 ` [PATCH for-6.10-rc1] block: fix blk_validate_limits() to properly handle stacked devices Mike Snitzer
2024-05-23 15:44 ` Christoph Hellwig
2024-05-23 15:48 ` Mike Snitzer
2024-05-23 15:52 ` Christoph Hellwig
2024-05-23 16:38 ` Mike Snitzer
2024-05-23 17:05 ` Christoph Hellwig
2024-05-23 17:14 ` Mike Snitzer
2024-05-23 7:16 ` dm: retain stacked max_sectors when setting queue_limits Christoph Hellwig
2024-05-23 8:27 ` Christoph Hellwig
2024-05-23 14:12 ` Mike Snitzer
2024-05-23 14:49 ` Christoph Hellwig [this message]
2024-05-23 15:44 ` Mike Snitzer
2024-05-23 15:50 ` Christoph Hellwig
2024-05-23 16:44 ` Mike Snitzer
2024-05-23 17:03 ` Christoph Hellwig
2024-05-22 20:33 ` [PATCH] " Ewan Milne
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=20240523144938.GA30227@lst.de \
--to=hch@lst.de \
--cc=dm-devel@lists.linux.dev \
--cc=emilne@redhat.com \
--cc=linux-block@vger.kernel.org \
--cc=mpatalan@redhat.com \
--cc=snitzer@kernel.org \
/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.