Correct lvm_type default value in config doc

According to code the default value of lvm_type should be "auto".

Change-Id: Id923e4c8cd5c79fbcf0599b8c0ba9fb6492c5ac0
This commit is contained in:
Rui Yuan Dou 2018-02-05 17:27:07 +08:00
parent 6ed5c4be79
commit 4c6b91b44f
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
- (Integer) If >0, create LVs with multiple mirrors. Note that this requires lvm_mirrors + 2 PVs with available space
* - ``lvm_suppress_fd_warnings`` = ``False``
- (Boolean) Suppress leaked file descriptor warnings in LVM commands.
* - ``lvm_type`` = ``default``
* - ``lvm_type`` = ``auto``
- (String) Type of LVM volumes to deploy; (default, thin, or auto). Auto defaults to thin if thin is supported.
* - ``volume_group`` = ``cinder-volumes``
- (String) Name for the VG that will contain exported volumes