From: Jiri Denemark Date: Mon, 2 Sep 2019 15:00:32 +0000 (+0200) Subject: news: Rename --precopy-bandwidth migration option X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=147dc33b8bff09e5812a3cc396c60ab61252dec3;p=libvirt.git 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 Reviewed-by: Daniel P. Berrangé --- diff --git a/docs/news.xml b/docs/news.xml index 92d566c2fe..0c79765fd0 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -67,12 +67,12 @@
- virsh: Support setting precopy bandwidth in migrate subcommand + virsh: Support setting bandwidth in migrate subcommand In addition to postcopy bandwidth, the virsh migrate subcommand now supports specifying precopy bandwidth with the - --precopy-bandwidth parameter. + --bandwidth parameter.