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
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.
>>
;${logdir}/ovs-ctl.log" < "/tmp/${unique}" &
> +"${datadir}/scripts/ovs-ctl" "$@" > "/tmp/${unique}" 2>&1
> +rc=$?
> +rm "/tmp/${unique}"
> +return $rc
> ;;
&g
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
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
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
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
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
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