Skip to content

Commit

Permalink
[local] Rename topolvm storage class
Browse files Browse the repository at this point in the history
Rename the storage class from `topolvm-provisioner` to
`dynamic-local-data` in order to provider a better user experience.
Users don't need to know that the storage class is using topolvm
underneath but they are interested in knowing what kind of volumes will
be provisioned.
  • Loading branch information
Fricounet committed Jun 6, 2024
1 parent d943d0a commit 28ea8f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ import (

const (
storageClassNameLocal = "local-data"
storageClassNameTopolvm = "topolvm-provisioner"
storageClassNameTopolvm = "dynamic-local-data"
storageClassNameOpenEBS = "openebs-lvmpv"
)

Expand Down

0 comments on commit 28ea8f5

Please sign in to comment.