Unverified Commit ce8cab74 by Serge Hallyn Committed by GitHub

Merge pull request #1903 from brauner/2017-11-06/storage_new_default_fs

storage: switch to ext4 as default fs
parents 562924dc 13bc6113
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
#endif #endif
#define DEFAULT_FS_SIZE 1073741824 #define DEFAULT_FS_SIZE 1073741824
#define DEFAULT_FSTYPE "ext3" #define DEFAULT_FSTYPE "ext4"
#define LXC_STORAGE_INTERNAL_OVERLAY_RESTORE (1 << 6) #define LXC_STORAGE_INTERNAL_OVERLAY_RESTORE (1 << 6)
......
...@@ -163,7 +163,7 @@ Options :\n\ ...@@ -163,7 +163,7 @@ Options :\n\
\n\ \n\
BDEV options for LVM or Loop (with -B/--bdev lvm/loop) :\n\ BDEV options for LVM or Loop (with -B/--bdev lvm/loop) :\n\
--fstype=TYPE Create fstype TYPE\n\ --fstype=TYPE Create fstype TYPE\n\
(Default: ext3)\n\ (Default: ext4)\n\
--fssize=SIZE[U] Create filesystem of\n\ --fssize=SIZE[U] Create filesystem of\n\
size SIZE * unit U (bBkKmMgGtT)\n\ size SIZE * unit U (bBkKmMgGtT)\n\
(Default: 1G, default unit: M)\n", (Default: 1G, default unit: M)\n",
......
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