From 4c6b91b44fe827aaf10b70d11162de07a357c0a7 Mon Sep 17 00:00:00 2001 From: Rui Yuan Dou Date: Mon, 5 Feb 2018 17:27:07 +0800 Subject: [PATCH] Correct lvm_type default value in config doc According to code the default value of lvm_type should be "auto". Change-Id: Id923e4c8cd5c79fbcf0599b8c0ba9fb6492c5ac0 --- doc/source/configuration/tables/cinder-lvm.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/configuration/tables/cinder-lvm.inc b/doc/source/configuration/tables/cinder-lvm.inc index f0fa975458d..9415631a028 100644 --- a/doc/source/configuration/tables/cinder-lvm.inc +++ b/doc/source/configuration/tables/cinder-lvm.inc @@ -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