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>
| ... | ... |
@@ -268,6 +268,7 @@ echo '- Storage Drivers:' |
| 268 | 268 |
|
| 269 | 269 |
echo '- "'$(wrap_color 'btrfs' blue)'":' |
| 270 | 270 |
check_flags BTRFS_FS | sed 's/^/ /' |
| 271 |
+ check_flags BTRFS_FS_POSIX_ACL | sed 's/^/ /' |
|
| 271 | 272 |
|
| 272 | 273 |
echo '- "'$(wrap_color 'devicemapper' blue)'":' |
| 273 | 274 |
check_flags BLK_DEV_DM DM_THIN_PROVISIONING | sed 's/^/ /' |