mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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>
This commit is contained in:
parent
61c4e39f73
commit
18d154f575
13 changed files with 25 additions and 300 deletions
|
@ -909,21 +909,17 @@ ERST
|
|||
|
||||
{
|
||||
.name = "migrate",
|
||||
.args_type = "detach:-d,blk:-b,resume:-r,uri:s",
|
||||
.params = "[-d] [-b] [-r] uri",
|
||||
.args_type = "detach:-d,resume:-r,uri:s",
|
||||
.params = "[-d] [-r] uri",
|
||||
.help = "migrate to URI (using -d to not wait for completion)"
|
||||
"\n\t\t\t -b for migration without shared storage with"
|
||||
" full copy of disk\n\t\t\t -r to resume a paused migration",
|
||||
"\n\t\t\t -r to resume a paused migration",
|
||||
.cmd = hmp_migrate,
|
||||
},
|
||||
|
||||
|
||||
SRST
|
||||
``migrate [-d] [-b]`` *uri*
|
||||
``migrate [-d]`` *uri*
|
||||
Migrate to *uri* (using -d to not wait for completion).
|
||||
|
||||
``-b``
|
||||
for migration with full copy of disk
|
||||
ERST
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue