]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/NexentaPlugin.pm
has_feature : fix key = snap
[pve-storage.git] / PVE / Storage / NexentaPlugin.pm
index 4c6fe2e6b68e2a2d348ec8b73bf84ae7e278ecef..1b0f6834466c89b28dae900a67a0715a5e73ea79 100644 (file)
@@ -489,7 +489,7 @@ sub volume_has_feature {
 
     my $key = undef;
     if($snapname){
-       $key = $snapname
+       $key = 'snap';
     }else{
        $key =  $isBase ? 'base' : 'current';
     }