5
0
mirror of git://git.proxmox.com/git/pve-storage.git synced 2025-01-10 01:18:05 +03:00

nexenta: fix parameter for create_snapshot

This commit is contained in:
Dietmar Maurer 2012-09-17 10:26:21 +02:00
parent 4b0dea6c82
commit 88a2b8c79e

View File

@ -321,7 +321,7 @@ sub volume_resize {
sub volume_snapshot {
my ($class, $scfg, $storeid, $volname, $snap, $running) = @_;
nexenta_request($scfg, 'create_snapshot', 'zvol', "$scfg->{pool}/$volname", $snap, 0);
nexenta_request($scfg, 'create_snapshot', 'zvol', "$scfg->{pool}/$volname", $snap, '');
}
sub volume_snapshot_rollback {