How to install FlexSDS
Install FlexSDS Scale-out Software Software is very easy, please refer to the FlexSDS user’s manual for setting up and deployment.
nvme, nvm and iser use cases
Install FlexSDS Scale-out Software Software is very easy, please refer to the FlexSDS user’s manual for setting up and deployment.
From the package of us, there are few demo utils to create a single pooled storage to demonstrate storage features and performance. Through the way, you can quick preview the favorite features in minutes.
For iSER target, you may run the following command to start:
From the package of us, there are few demo utils to create a single pooled storage to demonstrate storage features and performance. Through the way, you can quick preview your favorite features in minutes.
For NVMe-oF target, you may run the following command to start:
Linux Kernel 4.8 and newer.
Package: multipath, nvme-cli
Use the ways to install them:
#yum install device-mapper-multipath nvme-cli
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
#modprobe nvme-rdma
nvme discover -t rdma -a 192.168.80.101 -s 4420
Discovery Log Number of Records 1, Generation counter 1 =====Discovery Log Entry 0====== trtype: rdma adrfam: ipv4 subtype: nvme subsystem treq: not specified portid: 1 trsvcid: 4420 subnqn:nqn.2016-12.com.flexsds:all-flash-pool.test_vol0 traddr: 192.168.80.101 rdma_prtype: not specified rdma_qptype: connected rdma_cms: rdma-cm rdma_pkey: 0x0000
nvme connect -t rdma -n nqn.2016-12.com.flexsds:all-flash-pool.test_vol0 -a 192.168.80.101 -s 4420
List nvme device info:
#nvme list
Node SN Model Namespace Usage Format FW Rev ---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- /dev/nvme0n1 FlexSDS Controller 1000 GB / 1000 GB 512 B + 0 B A34CCD834CD3544
In order to disconnect from the target run the nvme disconnect command:
#nvme disconnect -d /dev/nvme0n1