Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc(1.8.0): auto-salvage support for v2 volumes #994

Merged
merged 1 commit into from
Nov 8, 2024
Merged
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
7 changes: 7 additions & 0 deletions content/docs/1.8.0/important-notes/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Please see [here](https://github.com/longhorn/longhorn/releases/tag/v{{< current
- [Snapshot Creation Time As Shown in the UI Occasionally Changes](#snapshot-creation-time-as-shown-in-the-ui-occasionally-changes)
- [Unable To Revert a Volume to a Snapshot Created Before Longhorn v1.7.0](#unable-to-revert-a-volume-to-a-snapshot-created-before-longhorn-v170)
- [Disaster Recovery Volumes](#disaster-recovery-volumes)
- [Auto-Salvage Volumes](#auto-salvage-volumes)

## Deprecation

Expand Down Expand Up @@ -250,6 +251,8 @@ Before Longhorn v1.7.0, Longhorn block-type disks only supported the SPDK AIO bd

Filesystem trim is supported since Longhorn v1.7.0. If a disk is managed by the SPDK AIO bdev driver, the Trim (UNMAP) operation is not recommended in a production environment (ref). It is recommended to manage a block-type disk with an NVMe bdev driver.

Starting with Longhorn v1.8.0, filesystem trim is blocked when the the targeting v2 volume is in a degraded state. This ensures the reliability of the volume head size during the [auto-salvage](#auto-salvage-volumes) operation.

### Linux Kernel on Longhorn Nodes

Host machines with Linux kernel 5.15 may unexpectedly reboot when volume-related IO errors occur. To prevent this, update the Linux kernel on Longhorn nodes to version 5.19 or later. For more information, see [Prerequisites](../v2-data-engine/prerequisites/). Version 6.7 or later is recommended for improved system stability.
Expand All @@ -265,3 +268,7 @@ Reverting a volume to a snapshot created before Longhorn v1.7.0 is not supported
### Disaster Recovery Volumes

Disaster recovery volumes are supported from Longhorn v1.8.0.

### Auto-salvage Volumes

Auto-salvage volumes are supported from Longhorn v1.8.0.
Loading