Skip to content

Commit

Permalink
test: enbale volumegroupsnapshot featuregate for test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbeeSo committed Nov 21, 2024
1 parent 9e6d7b8 commit 264c269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/features/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var (
DiskParallelAttach: {Default: false, PreRelease: featuregate.Alpha},
DiskParallelDetach: {Default: false, PreRelease: featuregate.Alpha},
DisableExpandAutoSnapshots: {Default: true, PreRelease: featuregate.Beta},
EnableVolumeGroupSnapshots: {Default: false, PreRelease: featuregate.Alpha},
EnableVolumeGroupSnapshots: {Default: true, PreRelease: featuregate.Alpha},
}

defaultOSSFeatureGate = map[featuregate.Feature]featuregate.FeatureSpec{
Expand Down

0 comments on commit 264c269

Please sign in to comment.