Warn against the use of the string as uri parameter to migrate-incoming
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
parent
1fa57f5543
commit
d876053478
|
@ -1750,6 +1750,9 @@
|
||||||
# Returns: nothing on success
|
# Returns: nothing on success
|
||||||
#
|
#
|
||||||
# Since: 2.3
|
# Since: 2.3
|
||||||
|
# Note: It's a bad idea to use a string for the uri, but it needs to stay
|
||||||
|
# compatible with -incoming and the format of the uri is already exposed
|
||||||
|
# above libvirt
|
||||||
##
|
##
|
||||||
{ 'command': 'migrate-incoming', 'data': {'uri': 'str' } }
|
{ 'command': 'migrate-incoming', 'data': {'uri': 'str' } }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue