]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
docs: add examples for collocated and non-collocated osd scenarios 1772/head
authorAndrew Schoen <aschoen@redhat.com>
Fri, 18 Aug 2017 16:08:56 +0000 (11:08 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Fri, 18 Aug 2017 16:08:56 +0000 (11:08 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
docs/source/osds/scenarios.rst

index b9fad1e02ed50fbf1d5c9998a9c4f30d0cb99fc6..98d2c17247d46c9e713128db80d20330805afec0 100644 (file)
@@ -44,6 +44,9 @@ An example of using the ``collocated`` OSD scenario with encryption would look l
 
     osd_scenario: collocated
     dmcrypt: true
+    devices:
+      - /dev/sda
+      - /dev/sdb
 
 non-collocated
 --------------
@@ -143,6 +146,21 @@ Example of what you will get::
     /dev/sdc: PTTYPE="gpt"
     /dev/sdc1: PARTLABEL="ceph block.wal" PARTUUID="824b84ba-6777-4272-bbbd-bfe2a25cecf3"
 
+An example of using the ``non-collocated`` OSD scenario with encryption, bluestore and dedicated wal devices would look like::
+
+    osd_scenario: non-collocated
+    osd_objectstore: bluestore
+    dmcrypt: true
+    devices:
+      - /dev/sda
+      - /dev/sdb
+    dedicated_devices:
+      - /dev/sdc
+      - /dev/sdc
+    bluestore_wal_devices:
+      - /dev/sdd
+      - /dev/sdd
+
 lvm
 ---
 This OSD scenario uses ``ceph-volume`` to create OSDs from logical volumes and