Package downgrade do not work properly #2523
Labels
kind:bug
Something isn't working
state:question
Further information is requested
topic:lifecycle
Issues related to upgrade or downgrade of MetalK8s
Component:
'salt'
What happened:
In our custom
metalk8s_package_manager.list_pkg_dependents
we do not handle properly dependencies for downgrade.yum
do not handle properly the packages dependencies when downgrading so you need to specify all packages that need to be downgraded.Currently we only add package that requires the package we want to downgrade, it's not sufficient.
What was expected:
Having the real list of package that needs to be downgraded
For example, when you downgrade
salt-minion
you also need to downgradesalt
andsalt-ssh
,salt-master
,salt-<whatever>
if they are installed, and this should be handle automatically for all packagesSteps to reproduce
Resolution proposal (optional):
I don't know :/
Maybe a yum plugin could help for this
The text was updated successfully, but these errors were encountered: