Skip to content

Commit 7b349e7

Browse files
committed
update base HCO objects
Signed-off-by: Itamar Holder <[email protected]>
1 parent 85aac8e commit 7b349e7

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

config/crd/bases/hco.kubevirt.io_hyperconvergeds.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ spec:
7474
liveMigrationConfig:
7575
allowAutoConverge: false
7676
allowPostCopy: false
77-
completionTimeoutPerGiB: 800
7877
parallelMigrationsPerCluster: 5
7978
parallelOutboundMigrationsPerNode: 2
8079
progressTimeout: 150
@@ -2252,7 +2251,6 @@ spec:
22522251
default:
22532252
allowAutoConverge: false
22542253
allowPostCopy: false
2255-
completionTimeoutPerGiB: 800
22562254
parallelMigrationsPerCluster: 5
22572255
parallelOutboundMigrationsPerNode: 2
22582256
progressTimeout: 150
@@ -2284,7 +2282,6 @@ spec:
22842282
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
22852283
type: string
22862284
completionTimeoutPerGiB:
2287-
default: 800
22882285
description: |-
22892286
If a migrating VM is big and busy, while the connection to the destination node
22902287
is slow, migration may never converge. The completion timeout is calculated

deploy/crds/hco00.crd.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ spec:
7474
liveMigrationConfig:
7575
allowAutoConverge: false
7676
allowPostCopy: false
77-
completionTimeoutPerGiB: 800
7877
parallelMigrationsPerCluster: 5
7978
parallelOutboundMigrationsPerNode: 2
8079
progressTimeout: 150
@@ -2252,7 +2251,6 @@ spec:
22522251
default:
22532252
allowAutoConverge: false
22542253
allowPostCopy: false
2255-
completionTimeoutPerGiB: 800
22562254
parallelMigrationsPerCluster: 5
22572255
parallelOutboundMigrationsPerNode: 2
22582256
progressTimeout: 150
@@ -2284,7 +2282,6 @@ spec:
22842282
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
22852283
type: string
22862284
completionTimeoutPerGiB:
2287-
default: 800
22882285
description: |-
22892286
If a migrating VM is big and busy, while the connection to the destination node
22902287
is slow, migration may never converge. The completion timeout is calculated

0 commit comments

Comments
 (0)