<div style="line-height:1.7;color:#000000;font-size:14px;font-family:arial">Thanks for reply. Comments inline too.<br><br>在 2013-07-03 18:00:50,"Wenhao Xu" <<a target="_blank" href="mailto:wenhao@zelin.io">wenhao@zelin.io</a>> 写道:<br> <div style="font-size: 12px; cursor: pointer; color: rgb(92, 110, 252);">- 隐藏引用文字 -</div>Hi,<div><br></div><div style="">Comments inline.</div><br><br>On Wed, Jul 3, 2013 at 5:49 PM, liujet <span dir="ltr"><<a href="mailto:liujet@126.com" target="_blank">liujet@126.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="line-height:1.7;font-size:14px;font-family:arial"><div>Hi, I am a beginer. Hope experts can understand my poor English  and  help me. Thanks!</div>

<div>Follow the use's guide, I test a sheepdog vdi (run windows 
2003)successfully on just one physical pc (collie cluster format 
--copies=1 ).</div>
<div>The envirotments :one pc running centos6.4, sheedog 0.6, qemu1.4.2.  </div>
<div>There are  3 problems comfused me.</div>
<div>1. qemu1.5 installed, when running qemu-system-x86_64 with 
parameter "-enable-kvm", fail to start the vdi. And then degreade to 
qemu1.4, an error appears "invalid write to memory region kvm-pic", but 
client OS running  normally and quickly.</div>
</div></blockquote><div>How do you install qemu1.5? From source code? </div><div>*  From source code:<br>   git clone git://github.com/collie/sheepdog.git<br>   yum install automake<br>   cd sheepdog<br>  ./autogen.sh<br>  ./configure<br>  make install<br></div><div style="">What is the full command line you used to start sheepdog?<br>*    /etc/init.d/sheepdog start<br></div><div>What is the full command line you used to start the sheepdog VM?<br> *   modprobe kvm<br>    modprobe kvm-intel<br></div>
<div>    qemu-system-x86_64 -drive file=sheepdog:bob,cache=writeback 
-cdrom /usr/mysoft/win2003.iso -boot c -m 512 -localtime  -enable-kvm 
-machine accel=kvm <br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="line-height:1.7;font-size:14px;font-family:arial">
<div>2. In the client system(windows2003 server), download or copy files
 up to 100M bytes, the vdi seems halt and  recover after finishing  the 
download task, it cost quite a long time. why?</div></div></blockquote><div style="">
Do you mean VM is halted? How do you copy the files? Could you please describe more? And what is in sheep.log?<br> * 
 Halt is not very exactly.  The client OS lose reactions except mouse. 
When copy  files to any other fold or download using IE, at first the 
speed is fast  until hundreds mega bytes(concerned with cache?).  At the
 same time, I found the file number of objects fold increase. When this 
happen,Nothing  is added to sheep.log.  Maybe just the writing speed's 
influence?<br></div><div style=""> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="line-height:1.7;font-size:14px;font-family:arial">
<div>3. after installing the libvirt, virsh can start local raw image, 
but not with sheepdog, the error is about "not finding the sheepdog 
disk"</div></div><br></blockquote><div style="">What is your libvirt xml? <br>*
 I use vir-manager and modifid the xml file. It seems using qemu-kvm as 
emulator. What are the differences between qemu and qemu-kvm? Does 
sheepdog support qemu-kvm?<br>error message:<br>[root@localhost2 qemu]# virsh create test.xml<br>错误:从 test.xml 创建域失败<br>错误:内部错误 Process exited while reading console log output: char device redirected to /dev/pts/2<br>qemu-kvm:
 -drive 
file=sheepdog:bob,if=none,id=drive-ide0-0-0,format=raw,cache=none: could
 not open disk image sheepdog:bob: No such file or directory<br>test.xml<br>--------<br><!--<br>WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE <br>OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:<br>  virsh edit test<br>or other application using the libvirt API.<br>--><br><br><domain type='kvm'><br>  <name>test</name><br>  <uuid>993ab828-aeff-f775-a855-92b92f4f1560</uuid><br>  <memory unit='KiB'>1048576</memory><br>  <currentMemory unit='KiB'>1048576</currentMemory><br>  <vcpu placement='static'>1</vcpu><br>  <os><br>    <type arch='x86_64' machine='rhel6.4.0'>hvm</type><br>    <boot dev='hd'/><br>  </os><br>  <features><br>    <acpi/><br>    <apic/><br>    <pae/><br>  </features><br>  <clock offset='utc'/><br>  <on_poweroff>destroy</on_poweroff><br>  <on_reboot>restart</on_reboot><br>  <on_crash>restart</on_crash><br>  <devices><br>    <emulator>/usr/libexec/qemu-kvm</emulator><br>    <disk type='network' device='disk'><br>      <driver name='qemu' type='raw' cache='none'/>     <br>      <source protocol='sheepdog' name='bob'/><br>      <target dev='hda' bus='ide'/><br>      <address type='drive' controller='0' bus='0' target='0' unit='0'/><br>    </disk><br>    <controller type='usb' index='0'><br>      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/><br>    </controller><br>    <controller type='ide' index='0'><br>      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/><br>    </controller><br>    <interface type='network'><br>      <mac address='52:54:00:a2:19:10'/><br>      <source network='default'/><br>      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/><br>    </interface><br>    <serial type='pty'><br>      <target port='0'/><br>    </serial><br>    <console type='pty'><br>      <target type='serial' port='0'/><br>    </console><br>    <input type='mouse' bus='ps2'/><br>    <graphics type='vnc' port='-1' autoport='yes'/><br>    <sound model='ich6'><br>      <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/><br>    </sound><br>    <video><br>      <model type='cirrus' vram='9216' heads='1'/><br>      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/><br>    </video><br>    <memballoon model='virtio'><br>      <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/><br>    </memballoon><br>  </devices><br></domain><br>--------<br></div>
<br><span title="neteasefooter"><span></span></span><br>--<br>
sheepdog-users mailing lists<br>
<a target="_blank" href="mailto:sheepdog-users@lists.wpkg.org">sheepdog-users@lists.wpkg.org</a><br>
<a href="http://lists.wpkg.org/mailman/listinfo/sheepdog-users" target="_blank">http://lists.wpkg.org/mailman/listinfo/sheepdog-users</a><br>
</div><br><br><span title="neteasefooter"><span id="netease_mail_footer"></span></span>