From 326c7f4738e429870bd0a9cd9acdbdb7029d5181 Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Mon, 6 Nov 2017 12:52:43 +0100 Subject: [PATCH] storage: switch to ext4 as default filesystem Closes #1899. Signed-off-by: Christian Brauner --- src/lxc/storage/storage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/storage/storage.h b/src/lxc/storage/storage.h index 6011574c0..db660b603 100644 --- a/src/lxc/storage/storage.h +++ b/src/lxc/storage/storage.h @@ -61,7 +61,7 @@ #endif #define DEFAULT_FS_SIZE 1073741824 -#define DEFAULT_FSTYPE "ext3" +#define DEFAULT_FSTYPE "ext4" struct lxc_storage; -- 2.47.2