Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
ce8cab74
Unverified
Commit
ce8cab74
authored
Nov 07, 2017
by
Serge Hallyn
Committed by
GitHub
Nov 07, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1903 from brauner/2017-11-06/storage_new_default_fs
storage: switch to ext4 as default fs
parents
562924dc
13bc6113
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
storage.h
src/lxc/storage/storage.h
+1
-1
lxc_create.c
src/lxc/tools/lxc_create.c
+1
-1
No files found.
src/lxc/storage/storage.h
View file @
ce8cab74
...
...
@@ -61,7 +61,7 @@
#endif
#define DEFAULT_FS_SIZE 1073741824
#define DEFAULT_FSTYPE "ext
3
"
#define DEFAULT_FSTYPE "ext
4
"
#define LXC_STORAGE_INTERNAL_OVERLAY_RESTORE (1 << 6)
...
...
src/lxc/tools/lxc_create.c
View file @
ce8cab74
...
...
@@ -163,7 +163,7 @@ Options :\n\
\n
\
BDEV options for LVM or Loop (with -B/--bdev lvm/loop) :
\n
\
--fstype=TYPE Create fstype TYPE
\n
\
(Default: ext
3
)
\n
\
(Default: ext
4
)
\n
\
--fssize=SIZE[U] Create filesystem of
\n
\
size SIZE * unit U (bBkKmMgGtT)
\n
\
(Default: 1G, default unit: M)
\n
"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment