Applicable to:
- SolusIO
Question
How to remove SolusIO on CR?
Answer
The best practice is to redeploy server anew.
If redeploying is not the option use the following instruction to remove SolusIO 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 comments
Please sign in to leave a comment.