Whamcloud - gitweb
LU-15193 quota: expand QUOTA_MAX_TRANSIDS to 12
authorLei Feng <flei@whamcloud.com>
Thu, 4 Nov 2021 11:41:06 +0000 (19:41 +0800)
committerAndreas Dilger <adilger@whamcloud.com>
Fri, 22 Sep 2023 23:51:41 +0000 (23:51 +0000)
commitd412393b7e71f80d786929ace832465f8e6e3645
tree2d68f5287ae987baf1c0520793d288a938eb969a
parenta41f1756e5d4787a135c823ca557ce861d02e08d
LU-15193 quota: expand QUOTA_MAX_TRANSIDS to 12

In some rare cases 12 quota ids are needed.
Usually (user, group) * (block, inode) * (inode, parent) = 8 qids
are needed. But with project id,
(user, group, project) * (block, inode) * (inode, parent) = 12 qids
are needed.

Lustre-change: https://review.whamcloud.com/45456
Lustre-commit: I4b3ee197f6e274abda06edf60b246f089fe28d10

Signed-off-by: Lei Feng <flei@whamcloud.com>
Signed-off-by: Sergey Cheremencev <scherementsev@ddn.com>
Test-Parameters: trivial testlist=sanity-quota
Change-Id: I26bcf97cbb79caee6f76dd076e1a03cd9ce3d9c5
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/52410
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/include/lustre_quota.h
lustre/tests/sanity-quota.sh