(plugin) storage::netapp::ontap::restapi - fix quotas (#4210)

This commit is contained in:
qgarnier 2023-02-09 17:25:12 +00:00 committed by GitHub
parent dd5194a7e6
commit 01e2220fa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -285,7 +285,7 @@ sub manage_selection {
$self->{duplicated}->{$path} = 0 if (!defined($self->{duplicated}->{$path}));
$self->{duplicated}->{$path}++;
$self->{quotas}->{$index} = {
$self->{quotas}->{$path . $index} = {
index => $index,
qtree => $qtree,
volume => $volume,