 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] Slow disk access on forwarded RAID array
 Hi, I get a sluggish (600kb/s) read access on a Raid1 (mirror) disk array. Is this to be expected? What am I doing wrong? Configuration follows (if more details are needed I'm ready to provide them, just ask): Both Dom0 and DomU are fairly simple debian Wheezy installs. The server "real" hardware is not state-of-the-art anymore, but it is still a reasonably powerful machine: AMD Phenom(tm) II X6 1055T / 8Gb DDR3 RAM Setup was done following "beginner-guide" (after that I switched to xl toolchain). Dom0 has one plain disk (boot/root/LVM) and two RAID1 arrays (these were on two different machines and I rewired them to the server: root@vmrunner:~# fdisk -l /dev/sde Disk /dev/sde: 320.1 GB, 320072933376 bytes 255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x000d11c8 Device Boot Start End Blocks Id System /dev/sde1 * 2048 585727 291840 83 Linux /dev/sde2 585728 12304383 5859328 82 Linux swap / Solaris /dev/sde3 12304384 41601023 14648320 83 Linux /dev/sde4 41601024 625141759 291770368 8e Linux LVM root@vmrunner:~# mdadm --detail --scan ARRAY /dev/md127 metadata=0.90 UUID=075741b5:c25af231:bfe7d838:0da5cb4d ARRAY /dev/md/store metadata=1.2 name=store UUID=b277d0c1:0ade7e6a:d0139b97:ac1a295b DomU configuration is straightforward: Notice I have a rather small memory (512Mb), but this DomU is going to be "just" a file server (nfs+cifs). Also the configuration on DomU is quite straightforward: root@fileserver-pv-guest:/usr/share/doc/fio# cat /etc/fstab proc /proc proc defaults 0 0 devpts /dev/pts devpts rw,noexec,nosuid,gid=5,mode=620 0 0 /dev/xvda1 none swap sw 0 0 /dev/xvda2 / ext3 noatime,nodiratime,errors=remount-ro 0 1 /dev/xvda3 /srv/shares/Store ext4 noatime,nodiratime,errors=remount-ro 0 2 /dev/xvda4 /srv/shares/Store/private ext4 noatime,nodiratime,errors=remount-ro 0 2 But performance is NOT good: Any hint/pointer welcome Regards Mauro _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users 
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |