You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/12/09 19:13:11 UTC

[jira] [Commented] (CLOUDSTACK-8860) Improve error messages in VM deployment code path

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-8860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15049110#comment-15049110 ] 

ASF GitHub Bot commented on CLOUDSTACK-8860:
--------------------------------------------

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?


> Improve error messages in VM deployment code path
> -------------------------------------------------
>
>                 Key: CLOUDSTACK-8860
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8860
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Management Server
>    Affects Versions: 4.6.0
>            Reporter: Bharat Kumar
>            Assignee: Bharat Kumar
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)