From: Christoph Hellwig <hch@lst.de>
To: Damien Le Moal <dlemoal@kernel.org>
Cc: Naohiro Aota <naohiro.aota@wdc.com>,
Mike Snitzer <snitzer@redhat.com>,
Johannes Thumshirn <johannes.thumshirn@wdc.com>,
fstests@vger.kernel.org, dm-devel@redhat.com,
Christoph Hellwig <hch@lst.de>
Subject: Re: [PATCH] dm: error: Add support for zoned block devices
Date: Tue, 24 Oct 2023 08:39:27 +0200 [thread overview]
Message-ID: <20231024063927.GD8472@lst.de> (raw)
In-Reply-To: <20231023224513.344380-1-dlemoal@kernel.org>
Thanks, this looks good to me and fixes the problems I've seen
Reviewed-by: Christoph Hellwig <hch@lst.de>
Tested-by: Christoph Hellwig <hch@lst.de>
FTI, this is the xfstests change we need to use dm-error for zoned
devices in xfstests:
diff --git a/common/rc b/common/rc
index 741579af..9e07d79d 100644
--- a/common/rc
+++ b/common/rc
@@ -2174,12 +2174,10 @@ _require_dm_target()
_notrun "This test requires dm $target support"
fi
- # dm-error cannot handle the zone information
- #
# dm-snapshot and dm-thin-pool cannot ensure sequential writes on
# the backing device
case $target in
- error|snapshot|thin-pool)
+ snapshot|thin-pool)
_require_non_zoned_device ${SCRATCH_DEV}
;;
esac
WARNING: multiple messages have this Message-ID (diff)
From: Christoph Hellwig <hch@lst.de>
To: Damien Le Moal <dlemoal@kernel.org>
Cc: dm-devel@redhat.com, Mike Snitzer <snitzer@redhat.com>,
Christoph Hellwig <hch@lst.de>,
Johannes Thumshirn <johannes.thumshirn@wdc.com>,
Naohiro Aota <naohiro.aota@wdc.com>,
fstests@vger.kernel.org
Subject: Re: [PATCH] dm: error: Add support for zoned block devices
Date: Tue, 24 Oct 2023 08:39:27 +0200 [thread overview]
Message-ID: <20231024063927.GD8472@lst.de> (raw)
In-Reply-To: <20231023224513.344380-1-dlemoal@kernel.org>
Thanks, this looks good to me and fixes the problems I've seen
Reviewed-by: Christoph Hellwig <hch@lst.de>
Tested-by: Christoph Hellwig <hch@lst.de>
FTI, this is the xfstests change we need to use dm-error for zoned
devices in xfstests:
diff --git a/common/rc b/common/rc
index 741579af..9e07d79d 100644
--- a/common/rc
+++ b/common/rc
@@ -2174,12 +2174,10 @@ _require_dm_target()
_notrun "This test requires dm $target support"
fi
- # dm-error cannot handle the zone information
- #
# dm-snapshot and dm-thin-pool cannot ensure sequential writes on
# the backing device
case $target in
- error|snapshot|thin-pool)
+ snapshot|thin-pool)
_require_non_zoned_device ${SCRATCH_DEV}
;;
esac
next prev parent reply other threads:[~2023-10-24 6:47 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-23 22:45 [PATCH] dm: error: Add support for zoned block devices Damien Le Moal
2023-10-24 6:39 ` Christoph Hellwig [this message]
2023-10-24 6:39 ` Christoph Hellwig
2023-10-24 13:23 ` Johannes Thumshirn
2023-10-25 5:22 ` Naohiro Aota
2023-10-25 5:53 ` Damien Le Moal
2023-10-25 6:21 ` Naohiro Aota
2023-10-25 7:11 ` Damien Le Moal
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=20231024063927.GD8472@lst.de \
--to=hch@lst.de \
--cc=dlemoal@kernel.org \
--cc=dm-devel@redhat.com \
--cc=fstests@vger.kernel.org \
--cc=johannes.thumshirn@wdc.com \
--cc=naohiro.aota@wdc.com \
--cc=snitzer@redhat.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 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.