Subject: | Setting quota limits fails with large values (1TB+) |
A hard limit of 9223372035833804800 (close to LONG_MAX) is set (as
reported by both quota and quota.pm) if 1126512640 is passed in. This
is on a system reported as using IFACE_GENERIC. Using command line
tools, this value is properly set.
Quota::setqlim($dev,$gid,100010*1024,1100110*1024,0,0,0,1);
I attempted changing the qvalue from an unsigned int to an unsigned long
long, but that had no effect.
Any thoughts?