GitHub user amitmvyas added a comment to the discussion: KVM host in Alert 
State with Alert message Can not find network

Below is the netplan config details

network:
  version: 2
  renderer: networkd
  ethernets:
    enp33s0f0:
      dhcp4: false
    enp33s0f1:
      dhcp4: false
    enp193s0f0np0:
      dhcp4: false
      mtu: 9124  
    enp193s0f1np1:
      dhcp4: false
    enp65s0f0np0:
      dhcp4: false
      mtu: 9124
    enp65s0f1np1:
      dhcp4: false
      mtu: 9124
  bonds:
    server_bond0:
      interfaces: [enp193s0f0np0, enp65s0f0np0]
      mtu: 9124
      parameters:
        mode: 802.3ad
        transmit-hash-policy: layer3+4
        lacp-rate: fast
        mii-monitor-interval: 100
    storage_bond0:
      interfaces: [enp193s0f1np1, enp65s0f1np1]
      mtu: 9124
      parameters:
        mode: 802.3ad
        transmit-hash-policy: layer3+4
        lacp-rate: fast
        mii-monitor-interval: 100
  vlans:
    internet4090:
      id: 4090
      link: server_bond0
    storage18:
      id: 18
      link: storage_bond0
  bridges:
    management_br0:
      interfaces: [enp33s0f0]
      dhcp4: true
    cloud_br0:
      interfaces: [internet4090]
      addresses: [xxx.xxx.xxx.xxx/23]
    storage_br0:
      interfaces: [storage18]
      addresses: [xxx.xxx.xxx.xxx/24]

GitHub link: 
https://github.com/apache/cloudstack/discussions/9712#discussioncomment-10693091

----
This is an automatically sent email for users@cloudstack.apache.org.
To unsubscribe, please send an email to: users-unsubscr...@cloudstack.apache.org

Reply via email to