From 8486311d1c56db9c65f5ff84271b3eb11bb825e7 Mon Sep 17 00:00:00 2001 From: TimLFletcher Date: Fri, 4 Sep 2026 11:21:35 +0100 Subject: [PATCH] DOC-14425: correct "reblance" typo in rebalance docs The rebalance report directory was written as /opt/couchbase/var/lib/couchbase/logs/reblance. Corrected to .../logs/rebalance. The same typo appeared in the REST API rebalance-retry example, which the ticket did not cite. Corrected there as well; no other instances remain in the repository. Co-Authored-By: Claude Opus 5 --- modules/rebalance-reference/pages/rebalance-reference.adoc | 2 +- modules/rest-api/pages/rest-get-rebalance-retry.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/rebalance-reference/pages/rebalance-reference.adoc b/modules/rebalance-reference/pages/rebalance-reference.adoc index 9a5735570b..ce0d8a5a2b 100644 --- a/modules/rebalance-reference/pages/rebalance-reference.adoc +++ b/modules/rebalance-reference/pages/rebalance-reference.adoc @@ -16,7 +16,7 @@ On conclusion of the rebalance, the report can be accessed in any of the followi * By means of the REST API, as described in xref:rest-api:rest-get-cluster-tasks.adoc[Getting Cluster Tasks]. -* By accessing the directory `/opt/couchbase/var/lib/couchbase/logs/reblance` on _any_ of the cluster nodes. +* By accessing the directory `/opt/couchbase/var/lib/couchbase/logs/rebalance` on _any_ of the cluster nodes. A rebalance report is maintained here for (up to) the last _five_ rebalances performed. Each report is provided as a `*.json` file, whose name indicates the time at which the report was run — for example, `rebalance_report_2020-03-17T11:10:17Z.json`. + diff --git a/modules/rest-api/pages/rest-get-rebalance-retry.adoc b/modules/rest-api/pages/rest-get-rebalance-retry.adoc index 3861f02460..5bc5f144fe 100644 --- a/modules/rest-api/pages/rest-get-rebalance-retry.adoc +++ b/modules/rest-api/pages/rest-get-rebalance-retry.adoc @@ -33,7 +33,7 @@ A malformed URI gives `404 Object Not Found`. [#example] == Example -The following example obtains information on pending reblance-retries. +The following example obtains information on pending rebalance-retries. Note that the command is piped to the https://stedolan.github.io/jq/[jq] tool, to facilitate output-readability. ----