From f189504ccb982f03d3ae38a457d12ff58c148ebd Mon Sep 17 00:00:00 2001 From: Wolfgang Link Date: Mon, 24 Apr 2017 17:15:30 +0200 Subject: [PATCH] Add replicate as new storage feature. This feature shows that the storage can send and receive images. --- PVE/Storage/ZFSPoolPlugin.pm | 1 + 1 file changed, 1 insertion(+) 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) =