Merge pull request #68 from devimc/agent/onlineCPUs

virtcontainers: agent: use onlineCPUMem to online vCPUs
This commit is contained in:
Peng Tao
2018-03-21 10:42:25 +08:00
committed by GitHub
5 changed files with 25 additions and 0 deletions

View File

@@ -794,3 +794,8 @@ func (h *hyper) sendCmd(proxyCmd hyperstartProxyCmd) (interface{}, error) {
return h.client.HyperWithTokens(proxyCmd.cmd, tokens, proxyCmd.message)
}
func (h *hyper) onlineCPUMem() error {
// cc-agent uses udev to online CPUs automatically
return nil
}