Closed akiradeveloper closed 7 years ago
The example runs dmsetup create twice and this is quite confusing although it's obvious one should call create once.
e.g. BACKING=/dev/sdb # example CACHE=/dev/sdc # example sz=`blockdev --getsize ${BACKING}` dmsetup create wbdev --table "0 $sz writeboost $BACKING $CACHE" dmsetup create wbdev --table "0 $sz writeboost $BACKING $CACHE 2 writeback_threshold 70"
The example runs dmsetup create twice and this is quite confusing although it's obvious one should call create once.