Tal Nisan has submitted this change and it was merged.
Change subject: engine: unresolved placeholder in getDeviceVisibility error message
......................................................................
engine: unresolved placeholder in getDeviceVisibility error message
GetDeviceVisibility API verifies that all LUNs are connected to all
hosts in the data center. Up until now in case of failure this API
reported the error with unresolved placeholder '$hostName'. This patch
takes care to populate it's value.
Change-Id: I4b4b40a5296028fc8bcdc1f4a2ed156964a1b1a7
Signed-off-by: Sergey Gotliv <sgotliv(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/ConnectAllHostsToLunCommand.java
1 file changed, 28 insertions(+), 21 deletions(-)
Approvals:
Tal Nisan: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/21246
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I4b4b40a5296028fc8bcdc1f4a2ed156964a1b1a7
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sergey Gotliv <sgotliv(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Sergey Gotliv <sgotliv(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server