OpenShift Setting and Enforcing emptyDir Quotas: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 9: Line 9:
=Overview=
=Overview=


By default, pods can allocate on emptyDirs as much space as the underlying filesystem has available. It is possible to set up a configuration that would restrict space allocation to a quota enforced with the [[XFS Quotas|XFS quota]] mechanism, provided that the backing filesystem used to allocate space for emptyDirs is XFS. For more details see:
By default, pods can allocate on emptyDirs as much space as the underlying filesystem has available. It is possible to set up a configuration that would restrict space allocation to a quota enforced with the [[XFS Quotas|XFS quota]] mechanism, provided that the backing filesystem used to allocate space for emptyDirs is XFS.
 
=Procedure=

Revision as of 20:52, 19 February 2018

External

Internal

Overview

By default, pods can allocate on emptyDirs as much space as the underlying filesystem has available. It is possible to set up a configuration that would restrict space allocation to a quota enforced with the XFS quota mechanism, provided that the backing filesystem used to allocate space for emptyDirs is XFS.

Procedure