summaryrefslogtreecommitdiff
path: root/filesystems/unreliablefs/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/unreliablefs/pkg-descr')
-rw-r--r--filesystems/unreliablefs/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/filesystems/unreliablefs/pkg-descr b/filesystems/unreliablefs/pkg-descr
new file mode 100644
index 000000000000..dfc24ceb8f34
--- /dev/null
+++ b/filesystems/unreliablefs/pkg-descr
@@ -0,0 +1,10 @@
+UnreliableFS is a FUSE-based fault injection filesystem that allows to change
+fault-injections in runtime using simple configuration file.
+
+Supported fault injections are:
+
+- errinj_errno - return error value and set random errno.
+- errinj_kill_caller - send SIGKILL to a process that invoked file operation.
+- errinj_noop - replace file operation with no operation (similar to
+ libeatmydata, but applicable to any file operation).
+- errinj_slowdown - slowdown invoked file operation.