Skip to content

Commit 72fb5ca

Browse files
committed
update commit user
1 parent cafc688 commit 72fb5ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/nfs/controllerserver.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ 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-
112111
return &csi.CreateVolumeResponse{Volume: cs.nfsVolToCSI(nfsVol)}, nil
113112
}
114113

0 commit comments

Comments
 (0)