Comment 2 for bug 364806

Revision history for this message
Neil Soman (neilsoman) wrote :

The current status for this is that the Storage Controller reports this as an EntityTooLargeException (which is better than the cryptic error that it used to), but the front end reports this as,

com.eucalyptus.util.EucalyptusCloudException: Error communicating with Storage Controller: CreateStorageVolume:Internal Error

which is the general purpose exception thrown on any exceptions it gets from the Storage Controller.

This needs to be reported sanely. Unfortunately, the Amazon API only allows a return value of true or false to the user since the operation is asynchronous. The user only gets to know whether the request suceeded or failed, so the cloud admin has to actually dig through the logs to figure out why.

In any case, it should not be dumped to the logs as an "Internal Error"

I'm leaving this one open.