Skip to content

Commit

Permalink
csi: update groupsnapshot container arg
Browse files Browse the repository at this point in the history
In external-snapshotter the groupsnapshot
feature flag is moved to a new container
argument and the old enable-volumegroup-snapshot
flag is removed, This PR updates the flag
to use external-snapshotter latest version,

Note:- As the flag is removed with Rook the
user cannot test/use the older version of
external-snapshotter for groupsnapshot
feature, but all other features will be still
supported with older releases.

Signed-off-by: Madhu Rajanna <[email protected]>
  • Loading branch information
Madhu-1 committed Dec 11, 2024
1 parent be6a10a commit 6f4dc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/utils/csi.go
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ var PreventVolumeModeConversionContainerArg = "--prevent-volume-mode-conversion=
var HonorPVReclaimPolicyContainerArg = "--feature-gates=HonorPVReclaimPolicy=true"
var ImmediateTopologyContainerArg = "--immediate-topology=false"
var RecoverVolumeExpansionFailureContainerArg = "--feature-gates=RecoverVolumeExpansionFailure=true"
var EnableVolumeGroupSnapshotsContainerArg = "--enable-volume-group-snapshots=true"
var EnableVolumeGroupSnapshotsContainerArg = "--feature-gates=CSIVolumeGroupSnapshot=true"
var ForceCephKernelClientContainerArg = "--forcecephkernelclient=true"
var LogToStdErrContainerArg = "--logtostderr=false"
var AlsoLogToStdErrContainerArg = "--alsologtostderr=true"
Expand Down

0 comments on commit 6f4dc24

Please sign in to comment.