ceph-ansible/docs/source
Andrew Schoen 594d5e017a ceph-osd: restructure lvm_volumes variable for more flexiblity
The lvm_volumes variable is now a list of dictionaries that represent
each OSD you'd like to deploy using ceph-volume. Each dictionary must
have the following keys: data, journal and data_vg. Each dictionary also
can optionaly provide a journal_vg key.

The 'data' key represents the lv name used for the OSD and the 'data_vg'
key is the vg name that the given lv resides on. The 'journal' key is
either an lv, device or partition. The 'journal_vg' key is optional and
must be the vg name for the journal lv if given. This key is mainly used
for purging of the journal lv if purge-cluster.yml is run.

For example:

  lvm_volumes:
    - data: data_lv1
      journal: journal_lv1
      data_vg: vg1
      journal_vg: vg2
    - data: data_lv2
      journal: /dev/sdc
      data_vg: vg1

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
2017-08-23 10:14:14 -05:00
..
_static docs: force an empty _static dir so sphinx is happy 2017-04-11 09:11:09 -04:00
_templates docs: force an empty _templates dir so sphinx is happy 2017-04-11 09:11:01 -04:00
dev docs: add docs for dev contributions 2017-08-17 16:03:04 -05:00
osds ceph-osd: restructure lvm_volumes variable for more flexiblity 2017-08-23 10:14:14 -05:00
testing tests: run all existing tests with shaman repos 2017-07-17 14:42:32 -05:00
conf.py docs: the master doc is the glossary file 2017-04-06 13:17:54 -04:00
glossary.rst docs: move testing/glossary after index in glossary.rst 2017-08-18 11:06:59 -05:00
index.rst docs: add docs for dev contributions 2017-08-17 16:03:04 -05:00