Lior Vernia has uploaded a new change for review. Change subject: webadmin: Changed bonding error message in Setup Networks ......................................................................
webadmin: Changed bonding error message in Setup Networks The old message was only adequate when two NICs that had networks attached to them couldn't be bonded, and had to be modified. Change-Id: Ida59989d28b11a958323f325c7e9b68253ac65f8 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=825801 Signed-off-by: Lior Vernia <[email protected]> --- M frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Constants.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/37/13737/1 diff --git a/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Constants.java b/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Constants.java index a131c92..a18df24 100644 --- a/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Constants.java +++ b/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Constants.java @@ -1648,7 +1648,7 @@ @DefaultStringValue("The following LUNs are already part of Storage Domains:") String lunsAlreadyPartOfSD(); - @DefaultStringValue("Networks on both interfaces : Detach all the networks from one of the interfaces/bond, if required re-attach to the bond") + @DefaultStringValue("These networks can't reside together; please detach the culprit networks first.") String networksOnBothInterfaces(); @DefaultStringValue("Invalid operation with unmanaged network: unmanaged network can only be removed") -- To view, visit http://gerrit.ovirt.org/13737 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ida59989d28b11a958323f325c7e9b68253ac65f8 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Lior Vernia <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
