H
hsman
Guest
Hi ,
I am installing proxmox 3 iso, in SSD, and connected 4x 2TB disk into the same server, configured software Raid 10 in linux for installing VM later.
For this Raid 10 Storage (4x 2TB HDD Sata, usable 4TB after raid 10) , I am considering either xfs , ext3 or ext4 . Tried all three, following is the stats -
XFS
#pveperf /vmdisk
CPU BOGOMIPS: 52680.40
REGEX/SECOND: 1642595
HD SIZE: 3723.95 GB (/dev/md0)
BUFFERED READS: 242.83 MB/sec
AVERAGE SEEK TIME: 23.33 ms
FSYNCS/SECOND: 83.99
DNS EXT: 200.15 ms
DNS INT: 319.92 ms (domain.net
# dd if=/dev/zero of=output bs=8k count=256k
262144+0 records in
262144+0 records out
2147483648 bytes (2.1 GB) copied, 1.07498 s, 2.0 GB/s
ext3
#pveperf /vmdisk
CPU BOGOMIPS: 52680.40
REGEX/SECOND: 1504592
HD SIZE: 3667.32 GB (/dev/md0)
BUFFERED READS: 275.75 MB/sec
AVERAGE SEEK TIME: 19.00 ms
FSYNCS/SECOND: 857.42
DNS EXT: 270.64 ms
DNS INT: 273.77 ms (domain.net)
root@proxmox:/#
dd if=/dev/zero of=output bs=8k count=256k
262144+0 records in
262144+0 records out
2147483648 bytes (2.1 GB) copied, 2.4559 s, 874 MB/s
ext4
# pveperf /vmdisk
CPU BOGOMIPS: 52680.40
REGEX/SECOND: 1564521
HD SIZE: 3667.32 GB (/dev/md0)
BUFFERED READS: 283.32 MB/sec
AVERAGE SEEK TIME: 19.11 ms
FSYNCS/SECOND: 43.67
DNS EXT: 192.82 ms
DNS INT: 236.91 ms (domain.net)
# dd if=/dev/zero of=output bs=8k count=256k
262144+0 records in
262144+0 records out
2147483648 bytes (2.1 GB) copied, 1.2642 s, 1.7 GB/s
The result show seems, ext3 has best fsync time , but the dd test is worst. I wonder which one shld I choose for this. Need advice.
Thank you
I am installing proxmox 3 iso, in SSD, and connected 4x 2TB disk into the same server, configured software Raid 10 in linux for installing VM later.
For this Raid 10 Storage (4x 2TB HDD Sata, usable 4TB after raid 10) , I am considering either xfs , ext3 or ext4 . Tried all three, following is the stats -
XFS
#pveperf /vmdisk
CPU BOGOMIPS: 52680.40
REGEX/SECOND: 1642595
HD SIZE: 3723.95 GB (/dev/md0)
BUFFERED READS: 242.83 MB/sec
AVERAGE SEEK TIME: 23.33 ms
FSYNCS/SECOND: 83.99
DNS EXT: 200.15 ms
DNS INT: 319.92 ms (domain.net
# dd if=/dev/zero of=output bs=8k count=256k
262144+0 records in
262144+0 records out
2147483648 bytes (2.1 GB) copied, 1.07498 s, 2.0 GB/s
ext3
#pveperf /vmdisk
CPU BOGOMIPS: 52680.40
REGEX/SECOND: 1504592
HD SIZE: 3667.32 GB (/dev/md0)
BUFFERED READS: 275.75 MB/sec
AVERAGE SEEK TIME: 19.00 ms
FSYNCS/SECOND: 857.42
DNS EXT: 270.64 ms
DNS INT: 273.77 ms (domain.net)
root@proxmox:/#
dd if=/dev/zero of=output bs=8k count=256k
262144+0 records in
262144+0 records out
2147483648 bytes (2.1 GB) copied, 2.4559 s, 874 MB/s
ext4
# pveperf /vmdisk
CPU BOGOMIPS: 52680.40
REGEX/SECOND: 1564521
HD SIZE: 3667.32 GB (/dev/md0)
BUFFERED READS: 283.32 MB/sec
AVERAGE SEEK TIME: 19.11 ms
FSYNCS/SECOND: 43.67
DNS EXT: 192.82 ms
DNS INT: 236.91 ms (domain.net)
# dd if=/dev/zero of=output bs=8k count=256k
262144+0 records in
262144+0 records out
2147483648 bytes (2.1 GB) copied, 1.2642 s, 1.7 GB/s
The result show seems, ext3 has best fsync time , but the dd test is worst. I wonder which one shld I choose for this. Need advice.
Thank you