diff options
author | Daniel W. S. Almeida <dwlsalmeida@gmail.com> | 2020-01-11 02:24:31 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-01-16 22:43:05 +0300 |
commit | 6996e8ca8ba9727aac967577277c25b91f11705a (patch) | |
tree | 24150da94c7ac99ab16bcaaaf1772e9d50d875e6 /Documentation | |
parent | 98600b71f2bfc066d5dc8a25abf5fef84f8fc96c (diff) | |
download | linux-6996e8ca8ba9727aac967577277c25b91f11705a.tar.xz |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/admin-guide/nfs/fault_injection.rst (renamed from Documentation/filesystems/nfs/fault_injection.txt) | 5 | ||||
-rw-r--r-- | Documentation/admin-guide/nfs/index.rst | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/filesystems/nfs/fault_injection.txt b/Documentation/admin-guide/nfs/fault_injection.rst index f3a5b0a8ac05..eb029c0c15ce 100644 --- a/Documentation/filesystems/nfs/fault_injection.txt +++ b/Documentation/admin-guide/nfs/fault_injection.rst @@ -1,6 +1,7 @@ +=================== +NFS Fault Injection +=================== -Fault Injection -=============== Fault injection is a method for forcing errors that may not normally occur, or may be difficult to reproduce. Forcing these errors in a controlled environment can help the developer find and fix bugs before their code is shipped in a diff --git a/Documentation/admin-guide/nfs/index.rst b/Documentation/admin-guide/nfs/index.rst index 3601a708f333..6b5a3c90fac5 100644 --- a/Documentation/admin-guide/nfs/index.rst +++ b/Documentation/admin-guide/nfs/index.rst @@ -12,3 +12,4 @@ NFS nfs-idmapper pnfs-block-server pnfs-scsi-server + fault_injection |