Bug 1009972 - [RFE] Utility to control file limits per user basis
Summary: [RFE] Utility to control file limits per user basis
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: RFE
Version: 1.2.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: jofernan
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-19 15:42 UTC by dchia
Modified: 2018-12-02 15:32 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-04-13 18:41:54 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description dchia 2013-09-19 15:42:08 UTC
Description of problem: Currently, there is existing script/utility to control storage per user basis. The admin runs "oo-admin-ctl-user -l $USER --setmaxtrackedstorage $GB" once for each user.

Customer would like to have similar feature to control file limits.

Additional info:
It will be nice to have if we also extend the utility features to include controls of CPU, memory, or processes limits for a particular user.

Comment 2 nicholas_schuetz 2014-09-22 18:17:09 UTC
Has this feature been addressed in OSE 2.x?

Comment 3 Brenton Leanhardt 2014-10-16 20:39:07 UTC
The number of files per gear is still only handled by the setting in /etc/openshift/resource_limits.conf.  That means it's still Node-wide which tends to mean it will need to be the same for all Nodes in that profile.

That said, we understand this sort of flexibility is desired and as such are building much greater flexibility in to the 3.x codebase.  In 3.x the inode limits won't really be needed simply because each container will have their own and won't share with the host system.  However, limits like memory, cpu, etc will indeed be controllable per user.


Note You need to log in before you can comment on or make changes to this bug.