add sparseinit to has_feature
we will use this for determining if we need to write zeros to a volume Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
668f6d9faf
commit
baafddbd02
@ -577,6 +577,7 @@ sub volume_has_feature {
|
||||
clone => { base => 1},
|
||||
template => { current => 1},
|
||||
copy => { base => 1, current => 1},
|
||||
sparseinit => { base => 1, current => 1},
|
||||
};
|
||||
|
||||
my ($vtype, $name, $vmid, $basename, $basevmid, $isBase) =
|
||||
|
||||
Reference in New Issue
Block a user