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.
2 parents d90aa30 + 71a70b1 commit bf8ccd9Copy full SHA for bf8ccd9
networkd/network_monitor_thread.ml
@@ -35,7 +35,7 @@ let send_bond_change_alert dev interfaces message =
35
let ifaces = String.concat "+" (List.sort String.compare interfaces) in
36
let module XenAPI = Client.Client in
37
let session_id = XenAPI.Session.login_with_password
38
- ~rpc:xapi_rpc ~uname:"" ~pwd:"" ~version:"1.4" in
+ ~rpc:xapi_rpc ~uname:"" ~pwd:"" ~version:"1.4" ~originator:("xcp-networkd v" ^ Version.version) in
39
Pervasiveext.finally
40
(fun _ ->
41
let obj_uuid = Inventory.lookup Inventory._installation_uuid in
0 commit comments