Re: [PATCH stable-2.15] Allow newer cabal deps for latest Debian/Ubuntu

2016-04-12 Thread 'Viktor Bachraty' via ganeti-devel
LGTM On Tue, Apr 12, 2016 at 5:44 PM, 'Brian Foley' via ganeti-devel < ganeti-devel@googlegroups.com> wrote: > Backported from master. > > Signed-off-by: Brian Foley > --- > cabal/ganeti.template.cabal | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff

[PATCH stable-2.15] Allow newer cabal deps for latest Debian/Ubuntu

2016-04-12 Thread 'Brian Foley' via ganeti-devel
Backported from master. Signed-off-by: Brian Foley --- cabal/ganeti.template.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cabal/ganeti.template.cabal b/cabal/ganeti.template.cabal index 3540949..00da7c7 100644 ---

Re: [MERGE] merge 2.17 to master

2016-04-12 Thread 'Viktor Bachraty' via ganeti-devel
LGTM On Tue, Apr 12, 2016 at 5:18 PM, 'Brian Foley' via ganeti-devel < ganeti-devel@googlegroups.com> wrote: > commit 6369dace3ec3003125452c9585c0cf2200a19ff0 > Merge: 83bb0f3 461c9c8 > Author: Brian Foley > Date: Tue Apr 12 17:11:34 2016 +0100 > > Merge branch

[MERGE] merge 2.17 to master

2016-04-12 Thread 'Brian Foley' via ganeti-devel
commit 6369dace3ec3003125452c9585c0cf2200a19ff0 Merge: 83bb0f3 461c9c8 Author: Brian Foley Date: Tue Apr 12 17:11:34 2016 +0100 Merge branch 'stable-2.17' * stable-2.17 Extract networks filed in Luxi and Rapi backend * stable-2.16 Fix

[MERGE] merge 2.16 to 2.17

2016-04-12 Thread 'Brian Foley' via ganeti-devel
commit 8c8f4e6eb9a52049458c10e75bf8fa298a824799 Merge: b49705d 0c7fb7e Author: Brian Foley Date: Tue Apr 12 16:44:09 2016 +0100 Merge branch 'stable-2.16' into stable-2.17 * stable-2.16 Fix typo/thinko in previous patch Add source addr to HTTP

Re: [MERGE] stable-2.15 to stable 2.16

2016-04-12 Thread 'Viktor Bachraty' via ganeti-devel
LGTM On Tuesday, April 12, 2016 at 4:20:28 PM UTC+1, Brian Foley wrote: > > commit e08fb1113fbf918096edab60b0fc6f666e3b35e6 > Merge: 750467a 3b0794a > Author: Brian Foley > Date: Tue Apr 12 16:09:56 2016 +0100 > > Merge branch 'stable-2.15' into stable-2.16 >

[MERGE] stable-2.15 to stable 2.16

2016-04-12 Thread 'Brian Foley' via ganeti-devel
commit e08fb1113fbf918096edab60b0fc6f666e3b35e6 Merge: 750467a 3b0794a Author: Brian Foley Date: Tue Apr 12 16:09:56 2016 +0100 Merge branch 'stable-2.15' into stable-2.16 * stable-2.15 Update misleading comment in noded RPC code Fix

Re: [PATCH stable-2.16] Fix typo/thinko in previous patch

2016-04-12 Thread 'Viktor Bachraty' via ganeti-devel
LGTM On Tuesday, April 12, 2016 at 2:25:06 PM UTC+1, Brian Foley wrote: > > Signed-off-by: Brian Foley > --- > lib/http/client.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lib/http/client.py b/lib/http/client.py > index

[PATCH stable-2.16] Fix typo/thinko in previous patch

2016-04-12 Thread 'Brian Foley' via ganeti-devel
Signed-off-by: Brian Foley --- lib/http/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/http/client.py b/lib/http/client.py index 86a9db8..11c8049 100644 --- a/lib/http/client.py +++ b/lib/http/client.py @@ -228,8 +228,8 @@ class

[PATCH stable-2.16] ...Summary of patch series...

2016-04-12 Thread 'Brian Foley' via ganeti-devel
...body of cover letter... Brian Foley (1): Fix typo/thinko in previous patch lib/http/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.8.0.rc3.226.g39d4020

Re: [PATCH stable-2.16] Add source addr to HTTP request complete logging

2016-04-12 Thread 'Viktor Bachraty' via ganeti-devel
LGTM On Friday, April 8, 2016 at 4:17:55 PM UTC+1, Brian Foley wrote: > > This produces debug messages like: > DEBUG Request from 10.0.0.1:52912 10.0.0.42:1811 POST /jobqueue_update at 0x7fc6797ca1d0> finished, > errmsg=None > > This is useful for debugging noded communication issues, as the

Re: [PATCH stable-2.15] Update misleading comment in noded RPC code

2016-04-12 Thread 'Viktor Bachraty' via ganeti-devel
LGTM On Wednesday, April 6, 2016 at 3:15:02 PM UTC+1, Brian Foley wrote: > > After a discussion with helgav@, find that this isn't a signficant > performance issue, but is necessary for as long as we want to allow > upgrades from Ganeti 2.10 or earlier. > > Signed-off-by: Brian Foley

Re: [PATCH stable-2.15] Fix ganeti-rapi/noded exit-under-load bug

2016-04-12 Thread 'Viktor Bachraty' via ganeti-devel
LGTM On Friday, April 8, 2016 at 6:40:16 PM UTC+1, Brian Foley wrote: > > If ganeti-rapi/ganeti-noded receive a request while dom0 is under > resource pressure, it is possible for fork() to fail. Currently this > isn't handled, and leads to asyncore.dispatcher.log_info printing an > error to