Add double quotes in ceph_cache_mode

TrivialFix

Change-Id: I73f780d72fc30ff3adf3e70ed03361dcb76b451d
This commit is contained in:
Mauricio Lima 2016-02-03 12:34:12 -05:00
parent 7c264ca022
commit d7ffd1971c

View File

@ -88,7 +88,7 @@ neutron_external_interface: "eth1"
# must provide separate disks than those for the OSDs # must provide separate disks than those for the OSDs
# ceph_use_cache: "no" # ceph_use_cache: "no"
# Valid options are [ forward, none, writeback ] # Valid options are [ forward, none, writeback ]
# ceph_cache_mode: writeback # ceph_cache_mode: "writeback"
# A requirement for using the erasure-coded pools is you must setup a cache tier # A requirement for using the erasure-coded pools is you must setup a cache tier
# Valid options are [ erasure, replicated ] # Valid options are [ erasure, replicated ]