Issue Details (XML | Word | Printable)

Key: ABICLOUD-362
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Oliver Fernandez
Reporter: Xavier Fernandez
Votes: 0
Watchers: 0
Operations

Email this issue
Send issue summary in email
If you were logged in you would be able to see more operations.
Abiquo

Inform about what hard limits/soft limits ar surpased or what resources in datacenter are surpased

Created: 02/Dec/09 10:03 AM   Updated: 07/Sep/10 11:38 AM   Resolved: 31/Mar/10 10:33 AM
Component/s: Server
Affects Version/s: abicloud-1.0.0-RC1
Fix Version/s: abicloud-1.5.0-PR

Time Tracking:
Not Specified


 Description  « Hide
We have to add more information in scheduler validations:

On hard/soft limits we have to add more information about what limits are surpassed

On "No resources on DataCenter" we have to add more information about what resources are surpassed.

And assure that there is a tracer that add the details on metering system

Thanks

Albert Puig added a comment - 02/Dec/09 10:21 AM
These information is on the Hard/SoftLimitExceededException message cause.

Use the exception.getMessage on the VirtualApplianceCommand to be shown on the interface.

Oliver Fernandez added a comment - 02/Dec/09 02:01 PM
Could you add this information, to the BasicResult returned to the client? The client shows the BasicResult.message field when BasicResult.success = false. This way, client shows any information returned by server

Albert Puig added a comment - 02/Dec/09 02:59 PM
Added on the DataResult message the exception cause.

Albert Puig added a comment - 02/Dec/09 05:44 PM
require some client action

Oliver Fernandez added a comment - 03/Dec/09 06:41 PM
Added information retrieved by server

Oliver Fernandez added a comment - 31/Mar/10 10:33 AM
Fixed