diff --git a/PVE/Storage/NexentaPlugin.pm b/PVE/Storage/NexentaPlugin.pm index 4f28c81..05be58f 100644 --- a/PVE/Storage/NexentaPlugin.pm +++ b/PVE/Storage/NexentaPlugin.pm @@ -84,7 +84,7 @@ sub nexenta_create_zvol { sub nexenta_delete_zvol { my ($scfg, $zvol) = @_; - nexenta_request($scfg, 'destroy', 'zvol', "$scfg->{pool}/$zvol", ''); + nexenta_request($scfg, 'destroy', 'zvol', "$scfg->{pool}/$zvol", '-r'); } sub nexenta_list_zvol {