Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 308 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 308 Bytes

dm-loki

Device mapper target allowing deterministic fault injection

Installation

dm-loki is a loadable kernel module.

git clone [email protected]:algrebe/dm-loki.git
cd dm-loki
make test

sudo rmmod dm-loki.ko
sudo insmod ./dm-loki.ko

Please take a look at tests.makefile for examples.