From: Mike Snitzer <snitzer@redhat.com>
To: Hannes Reinecke <hare@suse.de>
Cc: Damien LeMoal <damien.lemoal@wdc.com>, dm-devel@redhat.com
Subject: Re: [PATCHv4 00/15] dm-zoned: multiple drive support
Date: Tue, 2 Jun 2020 18:27:19 -0400 [thread overview]
Message-ID: <20200602222719.GA14318@redhat.com> (raw)
In-Reply-To: <20200602110956.121170-1-hare@suse.de>
On Tue, Jun 02 2020 at 7:09am -0400,
Hannes Reinecke <hare@suse.de> wrote:
> Hi all,
>
> here's the second version of my patchset to support multiple zoned
> drives with dm-zoned.
> This patchset:
> - Converts the zone array to using xarray for better scalability
> - Separates out shared structures into per-device structure
> - Enforce drive-locality for allocating and reclaiming zones
> - Lifts the restriction of 2 devices to handle an arbitrary number
> of drives.
>
> This gives me a near-perfect scalability by increasing the write
> speed from 150MB/s (for a cache and one zoned drive) to 300MB/s
> (for a cache and two zoned drives).
>
> Changes to v1:
> - Include reviews from Damien
> - Reshuffle patches
> Changes to v2:
> - Add reviews from Damien
> - Merge patches 'dynamic device allocation' and
> 'support arbitrary number of devices'
> - Fix memory leak when reading tertiary superblocks
> Changes to v3:
> - Add reviews from Damien
> - Add patch to ensure correct device ordering
I've picked this series up for 5.8 (yes, I know it is last minute). But
I saw no benefit to merging the initial 2 device step in 5.8 only to
then churn the code and interface to support an arbitrary number of
devices in 5.9. Easier to support one major update to the code now.
As such the target's version number was _not_ bumped from 2.0.0 to
3.0.0.
I tweaked various patch headers (_please_ "dm zoned" instead of
"dm-zoned" in commit subjects, also don't ever say "we" or "this patch"
in a commit header... if you do, I am forced to rewrite the header).
BTW, just so I feel like I said it: all these changes to use additional
device(s) really seems like a tradeoff between performance and reduced
MTBF -- there is increased potential for failure with each additional
device that is added to the dm-zoned device... there I've said it ;)
Thanks,
Mike
next prev parent reply other threads:[~2020-06-02 22:27 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-02 11:09 [PATCHv4 00/15] dm-zoned: multiple drive support Hannes Reinecke
2020-06-02 11:09 ` [PATCH 01/15] dm-zoned: add debugging message for reading superblocks Hannes Reinecke
2020-06-02 11:09 ` [PATCH 02/15] dm-zoned: secondary superblock must reside on the same devices than primary superblock Hannes Reinecke
2020-06-02 11:09 ` [PATCH 03/15] dm-zoned: improve logging messages for reclaim Hannes Reinecke
2020-06-02 11:09 ` [PATCH 04/15] dm-zoned: add a 'reserved' zone flag Hannes Reinecke
2020-06-02 11:09 ` [PATCH 05/15] dm-zoned: convert to xarray Hannes Reinecke
2020-06-02 11:09 ` [PATCH 06/15] dm-zoned: temporary superblock for tertiary devices Hannes Reinecke
2020-06-02 11:09 ` [PATCH 07/15] dm-zoned: add device pointer to struct dm_zone Hannes Reinecke
2020-06-02 11:09 ` [PATCH 08/15] dm-zoned: add metadata pointer to struct dmz_dev Hannes Reinecke
2020-06-02 11:09 ` [PATCH 09/15] dm-zoned: per-device reclaim Hannes Reinecke
2020-06-02 11:09 ` [PATCH 10/15] dm-zoned: move random and sequential zones into struct dmz_dev Hannes Reinecke
2020-06-02 11:09 ` [PATCH 11/15] dm-zoned: support arbitrary number of devices Hannes Reinecke
2020-06-02 11:09 ` [PATCH 12/15] dm-zoned: allocate zone by device index Hannes Reinecke
2020-06-02 11:09 ` [PATCH 13/15] dm-zoned: select reclaim zone based on " Hannes Reinecke
2020-06-02 11:09 ` [PATCH 14/15] dm-zoned: prefer full zones for reclaim Hannes Reinecke
2020-06-02 11:09 ` [PATCH 15/15] dm-zoned: check superblock location Hannes Reinecke
2020-06-02 22:27 ` Mike Snitzer [this message]
2020-06-03 1:11 ` [PATCHv4 00/15] dm-zoned: multiple drive support Damien Le Moal
2020-06-03 7:09 ` Hannes Reinecke
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=20200602222719.GA14318@redhat.com \
--to=snitzer@redhat.com \
--cc=damien.lemoal@wdc.com \
--cc=dm-devel@redhat.com \
--cc=hare@suse.de \
/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.