CLOUDSTACK-8860: improve error messages in VM deployment code path.#864
Conversation
Conflicts: engine/orchestration/src/com/cloud/vm/VirtualMachineManagerImpl.java
|
cloudstack-pull-rats #688 SUCCESS |
|
cloudstack-pull-analysis #638 SUCCESS |
There was a problem hiding this comment.
Shouldn't this be a error instead of debug?
There was a problem hiding this comment.
Hi wido,
most of these kind of logs in cloudstack are at debug level, as in it lets us debug why a vm deployment has failed. In this case the error will be vm deployment failed.
There was a problem hiding this comment.
Yes, but we have to many loglines which are debug and which should be error. Right now you have to run CloudStack on DEBUG to get any interesting information out of the logs. The VM deployment failed and that's an error.
There was a problem hiding this comment.
@bvbharatk Can you please change it to 'error' so we can conclude the review and merge?
|
@bvbharatk Thanks! Can you please rebase against current master? |
|
LGTM, you rebase against latest master @bvbharatk and reply to Wido's comment. Thanks. |
|
Once rebased we can run tests, otherwise we will find false positives. |
|
@bvbharatk Can you please rebase this against current master so I can run some tests? Let mw know if you need help! |
|
LGTM, based on a set of tests that I run on this branch (which I rebased myself first): Result: The 3 errors at the bottom are due to CLOUDSTACK-8991 and unrelated to this PR. And: Result: |
|
@bvbharatk we are almost ready to merge. Could you please respond to the comment made by @wido? Thanks! |
|
@wido, @remibergsma |
|
Ping @remibergsma @borisroman Please, make it happen! :) Cheers, |
CLOUDSTACK-8860: improve error messages in VM deployment code path.improved the error messages in vm deployment code path. added some more data to the error messages and also fixed some errors using internal ids to use uuids. * pr/864: CLOUDSTACK-8860: improve error messages in VM deployment code path. Signed-off-by: Remi Bergsma <github@remi.nl>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
improved the error messages in vm deployment code path. added some more data to the error messages and also fixed some errors using internal ids to use uuids.