From 1f4d48348d2b5cb0103d7fe7b5c90364e1e2f4a1 Mon Sep 17 00:00:00 2001 From: Nathaniel Clark Date: Mon, 24 Jun 2019 10:26:47 -0400 Subject: [PATCH] LUDOC-445 fix minor typo Fix verb tense. Change-Id: Id457f986f9f0c8b3c3e6d2590ade53c790357275 Signed-off-by: Nathaniel Clark Reviewed-on: https://review.whamcloud.com/35297 Reviewed-by: Joseph Gmitter Tested-by: Jenkins --- ConfiguringQuotas.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConfiguringQuotas.xml b/ConfiguringQuotas.xml index 83bb6b0..e6cdafb 100644 --- a/ConfiguringQuotas.xml +++ b/ConfiguringQuotas.xml @@ -510,7 +510,7 @@ lctl get_param osd-*.*.quota_slave.limit* (aka QSD) which connects to the QMT to allocate/release quota space. The QSD is setup directly from the OSD layer. To reduce quota requests, quota space is initially allocated to QSDs - in very large chunks. How much unused quota space can be hold by a target + in very large chunks. How much unused quota space can be held by a target is controlled by the qunit size. When quota space for a given ID is close to exhaustion on the QMT, the qunit size is reduced and QSDs are notified of the new qunit size value via a glimpse callback. Slaves are then -- 1.8.3.1