search for: kvmserv02

Displaying 1 result from an estimated 1 matches for "kvmserv02".

Did you mean: kvmserv01
2013 Jul 08
0
Custom Live Migration Query
...down a guest on one, I can easily get it up and running on the other without issue. I have run into some file system corruption trouble if I try to do a live migration. I have a test script just to test out the bare functionality I'm looking for (this script would run on the second KVM server; kvmserv02): #!/bin/sh if virsh -c qemu+ssh://kvmserv01/system list | grep -q " guest "; then echo "Saving state on remote server..." if ! virsh -c qemu+ssh://kvmserv01/system save guest --running ~/guest.save; then echo "Could not save state of guest" exit 1 fi...