]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
document missing support for non-containerized deployment
authorKai Wembacher <kai@ktwe.de>
Thu, 20 Dec 2018 23:35:53 +0000 (00:35 +0100)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Fri, 21 Dec 2018 15:37:55 +0000 (15:37 +0000)
Signed-off-by: Kai Wembacher <kai@ktwe.de>
group_vars/osds.yml.sample
roles/ceph-osd/defaults/main.yml

index 392783742c832690e53a12b866e43653e603cba3..03b006c25308135416f0c30106c22e90ad8f94df 100644 (file)
@@ -123,9 +123,9 @@ dummy:
 # - The devices listed in 'devices' will get 2 partitions, one for 'block' and one for 'data'.
 # 'data' is only 100MB big and do not store any of your data, it's just a bunch of Ceph metadata.
 # 'block' will store all your actual data.
-# - The devices in 'dedicated_devices' will get one partition for RocksDB DB, called 'block.db'
+# - The devices in 'dedicated_devices' will get 1 partition for RocksDB DB, called 'block.db'
 #  and one for RocksDB WAL, called 'block.wal'. To use a single partition for RocksDB and WAL together
-#  set bluestore_wal_devices to [].
+#  set bluestore_wal_devices to [] (supported only for non-containerized deployment).
 #
 # By default dedicated_devices will represent block.db
 #
@@ -149,7 +149,7 @@ dummy:
 # By default, if 'bluestore_wal_devices' is empty, it will get the content of 'dedicated_devices'.
 # If set, then you will have a dedicated partition on a specific device for block.wal.
 #
-# Set bluestore_wal_devices: [] to use the same partition for RocksDB and WAL.
+# Set bluestore_wal_devices: [] to use the same partition for RocksDB and WAL (supported only for non-containerized deployment).
 #
 # Example of what you will get:
 # [root@ceph-osd0 ~]# blkid /dev/sd*
index bab59c18db311892f8cad1509c1cbc24c8e48e14..fdb3912ba58394f36c362185e5dc935923767804 100644 (file)
@@ -115,9 +115,9 @@ valid_osd_scenarios:
 # - The devices listed in 'devices' will get 2 partitions, one for 'block' and one for 'data'.
 # 'data' is only 100MB big and do not store any of your data, it's just a bunch of Ceph metadata.
 # 'block' will store all your actual data.
-# - The devices in 'dedicated_devices' will get one partition for RocksDB DB, called 'block.db'
+# - The devices in 'dedicated_devices' will get 1 partition for RocksDB DB, called 'block.db'
 #  and one for RocksDB WAL, called 'block.wal'. To use a single partition for RocksDB and WAL together
-#  set bluestore_wal_devices to [].
+#  set bluestore_wal_devices to [] (supported only for non-containerized deployment).
 #
 # By default dedicated_devices will represent block.db
 #
@@ -141,7 +141,7 @@ dedicated_devices: []
 # By default, if 'bluestore_wal_devices' is empty, it will get the content of 'dedicated_devices'.
 # If set, then you will have a dedicated partition on a specific device for block.wal.
 #
-# Set bluestore_wal_devices: [] to use the same partition for RocksDB and WAL.
+# Set bluestore_wal_devices: [] to use the same partition for RocksDB and WAL (supported only for non-containerized deployment).
 #
 # Example of what you will get:
 # [root@ceph-osd0 ~]# blkid /dev/sd*