From 83adcc14c92b819042da1723bd3a6e392c34ca76 Mon Sep 17 00:00:00 2001 From: Michal Berger Date: Tue, 16 Feb 2021 19:01:47 +0100 Subject: [PATCH] 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 Change-Id: I066105f95834f3f8d436b9ff52ec1f2bf97844af Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6437 Tested-by: SPDK CI Jenkins Community-CI: Mellanox Build Bot Reviewed-by: Jim Harris Reviewed-by: Tomasz Zawadzki --- scripts/pkgdep/rhel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pkgdep/rhel.sh b/scripts/pkgdep/rhel.sh index b2be71b67..7b0c764fe 100755 --- a/scripts/pkgdep/rhel.sh +++ b/scripts/pkgdep/rhel.sh @@ -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