diff options
| author | Fabiano Rosas <farosas@suse.de> | 2024-04-30 11:27:34 -0300 |
|---|---|---|
| committer | Fabiano Rosas <farosas@suse.de> | 2024-05-08 09:20:58 -0300 |
| commit | 18d154f57583dd06f0ce3e69e4952044490b2bc4 (patch) | |
| tree | c92c1ddefb2f309b849ba93ec72f6dced40a6dfe /tests/qemu-iotests/common.filter | |
| parent | 61c4e39f7301f67408024346ad3eb5335aec0311 (diff) | |
| download | focaccia-qemu-18d154f57583dd06f0ce3e69e4952044490b2bc4.tar.gz focaccia-qemu-18d154f57583dd06f0ce3e69e4952044490b2bc4.zip | |
migration: Remove 'blk/-b' option from migrate commands
The block migration is considered obsolete and has been deprecated in
8.2. Remove the migrate command option that enables it. This only
affects the QMP and HMP commands, the feature can still be accessed by
setting the migration 'block' capability. The whole feature will be
removed in a future patch.
Deprecation commit 8846b5bfca ("migration: migrate 'blk' command
option is deprecated.").
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
Diffstat (limited to 'tests/qemu-iotests/common.filter')
| -rw-r--r-- | tests/qemu-iotests/common.filter | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/qemu-iotests/common.filter b/tests/qemu-iotests/common.filter index 2846c83808..fc3c64bcb8 100644 --- a/tests/qemu-iotests/common.filter +++ b/tests/qemu-iotests/common.filter @@ -359,12 +359,5 @@ _filter_qcow2_compression_type_bit() -e 's/\(incompatible_features.*\), 3\(,.*\)/\1\2/' } -# filter warnings caused for block migration deprecation -_filter_migration_block_deprecated() -{ - gsed -e '/warning: parameter .blk. is deprecated; use blockdev-mirror with NBD instead/d' \ - -e '/warning: block migration is deprecated; use blockdev-mirror with NBD instead/d' -} - # make sure this script returns success true |