Details
-
New Feature
-
Resolution: Fixed
-
Minor
-
Lustre 2.4.0
-
None
-
4399
Description
Tracker bug for landing orion_quota to master.
Attachments
Issue Links
- is duplicated by
-
LU-1300 Quota enforcement support for OSD Restructuring
-
- Closed
-
- is related to
-
LU-5975 Consider removing quotacheck compatibility code
-
- Resolved
-
-
LU-5978 Remove migration of old admin quota files
-
- Resolved
-
-
LU-5980 Eliminate old quota formats
-
- Resolved
-
-
LUDOC-89 Quota Enforcement Doc Changes
-
- Closed
-
- is related to
-
LU-1789 Lightweight connection support
-
- Resolved
-
-
LU-1318 Quota Enforcement DLM&FID
-
- Closed
-
(2 is related to )
how clever. apparently i have to have the quota_v2 module loaded for this feature. however, ldiskfs doesnt depend on this module and doesnt seem to automagically load it either. this doesnt appear to be happening because QFMT_VFS_V1 isn't mapped to any particular module name in linux/quota.h:
#define INIT_QUOTA_MODULE_NAMES {\
{QFMT_VFS_OLD, "quota_v1"},\
{QFMT_VFS_V0, "quota_v2"},\
{0, NULL}}