Documentation/device-mapper/cache.txt
Documentation/device-mapper/cache.txt
Posted Mar 8, 2013 2:21 UTC (Fri) by msnitzer (subscriber, #57232)In reply to: Documentation/device-mapper/cache.txt by bergwolf
Parent article: Documentation/device-mapper/cache.txt
BTW, EnhanceIO has stopped using device-mapper (both the original dm-cache and flashcache used DM) and opted to make EnhanceIO a native block driver. They apparently did this to be able to transparently add a cache to any origin block device (even one that has partitions).
However, if the origin block device is already using bio-based DM (e.g. linear, striped, etc) then a dm-cache based cache can easily be transparently added to that origin device while that device is in use (DM's suspend/load table/resume makes this possible). And there are plans to make all Linux block devices DM-capable devices in the future; however designs for making that a reality are still forthcoming.