Re: [Xen-devel] Patching error while setting up COLO

2016-03-19 Thread Yu-An(Victor) Chen
Hi, I have a question about the network setup with COLO. so in the colo page( http://wiki.xenproject.org/wiki/COLO_-_Coarse_Grain_Lock_Stepping) it shows a network topology graph: master: br0: 192.168.0.33 eth1: 192.168.1.33 eth2: 192.168.2.33 slave: br0: 192.168.0.88 br1: no ip address eth1:

Re: [Xen-devel] Patching error while setting up COLO

2016-03-18 Thread Changlong Xie
On 03/17/2016 03:45 AM, Yu-An(Victor) Chen wrote: Hi, I have a question about the network setup with COLO. so in the colo page( http://wiki.xenproject.org/wiki/COLO_-_Coarse_Grain_Lock_Stepping) it shows a network topology graph: master: br0: 192.168.0.33 eth1: 192.168.1.33 eth2: 192.168.2.33

Re: [Xen-devel] Patching error while setting up COLO

2016-03-15 Thread Yu-An(Victor) Chen
Hi Changlong, Thanks for the reply, the script works now. Now I have a question about the network setup: according to the website you sent me, colo network interfaces between two servers should be set up like the following? is the

Re: [Xen-devel] Patching error while setting up COLO

2016-03-14 Thread Changlong Xie
On 03/09/2016 06:57 AM, Yu-An(Victor) Chen wrote: Sorry for the duplicated email Congyang, I forgot to replied all: Hi Congyang, Thank you for the hint, after building xen, your script works for qemu-xen! so now I am trying to set up the secondary node with the script provided by Changlong in

Re: [Xen-devel] Patching error while setting up COLO

2016-03-08 Thread Yu-An(Victor) Chen
Sorry for the duplicated email Congyang, I forgot to replied all: Hi Congyang, Thank you for the hint, after building xen, your script works for qemu-xen! so now I am trying to set up the secondary node with the script provided by Changlong in his first reply: ---

Re: [Xen-devel] Patching error while setting up COLO

2016-03-06 Thread Wen Congyang
On 03/05/2016 09:51 AM, Yu-An(Victor) Chen wrote: > Hi Congyang, > > Thanks for your reply, > > even with your script, and I modify the "path_to_xen_source" to point where > my xen directory is. I still got this error. > > ERROR: User requested feature xen >configure was not able to fin

Re: [Xen-devel] Patching error while setting up COLO

2016-03-04 Thread Yu-An(Victor) Chen
Hi Congyang, Thanks for your reply, even with your script, and I modify the "path_to_xen_source" to point where my xen directory is. I still got this error. ERROR: User requested feature xen configure was not able to find it. Install xen devel What do you think what I am missing?

Re: [Xen-devel] Patching error while setting up COLO

2016-03-03 Thread Wen Congyang
On 03/04/2016 10:01 AM, Yu-An(Victor) Chen wrote: > Hi, > > So I git clone https://github.com/wencongyang/qemu-xen.git > > but i only see branch "con-xen-v2" instead of " colo-xen-v2" so I assume I > use just use con-xen-v2. > > But then the following step: > > in both ~/qemu-colo and ~/qemu-x

Re: [Xen-devel] Patching error while setting up COLO

2016-03-03 Thread Yu-An(Victor) Chen
Hi, So I git clone https://github.com/wencongyang/qemu-xen.git but i only see branch "con-xen-v2" instead of " colo-xen-v2" so I assume I use just use con-xen-v2. But then the following step: in both ~/qemu-colo and ~/qemu-xen ./configure --enable-xen --target-list=x86_64-softmmu --extra-cflag

Re: [Xen-devel] Patching error while setting up COLO

2016-03-03 Thread Wen Congyang
On 03/03/2016 05:39 PM, Yu-An(Victor) Chen wrote: > Hi Changlong, > > Thanks for the reply, > > Again when I am trying to do the following: > > 5. build qemu-colo > 1) cd ~/qemu-colo/; *git checkout colo-xen-v2* > * > * > I got this error message *"error: pathspec 'colo-xen-v2' did not match any

Re: [Xen-devel] Patching error while setting up COLO

2016-03-03 Thread Yu-An(Victor) Chen
Hi Changlong, Thanks for the reply, Again when I am trying to do the following: 5. build qemu-colo 1) cd ~/qemu-colo/; *git checkout colo-xen-v2* I got this error message *"error: pathspec 'colo-xen-v2' did not match any file(s) known to git."* Even if I do git fetch, I still get the same error

Re: [Xen-devel] Patching error while setting up COLO

2016-02-25 Thread Changlong Xie
On 02/26/2016 12:55 PM, Yu-An(Victor) Chen wrote: Hi Changlong, Are you suggesting I should hold off on setting up COLO for now? No, just following my steps. Thanks -Xie Thanks! Victor On Thu, Feb 25, 2016 at 8:19 PM, Changlong Xie wrote: On 02/26/2016 11:38 AM, Yu-An(Victor)

Re: [Xen-devel] Patching error while setting up COLO

2016-02-25 Thread Yu-An(Victor) Chen
Hi Changlong, Are you suggesting I should hold off on setting up COLO for now? Thanks! Victor On Thu, Feb 25, 2016 at 8:19 PM, Changlong Xie wrote: > On 02/26/2016 11:38 AM, Yu-An(Victor) Chen wrote: > >> Hi Changlong, >> >> Thanks for the reply! >> >> So I am trying to follow your new instru

Re: [Xen-devel] Patching error while setting up COLO

2016-02-25 Thread Changlong Xie
On 02/26/2016 11:38 AM, Yu-An(Victor) Chen wrote: Hi Changlong, Thanks for the reply! So I am trying to follow your new instructions, but when I am trying to do this: cd ~/colo-proxy/; git checkout 405527cbfa9f I got the following error: "error: pathspec '405527cbfa9f' did not match any fi

Re: [Xen-devel] Patching error while setting up COLO

2016-02-25 Thread Yu-An(Victor) Chen
Hi Changlong, Thanks for the reply! So I am trying to follow your new instructions, but when I am trying to do this: cd ~/colo-proxy/; git checkout 405527cbfa9f I got the following error: "error: pathspec '405527cbfa9f' did not match any file(s) known to git." I assume it is just a typo? Tha

Re: [Xen-devel] Patching error while setting up COLO

2016-02-25 Thread Changlong Xie
On 02/25/2016 06:31 PM, Ian Campbell wrote: Sorry for this. Since we have no privilege to update the Wiki for a long >time so most contents of this page are dated : ( Anyone can be granted access, it is only a manual process because of spammers. Please create an account and then fill in the form

Re: [Xen-devel] Patching error while setting up COLO

2016-02-25 Thread Ian Campbell
On Thu, 2016-02-25 at 16:49 +0800, Changlong Xie wrote: > Sorry for this. Since we have no privilege to update the Wiki for a long > time so most contents of this page are dated : ( Anyone can be granted access, it is only a manual process because of spammers. Please create an account and then fi

Re: [Xen-devel] Patching error while setting up COLO

2016-02-25 Thread Changlong Xie
On 02/25/2016 01:17 PM, Yu-An(Victor) Chen wrote: Hi, I am trying to set up COLO by following this http://wiki.xenproject.org/wiki/COLO_-_Coarse_Grain_Lock_Stepping I was able to follow the step up to $git am ~/ColoPatchForQemu/*.patch When I try to run the above command, I got the following