(plugin) storage::netapp::ontap::restapi - fix quotas (#4210)
This commit is contained in:
parent
dd5194a7e6
commit
01e2220fa7
|
@ -285,7 +285,7 @@ sub manage_selection {
|
||||||
$self->{duplicated}->{$path} = 0 if (!defined($self->{duplicated}->{$path}));
|
$self->{duplicated}->{$path} = 0 if (!defined($self->{duplicated}->{$path}));
|
||||||
$self->{duplicated}->{$path}++;
|
$self->{duplicated}->{$path}++;
|
||||||
|
|
||||||
$self->{quotas}->{$index} = {
|
$self->{quotas}->{$path . $index} = {
|
||||||
index => $index,
|
index => $index,
|
||||||
qtree => $qtree,
|
qtree => $qtree,
|
||||||
volume => $volume,
|
volume => $volume,
|
||||||
|
|
Loading…
Reference in New Issue