You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Donal Lafferty (JIRA)" <ji...@apache.org> on 2013/12/09 14:20:06 UTC

[jira] [Created] (CLOUDSTACK-5420) Hyper-V host does not transition to maintenance mode

Donal Lafferty created CLOUDSTACK-5420:
------------------------------------------

             Summary: Hyper-V 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


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.4#6159)