From c582b23db6be6d2c561a51bd9429fd1e678be56f Mon Sep 17 00:00:00 2001 From: panigs7 Date: Thu, 1 Sep 2022 07:09:19 -0400 Subject: [PATCH] resolve format issue --- service/node.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/node.go b/service/node.go index 350a75a..5c68cec 100644 --- a/service/node.go +++ b/service/node.go @@ -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",