Re: [libvirt] [PATCH] vz: implement memory setting functions in driver

2015-11-10 Thread Dmitry Guryanov
On Thu, 2015-11-05 at 13:13 +0300, Nikolay Shirokovskiy wrote: > Implement functions for vz containers only. vz VMs memory > managment thru libvirt yet to be designed. > > vz memory management for containers is rather different from other > drivers. > > 1. Whole bunch of memory settings

Re: [libvirt] [PATCH] vz: implement memory setting functions in driver

2015-11-10 Thread Dmitry Guryanov
On Thu, 2015-11-05 at 13:13 +0300, Nikolay Shirokovskiy wrote: > Implement functions for vz containers only. vz VMs memory > managment thru libvirt yet to be designed. > > vz memory management for containers is rather different from other > drivers. > > 1. Whole bunch of memory settings

Re: [libvirt] [PATCH] vz: implement memory setting functions in driver

2015-11-06 Thread Maxim Nestratov
05.11.2015 13:13, Nikolay Shirokovskiy пишет: Implement functions for vz containers only. vz VMs memory managment thru libvirt yet to be designed. [snip] static virHypervisorDriver vzDriver = { .name = "vz", .connectOpen = vzConnectOpen,/* 0.10.0 */ @@ -1499,6

[libvirt] [PATCH] vz: implement memory setting functions in driver

2015-11-05 Thread Nikolay Shirokovskiy
Implement functions for vz containers only. vz VMs memory managment thru libvirt yet to be designed. vz memory management for containers is rather different from other drivers. 1. Whole bunch of memory settings functions change both cur_balloon and maximum memory to the same value. The reason