0

deleting a virtual machine using virsh command in Redhat

If i remove my virtual machine using virsh command it will remove completely right. It wont affect any of the other VMs or processes..???

isaiah
asked May 7, 2017
1 Answer
0

No it wont affect others unless if cloning is not configured. Jus use below command to delete a virtual machine.

    # virsh list --all
    Id    Name                           State
    ----------------------------------------------------
   1     vm-1                    running
   2     vm-2                    running

   # virsh destroy vm-1
   # virsh undefine vm-1
View More
jagannatharumugam
answered May 8, 2017
Your Answer
||||
 
100:0