[ovs-dev] [PATCH] xenserver: Add ovsdb-server status to xsconsole vswitch overview

Ben Pfaff blp at nicira.com
Thu Mar 25 19:34:14 UTC 2010


It's nearly identical to patch 5/15 of the series I sent out yesterday.

As such, I heartily approve.

On Thu, Mar 25, 2010 at 12:30:58PM -0700, Justin Pettit wrote:
> ---
>  ..._lib_xsconsole_plugins-base_XSFeatureVSwitch.py |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/xenserver/usr_lib_xsconsole_plugins-base_XSFeatureVSwitch.py b/xenserver/usr_lib_xsconsole_plugins-base_XSFeatureVSwitch.py
> index 6ecf478..983d49f 100644
> --- a/xenserver/usr_lib_xsconsole_plugins-base_XSFeatureVSwitch.py
> +++ b/xenserver/usr_lib_xsconsole_plugins-base_XSFeatureVSwitch.py
> @@ -296,6 +296,8 @@ class XSFeatureVSwitch:
>          inPane.NewLine()
>          inPane.AddStatusField(Lang("ovs-vswitchd status", 20),
>                                VSwitchService.Inst("vswitch", "ovs-vswitchd").status())
> +        inPane.AddStatusField(Lang("ovsdb-server status", 20),
> +                              VSwitchService.Inst("vswitch", "ovsdb-server").status())
>          inPane.AddStatusField(Lang("ovs-brcompatd status", 20),
>                                VSwitchService.Inst("vswitch", "ovs-brcompatd").status())
>  
> -- 
> 1.6.5.5
> 
> 
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev_openvswitch.org




More information about the dev mailing list