Re: [xcat-user] Versionlock a given package in stateless compute

2022-02-04 Thread Nathan A Besaw
packages in different repositories are in conflict with each other. I hope this helps, Nate From: "Vinícius Ferrão via xCAT-user" To: "xCAT Users Mailing list" Cc: "Vinícius Ferrão" Date: 02/01/2022 04:37 PM Subject:[EXTERNAL] Re: [

Re: [xcat-user] Versionlock a given package in stateless compute

2022-02-01 Thread Vinícius Ferrão via xCAT-user
Hi guys still on this matter. As today MLNX OFED is becoming a pain to maintain with xCAT since perftest from OS needs libefa.so.1 which is unavailable with MLNX OFED. If we have an Stateless image, we cannot run updatenode -S to deploy packages since dnf will be in a broken state due to perft

Re: [xcat-user] Versionlock a given package in stateless compute

2022-02-01 Thread Nathan A Besaw
Vinícius, The typical method of controlling the package versions that get installed is by carefully constructing the pkgdir and otherpkgdir directories so that only the package versions you want to be installed will be found whenever dnf runs. I'm curious if