Skip to content

Commit bafddc7

Browse files
committed
Added multi disk support
1 parent 41e14f6 commit bafddc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/services/govmomi/vcenter/clone.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ func Clone(ctx context.Context, vmCtx *capvcontext.VMContext, bootstrapData []by
143143
if err != nil {
144144
return errors.Wrapf(err, "error getting disk spec for %q", ctx)
145145
}
146+
log.Info("Got the following disks", "disk", diskSpecs)
146147
deviceSpecs = append(deviceSpecs, diskSpecs...)
147148
}
148149

0 commit comments

Comments
 (0)