[pve-devel] [RFC pve-storage 4/7] Add replicate as new storage feature.
Wolfgang Link
w.link at proxmox.com
Wed Apr 12 12:41:23 CEST 2017
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 b94497c..5ff2356 100644
--- a/PVE/Storage/ZFSPoolPlugin.pm
+++ b/PVE/Storage/ZFSPoolPlugin.pm
@@ -692,6 +692,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) =
--
2.1.4
More information about the pve-devel
mailing list