projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e404c41
)
xenserver: Check ovsdb-server version and status also.
author
Ben Pfaff
<blp@nicira.com>
Thu, 10 Dec 2009 23:36:02 +0000
(15:36 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Thu, 10 Dec 2009 23:36:02 +0000
(15:36 -0800)
xenserver/etc_init.d_vswitch
patch
|
blob
|
history
diff --git
a/xenserver/etc_init.d_vswitch
b/xenserver/etc_init.d_vswitch
index de7cda3ec575e5a36b03df7fabf6d0a9647ce80a..10625289fa4d0e7119e5fd9d92927856c21fc8bc 100755
(executable)
--- a/
xenserver/etc_init.d_vswitch
+++ b/
xenserver/etc_init.d_vswitch
@@
-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
;;