mirror of https://github.com/ceph/ceph-ansible.git
lv-create: add an example logfile_path config option in lv_vars.yml
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/3036/head
parent
810cc47892
commit
131796f275
|
@ -31,6 +31,9 @@ nvme_device_lvs:
|
|||
|
||||
## TYPICAL USERS WILL NOT NEED TO CHANGE VARS FROM HERE DOWN ##
|
||||
|
||||
# the path to where to save the logfile for lv-create.yml
|
||||
logfile_path: ./lv-create.log
|
||||
|
||||
# all hdd's have to be the same size and the LVs on them are dedicated for OSD data
|
||||
hdd_lv_size: 100%FREE
|
||||
|
||||
|
|
Loading…
Reference in New Issue