Skip to content

Commit c42aede

Browse files
committed
Say that defaults are determined according to the OS and release
1 parent e2959cf commit c42aede

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ This specifies the name of the volume.
4141

4242
##### `type`
4343
This 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`
4748
This 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
5354
be 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`
5962
The `fs_label` is a string to be used for a file system label.

0 commit comments

Comments
 (0)