]> xenbits.xen.org Git - xenclient/toolstack.git/commitdiff
xenvm default the monitor on dbus instead of json.
authorVincent Hanquez <vincent.hanquez@eu.citrix.com>
Thu, 20 Aug 2009 08:29:07 +0000 (09:29 +0100)
committerVincent Hanquez <vincent.hanquez@eu.citrix.com>
Thu, 20 Aug 2009 08:29:07 +0000 (09:29 +0100)
use "--monitor-dbus false --monitor-json true" in xenvm cmdline to go back to
the previous behaviour.

xenvm/xenvm.ml

index 4714e2dede28ca51b7adb1631d4353855e7a76f3..4f9ec7259dee6e2ff97b4ac4996d37d81f30360a 100644 (file)
@@ -887,9 +887,9 @@ let () =
        let config_errors = ref [] in
        let uuid = ref "" in
        let daemonize = ref true in
-       let monitor_dbus = ref false in
+       let monitor_dbus = ref true in
        let monitor_dbus_session = ref false in
-       let monitor_json = ref true in
+       let monitor_json = ref false in
 
        let usage_msg = sprintf "usage: %s [--config <config>] [--uuid <uuid>] [<config>-deprecated]" Sys.argv.(0) in
        Arg.parse [