Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1533428

Summary: Export domain will not be recovered as part of the fail over and fail back scenario
Product: [oVirt] ovirt-ansible-collection Reporter: Maor <mlipchuk>
Component: disaster-recoveryAssignee: Maor <mlipchuk>
Status: CLOSED WONTFIX QA Contact: Petr Kubica <pkubica>
Severity: low Docs Contact:
Priority: low    
Version: unspecifiedCC: amureini, mlipchuk, ylavi
Target Milestone: ---Flags: sbonazzo: ovirt-4.2-
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: DR
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-01-15 09:59:09 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Storage RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Maor 2018-01-11 10:39:27 UTC
Description of problem:
Export domain might be removed in case of a fail over. 
The reason is because as part of the fail back scenario ansible playbook will force remove the entire setup, that causes force remove of the export domain as well, since export domain does not support force detach we will fail to import it back again to the setup (Same case for ISO storage domain)

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Maor 2018-01-11 14:18:04 UTC
*** Bug 1518428 has been marked as a duplicate of this bug. ***

Comment 2 Yaniv Lavi 2018-01-15 09:59:09 UTC
This is out of scope for DR. 
ISO domain could be more of the problem.
Please check how we can failover VMs with ISOs attached.

Comment 3 Maor 2018-03-21 15:54:15 UTC
It doesn't seem like we preserve the Attach CD in the OVF.
I will open a bug on that in oVirt.
Meanwhile I've added a PR to support ISO storage domain in ovirt-ansible-DR:
    https://github.com/oVirt/ovirt-ansible-disaster-recovery/pull/39