diff --git a/doc/source/reference/storage/ceph-guide.rst b/doc/source/reference/storage/ceph-guide.rst
index 8cf1c1122980aaa1be886255285368ae160b9391..ece89ab2d6b5c5d0e35a889d0e0a5e755374e190 100644
--- a/doc/source/reference/storage/ceph-guide.rst
+++ b/doc/source/reference/storage/ceph-guide.rst
@@ -237,6 +237,21 @@ Finally deploy the Ceph-enabled OpenStack:
 
    kolla-ansible deploy -i path/to/inventory
 
+.. note::
+
+   Kolla Ceph supports mixed Ceph OSD deployment, i.e. some Ceph OSDs are
+   bluestore, the others are filestore. The ``ceph_osd_store_type`` of each
+   Ceph OSD can be configured under ``[storage]`` in the multinode inventory
+   file. The Ceph OSD store type is unique in one storage node. For example:
+
+.. code-block:: ini
+
+   [storage]
+   storage_node1_hostname ceph_osd_store_type=bluestore
+   storage_node2_hostname ceph_osd_store_type=bluestore
+   storage_node3_hostname ceph_osd_store_type=filestore
+   storage_node4_hostname ceph_osd_store_type=filestore
+
 Using Cache Tiering
 -------------------