-
Notifications
You must be signed in to change notification settings - Fork 10
DEM_Installation_Service
Cayton edited this page Apr 9, 2019
·
14 revisions
Edit /etc/nvme/nvmeof.conf to enable appropriate component.
Following is an example for system that serves as both an RDMA Host and an RDMA Target and using nullb0 for device and manually starting DEM
PCI_HOST_LOAD=no
NVMEOF_HOST_LOAD=yes
RDMA_HOST_LOAD=yes
FC_HOST_LOAD=no
TCP_HOST_LOAD=no
NVMEOF_TARGET_LOAD=yes
RDMA_TARGET_LOAD=yes
FC_TARGET_LOAD=no
TCP_TARGET_LOAD=no
NULL_BLK_TARGET_LOAD=yes
START_DEM_AC=no
START_DEM_DM=no
START_DEM_EM=no
#DEM_AC_OPTS="-t rdma -f ipv4 -a 192.168.1.1 -s 4422"
#Choose a method for managing the endpoint:
#To start the endpoint manager in in-band mode:
#DEM_EM_OPTS="-t rdma -f ipv4 -a 192.168.1.1 -s 22334"
#To start the endpoint manager in out-of-band mode:
#DEM_EM_OPTS="-p 22345"