Bug 667927
| Summary: | set correct iwhd path | ||
|---|---|---|---|
| Product: | [Retired] CloudForms Cloud Engine | Reporter: | Jan Provaznik <jprovazn> |
| Component: | Distribution | Assignee: | Angus Thomas <athomas> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | wes hayutin <whayutin> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 0.3.1 | CC: | athomas, clalance, deltacloud-maint |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-12-08 13:49:01 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Jan Provaznik
2011-01-07 10:11:24 UTC
Yeah, this is definitely a problem. There has been some talk from the iwhd developers about rejecting relative paths off-hand, but I don't think that's been implemented. In any case, we should fix our configuration file to have absolute paths. Chris Lalancette This was caused by the conf file which specifies the iwhd path being written by aeolus-configure. Fox for BZ #689863 means that we'll use the config file from the iwhd file. That version sets the correct absolute path. moving to on_qa for review [root@hp-z400-01 ~]# cat /etc/iwhd/conf.js
[
{
"name": "primary",
"type": "fs",
"path": "/var/lib/iwhd"
}
]
[root@hp-z400-01 ~]# rpm -qa | grep iwhd
iwhd-0.96.1.9e86-1.el6.x86_64
[root@hp-z400-01 ~]#
release pending... release pending... perm close |