Actions
Bug #2949
closedRudder might try to remove essential packages on outdated systems
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Rudder might try to remove important packages on outdated systems:
On some systems (It has been seen in Debian), Rudder might try to remove important packages when they are too old because of failed dependencies resolution.
Example: On a KVM/libvirt hypervisor not up to date enough, Rudder tried to install collectd which ended in a removal of libvirt/kvm...
We might want to force aptitude/apt-get to KEEP packages at all costs and fail instead.
Actions