April 01, 2007

A few photos



Water fountain Just a quick post to link to a few photos that I thought were worth sharing. I'm planning to help take photos of the Andrews University Passion Play next weekend, so I've been actually using my cameras a little lately. And although the water fountain is from last fall, I thought it was just too neat not to include.

I still do plan on editing and posting those shots from last year's trip to Peru. Someday. :)

An update to my previous post - I've found that the Linux device mapper (and therefore LVM) causes a major performance hit. dd from my RAID-5 array (/dev/md0) directly gives 210MB/s throughput. dd from a device mapper 'linear' device layered directly over /dev/md0 gives 80MB/s. I know benchmarks can be fickle, but this is a major difference. Benchmarking LVM on my workstation at work (only one hard drive) shows a major (although smaller) hit as well. Unfortunately, this is not an April Fool's joke. If performance is vital, Linux LVM is probably not the thing to use right now.

1 Comments:

samfw said...

I'm not sure it's safe to say that using LVM2 causes a major performance hit. Generally, LVM2 has no significant impact on performance. Doing dm-linear on top of software raid is a pretty uncommon configuration. So, there's that. Sometimes on faster SANs you may see an issue with request splitting (dm splits everything down into a large number of small requests), but usually that is masked by IO scheduler or fs tuning. I wouldn't jump to blame device-mapper on an un-scientific benchmark - there are many major deployments out there that use LVM2...

10 April, 2007 16:47  

Post a Comment

<< Home