You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
Describe the bug
When updating CSM to 1.6.0 using yum, it didn't check compatibility level of existing ibm-flightlog-*. A back level of ibm-flightlog was without notice. The admin or users may not be aware that they are running with in-compatible level of ibm-flightlog.
To Reproduce
Steps to reproduce the behavior:
With an existing level of CSM, for example 1.5.3, run yum update ibm-csm-core-<new level>*
See that the update completed successfully.
Check for level of ibm-csm: rpm -qa | grep csm
Check for level of ibm-flightlog: rpm -qa | grep flightlog
Expected behavior
The update (yum or rpm) should fail or display a WARNING message about old ibm-flightlog level.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Machine [IST alt cluster]
Version [CSM 1.6.0]
Additional context
rpm requirement does not show level of ibm-flightlog-*. One may assume that CSM would work with any level of ibm-flightlog. That would be a risky assumption.
Describe the bug
When updating CSM to 1.6.0 using
yum
, it didn't check compatibility level of existingibm-flightlog-*
. A back level ofibm-flightlog
was without notice. The admin or users may not be aware that they are running with in-compatible level ofibm-flightlog
.To Reproduce
Steps to reproduce the behavior:
yum update ibm-csm-core-<new level>*
rpm -qa | grep csm
rpm -qa | grep flightlog
yum update ibm-flightlog-<new level>*
Expected behavior
The update (yum or rpm) should fail or display a WARNING message about old
ibm-flightlog
level.Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
rpm requirement does not show level of ibm-flightlog-*. One may assume that CSM would work with any level of
ibm-flightlog
. That would be a risky assumption.Issue Source:
A new level of
ibm-flightlog
is always built with a new level of CSM. Therefore, the newibm-flightlog
should be updated by yum.The text was updated successfully, but these errors were encountered: