From 74158ff3b9ec8c135b5f7a177f690a7922356966 Mon Sep 17 00:00:00 2001 From: Alexandre Derumier Date: Thu, 14 Feb 2013 17:27:34 +0100 Subject: [PATCH] nexenta : has_feature : copy Signed-off-by: Alexandre Derumier --- PVE/Storage/NexentaPlugin.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/Storage/NexentaPlugin.pm b/PVE/Storage/NexentaPlugin.pm index 99140ee..4c6fe2e 100644 --- a/PVE/Storage/NexentaPlugin.pm +++ b/PVE/Storage/NexentaPlugin.pm @@ -481,6 +481,7 @@ sub volume_has_feature { my $features = { snapshot => { current => 1, snap => 1}, clone => { base => 1}, + copy => { base => 1, current => 1}, }; my ($vtype, $name, $vmid, $basename, $basevmid, $isBase) =