Re: [Devel] [PATCH 2/2] ve/fs: Print a message if a VE reaches its limit on mounts

2016-01-18 Thread Konstantin Khorenko
On 01/12/2016 04:11 PM, Evgenii Shatokhin wrote: https://jira.sw.ru/browse/PSBM-42825 This patch is for vzkernel from beta3 (that is, 3.10.0-229.7.2.*). This should help debugging the situations when alloc_vfsmnt() fails. Rate-limiting is used to avoid the flood of such messages if the mount

[Devel] [PATCH 2/2] ve/fs: Print a message if a VE reaches its limit on mounts

2016-01-12 Thread Evgenii Shatokhin
https://jira.sw.ru/browse/PSBM-42825 This patch is for vzkernel from beta3 (that is, 3.10.0-229.7.2.*). This should help debugging the situations when alloc_vfsmnt() fails. Rate-limiting is used to avoid the flood of such messages if the mount limit is hit often. Signed-off-by: Evgenii