From 0f43a03113361858076365946cfae0dfae21b617 Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Fri, 3 Jun 2022 11:53:45 -0400 Subject: [PATCH] Spell out write cache terminology Signed-off-by: Christoph Hellwig --- scsi_nvme_middle.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scsi_nvme_middle.xml b/scsi_nvme_middle.xml index 00ed304..8cd393f 100644 --- a/scsi_nvme_middle.xml +++ b/scsi_nvme_middle.xml @@ -111,13 +111,13 @@
- The equivalent of the WCE bit in the Caching Mode Page in - is the Write Cache Enable field in the - NVMe Get Features command, see Section 6.3.3.2 of - . If a write cache is enable - on a NVMe device used as a storage device for the pNFS SCSI layout, - the MDS must ensure to use the NVMe FLUSH command to flush - the volatile write cache. + The Volatile Write Cache Enable (WCE) bit (i.e., bit 00) in + the Volatile Write Cache Feature (Feature Identifier 06h) + is the Write Cache Enable field in the NVMe Get Features command + (see Section 6.3.3.2 of ). + If a write cache is enabled on a NVMe device used as a storage + device for the pNFS SCSI layout, the MDS MUST use the NVMe FLUSH + command to flush the volatile write cache.
-- 2.49.0