From: "Martin K. Petersen" <martin.petersen@oracle.com>
To: NeilBrown <neilb@suse.de>
Cc: "Martin K. Petersen" <martin.petersen@oracle.com>,
linux-scsi@vger.kernel.org, Mike Snitzer <snitzer@redhat.com>,
linux-kernel@vger.kernel.org, linux-raid@vger.kernel.org,
linux-ide@vger.kernel.org,
device-mapper development <dm-devel@redhat.com>,
jens.axboe@oracle.com, linux-fsdevel@vger.kernel.org,
Linus Torvalds <torvalds@linux-foundation.org>,
Alasdair G Kergon <agk@redhat.com>
Subject: Re: REQUEST for new 'topology' metrics to be moved out of the 'queue' sysfs directory.
Date: Thu, 25 Jun 2009 04:00:51 -0400 [thread overview]
Message-ID: <yq11vp8spxo.fsf@sermon.lab.mkp.net> (raw)
In-Reply-To: <19010.62951.886231.96622@notabene.brown> (Neil Brown's message of "Thu, 25 Jun 2009 13:58:31 +1000")
>>>>> "Neil" == Neil Brown <neilb@suse.de> writes:
Neil,
Neil> Of these:
Neil> max_hw_sectors_kb, nr_requests, rq_affinity, iosched/,
Neil> max_sectors_kb scheduler nomerges rotational
Neil> are really only relevant to the elevator code and those devices
Neil> that used that code (ide, scsi, etc).
I'm not sure I completely agree with putting rotational in that bucket.
It affects the choice of allocation policy in btrfs, for instance.
Neil> Of the others:
Neil> hw_sector_size - is applicable to all block devices, and could
Neil> reasonably be placed one level up in the
Neil> device directory (along side 'size').
hw_sector_size is deprecated. It's now split into logical and
physical_block_size.
Neil> Adding a number of extra fields such as minimum_io_size,
Neil> optimal_io_size etc to '/queue' seems to increase the number of
Neil> aberrations and enforces md and dm device to have a /queue which
Neil> is largely irrelevant.
You seem to be hung up on the fact that you don't queue things. I think
that's beside the point. You *do* have a request_queue thanks to
calling blk_queue_make_request() in md.c. And there is more to
request_queue than the values you brought up. Like the callback
functions. I'm not saying that all the values in request_queue apply to
MD, but I really don't understand what all the fuss is about. Other
than the presence of the string "queue" in the choice of naming.
Anyway. If you look at the request_queue in the current tree you'll see
that the very limits we are discussing are contained in a separate
struct. We can easily move that somewhere else at a later date if that
is deemed the right thing to do.
Neil> I have suggested to Martin that 2 are enough.
I think I have covered this in a separate mail. You are mixing up
hardware limitations and I/O hints on the grounds that they went in as
part of the same patch set and live in the same place.
fdisk/mdadm/dmsetup need to use physical_block_size and alignment_offset
to prevent us from misaligning when setting up partitions and virtual
block devices. Also, when stacking devices I need to know these values
to ensure that the I/O hints set by MD/DM don't conflict with the
underlying hardware limitations. There are also special cases like
shared disk setups and filesystem journal padding that may need to know
details of the hardware atomicity.
mkfs.* can leverage minimum_io_size and optimal_io_size hints to choose
block sizes and to lay out data structures on stripe boundaries. Just
like we're doing today except using a common interface for all block
devices instead of poking at MD and LVM internals.
logical_block_size, physical_block_size and alignment_offset are
hardware limits that need to be honored when creating a (virtual) block
device or partition.
The minimum/optimal write sizes are hints to the *user* of the block
device about how to lay out things. If you look at my MD patch you'll
see that I only set the I/O hints. The hardware settings are off limits
for MD.
I don't particularly care whether we store the values in queue/,
topology/, metrics/, limits/ or in the device root. Nor whether we call
it minimum_write_size instead of minimum_io_size. I'll be happy to roll
up a renaming patch...
--
Martin K. Petersen Oracle Linux Engineering
next prev parent reply other threads:[~2009-06-25 8:00 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-25 3:58 REQUEST for new 'topology' metrics to be moved out of the 'queue' sysfs directory Neil Brown
2009-06-25 8:00 ` Martin K. Petersen [this message]
2009-06-25 11:07 ` [dm-devel] " NeilBrown
2009-06-25 11:36 ` John Robinson
2009-06-25 17:43 ` Martin K. Petersen
2009-06-25 12:17 ` berthiaume_wayne
2009-06-25 17:38 ` Martin K. Petersen
2009-06-25 17:46 ` Linus Torvalds
2009-06-25 19:34 ` Jens Axboe
2009-06-26 11:58 ` [dm-devel] " Neil Brown
2009-06-26 14:48 ` Martin K. Petersen
2009-07-07 1:47 ` [dm-devel] " Neil Brown
2009-07-07 5:29 ` Martin K. Petersen
2009-07-09 0:42 ` Neil Brown
2009-07-07 22:06 ` Bill Davidsen
2009-06-25 19:40 ` [dm-devel] " Jens Axboe
2009-06-26 12:41 ` Neil Brown
2009-06-26 12:50 ` Jens Axboe
2009-06-26 13:16 ` NeilBrown
2009-06-26 13:27 ` Jens Axboe
2009-06-26 13:41 ` NeilBrown
2009-06-26 13:49 ` Jens Axboe
2009-06-27 12:50 ` Neil Brown
2009-06-26 13:23 ` [dm-devel] " NeilBrown
2009-06-26 13:29 ` Jens Axboe
2009-06-27 12:32 ` Neil Brown
2009-06-29 10:18 ` [dm-devel] " Jens Axboe
2009-06-29 10:52 ` NeilBrown
2009-06-29 11:41 ` Jens Axboe
2009-06-29 12:45 ` Boaz Harrosh
2009-06-29 12:52 ` Jens Axboe
2009-06-29 23:09 ` Andreas Dilger
2009-07-01 0:29 ` Neil Brown
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=yq11vp8spxo.fsf@sermon.lab.mkp.net \
--to=martin.petersen@oracle.com \
--cc=agk@redhat.com \
--cc=dm-devel@redhat.com \
--cc=jens.axboe@oracle.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-raid@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=neilb@suse.de \
--cc=snitzer@redhat.com \
--cc=torvalds@linux-foundation.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 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).