ceph-ansible/roles/ceph-osd/tasks
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
..
docker osd: docker, refactor ceph-osd-run.sh.j2 2017-07-06 15:49:14 +02:00
scenarios ceph-osd: restructure lvm_volumes variable for more flexiblity 2017-08-23 10:14:14 -05:00
activate_osds.yml lvm_osds: ensure osd daemons are started 2017-08-04 06:13:09 -05:00
check_devices.yml mon, osd: fix skipped condition 2017-08-22 18:34:51 +02:00
check_devices_auto.yml mon, osd: fix skipped condition 2017-08-22 18:34:51 +02:00
check_devices_static.yml Fixing partition detection regex for FusionIO devices. 2017-05-23 14:39:39 -05:00
check_mandatory_vars.yml ceph-osd: restructure lvm_volumes variable for more flexiblity 2017-08-23 10:14:14 -05:00
main.yml lvm: update scenario for new osd_scenario variable 2017-08-04 06:38:36 -05:00
osd_fragment.yml remove osd directory scenario 2017-04-21 15:50:32 -07:00
pre_requisite.yml osd: simplify scenarios 2017-08-03 10:20:39 +02:00
start_osds.yml Allow ceph service systemd overrides to be specified 2017-08-16 17:57:06 +01:00