Applicable to:
- SolusVM
Question
How to remove KVM VPS on the source server manually after the migration?
Answer
- Connect to Source node via SSH
- Get the path to VPS image(LVM):
# virsh domblklist kvm101
Target Source
------------------------------------------------
hda /dev/solusvm/kvm101_img
hdc - - Shutdown the VPS if it is running:
# virsh destroy kvm101
- Remove the directory containing VPS configuration files:
# rm -rf /home/kvm/kvm101
- Remove the VPS image(logical volume) from step 2:
# lvremove /dev/solusvm/kvm101_img
Comments
0 commentsPlease sign in to leave a comment.