You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@crail.apache.org by PepperJo <gi...@git.apache.org> on 2018/04/04 13:55:24 UTC

[GitHub] incubator-crail pull request #15: New NVMf storage tier: use jNVMf library

GitHub user PepperJo opened a pull request:

    https://github.com/apache/incubator-crail/pull/15

    New NVMf storage tier: use jNVMf library

    New NVMf storage tier implementation which uses jNVMf library instead
    of SPDK. We do not implement unaligned reads anymore since we believe
    the semantics of the underlying storage system should not be hidden like
    this. We guarantee good performance when using buffered streams since
    they now try to align accesses whenever possible.
    
    Signed-off-by: Jonas Pfefferle <pe...@apache.org>

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/PepperJo/incubator-crail new_nvmf

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-crail/pull/15.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #15
    
----
commit 0d7b344f7b682b12effbc2454cc0a1d15c499cbf
Author: Jonas Pfefferle <pe...@...>
Date:   2018-03-01T16:29:34Z

    New NVMf storage tier: use jNVMf library
    
    New NVMf storage tier implementation which uses jNVMf library instead
    of SPDK. We do not implement unaligned reads anymore since we believe
    the semantics of the underlying storage system should not be hidden like
    this. We guarantee good performance when using buffered streams since
    they now try to align accesses whenever possible.
    
    Signed-off-by: Jonas Pfefferle <pe...@apache.org>

----


---

[GitHub] incubator-crail pull request #15: New NVMf storage tier: use jNVMf library

Posted by PepperJo <gi...@git.apache.org>.
Github user PepperJo closed the pull request at:

    https://github.com/apache/incubator-crail/pull/15


---