[pve-devel] [PATCH 23/31] nexenta : add copy feature

Alexandre Derumier aderumier at odiso.com
Tue Jan 22 12:36:21 CET 2013


Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
 PVE/Storage/NexentaPlugin.pm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/PVE/Storage/NexentaPlugin.pm b/PVE/Storage/NexentaPlugin.pm
index 0c17ec4..5c29acb 100644
--- a/PVE/Storage/NexentaPlugin.pm
+++ b/PVE/Storage/NexentaPlugin.pm
@@ -394,6 +394,7 @@ sub volume_has_feature {
     my $features = {
         snapshot => { current => 1, snap => 1},
         clone => { snap => 1},
+	copy => { current => 1},
     };
 
     my $snap = $snapname ? 'snap' : 'current';
-- 
1.7.10.4




More information about the pve-devel mailing list