You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by remibergsma <gi...@git.apache.org> on 2015/12/09 19:12:51 UTC

[GitHub] cloudstack pull request: CLOUDSTACK-8860: improve error messages i...

Github user remibergsma commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/864#discussion_r47128468
  
    --- Diff: engine/orchestration/src/com/cloud/vm/VirtualMachineManagerImpl.java ---
    @@ -1090,8 +1091,8 @@ public void orchestrateStart(final String vmUuid, final Map<VirtualMachineProfil
                             break;
                         }
     
    -                } catch (final OperationTimedoutException e) {
    -                    s_logger.debug("Unable to send the start command to host " + dest.getHost());
    +                } catch (OperationTimedoutException e) {
    +                    s_logger.debug("Unable to send the start command to host " + dest.getHost()+" failed to start VM: "+vm.getUuid());
    --- End diff --
    
    @bvbharatk Can you please change it to 'error' so we can conclude the review and merge?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---