Tal Nisan has submitted this change and it was merged.
Change subject: perform connectStorageServer to hosts after during
reconstruct/recovery(#880180)
......................................................................
perform connectStorageServer to hosts after during reconstruct/recovery(#880180)
When performing reconstruct/reinitialize DC, a copy of the pool metadata
is being done to a data domain, if hosts doesn't have the needed
'connections' to the new master storage server they will move eventually to
non-operational state.
This patch adds execution of connectStorageServer to all hosts other
then the host that executed the reconstruct/recovery (as this host
managed to perform reconstruct successfully, it means that he has the
needed 'connections' to the storage server).
Change-Id: I3733b732b37f3a687b24f90bfdb1799757434d75
Bug-Url:
https://bugzilla.redhat.com/show_bug.cgi?id=880180
Signed-off-by: Liron Aravot <laravot(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/ReconstructMasterDomainCommand.java
1 file changed, 21 insertions(+), 1 deletion(-)
Approvals:
Tal Nisan: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/9748
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I3733b732b37f3a687b24f90bfdb1799757434d75
Gerrit-PatchSet: 10
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Liron Aravot <laravot(a)redhat.com>
Gerrit-Reviewer: Alissa Bonas <abonas(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Ayal Baron <abaron(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Liron Aravot <laravot(a)redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipchuk(a)redhat.com>
Gerrit-Reviewer: Michael Kublin <mkublin(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: Vered Volansky <vvolansk(a)redhat.com>