Applicable to:
- SolusVM 2
Question
How to remove SolusVM 2 on CR?
Answer
The best practice is to redeploy server anew.
If redeploying is not an option use the following instruction to remove SolusVM 2 on CR:
- Remove the package openvswitch if it is not used by other software:
# yum remove openvswitch
- Remove the directories /usr/local/solus and /usr/local/solusnxt:
# rm -rf /usr/local/solus && rm -rf /usr/local/solusnxt
- Remove the hook script /etc/libvirt/hooks/qemu and restart libvirtd service:
# rm -f /etc/libvirt/hooks/qemu
# service libvirtd restart
Comments
0 commentsPlease sign in to leave a comment.