xenserver: Check ovsdb-server version and status also.
authorBen Pfaff <blp@nicira.com>
Thu, 10 Dec 2009 23:36:02 +0000 (15:36 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 10 Dec 2009 23:36:02 +0000 (15:36 -0800)
xenserver/etc_init.d_vswitch

index de7cda3..1062528 100755 (executable)
@@ -402,10 +402,12 @@ case "$1" in
         strace -p $(cat "$BRCOMPATD_PIDFILE") "$@"
         ;;
     status)
+        status -p ovsdb-server.pid ovsdb-server
         status -p ovs-vswitchd.pid ovs-vswitchd
         status -p ovs-brcompatd.pid ovs-brcompatd
         ;;
     version)
+        /usr/sbin/ovsdb-server -V
         /usr/sbin/ovs-vswitchd -V
         /usr/sbin/ovs-brcompatd -V
         ;;