]> git.proxmox.com Git - pve-guest-common.git/commitdiff
PVE/Replication.pm: also log when we thaw the filesystem
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 23 Jun 2017 11:18:08 +0000 (13:18 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 23 Jun 2017 11:18:08 +0000 (13:18 +0200)
PVE/Replication.pm

index 5a7274e79519a726642e9cef7c5483469de52cd5..7608d4dfadbdb5d95d84b92fa9c96fbfb5e32b10 100644 (file)
@@ -246,8 +246,9 @@ sub replicate {
     };
     my $err = $@;
 
-    # unfreeze immediately
+    # thaw immediately
     if ($freezefs) {
+       $logfunc->("thaw guest filesystem");
        $guest_class->__snapshot_freeze($vmid, 1);
     }