Document LVM striped volume type deprecation - #1111
Draft
WebberHuang1118 wants to merge 1 commit into
Draft
WebberHuang1118 wants to merge 1 commit into
WebberHuang1118 wants to merge 1 commit into
Conversation
Signed-off-by: Webber Huang <webber.huang@suse.com>
WebberHuang1118
requested review from
a team and
jillian-maroket
as code owners
August 25, 2026 03:57
WebberHuang1118
marked this pull request as draft
August 25, 2026 03:59
|
WebberHuang1118
marked this pull request as ready for review
September 7, 2026 07:23
|
|
||
| **dm-thin** is the supported volume type for the LVM CSI driver. Use **dm-thin** for all new volume groups and StorageClasses. | ||
|
|
||
| The **striped** volume type was available before the LVM CSI driver reached general availability, but is deprecated and is not included in the GA support scope. Striped logical volumes allocate their full capacity when they are created. Snapshots, clones, and restores also require full data copies, which consume additional capacity and I/O and can cause timeouts. Retrying an interrupted copy can also make it difficult to determine whether the operation completed successfully. |
Contributor
There was a problem hiding this comment.
Suggested change
| The **striped** volume type was available before the LVM CSI driver reached general availability, but is deprecated and is not included in the GA support scope. Striped logical volumes allocate their full capacity when they are created. Snapshots, clones, and restores also require full data copies, which consume additional capacity and I/O and can cause timeouts. Retrying an interrupted copy can also make it difficult to determine whether the operation completed successfully. | |
| The **striped** volume type, which was available prior to the LVM CSI driver reaching general availability (GA), is deprecated and excluded from the GA support scope. Unlike thin-provisioned volumes, striped logical volumes allocate their full capacity upon creation. Operations such as snapshots, clones, and restores require full data copies, consuming additional storage capacity and I/O while increasing the risk of timeouts. Furthermore, retrying an interrupted copy operation can obscure whether the process completed successfully. |
Comment on lines
+119
to
+124
| Before upgrading to a version that removes striped-volume support, migrate data from existing striped volumes: | ||
|
|
||
| 1. Create a dm-thin volume group and StorageClass. A volume group can contain only one local volume type, so use a different volume group from the existing striped configuration. | ||
| 1. Stop or quiesce the workload to prevent changes while its data is copied. | ||
| 1. Create replacement volumes with the dm-thin StorageClass, and migrate the data using the workload's supported backup, restore, or copy procedure. | ||
| 1. Update the workload to use the replacement volumes and verify the data before removing the striped volumes and StorageClass. |
Contributor
There was a problem hiding this comment.
Suggested change
| Before upgrading to a version that removes striped-volume support, migrate data from existing striped volumes: | |
| 1. Create a dm-thin volume group and StorageClass. A volume group can contain only one local volume type, so use a different volume group from the existing striped configuration. | |
| 1. Stop or quiesce the workload to prevent changes while its data is copied. | |
| 1. Create replacement volumes with the dm-thin StorageClass, and migrate the data using the workload's supported backup, restore, or copy procedure. | |
| 1. Update the workload to use the replacement volumes and verify the data before removing the striped volumes and StorageClass. | |
| Before upgrading to a Harvester version that removes support for this volume type, migrate data from existing striped volumes: | |
| 1. Create a new dm-thin volume group and StorageClass (separate from the existing striped configuration). | |
| 1. Stop or quiesce the workload to prevent data changes during the migration process. | |
| 1. Create replacement volumes using the new dm-thin StorageClass, then migrate the data using the workload's supported backup, restore, or copy procedure. | |
| 1. Update the workload to use the replacement volumes and verify data integrity before deleting the original striped volumes and StorageClass. |
|
|
||
| For more information, see [Storage Profiles](https://github.com/kubevirt/containerized-data-importer/blob/main/doc/storageprofile.md) in the CDI documentation. | ||
|
|
||
| For LVM storage, use a dm-thin StorageClass. The striped volume type is deprecated and is outside the LVM CSI GA support scope. For more information, see [dm-thin and Striped Volume Types](./addons/lvm-local-storage.md#dm-thin-and-striped-volume-types). |
Contributor
There was a problem hiding this comment.
Suggested change
| For LVM storage, use a dm-thin StorageClass. The striped volume type is deprecated and is outside the LVM CSI GA support scope. For more information, see [dm-thin and Striped Volume Types](./addons/lvm-local-storage.md#dm-thin-and-striped-volume-types). | |
| You must use a dm-thin StorageClass for LVM storage. The striped volume type is deprecated and excluded from the LVM CSI general availability (GA) support scope. For more information, see [dm-thin and Striped Volume Types](./addons/lvm-local-storage.md#dm-thin-and-striped-volume-types). |
WebberHuang1118
marked this pull request as draft
September 17, 2026 11:04
Member
Author
|
We can only merge this update after the LVM CSI Driver reaches GA. |
This branch has not been deployed
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.
Summary
Related Issue
harvester/harvester#11334