You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add -b/--bandwidth flag (MiB/s) to limit backup I/O impact on
production workloads.
For running VMs: uses virsh blockjob --bandwidth to throttle the
QEMU push backup job per disk.
For stopped VMs: uses qemu-img convert -r rate limit and ionice -c 3
(idle I/O class) to minimize impact on other VMs.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments