Skip to content

Commit

Permalink
Merge pull request #5619 from psafont/sdxlogs
Browse files Browse the repository at this point in the history
  • Loading branch information
psafont authored May 7, 2024
2 parents 4752acc + b307724 commit bca1d14
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ocaml/idl/datamodel_lifecycle.ml
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ let prototyped_of_message = function
| "Repository", "set_gpgkey_path" ->
Some "22.12.0"
| "PCI", "get_dom0_access_status" ->
Some "24.13.0-next"
Some "24.14.0"
| "PCI", "enable_dom0_access" ->
Some "24.13.0-next"
Some "24.14.0"
| "PCI", "disable_dom0_access" ->
Some "24.13.0-next"
Some "24.14.0"
| "message", "destroy_many" ->
Some "22.19.0"
| "VTPM", "set_contents" ->
Expand Down
4 changes: 2 additions & 2 deletions ocaml/xcp-rrdd/bin/rrdp-iostat/rrdp_iostat.ml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ let update_vdi_to_vm_map () =
xs.Xs.read (Printf.sprintf "%s/sm-data/vdi-uuid" vbd)
in
let device = xs.Xs.read (Printf.sprintf "%s/dev" vbd) in
D.info "Found VDI %s at device %s in VM %s, device id %d"
D.debug "Found VDI %s at device %s in VM %s, device id %d"
vdi device vm devid ;
Some (vdi, (vm, device, devid))
with Xs_protocol.Enoent _ ->
Expand Down Expand Up @@ -456,7 +456,7 @@ let exec_tap_ctl_list () : ((string * string) * int) list =
| None ->
()
| Some reason ->
D.info "Updating VDI-to-VM map because %s" reason ;
D.debug "Updating VDI-to-VM map because %s" reason ;
update_vdi_to_vm_map ()
) ;
previous_map := pid_and_minor_to_sr_and_vdi ;
Expand Down
2 changes: 2 additions & 0 deletions xapi-idl.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ depends: [
"astring"
"cmdliner"
"cohttp"
"cohttp-posix"
"fd-send-recv"
"ipaddr"
"logs"
"lwt" {>= "5.0.0"}
"message-switch-async" {with-test}
Expand Down
2 changes: 2 additions & 0 deletions xapi-idl.opam.template
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ depends: [
"astring"
"cmdliner"
"cohttp"
"cohttp-posix"
"fd-send-recv"
"ipaddr"
"logs"
"lwt" {>= "5.0.0"}
"message-switch-async" {with-test}
Expand Down
1 change: 1 addition & 0 deletions xapi-xenopsd.opam
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ depends: [
"xapi-stdext-threads"
"xapi-stdext-unix"
"xapi-tracing"
"xapi-tracing-export"
"xenstore_transport" {with-test}
"xmlm"
"zstd"
Expand Down
1 change: 1 addition & 0 deletions xapi-xenopsd.opam.template
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ depends: [
"xapi-stdext-threads"
"xapi-stdext-unix"
"xapi-tracing"
"xapi-tracing-export"
"xenstore_transport" {with-test}
"xmlm"
"zstd"
Expand Down

0 comments on commit bca1d14

Please sign in to comment.