You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, unreliablefs supports a single interface of setting fault injections - plain text file with INI-style configuration options. It would be quite convenient to have yet another interface with access via network socket and JSON API.
New command-line option
Add a new option socket that allows to specify a path to a control UNIX socket.
Mount with socket:
Currently,
unreliablefs
supports a single interface of setting fault injections - plain text file with INI-style configuration options. It would be quite convenient to have yet another interface with access via network socket and JSON API.New command-line option
Add a new option
socket
that allows to specify a path to a control UNIX socket.Mount with socket:
JSON API:
JSON API has the same keywords as used in a configuration file.
Setting options using
jo(1)
:References
The text was updated successfully, but these errors were encountered: