
20 Aug
2013
20 Aug
'13
6:18 a.m.
On 08/20/13 12:08, Osier Yang wrote:
On 20/08/13 17:10, Michal Privoznik wrote:
Since 16bcb3 we have a regression. The hard_limit is set unconditionally. By default, the limit is zero. Hence, if user hasn't
s/default,/default/
configured any, we set the zero in cgroup subsystem making the kernel kill the corresponding qemu process immediately. The proper fix is to set hard_limit iff user has configure any.
s/iff/if/,
iff means 'if and only if': http://en.wikipedia.org/wiki/If_and_only_if A typo is in s/configure/configured/ . Peter