diff --git a/content/docs/1.10.0/important-notes/_index.md b/content/docs/1.10.0/important-notes/_index.md index ff6e5f11b..3df75b585 100644 --- a/content/docs/1.10.0/important-notes/_index.md +++ b/content/docs/1.10.0/important-notes/_index.md @@ -13,6 +13,10 @@ Please see [here](https://github.com/longhorn/longhorn/releases/tag/v{{< current - [CRD Upgrade Validation](#crd-upgrade-validation) - [Upgrade Check Events](#upgrade-check-events) - [Manual Checks Before Upgrade](#manual-checks-before-upgrade) +- [Replica Rebuilding](#replica-rebuilding) + - [Offline Replica Rebuilding](#offline-replica-rebuilding) +- [V1 Data Engine](#v1-data-engine) + - [IPv6 Support](#ipv6-support) - [V2 Data Engine](#v2-data-engine) - [Longhorn System Upgrade](#longhorn-system-upgrade) - [Newly Introduced Functionalities since Longhorn v1.9.0](#newly-introduced-functionalities-since-longhorn-v190) @@ -54,6 +58,14 @@ Automated checks are only performed on some upgrade paths, and the pre-upgrade c - Avoid upgrading if a failed BackingImage exists. For more information, see [Backing Image](../advanced-resources/backing-image/backing-image). - It is recommended to create a [Longhorn system backup](../advanced-resources/system-backup-restore/backup-longhorn-system) before performing the upgrade. This ensures that all critical resources, such as volumes and backing images, are backed up and can be restored in case any issues arise. +## Replica Rebuilding + +### Offline Replica Rebuilding + +Starting from v1.10.0, Longhorn enables offline replica rebuilding by default. To disable it, set the `offline-replica-rebuilding` setting to `false` in the Longhorn UI or CLI. + +For more information, see [Offline replica rebuilding](../advanced-resources/rebuilding/offline-replica-rebuilding), [#8443](https://github.com/longhorn/longhorn/issues/8443) and [#11204](https://github.com/longhorn/longhorn/issues/11204). + ## V1 Data Engine ### IPv6 Support diff --git a/content/docs/1.10.0/references/settings.md b/content/docs/1.10.0/references/settings.md index f24490e92..af9dcb0d7 100644 --- a/content/docs/1.10.0/references/settings.md +++ b/content/docs/1.10.0/references/settings.md @@ -494,7 +494,7 @@ Number of seconds that Longhorn allows for the completion of replica rebuilding #### Offline Replica Rebuilding -> Default: `false` +> Default: `true` Controls whether Longhorn automatically rebuilds degraded replicas while the volume is detached. This setting only takes effect if the volume-level setting is set to `ignored` or `enabled`. Available options: