From 9993307d61a6ac6b7a7fdec0f7077d1dc97e67f9 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 4 Jun 2014 12:39:26 +0200 Subject: [PATCH] Fix breaking the loop while creating a snapshot --- virt-backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virt-backup b/virt-backup index 36a7e7c..0f9eca2 100644 --- a/virt-backup +++ b/virt-backup @@ -797,7 +797,7 @@ sub create_snapshot{ print SNAPLIST $blk.$suffix ."\n"; close SNAPLIST; # break the loop now - $cnt = 10; + $cnt = 30; } else{ print "An error occured, couldn't create the snapshot\n" if $opts{debug};