* [PATCH] iotests: Limit qsd-migrate to working formats
@ 2025-02-24 21:40 Thomas Huth
2025-03-10 9:46 ` Thomas Huth
2025-03-10 11:20 ` Kevin Wolf
0 siblings, 2 replies; 3+ messages in thread
From: Thomas Huth @ 2025-02-24 21:40 UTC (permalink / raw)
To: Kevin Wolf, qemu-block; +Cc: Hanna Reitz, qemu-devel
qsd-migrate is currently only working for raw, qcow2 and qed.
Other formats are failing, e.g. because they don't support migration.
Thus let's limit this test to the three usable formats now.
Suggested-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
tests/qemu-iotests/tests/qsd-migrate | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/qemu-iotests/tests/qsd-migrate b/tests/qemu-iotests/tests/qsd-migrate
index de17562cb06..a4c6592420c 100755
--- a/tests/qemu-iotests/tests/qsd-migrate
+++ b/tests/qemu-iotests/tests/qsd-migrate
@@ -22,7 +22,7 @@ import iotests
from iotests import filter_qemu_io, filter_qtest
-iotests.script_initialize(supported_fmts=['generic'],
+iotests.script_initialize(supported_fmts=['qcow2', 'qed', 'raw'],
supported_protocols=['file'],
supported_platforms=['linux'])
--
2.48.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] iotests: Limit qsd-migrate to working formats
2025-02-24 21:40 [PATCH] iotests: Limit qsd-migrate to working formats Thomas Huth
@ 2025-03-10 9:46 ` Thomas Huth
2025-03-10 11:20 ` Kevin Wolf
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Huth @ 2025-03-10 9:46 UTC (permalink / raw)
To: Kevin Wolf, qemu-block; +Cc: Hanna Reitz, qemu-devel
On 24/02/2025 22.40, Thomas Huth wrote:
> qsd-migrate is currently only working for raw, qcow2 and qed.
> Other formats are failing, e.g. because they don't support migration.
> Thus let's limit this test to the three usable formats now.
>
> Suggested-by: Kevin Wolf <kwolf@redhat.com>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> tests/qemu-iotests/tests/qsd-migrate | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/qemu-iotests/tests/qsd-migrate b/tests/qemu-iotests/tests/qsd-migrate
> index de17562cb06..a4c6592420c 100755
> --- a/tests/qemu-iotests/tests/qsd-migrate
> +++ b/tests/qemu-iotests/tests/qsd-migrate
> @@ -22,7 +22,7 @@ import iotests
>
> from iotests import filter_qemu_io, filter_qtest
>
> -iotests.script_initialize(supported_fmts=['generic'],
> +iotests.script_initialize(supported_fmts=['qcow2', 'qed', 'raw'],
> supported_protocols=['file'],
> supported_platforms=['linux'])
>
Ping? (for soft-freeze?)
Thomas
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] iotests: Limit qsd-migrate to working formats
2025-02-24 21:40 [PATCH] iotests: Limit qsd-migrate to working formats Thomas Huth
2025-03-10 9:46 ` Thomas Huth
@ 2025-03-10 11:20 ` Kevin Wolf
1 sibling, 0 replies; 3+ messages in thread
From: Kevin Wolf @ 2025-03-10 11:20 UTC (permalink / raw)
To: Thomas Huth; +Cc: qemu-block, Hanna Reitz, qemu-devel
Am 24.02.2025 um 22:40 hat Thomas Huth geschrieben:
> qsd-migrate is currently only working for raw, qcow2 and qed.
> Other formats are failing, e.g. because they don't support migration.
> Thus let's limit this test to the three usable formats now.
>
> Suggested-by: Kevin Wolf <kwolf@redhat.com>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
Thanks, applied to the block branch.
Kevin
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-03-10 11:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-24 21:40 [PATCH] iotests: Limit qsd-migrate to working formats Thomas Huth
2025-03-10 9:46 ` Thomas Huth
2025-03-10 11:20 ` Kevin Wolf
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).