]> xenbits.xensource.com Git - libvirt.git/commitdiff
news: Rename --precopy-bandwidth migration option
authorJiri Denemark <jdenemar@redhat.com>
Mon, 2 Sep 2019 15:00:32 +0000 (17:00 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 2 Sep 2019 16:26:25 +0000 (18:26 +0200)
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>
docs/news.xml

index 92d566c2fe919743879af79e073d49e3d6dd0812..0c79765fd01a84fbb7a6a08b7320efd859f6debb 100644 (file)
     <section title="Improvements">
       <change>
         <summary>
-          virsh: Support setting precopy bandwidth in migrate subcommand
+          virsh: Support setting bandwidth in migrate subcommand
         </summary>
         <description>
           In addition to postcopy bandwidth, the <code>virsh migrate</code>
           subcommand now supports specifying precopy bandwidth with the
-          <code>--precopy-bandwidth</code> parameter.
+          <code>--bandwidth</code> parameter.
         </description>
       </change>
     </section>