Skip to content

Commit 15031cc

Browse files
committed
enhancement: don't use internal storageclasses
A caution section has been added in the Create an Empty Volume API tab to describe that vmstate-persistence and longhorn-static are internal StorageClasses and so an user shouldn't use them. Related to harvester/harvester#8561 Signed-off-by: Damiano Cipriani <[email protected]>
1 parent 7db0b04 commit 15031cc

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/volume/create-volume.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ spec:
9595
volumeName: pvc-my-vol
9696
```
9797
98+
:::caution
99+
100+
Do not use the `vmstate-persistence` and `longhorn-static` StorageClasses when creating new volumes. `vmstate-persistence` is used for TPM and UEFI persistence, while `longhorn-static` is used for for management of existing Longhorn volumes.
101+
102+
:::
103+
98104
</TabItem>
99105
<TabItem value="terraform" label="Terraform">
100106

versioned_docs/version-v1.6/volume/create-volume.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ spec:
9595
volumeName: pvc-my-vol
9696
```
9797
98+
:::caution
99+
100+
Do not use the `vmstate-persistence` and `longhorn-static` StorageClasses when creating new volumes. `vmstate-persistence` is used for TPM and UEFI persistence, while `longhorn-static` is used for for management of existing Longhorn volumes.
101+
102+
:::
103+
98104
</TabItem>
99105
<TabItem value="terraform" label="Terraform">
100106

0 commit comments

Comments
 (0)