Whamcloud - gitweb
LU-15193 quota: expand QUOTA_MAX_TRANSIDS to 12 11/49611/3
authorLei Feng <flei@whamcloud.com>
Thu, 4 Nov 2021 11:41:06 +0000 (19:41 +0800)
committerOleg Drokin <green@whamcloud.com>
Thu, 19 Oct 2023 13:48:51 +0000 (13:48 +0000)
commitc20d23cd92c5bc748a618e9ed96e6eddd794ab45
tree4bd4463f30f8e6a8df80583ebbac00868b961300
parent5abc979eb64d8a78888aea63c0cf7e285fa0a4dd
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: 61481796ac85e9ab2469b8d2f4cc75088c65d298

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