| Summary: | file count limit not increasing relative to quota increase | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Ma xiaoqiang <xiama> |
| Component: | Node | Assignee: | Jason DeTiberus <jdetiber> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.0.0 | CC: | anli, bleanhar, dmcphers, jdetiber, jhou, jofernan, libra-onpremise-devel, rpenta, sannam, xtian |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 979182 | Environment: | |
| Last Closed: | 2014-01-20 14:36:38 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | 979182, 1039847 | ||
| Bug Blocks: | |||
|
Description
Ma xiaoqiang
2013-10-18 09:24:24 UTC
*** Bug 1039847 has been marked as a duplicate of this bug. *** The fix for this bug was pulled in during one of the rebases leading up to the 2.0 release. I verified this bug. The file count limit is still not increasing .
The result is as below on puddle-2-0-2-2014-01-14.
[php53-huser1dom.oseanli.com 52d5ef2a190c68ac80000007]\> quota -s
Disk quotas for user 52d5ef2a190c68ac80000007 (uid 1000):
Filesystem blocks quota limit grace files quota limit grace
/dev/mapper/vg_dhcp9137-lv_root
1008 0 2048M 245 0 80000
[php53-huser1dom.oseanli.com 52d5ef2a190c68ac80000007]\> quota -s
Disk quotas for user 52d5ef2a190c68ac80000007 (uid 1000):
Filesystem blocks quota limit grace files quota limit grace
/dev/mapper/vg_dhcp9137-lv_root
1008 0 4096M 245 0 160k
(In reply to Anping Li from comment #4) > I verified this bug. The file count limit is still not increasing . > The result is as below on puddle-2-0-2-2014-01-14. > > [php53-huser1dom.oseanli.com 52d5ef2a190c68ac80000007]\> quota -s > Disk quotas for user 52d5ef2a190c68ac80000007 (uid 1000): > Filesystem blocks quota limit grace files quota limit > grace > /dev/mapper/vg_dhcp9137-lv_root > 1008 0 2048M 245 0 80000 > > [php53-huser1dom.oseanli.com 52d5ef2a190c68ac80000007]\> quota -s > Disk quotas for user 52d5ef2a190c68ac80000007 (uid 1000): > Filesystem blocks quota limit grace files quota limit > grace > /dev/mapper/vg_dhcp9137-lv_root > 1008 0 4096M 245 0 160k The limit is changed from 80000 to 160K. So the bug is fixed, and works fine. change states to verified. |