Skip to content

Commit fb9348c

Browse files
committed
OKE (CSI) Expand Volume support.
1 parent c9e5c05 commit fb9348c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/csi/driver/bv_node.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ func (d BlockVolumeNodeDriver) NodeExpandVolume(ctx context.Context, req *csi.No
477477
logger := d.logger.With("volumeId", req.VolumeId, "volumePath", req.VolumePath)
478478

479479
if acquired := d.volumeLocks.TryAcquire(req.VolumeId); !acquired {
480-
logger.Error("Could not acquire lock for NodeUnpublishVolume.")
480+
logger.Error("Could not acquire lock for NodeExpandVolume.")
481481
return nil, status.Errorf(codes.Aborted, volumeOperationAlreadyExistsFmt, req.VolumeId)
482482
}
483483

0 commit comments

Comments
 (0)