Repository: incubator-crail
Updated Branches:
  refs/heads/master c25c72179 -> ef110ee77


README: update NVMf tier constants

Update NVMf tier constants in README.

https://issues.apache.org/jira/projects/CRAIL/issues/CRAIL-24

Close #18

Signed-off-by: Jonas Pfefferle <peppe...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-crail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-crail/commit/ef110ee7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-crail/tree/ef110ee7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-crail/diff/ef110ee7

Branch: refs/heads/master
Commit: ef110ee77ec51c94ae9770301fc3a0d0ab8a2553
Parents: c25c721
Author: Jonas Pfefferle <peppe...@apache.org>
Authored: Tue Apr 10 15:06:19 2018 +0200
Committer: Jonas Pfefferle <peppe...@apache.org>
Committed: Tue Apr 10 16:09:44 2018 +0200

----------------------------------------------------------------------
 README.md | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-crail/blob/ef110ee7/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 270ca64..48cae6d 100644
--- a/README.md
+++ b/README.md
@@ -68,18 +68,15 @@ Crail supports optimized local operations via memcpy 
(instead of RDMA) in case a
     
 ### NVMf/Flash Storage    
 
-Crail is a multi-tiered storage system. Additinoal tiers can be enabled by 
adding them to the configuration as follows.
+Crail is a multi-tiered storage system. Additional tiers can be enabled by 
adding them to the configuration as follows.
 
     crail.storage.types                  
org.apache.crail.storage.rdma.RdmaStorageTier,org.apache.crail.storage.nvmf.NvmfStorageTier
 
-For the NVMf storage tier we need to configure the server IP that is used when 
listening for new connections. We also need to configure the PCI address of the 
flash device we want to use, as well as the huge page mount point to be used 
for allocating memory. 
-
-    crail.storage.nvmf.bindip           10.40.0.XX
-    crail.storage.nvmf.pcieaddr         0000:11:00.0
-    crail.storage.nvmf.hugedir          /dev/hugepages
-    crail.storage.nvmf.servermempool    512
-    crail.storage.nvmf.clientmempool    512
+For the NVMf storage tier we need to configure the target's IP, port and 
subsystem NVMe qualified name.  
 
+    crail.storage.nvmf.ip               10.40.0.XX
+    crail.storage.nvmf.port             50025
+    crail.storage.nvmf.nqn              nqn.2017-06.io.crail:cnode
 
 ## Deploying
 

Reply via email to