Bug 875949
| Summary: | teardown_pam_fs_limits.sh may fail on nodes with NFS mounts | ||
|---|---|---|---|
| Product: | OKD | Reporter: | Jhon Honce <jhonce> |
| Component: | Containers | Assignee: | Jhon Honce <jhonce> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | CC: | jhou, jinzhang, kraman, wdecoste |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 872379 | Environment: | |
| Last Closed: | 2012-12-19 19:27:42 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: | |
| Embargoed: | |||
| Bug Depends On: | 872379 | ||
| Bug Blocks: | |||
|
Description
Jhon Honce
2012-11-12 22:21:28 UTC
Reproduce: 1) yum install nfs 2) mkdir /share 3) add /share *(rw,no_root_squash) to /etc/exports 3) service rpcbind start 4) service nfs start 5) exportfs -a 6) mount -t nfs localhost:/share /mnt 7) Create gear 8) Delete gear Fixed in https://github.com/openshift/origin-server/pull/877 Verified on devenv_2458 1) yum install nfs-utils 2) mkdir /share 3) add /share *(rw,no_root_squash) to /etc/exports 3) service rpcbind start 4) service nfs start 5) exportfs -a 6) mount -t nfs localhost:/share /mnt 7) Create gear rhc app create php1 php-5.3, gear is created successfully 8) Delete gear rhc app delete php1, gear is deleted successfully |