Unreliablefs
A FUSE-based fault injection filesystem.
Install / Use
/learn @ligurio/UnreliablefsREADME
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.
Building
Prerequisites:
- CentOS:
dnf install -y gcc -y cmake fuse fuse-devel - Ubuntu:
apt-get install -y gcc cmake fuse libfuse-dev - FreeBSD:
pkg install gcc cmake fusefs-libs pkgconf - OpenBSD:
pkg_add cmake - macOS:
brew install --cask osxfuse
$ cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug
$ cmake --build build --parallel
Packages
Using
$ mkdir /tmp/fs
$ unreliablefs /tmp/fs -basedir=/tmp -seed=1618680646
$ cat << EOF > /tmp/fs/unreliablefs.conf
[errinj_noop]
op_regexp = .*
path_regexp = .*
probability = 30
EOF
$ ls -la
$ umount /tmp/fs
Documentation
See documentation in unreliablefs.1 and unreliablefs.conf.5.
License
MIT License, Copyright (c) 2020-2023, Sergey Bronnikov BSD-3-Clause, Copyright (C) 2009-2020, Ben Hoyt
Related Skills
node-connect
350.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
350.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
350.8kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
