Skip to content
Commit c46bf278 authored by Mateusz Piotrowski's avatar Mateusz Piotrowski
Browse files

sysutils/fusefs-unreliablefs: Add new port

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.

WWW: https://github.com/ligurio/unreliablefs
parent d65b482f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment