From 8b1ded460e3ba72c95a810b6ed6f2aff5a489733 Mon Sep 17 00:00:00 2001 From: Tin Date: Mon, 24 May 2021 16:42:20 -0500 Subject: [PATCH] doc(typo): fixes up typo A trivial patch to correct typo in the document. Change-Id: I4831eb143cf70af0a760236a3a2d28846610c0b3 Signed-off-by: Tin --- doc/source/install/developer/deploy-with-ceph.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install/developer/deploy-with-ceph.rst b/doc/source/install/developer/deploy-with-ceph.rst index 148332fafb..7ca066ded2 100644 --- a/doc/source/install/developer/deploy-with-ceph.rst +++ b/doc/source/install/developer/deploy-with-ceph.rst @@ -15,7 +15,7 @@ on the node then feel free to skip creating loopback devices by exporting CREATE_LOOPBACK_DEVICES_FOR_CEPH to false and export the block devices names as environment variables(CEPH_OSD_DATA_DEVICE and CEPH_OSD_DB_WAL_DEVICE). -We are also going to seperate Ceph metadata and data onto a different devices +We are also going to separate Ceph metadata and data onto a different devices to replicate the ideal scenario of fast disks for metadata and slow disks to store data. You can change this as per your design by referring to the documentation explained in ../openstack-helm-infra/ceph-osd/values.yaml