pkgdep: install cuse module as dependency for nvme-cuse
cuse kernel module is not required to build nvme-cuse, but any usage still requires it. Packages for that were part of vm_setup script, but should not be exclusive to it. Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: Ia105454f65ee87ab3f56580c43d33214beac7b2a Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5453 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Maciej Wawryk <maciejx.wawryk@intel.com>
This commit is contained in:
parent
46a3485971
commit
e663dc82ad
@ -114,7 +114,7 @@ if [[ $INSTALL_PMEM == "true" ]]; then
|
||||
fi
|
||||
if [[ $INSTALL_FUSE == "true" ]]; then
|
||||
# Additional dependencies for FUSE and NVMe-CUSE
|
||||
yum install -y fuse3-devel
|
||||
yum install -y kernel-modules-extra fuse3-devel
|
||||
fi
|
||||
if [[ $INSTALL_RDMA == "true" ]]; then
|
||||
# Additional dependencies for RDMA transport in NVMe over Fabrics
|
||||
|
Loading…
Reference in New Issue
Block a user