storage: switch to ext4 as default filesystem

Closes #1899. Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
parent 7f586ee9
......@@ -61,7 +61,7 @@
#endif
#define DEFAULT_FS_SIZE 1073741824
#define DEFAULT_FSTYPE "ext3"
#define DEFAULT_FSTYPE "ext4"
struct lxc_storage;
......
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