Applicable to:
- SolusVM 2
Symptoms
SolusVM 2 VPS start fails with the error:
SVM_ERROR: failed to start virtual server "6a38fd65-a17e-4c33-8edd-584d219f24f6": unsupported configuration: Unable to find security driver for model selinux
Cause
selinux driver is not supported on CR.
Resolution
Enable selinux on CR.
Or if you need this only on a specific VPS or a few of them - repeat for each VPS the following steps:
- Open VPS config for editing with the command:
# virsh edit UUID
- Modify the line:
# <seclabel type='none' model='selinux'/>
to:
# <seclabel type='none' model='none'/>
- Save and exit
- Try starting again the VPS
Comments
Please sign in to leave a comment.