Skip to content

Commit 7784b19

Browse files
committed
support clientID in sc
1 parent f11af19 commit 7784b19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/azurefile/controllerserver.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@ func (d *Driver) CreateVolume(ctx context.Context, req *csi.CreateVolumeRequest)
230230
// no op, only used in NodeStageVolume
231231
case mountWithManagedIdentityField:
232232
// no op, only used in NodeStageVolume
233+
case clientIDField:
234+
// no op, only used in NodeStageVolume
233235
case fsGroupChangePolicyField:
234236
fsGroupChangePolicy = v
235237
case mountPermissionsField:

0 commit comments

Comments
 (0)