Whamcloud - gitweb
LU-15193 quota: expand QUOTA_MAX_TRANSIDS to 12 56/45456/6
authorLei Feng <flei@whamcloud.com>
Thu, 4 Nov 2021 11:41:06 +0000 (19:41 +0800)
committerOleg Drokin <green@whamcloud.com>
Sat, 11 Jun 2022 05:31:54 +0000 (05:31 +0000)
commit61481796ac85e9ab2469b8d2f4cc75088c65d298
tree723e9062064780e31baa17ef4883c886142b098d
parenta75f269cbdaed52985893cfbdebb35e9a2b484dd
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.

Change-Id: I4b3ee197f6e274abda06edf60b246f089fe28d10
Signed-off-by: Lei Feng <flei@whamcloud.com>
Test-Parameters: trivial testlist=sanity-quota
Reviewed-on: https://review.whamcloud.com/45456
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Stephane Thiell <sthiell@stanford.edu>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/include/lustre_quota.h
lustre/tests/sanity-quota.sh