-
Notifications
You must be signed in to change notification settings - Fork 10
DEM_Installation_Config
rajalaxmia edited this page Sep 13, 2018
·
1 revision
Minimum of 4.15 or Linux Distribution supporting NVMe-oF (e.g., RHEL 7.5, SUSE12 SP3)
# git clone http://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
Copy the existing /lib/modules/`uname –r`/source/.config to the downloaded kernel
directory.
Verify openssl-devel package present and installed.
Edit config file and ensure CONFIG_NVME_RDMA, CONFIG_NVME_FC, CONFIG_NVME_TARGET enabled.
make and answer module questions for NVMe Target sub-modules
# make
# make modules_install
# sudo make install
# grep "^menuentry" /boot/grub2/grub.cfg | cut -d "'" -f2
# grub2-set-default <zero-based index of the new kernel>