
Allon Mureinik has submitted this change and it was merged. Change subject: core: Changed VdcBllErrors.InvalidPhysDev ...................................................................... core: Changed VdcBllErrors.InvalidPhysDev Changed InvalidPhysDev to InaccessiblePhysDev InvalidPhysDev gave a cryptic error message - Invalid physical device. The message was amended into "Multipath cannot access physical device". The error key was changed according to the new message content. The error code remains the same. The corresponding exception was also changed in vdsm - I648ee519873c51573e6e6306b79380f54bb25d2e , though there's no dependency between the two patches (communicate through code, which remains the same). Change-Id: I50d91d159766ba9071f532fa56b6b90bd9d5d766 Bug-Url: https://bugzilla.redhat.com/852003 Signed-off-by: Vered Volansky <vvolansk@redhat.com> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/errors/VdcBllErrors.java M backend/manager/modules/dal/src/main/resources/bundles/VdsmErrors.properties M frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/VdsmErrors.java M frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/VdsmErrors.properties M frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/VdsmErrors.properties 5 files changed, 5 insertions(+), 5 deletions(-) Approvals: Allon Mureinik: Looks good to me, approved Vered Volansky: Verified -- To view, visit http://gerrit.ovirt.org/21168 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I50d91d159766ba9071f532fa56b6b90bd9d5d766 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Vered Volansky <vvolansk@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Vered Volansky <vvolansk@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server