Bug 2116872
| Summary: | tripleo-container-image-prepare - umask influencing permissions for image-serve manifest directories | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Matt Flusche <mflusche> |
| Component: | documentation | Assignee: | RHOS Documentation Team <rhos-docs> |
| Status: | NEW --- | QA Contact: | RHOS Documentation Team <rhos-docs> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 16.2 (Train) | CC: | astillma, cjeanner, mburns, slinaber |
| Target Milestone: | --- | Keywords: | Documentation |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Known Issue | |
| Doc Text: |
Cause: Custom umask may break rights on the deployed systems
Consequence: deploy and subsequent actions may be blocked
Workaround (if any): don't set any custom umask on the hosts
Result: not setting custom umask will ensure no weird rights are set on the system, allowing all services to work as expected.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 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: | |||
|
Description
Matt Flusche
2022-08-09 13:22:57 UTC
Moving to Doc. Custom umask may cause more issues than "just" the image-serve, so we probably should document that umask should be kept to its default value. We can add a note that running "chmod" recursively may take a long time to ensure files/directories are with the correct rights, so we want to avoid that. |