Tagged Questions
1
vote
0answers
50 views
How to manage 2 vm using upstart?
I use an upstart script to monitor a vm and respawn it when it gets killed. I would like to simulate a failover by doing the following. Create a clone of the VM1 say VM2. When either of them is ...