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 subversion and git services (JIRA)" <ji...@apache.org> on 2013/12/26 06:45:51 UTC

[jira] [Commented] (CLOUDSTACK-5420) Host does not transition to maintenance mode

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

ASF subversion and git services commented on CLOUDSTACK-5420:
-------------------------------------------------------------

Commit 079323f59181c30bac51561fc92cb643adfa4156 in branch refs/heads/4.3 from [~devdeep]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=079323f ]

CLOUDSTACK-5420: The agent manager wasn't transitioning the host to maintenance
mode if their are no vms running on the host. Made the change to do so.


> Host does not transition to maintenance mode
> --------------------------------------------
>
>                 Key: CLOUDSTACK-5420
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5420
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Hypervisor Controller
>    Affects Versions: 4.3.0
>            Reporter: Donal Lafferty
>            Assignee: Devdeep Singh
>            Priority: Critical
>
> I'm trying to remove a zone, because the networking API calls did not work properly.  
> The first step to removing the Hyper-V cluster is to remove its hosts.  This requires they be put into maintenance mode.  However, the transition to maintenance mode never completes.
> Can't see any exceptions in the vmops.log file, and the MaintainCommand on the agent does not complain.  E.g.
> 2013-12-09 05:00:54,200 [25] INFO  HypervResource.HypervResourceController [3fba50e8-fcc5-4e80-88b8-105521336c9e] - com.cloud.agent.api.MaintainCommand{
>   "contextMap": {},
>   "wait": 0
> }
> 2013-12-09 05:00:54,201 [25] INFO  HypervResource.HypervResourceController [3fba50e8-fcc5-4e80-88b8-105521336c9e] - {
>   "com.cloud.agent.api.MaintainAnswer": {
>     "result": true,
>     "details": "success - NOP for MaintainCommand",
>     "_reconnect": false,
>     "contextMap": {}
>   }
> }



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)