]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
storage: switch to ext4 as default filesystem
authorChristian Brauner <christian.brauner@ubuntu.com>
Mon, 6 Nov 2017 11:52:43 +0000 (12:52 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Mon, 6 Nov 2017 23:53:31 +0000 (00:53 +0100)
Closes #1899.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/storage/storage.h

index c656d3952d6dd97095bd91156373ce501cf9781c..7156543e961f6a3d5eb62ee941fc76c3ec23a2f7 100644 (file)
@@ -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)