Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: nvme: Correct typo in nvme fault injection example
@ 2018-02-12 16:47 Thomas Tai
  2018-02-12 18:38 ` Sagi Grimberg
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Tai @ 2018-02-12 16:47 UTC (permalink / raw)


The debugfs entry for DNR should have been dont_retry.

Signed-off-by: Thomas Tai <thomas.tai at oracle.com>
---
 Documentation/fault-injection/nvme-fault-injection.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/fault-injection/nvme-fault-injection.txt b/Documentation/fault-injection/nvme-fault-injection.txt
index e37b9c7..8fbf3bf 100644
--- a/Documentation/fault-injection/nvme-fault-injection.txt
+++ b/Documentation/fault-injection/nvme-fault-injection.txt
@@ -73,7 +73,7 @@ mount /dev/nvme0n1 /mnt
 echo 1 > /sys/kernel/debug/nvme0n1/fault_inject/times
 echo 100 > /sys/kernel/debug/nvme0n1/fault_inject/probability
 echo 1 > /sys/kernel/debug/nvme0n1/fault_inject/status
-echo 0 > /sys/kernel/debug/nvme0n1/fault_inject/no_retry
+echo 0 > /sys/kernel/debug/nvme0n1/fault_inject/dont_retry
 
 cp a.file /mnt
 
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-02-12 18:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-12 16:47 [PATCH] Documentation: nvme: Correct typo in nvme fault injection example Thomas Tai
2018-02-12 18:38 ` Sagi Grimberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox