Re: [VOTE] Apache CloudStack 4.12.0.0 [RC1]

2019-02-08 Thread Gabriel Beims Bräscher
Hi all, A bug was found when live migrating KVM VMs among local storage with the IO bursting. The issue is due to the VM's XML file being edited during the migration process, removing the IO bursting configuration. Example. A VM with a service offering limiting its IO would have a section on its

Re: project does not build anymore on macos

2019-02-08 Thread Daan Hoogland
thanks guys On Fri, Feb 8, 2019 at 5:27 PM Gabriel Beims Bräscher wrote: > It looks like we can fix that by applying a "Mock" on the test; I will open > a PR addressing it soon and ping you guys when having it ready for review. > > Em sex, 8 de fev de 2019 às 14:02, Simon Weller > escreveu: > >

Re: project does not build anymore on macos

2019-02-08 Thread Gabriel Beims Bräscher
It looks like we can fix that by applying a "Mock" on the test; I will open a PR addressing it soon and ping you guys when having it ready for review. Em sex, 8 de fev de 2019 às 14:02, Simon Weller escreveu: > I know Nathan and Gabriel discussed this a couple of weeks ago, as Nathan > does his

Re: project does not build anymore on macos

2019-02-08 Thread Simon Weller
I know Nathan and Gabriel discussed this a couple of weeks ago, as Nathan does his dev builds on a mac. I'm not sure if a patch idea came out of that discussion or not. -Si From: Daan Hoogland Sent: Friday, February 8, 2019 9:58 AM To: dev; Wido den Hollander

project does not build anymore on macos

2019-02-08 Thread Daan Hoogland
LS, Due to changes in LibvirtResource recently merged, the project will err out during unit tests on macos. This happens because of c496c84c6c727a84862cbbe2d870ff57939488b4 that changes the initialisation of memstats, requiring /proc/meminfo to exist (during unit tests). The requirement makes perf