Entries by admin

Using Linux nvme-cli to connect to the FlexSDS’s NVMe-oF targets

Requirements To using Linux NVMe over Fabrics client, need Linux with kernel 4.08 and above. Install the nvme-cli package on the client machine: #yum install nvme-cli or on Debian: #apt-get install nvme-cli Startup Kernel Module #modprobe nvme-rdma Discover NVMe-oF subsystems nvme discover -t rdma -a 192.168.80.101 -s 4420 Discovery Log Number of Records 1, Generation […]