[DOC-14425][AI] Correct "reblance" typo in rebalance docs - #4156
Draft
TimLFletcher wants to merge 1 commit into
Draft
[DOC-14425][AI] Correct "reblance" typo in rebalance docs#4156TimLFletcher wants to merge 1 commit into
TimLFletcher wants to merge 1 commit into
Conversation
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 <noreply@anthropic.com>
supritha-kumar
approved these changes
Sep 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes DOC-14425.
What changed
The rebalance report directory was written as
/opt/couchbase/var/lib/couchbase/logs/reblance. Corrected to.../logs/rebalance.modules/rebalance-reference/pages/rebalance-reference.adoclogs/reblance->logs/rebalance(the instance cited in the ticket)modules/rest-api/pages/rest-get-rebalance-retry.adocpending reblance-retries->pending rebalance-retriesThe second instance was not cited in the ticket. It is the same typo, found by searching the repository. No occurrences of
reblanceremain.Verification
Built with the production asciidoc attribute set and diffed against a clean-tree baseline of
release/8.0:No anchors or xref targets were touched, so the known anchor-validation gap does not apply here.
🤖 Generated with Claude Code