docs(1.13.0): add longhornctl check replica to command overview - #1414
Open
Hassanzadeh-sd wants to merge 1 commit into
Open
docs(1.13.0): add longhornctl check replica to command overview#1414Hassanzadeh-sd wants to merge 1 commit into
Hassanzadeh-sd wants to merge 1 commit into
Conversation
Add the new check replica command (longhorn/cli#561, Issue longhorn/longhorn#9102) to the longhornctl troubleshooting command list for v1.13.0. Signed-off-by: Sajjad Hassanzadeh <hassanzadeh.sd@gmail.com>
✅ Deploy Preview for longhornio ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
sushant-suse
requested changes
Aug 9, 2026
| * `longhornctl trim volume`: Reclaim unused storage space within a Longhorn volume. | ||
| * **Troubleshooting:** | ||
| * `longhornctl check preflight`: Identifies potential issues before usage. | ||
| * `longhornctl check replica`: Check the integrity of the snapshot chains in the Longhorn replica data directories (v1 data engine) and identify broken snapshot chains. |
Contributor
There was a problem hiding this comment.
Suggested change
| * `longhornctl check replica`: Check the integrity of the snapshot chains in the Longhorn replica data directories (v1 data engine) and identify broken snapshot chains. | |
| * `longhornctl check replica`: Check the integrity of the snapshot chains in the Longhorn replica data directories (V1 Data Engine) and identify broken snapshot chains. |
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.
Issue longhorn/longhorn#9102
Adds the new
longhornctl check replicacommand (implemented in longhorn/cli#561, milestone v1.13.0) to the Troubleshooting list on the longhornctl command overview page for the 1.13.0 docs.The detailed command reference (
docs/longhornctl_check_replica.md) is generated in the longhorn/cli repository as part of the implementation PR, following the same pattern as the other commands, so this page only needs the overview entry.