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:
parent
88a2b8c79e
commit
2570fb94e8
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user