mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-02 03:50:12 +00:00
vzdump: assemble: fix skipping all pending and snapshot config entries
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
fa38a81217
commit
1bd6fe132f
@ -210,8 +210,8 @@ sub assemble {
|
||||
} else {
|
||||
$found_snapshot = 1;
|
||||
}
|
||||
next; # skip all snapshots and pending changes config data
|
||||
}
|
||||
next if $found_snapshot || $found_pending; # skip all snapshots and pending changes config data
|
||||
|
||||
if ($line =~ m/^unused\d+:\s*(\S+)\s*/) {
|
||||
$self->loginfo("skip unused drive '$1' (not included into backup)");
|
||||
|
Loading…
Reference in New Issue
Block a user