storage: switch to ext4 as default filesystem

Closes #1899. Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
parent da3dcce6
......@@ -61,7 +61,7 @@
#endif
#define DEFAULT_FS_SIZE 1073741824
#define DEFAULT_FSTYPE "ext3"
#define DEFAULT_FSTYPE "ext4"
#define LXC_STORAGE_INTERNAL_OVERLAY_RESTORE (1 << 6)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment