Re: [MERGE] stable-2.17 to master

2016-05-17 Thread 'Viktor Bachraty' via ganeti-devel
LGTM On Tuesday, May 17, 2016 at 2:11:21 PM UTC+1, Brian Foley wrote: > > commit 314d7a116027a1aaa925abe0290174a368ac2179 > Merge: 99c2b44 20c24a8 > Author: Brian Foley > Date: Tue May 17 13:45:23 2016 +0100 > > Merge branch 'stable-2.17' > > * stable-2.17

[MERGE] stable-2.17 to master

2016-05-17 Thread 'Brian Foley' via ganeti-devel
commit 314d7a116027a1aaa925abe0290174a368ac2179 Merge: 99c2b44 20c24a8 Author: Brian Foley Date: Tue May 17 13:45:23 2016 +0100 Merge branch 'stable-2.17' * stable-2.17 * stable-2.16 Fix LogicalVolume Attach failure on missing path

Re: [MERGE] stable-2.16 to stable 2.17

2016-05-17 Thread 'Viktor Bachraty' via ganeti-devel
LGTM On Tuesday, May 17, 2016 at 1:41:54 PM UTC+1, Brian Foley wrote: > > commit 10e851b0af6d2f1c3bca6fccde9b8f3ce8c5dd92 > Merge: 0b57a03 8bcf605 > Author: Brian Foley > Date: Tue May 17 13:35:34 2016 +0100 > > Merge branch 'stable-2.16' into stable-2.17 > >

[MERGE] stable-2.16 to stable 2.17

2016-05-17 Thread 'Brian Foley' via ganeti-devel
commit 10e851b0af6d2f1c3bca6fccde9b8f3ce8c5dd92 Merge: 0b57a03 8bcf605 Author: Brian Foley Date: Tue May 17 13:35:34 2016 +0100 Merge branch 'stable-2.16' into stable-2.17 * stable-2.16 Fix LogicalVolume Attach failure on missing path Set

Re: [MERGE] stable-2.15 to stable-2.16

2016-05-17 Thread 'Viktor Bachraty' via ganeti-devel
LGTM On Tuesday, May 17, 2016 at 1:28:21 PM UTC+1, Brian Foley wrote: > > commit 6387dcf3b01ee5dce7a2c4abd438b877b34de462 > Merge: 9b6d390 671d167 > Author: Brian Foley > Date: Tue May 17 12:44:44 2016 +0100 > > Merge branch 'stable-2.15' into stable-2.16 > >

[MERGE] stable-2.15 to stable-2.16

2016-05-17 Thread 'Brian Foley' via ganeti-devel
commit 6387dcf3b01ee5dce7a2c4abd438b877b34de462 Merge: 9b6d390 671d167 Author: Brian Foley Date: Tue May 17 12:44:44 2016 +0100 Merge branch 'stable-2.15' into stable-2.16 * stable-2.15 mcpu: Raise caught OpPrereqErrors with too few args Make

Re: [PATCH stable-2.15] mcpu: Raise caught OpPrereqErrors with too few args

2016-05-17 Thread 'Viktor Bachraty' via ganeti-devel
LGTM, thanks for the extensive test! On Tue, May 17, 2016 at 12:15 PM, 'Brian Foley' via ganeti-devel < ganeti-devel@googlegroups.com> wrote: > Improve mocks and add a unit test to test this case. > > Signed-off-by: Brian Foley > --- > lib/mcpu.py | 4

[PATCH stable-2.15] mcpu: Raise caught OpPrereqErrors with too few args

2016-05-17 Thread 'Brian Foley' via ganeti-devel
Improve mocks and add a unit test to test this case. Signed-off-by: Brian Foley --- lib/mcpu.py | 4 +-- test/py/ganeti.mcpu_unittest.py | 35 +++ test/py/mocks.py| 61 + 3 files