From 85a54e9405e5697efc6ef7b7ae3741fb0472527a Mon Sep 17 00:00:00 2001 From: "jeremy.zhang" Date: Fri, 11 Jan 2019 16:42:10 +0800 Subject: [PATCH] [Doc] Fix typos This patch is to fix some typos in doc of blockstorage over subscription. Change-Id: Ica009fda5d7b15de5bfcf5102942fc87a43b4350 --- doc/source/admin/blockstorage-over-subscription.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/admin/blockstorage-over-subscription.rst b/doc/source/admin/blockstorage-over-subscription.rst index e6af996fb3c..362ba394bf8 100644 --- a/doc/source/admin/blockstorage-over-subscription.rst +++ b/doc/source/admin/blockstorage-over-subscription.rst @@ -27,8 +27,8 @@ This parameter also can be set as ``max_over_subscription_ratio=auto``. When using auto, Cinder will automatically calculate the ``max_over_subscription_ratio`` based on the provisioned capacity and the used space. This allows the creation of a larger number of volumes at the -begginning of the pool's life, and start to restrict the creation as the free -space approaces to 0 or the reserved limit. +beginning of the pool's life, and start to restrict the creation as the free +space approaches to 0 or the reserved limit. .. note:: @@ -42,7 +42,7 @@ space approaces to 0 or the reserved limit. ratio for each pool. The LVM driver does not support multiple pools. Setting this value to 'auto'. The values calculated by Cinder can - dinamically vary according to the pool's provisioned capacity and consumed + dynamically vary according to the pool's provisioned capacity and consumed space. The existing ``reserved_percentage`` flag is used to prevent over provisioning.