# HG changeset patch # User Jonathan Knowles # Date 1267705086 0 # Node ID 82857ff71cfe3aaeae9e3869fdabb7e99cd9fbe8 # Parent 0e7ab109bf92783d1f248ac39eed3d142e19178e [CA-38362] Restarting Xapi no longer clears the "VM_guest_metrics.other" field for running VMs. Signed-off-by: Jonathan Knowles Acked-by: Dave Scott diff -r 0e7ab109bf92 -r 82857ff71cfe ocaml/idl/datamodel.ml --- a/ocaml/idl/datamodel.ml Thu Mar 04 12:18:05 2010 +0000 +++ b/ocaml/idl/datamodel.ml Thu Mar 04 12:18:06 2010 +0000 @@ -5596,7 +5596,7 @@ field ~persist:false ~qualifier:DynamicRO ~ty:(Map(String, String)) "memory" "free/used/total memory"; field ~persist:false ~qualifier:DynamicRO ~ty:(Map(String, String)) "disks" "disk configuration/free space"; field ~persist:false ~qualifier:DynamicRO ~ty:(Map(String, String)) "networks" "network configuration"; - field ~persist:false ~qualifier:DynamicRO ~ty:(Map(String, String)) "other" "anything else"; + field ~persist:true ~qualifier:DynamicRO ~ty:(Map(String, String)) "other" "anything else"; field ~persist:false ~qualifier:DynamicRO ~ty:DateTime "last_updated" "Time at which this information was last updated"; field ~in_product_since:rel_orlando ~default_value:(Some (VMap [])) ~ty:(Map(String, String)) "other_config" "additional configuration"; field ~qualifier:DynamicRO ~in_product_since:rel_orlando ~default_value:(Some (VBool false)) ~ty:Bool "live" "True if the guest is sending heartbeat messages via the guest agent";