[pve-devel] [PATCH qemu-server 1/2] vzdump: allow bandwidth limit for PBS backup too
Stefan Reiter
s.reiter at proxmox.com
Thu Aug 20 15:32:22 CEST 2020
QEMU handles it just as well as with VMA, so this was probably just
forgotten to implement for PBS.
Signed-off-by: Stefan Reiter <s.reiter at proxmox.com>
---
PVE/VZDump/QemuServer.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/PVE/VZDump/QemuServer.pm b/PVE/VZDump/QemuServer.pm
index e222463..4640009 100644
--- a/PVE/VZDump/QemuServer.pm
+++ b/PVE/VZDump/QemuServer.pm
@@ -538,6 +538,7 @@ sub archive_pbs {
devlist => $devlist,
'config-file' => $conffile,
};
+ $params->{speed} = $opts->{bwlimit}*1024 if $opts->{bwlimit};
$params->{fingerprint} = $fingerprint if defined($fingerprint);
$params->{'firewall-file'} = $firewall if -e $firewall;
if (-e $keyfile) {
--
2.20.1
More information about the pve-devel
mailing list