在配置本地源之后安裝gfs時出現以下報錯,這是因為依賴包的高版本無法向下兼容導致的錯誤

可以看出是因為依賴包的版本過高不匹配導致的無法下載成功,這次可以使用–nodeps:強制卸載軟體包,洗掉本地已有的依賴包,重新下載即可
rpm -e --nodeps glusterfs-api glusterfs-libs glusterfs-fuse glusterfs-cli glusterfs glusterfs-client-xlators ##洗掉報錯的依賴包
yum -y install glusterfs glusterfs-server glusterfs-fuse glusterfs-rdma

轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/293451.html
標籤:其他
