Skip to content

Implement fault injection that will simulate OS crash or reboot #81

@ligurio

Description

@ligurio

https://www.kernel.org/doc/html/latest/admin-guide/sysrq.html

echo X > /proc/sysrq-trigger, where X is:

  • b, Will immediately reboot the system without syncing or unmounting your disks.
  • c, Will perform a system crash by a NULL pointer dereference. A crashdump will be taken if configured.
  • j, Forcibly “Just thaw it” - filesystems frozen by the FIFREEZE ioctl.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions