Applicable to:
- SolusVM 2
Symptoms
Unable to create a new VM on a new CR:
SVM_ERROR: Unable to create a new VM: Couldn't find the bridged network bridge. The existing bridges are...
Cause
Incorrect Bridge configuration in SolusVM 2 database.
Resolution
1. Connect to Management node via SSH 2. Backup the Management node with:
# /usr/local/solus/bin/installer -backup
3. Access the database: How to access SolsuVM2 Database
4. Run the query with CR ID.
# update compute_resources set settings=settings||'{"network": {"type": "bridged", "bridges": [{"name": "br-int", "type": "bridged"}, {"name": "br-routed", "type": "routed"}], "ip_for_vpc_network": null}}' where id=260;
ID is CRs ID from SolusVM2 UI
Comments
Please sign in to leave a comment.