Fix migrate set speed doc arg
We used to ignore any fractional part in 0.13, but due to recent
changes (started with 9f9b17a4f0
)
migrate_set_speed will reject the fractional part.
We don't expect existing clients to be relying on this, but we
need to update the documentation to reflect the change.
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
16440c5fa0
commit
5569fd7c38
@ -510,7 +510,7 @@ Set maximum speed for migrations.
|
||||
|
||||
Arguments:
|
||||
|
||||
- "value": maximum speed, in bytes per second (json-number)
|
||||
- "value": maximum speed, in bytes per second (json-int)
|
||||
|
||||
Example:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user