adamant-kite-43734
05/15/2024, 8:30 PMsalmon-city-57654
05/16/2024, 9:02 AMadamant-twilight-5237
05/16/2024, 2:41 PMbrainy-kilobyte-33711
05/16/2024, 4:44 PMbrainy-kilobyte-33711
05/16/2024, 4:44 PMadamant-twilight-5237
05/16/2024, 4:46 PMsalmon-city-57654
05/20/2024, 3:45 PMIt seams as if all of the live migration traffic is going over the management nic.That’s true. So if your source VM with huge memory is dirty and it still increases. It means the migration progress might take longer because we must wait for the memory to sync (through mgmt network) Could you also check this document? https://kubevirt.io/user-guide/operations/live_migration/#using-a-different-network-for-migrations I thought we should add similar document on harvester side. Thanks for the reminder.
salmon-city-57654
05/22/2024, 12:52 AMadamant-twilight-5237
05/22/2024, 12:55 AMadamant-twilight-5237
05/22/2024, 12:58 AMsalmon-city-57654
05/22/2024, 1:02 AMadamant-twilight-5237
05/23/2024, 2:41 PMadamant-twilight-5237
05/23/2024, 2:41 PMadamant-twilight-5237
05/28/2024, 11:26 PMapiVersion: <http://k8s.cni.cncf.io/v1|k8s.cni.cncf.io/v1>
kind: NetworkAttachmentDefinition
metadata:
name: 'livemigration'
annotations:
finalizers:
- <http://wrangler.cattle.io/harvester-network-nad-controller|wrangler.cattle.io/harvester-network-nad-controller>
- <http://wrangler.cattle.io/harvester-network-manager-nad-controller|wrangler.cattle.io/harvester-network-manager-nad-controller>
labels:
<http://network.harvesterhci.io/clusternetwork|network.harvesterhci.io/clusternetwork>: backend-bond
<http://network.harvesterhci.io/ready|network.harvesterhci.io/ready>: 'true'
<http://network.harvesterhci.io/type|network.harvesterhci.io/type>: L2VlanNetwork
<http://network.harvesterhci.io/vlan-id|network.harvesterhci.io/vlan-id>: '21'
namespace: harvester-system
spec:
config: '{"cniVersion":"0.3.1","type":"bridge","dns":{},"bridge":"backend-bond-br","promiscMode":true,"vlan":21,"ipam":{"type":"whereabouts","range":"192.168.21.129/26"}}'
adamant-twilight-5237
05/28/2024, 11:28 PMwhereabouts
to your networkAttachmentDefinition and it should just provision the IPs it needs.