Skip to content

Commit

Permalink
resolve format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
panigs7 authored and rajendraindukuri committed Sep 2, 2022
1 parent ec5f0ad commit c582b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@ func (s *service) NodeExpandVolume(ctx context.Context, req *csi.NodeExpandVolum
log.Infof("Found %s filesystem mounted on volume %s", fsType, devMnt.MountPoint)

//Resize the filesystem
err = gofsutil.ResizeFS(ctx, devMnt.MountPoint, devicePath,devMnt.PPathName, devMnt.MPathName, fsType)
err = gofsutil.ResizeFS(ctx, devMnt.MountPoint, devicePath, devMnt.PPathName, devMnt.MPathName, fsType)
if err != nil {
return nil, status.Error(codes.Internal,
utils.GetMessageWithRunID(rid, "Failed to resize filesystem: mountpoint (%s) device (%s) with error %v",
Expand Down

0 comments on commit c582b23

Please sign in to comment.