Bug 1063194

Summary: [fork][origin_ui_155]The details of error message is too long when adding postgresql to app which has above 90% quota used.
Product: OpenShift Online Reporter: Yujie Zhang <yujzhang>
Component: Management ConsoleAssignee: Fabiano Franz <ffranz>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.xCC: ffranz, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: fork_ami_origin_ui_155_1025 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-26 19:11:58 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
long details log none

Description Yujie Zhang 2014-02-10 09:24:37 UTC
Description of problem:

Try to add postgresql-9.2 or postgresql-8.4 to an application which has above 90% quota used, click the details link, the log is too long, it should be shortened, details see in attachment.

Version-Release number of selected component (if applicable):
fork_ami_origin_ui_155_1024

How reproducible:
always

Steps to Reproduce:
1.Create an application
2.Make big file to use above 90% of quota
3.Add postgresql-9.2 or postgresql-8.4 to the application
4.Click the details link to check the details log

Actual results:

The log of error message is too long, it should be shortened, details see in attachment.

Expected results:

The log of error message should have aproperiate length to display.

Additional info:

Comment 1 Yujie Zhang 2014-02-10 09:25:09 UTC
Created attachment 861293 [details]
long details log

Comment 2 Fabiano Franz 2014-02-11 20:05:51 UTC
Fixed in fork_ami_origin_ui_155_1025.

Note that the fact the message is too long is not an issue, the idea is exactly to show all debug information that came from the node. However I improved the formatting to make it more readable.

Comment 3 Yujie Zhang 2014-02-12 10:49:54 UTC
Tested on fork_ami_origin_ui_155_1025, the error log has been formated now, so verify this bug, thanks.