Skip to content

Commit cafc688

Browse files
committed
update commit user
1 parent 6b421c2 commit cafc688

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/nfs/controllerserver.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ func (cs *ControllerServer) CreateVolume(ctx context.Context, req *csi.CreateVol
108108
if err = os.Chmod(internalVolumePath, 0777); err != nil {
109109
klog.Warningf("failed to chmod subdirectory: %v", err.Error())
110110
}
111+
111112
return &csi.CreateVolumeResponse{Volume: cs.nfsVolToCSI(nfsVol)}, nil
112113
}
113114

0 commit comments

Comments
 (0)