Bug 876164
Summary: | can't install ovirt on fedora18 due to two subpackages own "backup" dir | ||
---|---|---|---|
Product: | [Retired] oVirt | Reporter: | Ohad Basan <obasan> |
Component: | ovirt-engine-installer | Assignee: | Ohad Basan <obasan> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | urgent | ||
Version: | 3.1 RC | CC: | acathrow, alonbl, dyasny, eedri, iheim, juan.hernandez, ykaul |
Target Milestone: | --- | ||
Target Release: | 3.2 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | integration | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-02-15 06:46:46 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
Ohad Basan
2012-11-13 13:32:02 UTC
Patch posted for review: http://gerrit.ovirt.org/9216 (In reply to comment #1) > Patch posted for review: > > http://gerrit.ovirt.org/9216 Patch was merged but not working. It causes /var/lib/ovirt-engine to be empty within the rpm. The correct solution would to revert and to set ownership at the %install section: --- install -dm 755 %{buildroot}/%{engine_state}/deployments install -dm 755 %{buildroot}/%{engine_state}/content install -dm 755 %{buildroot}/%{engine_log}/{notifier,engine-manage-domains} install -dm 755 %{buildroot}/%{engine_run}/notifier install -dm 755 %{buildroot}/%{engine_lock} --- Or to specify explicitly each at the appropriate %files section. Package is not unusable as ovirt-engine service is not started because the content and other directories are missing. The fix for the issue in comment #2 is available here: http://gerrit.ovirt.org/9369 The change has been merged: http://gerrit.ovirt.org/gitweb?p=ovirt-engine.git;a=commit;h=1a16209a7a1d8f16335b4e0498660f02ad577c9b 3.2 beta built, moving to ON_QA status to allow testing |