Skip to content

Commit e349b8e

Browse files
committed
CP-19162: Replace patch functions with updates
Signed-off-by: Jon Ludlam <[email protected]>
1 parent 2129484 commit e349b8e

File tree

4 files changed

+33
-591
lines changed

4 files changed

+33
-591
lines changed

ocaml/xapi/dbsync_slave.ml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -308,11 +308,6 @@ let update_env __context sync_keys =
308308
resynchronise_pif_params ~__context;
309309
);
310310

311-
switched_sync Xapi_globs.sync_patch_update_db (fun () ->
312-
debug "checking patch status";
313-
Xapi_pool_patch.update_db ~__context
314-
);
315-
316311
switched_sync Xapi_globs.sync_bios_strings (fun () ->
317312
debug "get BIOS strings on startup";
318313
let current_bios_strings = Bios_strings.get_host_bios_strings ~__context in

ocaml/xapi/xapi.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,6 @@ let common_http_handlers = [
611611
("put_host_restore", (Http_svr.FdIO Xapi_host_backup.host_restore_handler));
612612
("get_host_logs_download", (Http_svr.FdIO Xapi_logs_download.logs_download_handler));
613613
("put_pool_patch_upload", (Http_svr.FdIO Xapi_pool_patch.pool_patch_upload_handler));
614-
("get_pool_patch_download", (Http_svr.FdIO Xapi_pool_patch.pool_patch_download_handler));
615614
("get_vncsnapshot", (Http_svr.FdIO Xapi_vncsnapshot.vncsnapshot_handler));
616615
("get_pool_xml_db_sync", (Http_svr.FdIO Pool_db_backup.pull_database_backup_handler));
617616
("put_pool_xml_db_sync", (Http_svr.FdIO Pool_db_backup.push_database_restore_handler));

0 commit comments

Comments
 (0)