Bug 983547 - Auto-install fails
Summary: Auto-install fails
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: oVirt
Classification: Retired
Component: ovirt-node
Version: 3.2
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Fabian Deutsch
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: ovirt-node-3.0
TreeView+ depends on / blocked
 
Reported: 2013-07-11 12:38 UTC by Fabian Deutsch
Modified: 2016-04-26 17:05 UTC (History)
10 users (show)

Fixed In Version: ovrt-node-3.0.0
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-26 09:48:51 UTC
oVirt Team: ---
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 16855 0 None None None Never

Description Fabian Deutsch 2013-07-11 12:38:35 UTC
Description of problem:

Auto-install fails on 3.0 RC

Comment 1 Fabian Deutsch 2013-07-15 12:55:44 UTC
After many hours of investigation it seems that the problem were insufficient service dependencies.
Due To the incorrect dependencies it could happen that multiple ovirt related jobs ran concurrently with ovirt-firstboot. The current assumption is, that one of these services restarted a service (e.g. network.service/.target) or messed with a unit (e.g. a mount) which was an (in-)direct dependency of ovirt-firstboot.

The patch below adjusts the dependencies to prevent concurret runs of different ovirt node services with ovirt-firstboot and drops the dependency (Want=) of ovirt-firstboot on th network.service (because firstboot restarts networking, which brings down the unit).

http://gerrit.ovirt.org/16855

How to test:
1. Boot with BOOTIF=link storage_init
2. Await successful installation.

Mainly ensure that the system is rebooting and not dropping to a login prompt.

Comment 2 Fabian Deutsch 2013-08-26 09:45:33 UTC
The fix for this patch has been merged and is present in the released ovirt-node-3.0.0.


Note You need to log in before you can comment on or make changes to this bug.