Code Monkey home page Code Monkey logo

Comments (3)

ojafuenf avatar ojafuenf commented on June 23, 2024

The server is configured via nvmetcli. (git://git.infradead.org/users/hch/nvmetcli.git, depends on configshell-fb)
In arch the nvmet kernelmodule must be loaded manually. Debian does it automatically
The configuration is documented at https://documentation.suse.com/sles/15-SP1/html/SLES-all/cha-nvmeof.html

The client only requires nvme-cli (from package manager).
In arch the nvme_fabrics and nvme_tcp have to be loaded manually again. Debian does it automatically.
The basic command are:
nvme discover -t tcp -a SERVERIP -s 4420 -n stiefel
nvme connect -t tcp -a SERVERIP -s 4420 -n stiefel
nvme disconnect -d /dev/nvmeX

from stiefelsystem.

franciscod avatar franciscod commented on June 23, 2024

Related project that just popped and made me think of stiefelsystem: https://github.com/poettering/diskomator

(also uses NVMe-TCP)

from stiefelsystem.

TheJJ avatar TheJJ commented on June 23, 2024

Indeed, @poettering's idea and motivation seems very similar to ours - would be cool if we could benefit from features in other components added because of his project. It also increases our motivation to finally finish our better-packageable improved version of stiefelsystem 😊

from stiefelsystem.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.