scripts/pkgdep: Remove kernel-modules-extra as FUSE dependency
Rationale behind e663dc82ad which put this package as a dependency into pkgdep was that it shouldn't be exclusive to vm_setup.sh. However, this particular package causes unnecessary kernel upgrades whenever newer version is detected by dnf|yum. This behavior is out of pkgdep's scope and as such similar upgrades should be performed via vm_setup.sh only where its sole purpose is to configure system on a wider spectrum. Signed-off-by: Michal Berger <michalx.berger@intel.com> Change-Id: I066105f95834f3f8d436b9ff52ec1f2bf97844af Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6437 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
This commit is contained in:
parent
439688a97e
commit
83adcc14c9
@ -120,7 +120,7 @@ if [[ $INSTALL_PMEM == "true" ]]; then
|
||||
fi
|
||||
if [[ $INSTALL_FUSE == "true" ]]; then
|
||||
# Additional dependencies for FUSE and NVMe-CUSE
|
||||
yum install -y kernel-modules-extra fuse3-devel
|
||||
yum install -y fuse3-devel
|
||||
fi
|
||||
if [[ $INSTALL_RDMA == "true" ]]; then
|
||||
# Additional dependencies for RDMA transport in NVMe over Fabrics
|
||||
|
Loading…
x
Reference in New Issue
Block a user