File tree Expand file tree Collapse file tree 4 files changed +1
-10
lines changed
Expand file tree Collapse file tree 4 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,6 @@ open Threadext
1919module D = Debug. Debugger (struct let name = " dispatcher" end )
2020open D
2121
22- module Real = Debug. Debugger (struct let name = " taskhelper" end )
23- module Dummy = Debug. Debugger (struct let name = " dummytaskhelper" end )
24-
2522exception Dispatcher_FieldNotFound of string
2623let my_assoc fld assoc_list =
2724 try
Original file line number Diff line number Diff line change 1212 * GNU Lesser General Public License for more details.
1313 *)
1414module D = Debug. Debugger (struct let name = " taskhelper" end )
15- module Dummy = Debug. Debugger (struct let name = " dummytaskhelper" end )
1615open D
1716
1817(* open API*)
Original file line number Diff line number Diff line change @@ -80,11 +80,6 @@ let valid_operations ~__context record _ref' : table =
8080 (* First consider the backend SM features *)
8181 let sm_features = features_of_sr record in
8282
83- info " SR %s has features: [ %s ]" _ref (String. concat " , "
84- (List. map
85- (fun f -> Smint. (f |> capability_of_feature |> string_of_capability))
86- sm_features));
87-
8883 (* Then filter out the operations we don't want to see for the magic tools SR *)
8984 let sm_features =
9085 if Helpers. is_tools_sr ~__context ~sr: _ref'
Original file line number Diff line number Diff line change 11# The xapi config file
22
33use-xenopsd = true
4- disable-logging-for = http db_write redo_log
4+ disable-logging-for = http db_write redo_log api_readonly
You can’t perform that action at this time.
0 commit comments