File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ This specifies the name of the volume.
4141
4242##### ` type `
4343This specifies the type of volume on which the file system will reside.
44- Valid values for ` type ` : ` lvm ` (the default) or ` disk ` .
44+ Valid values for ` type ` : ` lvm ` or ` disk ` .
45+ The default is determined according to the OS and release (currently ` lvm ` ).
4546
4647##### ` disks `
4748This specifies the set of disks to use as backing storage for the file system.
@@ -53,7 +54,9 @@ The `size` specifies the size of the file system. The format for this is intende
5354be human-readable, eg: "10g", "50 GiB".
5455
5556##### ` fs_type `
56- This indicates the desired file system type to use, eg: "xfs"(the default), "ext4", "swap".
57+ This indicates the desired file system type to use, eg: "xfs", "ext4", "swap".
58+ The default is determined according to the OS and release
59+ (currently ` xfs ` for all the supported systems).
5760
5861##### ` fs_label `
5962The ` fs_label ` is a string to be used for a file system label.
You can’t perform that action at this time.
0 commit comments