mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-06-25 05:39:53 +00:00
QemuMigrate: print migration xbzrle if enabled (has xbzrlecachesize) for whatever reason (bug qemu, bug pve, ...)
Signed-off-by: Stefan Priebe <s.priebe@profihost.ag>
This commit is contained in:
parent
996562cf8e
commit
2e787b1892
@ -482,7 +482,10 @@ sub phase2 {
|
|||||||
$self->log('info', "migration status: $stat->{status} (transferred ${trans}, " .
|
$self->log('info', "migration status: $stat->{status} (transferred ${trans}, " .
|
||||||
"remaining ${rem}), total ${total})");
|
"remaining ${rem}), total ${total})");
|
||||||
|
|
||||||
#$self->log('info', "migration xbzrle cachesize: ${xbzrlecachesize} transferred ${xbzrlebytes} pages ${xbzrlepages} cachemiss ${xbzrlecachemiss} overflow ${xbzrleoverflow}");
|
if (${xbzrlecachesize}) {
|
||||||
|
$self->log('info', "migration xbzrle cachesize: ${xbzrlecachesize} transferred ${xbzrlebytes} pages ${xbzrlepages} cachemiss ${xbzrlecachemiss} overflow ${xbzrleoverflow}");
|
||||||
|
}
|
||||||
|
|
||||||
if (($lastrem && $rem > $lastrem ) || ($rem == 0)) {
|
if (($lastrem && $rem > $lastrem ) || ($rem == 0)) {
|
||||||
$downtimecounter++;
|
$downtimecounter++;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user