Skip to content

Commit 500a598

Browse files
mrunalpagnisl-technicore
authored andcommitted
JIRA: OKE-16175 - Add support for Block Volume Performance Levels with CSI
Signed-off-by: mpagnis <mrunal.pagnis@oracle.com>
1 parent 376bc01 commit 500a598

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
@@ -501,7 +501,7 @@ func (d BlockVolumeNodeDriver) NodeExpandVolume(ctx context.Context, req *csi.No
501501

502502
defer d.volumeLocks.Release(req.VolumeId)
503503

504-
requestedSize, err:= csi_util.ExtractStorage(req.CapacityRange)
504+
requestedSize, err := csi_util.ExtractStorage(req.CapacityRange)
505505
requestedSizeGB := csi_util.RoundUpSize(requestedSize, 1*client.GiB)
506506

507507
if err != nil {

0 commit comments

Comments
 (0)