X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=PVE%2FStorage%2FNexentaPlugin.pm;fp=PVE%2FStorage%2FNexentaPlugin.pm;h=1b0f6834466c89b28dae900a67a0715a5e73ea79;hb=2c5a70971aad9c1a746bb88f53863ac2f0d1c6fc;hp=4c6fe2e6b68e2a2d348ec8b73bf84ae7e278ecef;hpb=7e8c6888b274dc69211b83682798504e6c900740;p=pve-storage.git diff --git a/PVE/Storage/NexentaPlugin.pm b/PVE/Storage/NexentaPlugin.pm index 4c6fe2e..1b0f683 100644 --- a/PVE/Storage/NexentaPlugin.pm +++ b/PVE/Storage/NexentaPlugin.pm @@ -489,7 +489,7 @@ sub volume_has_feature { my $key = undef; if($snapname){ - $key = $snapname + $key = 'snap'; }else{ $key = $isBase ? 'base' : 'current'; }