File tree Expand file tree Collapse file tree 4 files changed +33
-591
lines changed
Expand file tree Collapse file tree 4 files changed +33
-591
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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));
You can’t perform that action at this time.
0 commit comments