Bug 961557
| Summary: | Missing /var/lock/nova' Directory | ||
|---|---|---|---|
| Product: | [Community] RDO | Reporter: | itzikb |
| Component: | openstack-nova | Assignee: | RHOS Maint <rhos-maint> |
| Status: | CLOSED NOTABUG | QA Contact: | Ami Jeain <ajeain> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | ndipanov, pbrady, rbryant, yeylon, ykaul |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-05-10 13:09:38 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: | |||
|
Description
itzikb
2013-05-10 00:03:36 UTC
RDO nova should come configured with lock_path=/var/lib/nova/tmp in /etc/nova/nova.conf /var/lock is controlled by the system, rather than nova, and so the nova process doesn't have write access there. Is there some reason why /var/lib/nova/tmp doesn't suffice? Note it's important to define some value for lock_path, as leaving it as "None" will trigger buggy tmp dir logic in nova. |