Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: nfs: fault_injection: convert to ReST

Convert fault_injection.txt to ReST and move it to admin-guide.

Signed-off-by: Daniel W. S. Almeida <dwlsalmeida@gmail.com>
Link: https://lore.kernel.org/r/f7b0cf8fb1159a668f75ce82a581e7590568c2b8.1578697871.git.dwlsalmeida@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Daniel W. S. Almeida and committed by
Jonathan Corbet
6996e8ca 98600b71

+4 -2
+1
Documentation/admin-guide/nfs/index.rst
··· 12 12 nfs-idmapper 13 13 pnfs-block-server 14 14 pnfs-scsi-server 15 + fault_injection
+3 -2
Documentation/filesystems/nfs/fault_injection.txt Documentation/admin-guide/nfs/fault_injection.rst
··· 1 + =================== 2 + NFS Fault Injection 3 + =================== 1 4 2 - Fault Injection 3 - =============== 4 5 Fault injection is a method for forcing errors that may not normally occur, or 5 6 may be difficult to reproduce. Forcing these errors in a controlled environment 6 7 can help the developer find and fix bugs before their code is shipped in a