1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00

check-config.sh: Add check for CONFIG_BTRFS_FS_POSIX_ACL

docker is trying to set system.posix_acl_access but using BTRFS this fails if
CONFIG_BTRFS_FS_POSIX_ACL is not activated.

Signed-off-by: Andrei Gherzan <andrei@resin.io>
Upstream-commit: 1c886a70df9820e58caa14789d9ad37c366026d9
Component: engine
This commit is contained in:
Andrei Gherzan
2016-08-25 13:20:15 +01:00
parent 96297e96b5
commit 776912e30d

View File

@@ -268,6 +268,7 @@ echo '- Storage Drivers:'
echo '- "'$(wrap_color 'btrfs' blue)'":'
check_flags BTRFS_FS | sed 's/^/ /'
check_flags BTRFS_FS_POSIX_ACL | sed 's/^/ /'
echo '- "'$(wrap_color 'devicemapper' blue)'":'
check_flags BLK_DEV_DM DM_THIN_PROVISIONING | sed 's/^/ /'