Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The `longhornctl` tool is a CLI interface to Longhorn operations. It interacts w
* `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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

* `longhornctl get replica`: Retrieve details about Longhorn replicas on the host.

## Usage
Expand Down