| Summary: | openshift-ansible should support setting new perFSGroup local storage quota | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Devan Goodwin <dgoodwin> |
| Component: | Installer | Assignee: | Devan Goodwin <dgoodwin> |
| Status: | CLOSED ERRATA | QA Contact: | Ma xiaoqiang <xiama> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.2.0 | CC: | aos-bugs, gpei, jokerman, mmccomas, tdawson, xtian |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-05-12 16:39:04 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: | |
This should be in todays build of openshift ansible, in brew and in puddles. openshift-ansible-3.0.64-1.git.0.6df4b9a.el7 check on openshift-ansible-3.0.64-1.git.0.6df4b9a.el7 Can not start node service # openshift start node --config=/etc/origin/node/node-config.yaml F0323 23:22:25.539763 9744 start_node.go:124] unable to check filesystem type for emptydir volume /var/lib/origin/openshift.local.volumes: exit status 1 I think you're hitting: https://bugzilla.redhat.com/show_bug.cgi?id=1320170 I have a fix for this merged in origin, but I don't think it has been built for OSE yet. It should appear in the next build which would be v3.2.0.8. OSE v3.2.0.8 has been built and pushed to testing. check on ose v3.2.0.8
Scenario 1
Install env with following parameter
<--snip-->
openshift_node_local_quota_per_fsgroup=50Mi
<--snip-->
Check the node configuration
#vim /etc/origin/node/node-config.yaml
<--snip-->
volumeConfig:
localQuota:
perFSGroup: 50Mi
Scenario 2
Install env without 'openshift_node_local_quota_per_fsgroup'
check the node configuration
#vim /etc/origin/node/node-config.yaml
<--snip-->
volumeConfig:
localQuota:
perFSGroup:
Move this issue to VERIFIED.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:1065 |
Description of problem: Ops is planning to use openshift-ansible to manage node configuration, thus it must be able to support the new perFSGroup quota in node-config.yaml: volumeConfig: localQuota: perFSGroup: "512Mi" Will require a new setting in inventory [OSEv3:vars] section.