diff --git a/PVE/Storage/ZFSPoolPlugin.pm b/PVE/Storage/ZFSPoolPlugin.pm index b023ce7..62452a6 100644 --- a/PVE/Storage/ZFSPoolPlugin.pm +++ b/PVE/Storage/ZFSPoolPlugin.pm @@ -700,6 +700,7 @@ sub volume_has_feature { template => { current => 1}, copy => { base => 1, current => 1}, sparseinit => { base => 1, current => 1}, + replicate => { base => 1, current => 1}, }; my ($vtype, $name, $vmid, $basename, $basevmid, $isBase) =