akiradeveloper / dm-writeboost

Log-structured Caching for Linux
GNU General Public License v2.0
123 stars 19 forks source link

Add README about dm-writeboost-tools? #169

Open akiradeveloper opened 7 years ago

akiradeveloper commented 7 years ago

I've created dm-writeboost-tools which makes it quite easy to create/remove writeboost devices.

https://github.com/akiradeveloper/dm-writeboost-tools

It is often pointed out that the several pre/post operations in create/remove is not easy to understand such as

wbcreate and wbremove hide these knowledges.

In my opinion, it would be better to not allow users to touch dmsetup create and remove but encourage them to use wbcreate and wbremove instead so they don't need to read README.

Now I wonder if I need to keep the documentation about dmsetup or remove them all and just say "Use dm-writeboost-tools"