I am regarding to question: Improving IO with FlashCache
I have setup a RAID1 (/dev/md0) LVM (/dev/vg_xen) and executed following command:
flashcache_create -p thru flashcache0 /dev/sdc /dev/md0
Then I started a XEN PV guest, which uses /dev/vg_xen/vm0 as hard disk. After using it a while
cat /proc/flashcache/sdc\+md0/flashcache_stats
shows me
reads=0 writes=0
So, it does not work. What did I do wrong?