Bug 1404241
Summary: | hoseted-engnie --deploy always fail if the fist attempt failed | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [oVirt] ovirt-hosted-engine-setup | Reporter: | Roman Hodain <rhodain> | ||||||
Component: | General | Assignee: | Simone Tiraboschi <stirabos> | ||||||
Status: | CLOSED DUPLICATE | QA Contact: | meital avital <mavital> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 2.1.0 | CC: | bugs | ||||||
Target Milestone: | --- | Flags: | rhodain:
planning_ack?
rhodain: devel_ack? rhodain: testing_ack? |
||||||
Target Release: | --- | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2016-12-13 13:25:21 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | Integration | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
Roman Hodain
2016-12-13 13:04:28 UTC
Created attachment 1231193 [details]
First attempt which triggered the issue
Created attachment 1231195 [details]
Second attemp which always fails
The uploaded logs are hosted engine setup logs. The problem is that hosted-engine or vdsm does not properly cleaning the data and the VM recovery file remains in the ENV. # ls -ld /var/run/vdsm/*-* drwxr-xr-x. 2 vdsm kvm 40 Dec 13 13:43 /var/run/vdsm/2ee22064-36be-4a7a-b429-1889a23040e7 -rw-------. 1 vdsm kvm 5387 Dec 13 13:43 /var/run/vdsm/2ee22064-36be-4a7a-b429-1889a23040e7.recovery Workaround is remove these files and restart vdsmd you could also simply run: hosted-engine --vm-poweroff *** This bug has been marked as a duplicate of bug 1001181 *** |