commit | 9a9bc8a74191b09b6e6d2a77f98ec6e22a1ae0e2 | [log] [download] |
---|---|---|
author | Glauber Costa <glommer@openvz.org> | Sat Jul 14 17:48:01 2012 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Sat Jul 14 17:48:01 2012 +0400 |
tree | e5b965a804e98c3adda16acae13e72224ffc4dbd | |
parent | ed33205a70c20620345492d3a331a90d5c2cb2ca [diff] |
Disable non-supported features Non-VZ kernels can't be expected to have second-level quota or simfs support. We'll emulate simfs support with bind mounts, so the MS_BIND flag should be passed in this case, for all fs params. For quotas, we'll just prevent trying to activate that, regardless of what the configuration says. Signed-off-by: Glauber Costa <glommer@parallels.com>