Configuring Network task fails for a new Compute Resource in SolusVM 2: failed to create datapath ovs-system: No such file or directory

Have more questions? Submit a request

Applicable to:

  • SolusVM 2

Symptoms 

Configuring Network task fails for a new Compute Resource in SolusVM 2:

SVM_ERROR: failed to configure OVS bridge on Linux: pre check failed: errors found in /var/log/openvswitch/ovs-vswitchd.log fix them first and truncate log: [{2023-09-14T00:33:02.844Z 00014 ofproto_dpif ERR failed to open datapath of type system: No such file or directory} {2023-09-14T00:33:02.844Z 00015 ofproto ERR failed to open datapath br-ext: No such file or directory} {2023-09-14T00:33:02.844Z 00016 bridge ERR failed to create bridge br-ext: No such file or directory} {2023-09-14T00:33:02.870Z 00020 ofproto_dpif ERR failed to open datapath of type system: No such file or directory} {2023-09-14T00:33:02.870Z 00021 ofproto ERR failed to open datapath br-ext: No such file or directory} {2023-09-14T00:33:02.870Z 00022 bridge ERR failed to create bridge br-ext: No such file or directory}]

Cause

Openvswitch failed to start properly

Resolution

  1. Connect to Compute Resource via SSH
  2. Restart Openvswitch:

    # systemctl restart ovsdb-server

  3. Truncate Openvswitch log:

    # cp -a /var/log/openvswitch/ovs-vswitchd.log{,.orig}
    # truncate -s 0 /var/log/openvswitch/ovs-vswitchd.log

Articles in this section

Was this article helpful?
0 out of 0 found this helpful
Share

Comments

0 comments

Please sign in to leave a comment.