<p dir="ltr"><br>
在 2013-7-17 PM11:37,"Valerio Pachera" <<a href="mailto:sirio81@gmail.com">sirio81@gmail.com</a>>写道:<br>
><br>
> Here I am with a new performance test with Sheepdog 0.6.0_127_g085568a.<br>
> I don't understand the reason, but write speed with cache enabled is<br>
> the same as without cache.<br>
><br>
> The host where I'm running the guest has this configuration:<br>
>   sheep -w size=20000 /mnt/sheep/meta/,/mnt/sheep/dsk02<br>
><br>
> /dev/sda3 on /mnt/sheep/meta type xfs (rw,relatime,attr2,delaylog,noquota)<br>
> /dev/sdb1 on /mnt/sheep/dsk02 type xfs (rw,relatime,attr2,delaylog,noquota)<br>
><br>
> sda is and ssd disk!<br>
><br>
> The guest<br>
> qemu-system-x86_64 -name backup -enable-kvm -drive<br>
> file=sheepdog:backup,cache=writeback -drive<br>
> file=sheepdog:backup_data,cache=writeback ...<br>
><br>
> dd if=/dev/zero of=c1 bs=1M count=512 oflag=sync<br>
> 512+0 record dentro<br>
> 512+0 record fuori<br>
> 536870912 byte (537 MB) copiati, 63,3792 s, 8,5 MB/s<br>
></p>
<p dir="ltr">may you try it on you host too?oflag=sync is always slow. try oflag=direct instead</p>
<p dir="ltr">> I'm writing into sheepdog:backup_data (1T), also formatted with xfs.<br>
><br>
> The other two hosts have almost the same configuration:<br>
>   sheep -w size=20000 /mnt/sheep/dsk01,/mnt/sheep/dsk01/obj,/mnt/sheep/dsk02<br>
><br>
> /dev/vg00/sheepdog      /mnt/sheep/dsk01        xfs<br>
> defaults,noatime        0       2<br>
> /dev/sdb1       /mnt/sheep/dsk02       xfs     defaults,noatime        0       2<br>
><br>
> No ssd here.<br>
> The performance is exactly the same.<br>
> --<br>
> sheepdog-users mailing lists<br>
> <a href="mailto:sheepdog-users@lists.wpkg.org">sheepdog-users@lists.wpkg.org</a><br>
> <a href="http://lists.wpkg.org/mailman/listinfo/sheepdog-users">http://lists.wpkg.org/mailman/listinfo/sheepdog-users</a><br>
</p>