Kanagaraj M has posted comments on this change. Change subject: gluster: Remove non-readable characters of distributed replicate volume warning messages ......................................................................
Patch Set 1: (2 comments) .................................................... Commit Message Line 3: AuthorDate: 2013-11-09 15:35:02 +0530 Line 4: Commit: Timothy Asir <[email protected]> Line 5: CommitDate: 2013-11-09 15:41:54 +0530 Line 6: Line 7: gluster: Remove non-readable characters of distributed replicate volume warning messages reduce it to 72 chars Line 8: Line 9: Remove <br/> characters from UIConstants.java file for Line 10: distributed replicate volume warning messages. Line 11: .................................................... File frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIConstants.java Line 1701: @DefaultStringValue("Incorrect bricks selected for removal in Distributed Stripe volume. Selected bricks should be from the same sub volume!") Line 1702: String cannotRemoveBricksDistributedStripeVolume(); Line 1703: Line 1704: @DefaultStringValue("Incorrect bricks selected for removal in Striped Replicate volume. Selected bricks should be a multiple of stripe and replica count") Line 1705: String cannotRemoveBricksStripedReplicateVolume(); you can use \n here if you want it to be in next line Line 1706: Line 1707: @DefaultStringValue("Incorrect bricks selected for removal in Distributed Striped Replicate volume. Selected bricks should be from the same sub volume!") Line 1708: String cannotRemoveBricksDistributedStripedReplicateVolume(); Line 1709: -- To view, visit http://gerrit.ovirt.org/21085 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I1cc9a1fc33fdc28abb930f8fefbb65432436919a Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Timothy Asir <[email protected]> Gerrit-Reviewer: Kanagaraj M <[email protected]> Gerrit-Reviewer: Sahina Bose <[email protected]> Gerrit-Reviewer: Shubhendu Tripathi <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
