5
0
mirror of git://git.proxmox.com/git/pve-storage.git synced 2025-02-09 09:57:38 +03:00

nexenta: recursively delete all snapshots on vdisk_free

This commit is contained in:
Dietmar Maurer 2012-09-17 10:32:09 +02:00
parent 88a2b8c79e
commit 2570fb94e8

View File

@ -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 {