mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-22 16:54:25 +01:00
Merge pull request #68 from devimc/agent/onlineCPUs
virtcontainers: agent: use onlineCPUMem to online vCPUs
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user