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 3762445 + 559e256 commit 04f47f8Copy full SHA for 04f47f8
ocaml/xapi/xapi_pool_update.ml
@@ -458,7 +458,7 @@ let detach_attached_updates __context =
458
)
459
460
let resync_host ~__context ~host =
461
- let update_applied_dir = "/var/update/applied" in
+ let update_applied_dir = Filename.concat Xapi_globs.host_update_dir "applied" in
462
if Sys.file_exists update_applied_dir then begin
463
debug "pool_update.resync_host scanning directory %s for applied updates" update_applied_dir;
464
let updates_applied = try Array.to_list (Sys.readdir update_applied_dir) with _ -> [] in
0 commit comments