From a9b61f95aa255ba7cc8aeede88359d034a194aff Mon Sep 17 00:00:00 2001 From: Lei Jitang Date: Sun, 11 Oct 2015 17:26:34 +0800 Subject: [PATCH] Add user namespace check to check-chonfig.sh Signed-off-by: Lei Jitang Upstream-commit: d475c4ddc1b8a3a15a10c20c4ec4e15f642d71e4 Component: engine --- components/engine/contrib/check-config.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/engine/contrib/check-config.sh b/components/engine/contrib/check-config.sh index eac605ca75..55ce8266e0 100755 --- a/components/engine/contrib/check-config.sh +++ b/components/engine/contrib/check-config.sh @@ -180,6 +180,9 @@ check_flags "${flags[@]}" echo echo 'Optional Features:' +{ + check_flags USER_NS +} { check_flags MEMCG_KMEM MEMCG_SWAP MEMCG_SWAP_ENABLED if is_set MEMCG_SWAP && ! is_set MEMCG_SWAP_ENABLED; then @@ -240,6 +243,3 @@ echo '- Storage Drivers:' } | sed 's/^/ /' echo -#echo 'Potential Future Features:' -#check_flags USER_NS -#echo