williamtu / ovs-mlx

OVS smartnic
0 stars 0 forks source link

[SOLVED] error: Network not found: no network with matching name 'default' #13

Open smadaminov opened 3 years ago

smadaminov commented 3 years ago

Sometimes when using virsh, you may encounter a problem related to the default network

# virsh start vdpa-vm
error: Failed to start domain vdpa-vm
error: Network not found: no network with matching name 'default'
smadaminov commented 3 years ago

This issue is usually happens when there is no network named default for some reason. To fix the problem you need to manually create it. The following link contains steps how to do that.