]> git.baikalelectronics.ru Git - kernel.git/commit
NFSD: Added fault injection script
authorBryan Schumaker <bjschuma@netapp.com>
Tue, 1 Nov 2011 17:35:22 +0000 (13:35 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 8 Nov 2011 02:10:47 +0000 (21:10 -0500)
commite7f9208af56cf8a9022610b9d6a0a0f61cfc5dff
tree0428f5b9a1edd5e39566cccb143e5b5aaf44d0a6
parenta766b6e426ac2e0a3da8231fb4cfef6f5d3882d5
NFSD: Added fault injection script

This script provides a convenient way to use the NFSD fault injection
framework.  Fault injection writes to dmesg using the KERN_INFO flag, so
this script will compare the before and after output of `dmesg` to show
the user what happened

Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
tools/nfsd/inject_fault.sh [new file with mode: 0755]