From 30650d3c46c19f5342ccd39d1ea163f6784d6616 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 12 Nov 2015 11:15:37 +0100 Subject: [PATCH] lvmthin: enable copy from snapshot feature --- PVE/Storage/LvmThinPlugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/Storage/LvmThinPlugin.pm b/PVE/Storage/LvmThinPlugin.pm index 91f6089..5e404df 100644 --- a/PVE/Storage/LvmThinPlugin.pm +++ b/PVE/Storage/LvmThinPlugin.pm @@ -314,7 +314,7 @@ sub volume_has_feature { snapshot => { current => 1 }, clone => { base => 1}, template => { current => 1}, - copy => { base => 1, current => 1}, + copy => { base => 1, current => 1, snap => 1}, }; my ($vtype, $name, $vmid, $basename, $basevmid, $isBase) =