[pve-devel] [PATCH v5 guest-common 4/5] Replication: mention disk reassign in comment of possible reasons
Aaron Lauterer
a.lauterer at proxmox.com
Tue Dec 15 13:48:39 CET 2020
Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
---
v5: newly added
PVE/Replication.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/Replication.pm b/PVE/Replication.pm
index ae0f145..47f5434 100644
--- a/PVE/Replication.pm
+++ b/PVE/Replication.pm
@@ -169,7 +169,7 @@ sub prepare {
# logfunc will written in replication log.
$logfunc->("delete stale replication snapshot error: $err");
}
- # Last_sync=0 and a replication snapshot only occur, if the VM was stolen
+ # Last_sync=0 and a replication snapshot only occur, if the VM was stolen or the disk reassigned
} else {
$last_snapshots->{$volid}->{$snap} = 1;
}
--
2.20.1
More information about the pve-devel
mailing list