[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Save/Restore is not working properly
Hi, I was searching a way to clone a machine using both memory and disk approach. * #!/bin/bash : ${2? "Usage: $0 <domain> <destination>"} echo "$1 is source domain id"; echo "$2 is the destination file to store the image"; xl save -p $1 $2 ; lvremove -f /dev/vg0/vm-clone-lv; lvcreate -L10G -s -n vm-clone-lv /dev/vg0/orig-vm ; xl restore -e -p /etc/xen/vm-clone.cfg $2; xl unpause $1; -- _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |