Skip to content

Commit 24cd20e

Browse files
vr4mantaneolit123
andauthored
Update pkg/services/govmomi/vcenter/clone.go
Co-authored-by: Lubomir I. Ivanov <[email protected]>
1 parent cd31c08 commit 24cd20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/services/govmomi/vcenter/clone.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ func createDataDisks(ctx context.Context, disks []infrav1.VSphereDisk, primaryDi
434434
CapacityInKB: int64(dataDisk.SizeGiB) * 1024 * 1024,
435435
}
436436

437-
// Assign unit number to next slot on controller
437+
// Assign unit number to the next slot on the controller.
438438
assignUnitNumber(ctx, dev, devices, additionalDisks, controller, unit)
439439
unit = *dev.UnitNumber
440440

0 commit comments

Comments
 (0)