[DOC-14425][AI] Correct "reblance" typo in rebalance docs (release/8.5) - #4159
Draft
TimLFletcher wants to merge 1 commit into
Draft
[DOC-14425][AI] Correct "reblance" typo in rebalance docs (release/8.5)#4159TimLFletcher wants to merge 1 commit into
TimLFletcher wants to merge 1 commit into
Conversation
Same fix as PR #4156 on release/8.0, applied to release/8.5. 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; corrected there as well. Requested in a comment on DOC-14425: "7.6 and prior are fine, 8.0 needs the change and the pre release/draft Totoro branch since we've created that." Totoro is the release since renumbered to 8.5. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
Companion to #4156. Same fix, applied to
release/8.5.Why a second PR
A comment on DOC-14425 states:
Totoro is the release since renumbered to 8.5. #4156 covered only
release/8.0, so it delivered half the ticket. This PR covers the rest.Verified against the branches:
reblancepresentrelease/8.0release/8.5release/7.6release/7.6does still contain the second, unreported instance inrest-get-rebalance-retry.adoc. Left alone, since the comment says 7.6 is fine and the ticket does not cite it. Worth a separate ticket if you disagree.What changed
modules/rebalance-reference/pages/rebalance-reference.adoclogs/reblance->logs/rebalancemodules/rest-api/pages/rest-get-rebalance-retry.adocpending reblance-retries->pending rebalance-retriesNo occurrences of
reblanceremain on this branch.Verification
Baselined separately against
release/8.5(552 diagnostics) rather thanrelease/8.0(578), since the two branches differ.🤖 Generated with Claude Code