news: Rename --precopy-bandwidth migration option

The (pre-copy) bandwidth was historically the only bandwidth we
supported and thus it is called just "bandwidth" in all other places.
E.g., virsh migrate-setspeed or in the migration typed parameter name.
Let's make the new option for virsh migrate consistent.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Jiri Denemark 2019-09-02 17:00:32 +02:00
parent f4bdd82977
commit 147dc33b8b
1 changed files with 2 additions and 2 deletions

View File

@ -67,12 +67,12 @@
<section title="Improvements"> <section title="Improvements">
<change> <change>
<summary> <summary>
virsh: Support setting precopy bandwidth in migrate subcommand virsh: Support setting bandwidth in migrate subcommand
</summary> </summary>
<description> <description>
In addition to postcopy bandwidth, the <code>virsh migrate</code> In addition to postcopy bandwidth, the <code>virsh migrate</code>
subcommand now supports specifying precopy bandwidth with the subcommand now supports specifying precopy bandwidth with the
<code>--precopy-bandwidth</code> parameter. <code>--bandwidth</code> parameter.
</description> </description>
</change> </change>
</section> </section>