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
8 changes: 7 additions & 1 deletion docs/host/host.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,13 @@ Before removing a disk, you must first evict Longhorn replicas on the disk.

:::note

The replica data would be rebuilt to another disk automatically to keep the high availability.
The replica data would be rebuilt to another disk automatically to keep the high availability. There is a known issue on v2 where single replicated volume will be attempted
Copy link
Member

@w13915984028 w13915984028 Nov 21, 2025

Choose a reason for hiding this comment

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

is this expanded note dedicated for head branch, or is also fit for existing ones like v1.6, v1.5? when true, please copy to them


:::

:::note

If disc contains last healthy replica of volume or backing image, disk removal will be rejected. In case a single replica of those objects was configured, move the replica to another disk or remove the objects altogether to acknowledge that you don't need them. In case there was fault in the replication, fix the faulty replicas on the other disks before proceeding with the deletion of the current one. There is a known issue with multiple [Longhorn V2](https://github.com/longhorn/longhorn/issues/12189) disks where removal of the disk containing single replica blank volume will be rejected if it was once attached to another disk.

:::

Expand Down