Skip to content

Commit 602ee46

Browse files
committed
fix(core, kubevirt): move migration transfer fields under transferStatus
Signed-off-by: Daniil Antoshin <daniil.antoshin@flant.com>
1 parent 0d83b46 commit 602ee46

2 files changed

Lines changed: 31 additions & 26 deletions

File tree

build/components/versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ firmware:
33
libvirt: v10.9.0
44
edk2: stable202411
55
core:
6-
3p-kubevirt: v1.6.2-v12n.21
6+
3p-kubevirt: feat/vm/migration-progress
77
3p-containerized-data-importer: v1.60.3-v12n.17
88
distribution: 2.8.3
99
package:

crds/embedded/virtualmachineinstances.yaml

Lines changed: 30 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3989,31 +3989,6 @@ spec:
39893989
completed:
39903990
description: Indicates the migration completed
39913991
type: boolean
3992-
dataProcessedBytes:
3993-
description: DataProcessedBytes is the amount of migration data already
3994-
processed by the source runtime.
3995-
format: int64
3996-
type: integer
3997-
dataRemainingBytes:
3998-
description: DataRemainingBytes is the amount of migration data still
3999-
remaining on the source runtime.
4000-
format: int64
4001-
type: integer
4002-
dataTotalBytes:
4003-
description: DataTotalBytes is the total amount of migration data reported
4004-
by the source runtime.
4005-
format: int64
4006-
type: integer
4007-
iteration:
4008-
description: Iteration is the current migration iteration reported by
4009-
the source runtime.
4010-
format: int32
4011-
type: integer
4012-
autoConvergeThrottle:
4013-
description: AutoConvergeThrottle is the current auto-converge throttle
4014-
reported by the source runtime.
4015-
format: int32
4016-
type: integer
40173992
endTimestamp:
40183993
description: The time the migration action ended
40193994
format: date-time
@@ -4125,6 +4100,36 @@ spec:
41254100
description: Lets us know if the vmi is currently running pre
41264101
or post copy migration
41274102
type: string
4103+
transferStatus:
4104+
description: TransferStatus contains migration transfer details
4105+
reported by the source runtime.
4106+
properties:
4107+
autoConvergeThrottle:
4108+
description: AutoConvergeThrottle is the current auto-converge throttle
4109+
reported by the source runtime.
4110+
format: int32
4111+
type: integer
4112+
dataProcessedBytes:
4113+
description: DataProcessedBytes is the amount of migration data already
4114+
processed by the source runtime.
4115+
format: int64
4116+
type: integer
4117+
dataRemainingBytes:
4118+
description: DataRemainingBytes is the amount of migration data still
4119+
remaining on the source runtime.
4120+
format: int64
4121+
type: integer
4122+
dataTotalBytes:
4123+
description: DataTotalBytes is the total amount of migration data reported
4124+
by the source runtime.
4125+
format: int64
4126+
type: integer
4127+
iteration:
4128+
description: Iteration is the current migration iteration reported by
4129+
the source runtime.
4130+
format: int32
4131+
type: integer
4132+
type: object
41284133
sourceNode:
41294134
description: The source node that the VMI originated on
41304135
type: string

0 commit comments

Comments
 (0)