From: "Daniel P. Berrangé" <berrange@redhat.com>
To: John Snow <jsnow@redhat.com>
Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org,
"Beraldo Leal" <bleal@redhat.com>,
"Wainer dos Santos Moschetta" <wainersm@redhat.com>,
"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
"Alex Bennée" <alex.bennee@linaro.org>,
"Hanna Reitz" <hreitz@redhat.com>,
"Kevin Wolf" <kwolf@redhat.com>, "Thomas Huth" <thuth@redhat.com>,
"Eric Blake" <eblake@redhat.com>
Subject: Re: [PATCH 1/5] tests/qemu-iotests: hotfix for 307, 223 output
Date: Tue, 14 Jun 2022 09:54:59 +0100 [thread overview]
Message-ID: <YqhM47DhwnzVp7dZ@redhat.com> (raw)
In-Reply-To: <20220614015044.2501806-2-jsnow@redhat.com>
On Mon, Jun 13, 2022 at 09:50:40PM -0400, John Snow wrote:
> Fixes: 58a6fdcc
CC'ing Eric given the above commit hash
> Signed-off-by: John Snow <jsnow@redhat.com>
> ---
> tests/qemu-iotests/223.out | 4 ++--
> tests/qemu-iotests/307.out | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
Tested-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
>
> diff --git a/tests/qemu-iotests/223.out b/tests/qemu-iotests/223.out
> index 06479415312..26fb347c5da 100644
> --- a/tests/qemu-iotests/223.out
> +++ b/tests/qemu-iotests/223.out
> @@ -93,7 +93,7 @@ exports available: 3
> export: 'n2'
> description: some text
> size: 4194304
> - flags: 0xced ( flush fua trim zeroes df cache fast-zero )
> + flags: 0xded ( flush fua trim zeroes df multi cache fast-zero )
> min block: 1
> opt block: 4096
> max block: 33554432
> @@ -212,7 +212,7 @@ exports available: 3
> export: 'n2'
> description: some text
> size: 4194304
> - flags: 0xced ( flush fua trim zeroes df cache fast-zero )
> + flags: 0xded ( flush fua trim zeroes df multi cache fast-zero )
> min block: 1
> opt block: 4096
> max block: 33554432
> diff --git a/tests/qemu-iotests/307.out b/tests/qemu-iotests/307.out
> index ec8d2be0e0a..390f05d1b78 100644
> --- a/tests/qemu-iotests/307.out
> +++ b/tests/qemu-iotests/307.out
> @@ -83,7 +83,7 @@ exports available: 2
> export: 'export1'
> description: This is the writable second export
> size: 67108864
> - flags: 0xced ( flush fua trim zeroes df cache fast-zero )
> + flags: 0xded ( flush fua trim zeroes df multi cache fast-zero )
> min block: XXX
> opt block: XXX
> max block: XXX
> @@ -109,7 +109,7 @@ exports available: 1
> export: 'export1'
> description: This is the writable second export
> size: 67108864
> - flags: 0xced ( flush fua trim zeroes df cache fast-zero )
> + flags: 0xded ( flush fua trim zeroes df multi cache fast-zero )
> min block: XXX
> opt block: XXX
> max block: XXX
> --
> 2.34.3
>
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
next prev parent reply other threads:[~2022-06-14 8:58 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-14 1:50 [PATCH 0/5] Update CentOS VM tests John Snow
2022-06-14 1:50 ` [PATCH 1/5] tests/qemu-iotests: hotfix for 307, 223 output John Snow
2022-06-14 8:54 ` Daniel P. Berrangé [this message]
2022-06-14 1:50 ` [PATCH 2/5] tests/qemu-iotests: skip 108 when FUSE is not loaded John Snow
2022-06-14 4:46 ` Thomas Huth
2022-06-14 8:59 ` Daniel P. Berrangé
2022-06-14 14:30 ` John Snow
2022-06-15 13:41 ` John Snow
2022-06-15 15:33 ` Daniel P. Berrangé
2022-06-15 15:48 ` John Snow
2022-06-15 16:22 ` Daniel P. Berrangé
2022-06-14 1:50 ` [PATCH 3/5] tests/vm: use 'cp' instead of 'ln' for temporary vm images John Snow
2022-06-14 4:39 ` Thomas Huth
2022-06-14 14:51 ` John Snow
2022-06-14 1:50 ` [PATCH 4/5] tests/vm: switch CentOS 8 to CentOS 8 Stream John Snow
2022-06-14 4:40 ` Thomas Huth
2022-06-14 9:09 ` Daniel P. Berrangé
2022-06-14 14:56 ` John Snow
2022-06-14 1:50 ` [PATCH 5/5] tests/vm: switch centos.aarch64 " John Snow
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=YqhM47DhwnzVp7dZ@redhat.com \
--to=berrange@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=bleal@redhat.com \
--cc=eblake@redhat.com \
--cc=f4bug@amsat.org \
--cc=hreitz@redhat.com \
--cc=jsnow@redhat.com \
--cc=kwolf@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
--cc=wainersm@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 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).