Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ocaml/xapi/xapi_globs.ml
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,8 @@ let sparse_dd = ref "sparse_dd"

let vhd_tool = ref "vhd-tool"

let qcow_to_stdout = ref "/opt/xensource/libexec/qcow2-to-stdout.py"

let fence = ref "fence"

let host_bugreport_upload = ref "host-bugreport-upload"
Expand Down Expand Up @@ -1799,6 +1801,7 @@ module Resources = struct
)
; ("sparse_dd", sparse_dd, "Path to sparse_dd")
; ("vhd-tool", vhd_tool, "Path to vhd-tool")
; ("qcow_to_stdout", qcow_to_stdout, "Path to qcow-to-stdout script")
; ("fence", fence, "Path to fence binary, used for HA host fencing")
; ( "host-bugreport-upload"
, host_bugreport_upload
Expand Down
1 change: 1 addition & 0 deletions python3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ install:
$(IPROG) libexec/mail-alarm $(DESTDIR)$(LIBEXECDIR)
$(IPROG) libexec/backup-sr-metadata.py $(DESTDIR)$(LIBEXECDIR)
$(IPROG) libexec/restore-sr-metadata.py $(DESTDIR)$(LIBEXECDIR)
$(IPROG) libexec/qcow2-to-stdout.py $(DESTDIR)$(LIBEXECDIR)

$(IPROG) bin/hfx_filename $(DESTDIR)$(OPTDIR)/bin
$(IPROG) bin/xe-reset-networking $(DESTDIR)$(OPTDIR)/bin
Expand Down
Loading
Loading