Re: [ovs-dev] [PATCH] ovs-lib: Return the exit status of ovs-ctl in ovs_ctl()

2013-10-02 Thread Duffie Cooley
Signed-off-by: Duffie Cooley Thanks! Duffie On Oct 2, 2013 7:56 AM, "Gurucharan Shetty" wrote: > Duffie, > I will need a Signed-off-by by you. > (I do not see a Authored-by convention used anywhere. So I put you as > Co-authored-by. If there is such a thing, I will

Re: [ovs-dev] [PATCH] rhel: fix the exit status of the openvswitch init script.

2013-10-01 Thread Duffie Cooley
r| will in turn reach stdout as explained in|#part4| On 10/01/2013 03:34 PM, Paul Ingram wrote: > Why the redirect from descriptor 4? > > :: psi > > On Oct 1, 2013, at 3:13 PM, Duffie Cooley wrote: > >> What about this? >> >> referenced from here. >>

Re: [ovs-dev] [PATCH] rhel: fix the exit status of the openvswitch init script.

2013-10-01 Thread Duffie Cooley
;${logdir}/ovs-ctl.log" < "/tmp/${unique}" & > +"${datadir}/scripts/ovs-ctl" "$@" > "/tmp/${unique}" 2>&1 > +rc=$? > +rm "/tmp/${unique}" > +return $rc > ;; &g

[ovs-dev] [PATCH] rhel: fix the exit status of the openvswitch init script.

2013-09-30 Thread Duffie Cooley
From: Duffie Cooley This is a fix for a request to make sure that the openvswitch status command in rhel based distros gives a useful exit status. That was fixed in commit 5e0c05bc058c78a11be6747f62e6ad88e5d06b70 debian: Fix exit status of openvswitch-switch init script "status&quo

Re: [ovs-dev] [PATCH] rhel: update openvswitch init script to include functionality in debians init script.

2013-09-30 Thread Duffie Cooley
On 09/30/2013 07:12 PM, Ben Pfaff wrote: > On Mon, Sep 30, 2013 at 06:47:43PM -0700, Duffie Cooley wrote: >> From: Duffie Cooley >> >> This pulls some of the changes to the debian init script into the rhel init >> script. Specifically this is a fix for a re

[ovs-dev] [PATCH] rhel: update openvswitch init script to include functionality in debians init script.

2013-09-30 Thread Duffie Cooley
From: Duffie Cooley This pulls some of the changes to the debian init script into the rhel init script. Specifically this is a fix for a request to make sure that the openvswitch status command in rhel based distros gives a useful exit status. That was fixed in commit

Re: [ovs-dev] Create bonded trunk with openvswitch

2013-05-30 Thread Duffie Cooley
Thanks, Duffie Cooley On 05/30/2013 12:38 PM, Ben Pfaff wrote: On Thu, May 30, 2013 at 06:59:10PM +, Ashraf Khalid wrote: I have 2 KVM nodes using OpenvSwitch 1.10 on CentOS 6.x. The intention is to have a redundant KVM HA cluster hereafter, and allowing VMs to migrate easily between the

[ovs-dev] [PATCH] AUTHORS: added myself to the AUTHORS file

2013-05-01 Thread Duffie Cooley
Forgot to add myself to the AUTHORS file. Signed-off-by: Duffie Cooley --- AUTHORS | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index b314ce6..8dd06b5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -27,6 +27,7 @@ David Erickson deric...@stanford.edu David S. Miller

[ovs-dev] [PATCH] ovs-sandbox: use the $schema var for creating the db.

2013-05-01 Thread Duffie Cooley
Found a bug in the ovs-sandbox script. We should use the well defined $schema var to create the db. Not the $srcdir/dir stuff. Thanks, Duffie Signed-off-by: Duffie Cooley --- tutorial/ovs-sandbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/ovs-sandbox b