We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cabcb51 commit c9a5c13Copy full SHA for c9a5c13
ocaml/xapi/create_misc.ml
@@ -450,7 +450,7 @@ let create_host_cpu ~__context =
450
let (name, priority) = if lost then Api_messages.host_cpu_features_down else Api_messages.host_cpu_features_up in
451
let obj_uuid = Db.Host.get_uuid ~__context ~self:host in
452
Helpers.call_api_functions ~__context (fun rpc session_id ->
453
- ignore (XenAPI.Message.create rpc session_id name priority `Pool obj_uuid body)
+ ignore (XenAPI.Message.create rpc session_id name priority `Host obj_uuid body)
454
)
455
end;
456
0 commit comments