Forums

Home / Forums

You need to log in to create posts and topics. Login · Register

Security updates without updating petasan

Is there a process for applying general security updates without updating to the latest version of the petasan software?

For example, I would like to upgrade libtiff5 on our cluster nodes, but not update to the latest version of petasan.

Neil

This question is a followup to a previous thread:

https://www.petasan.org/forums/?view=thread&id=771&part=2

The difference from that thread and this thread is that previously, there was not a new version of petasan available. So upgrading standard packages had no effect on the cluster.

This time however, there is a new version of petasan that I do not want to install yet. When I run apt upgrade, it shows me that it will be loading a lot of petasan specific packages in addition to standard security updates. I want to make sure I am not updating the cluster/ceph/petasan software. Just apply some security fixes for right now.

I will be updating the cluster soon (before september), but just want to apply some security patches right now.

Thanks,
Neil

You should be able to do this, but it is not something we test so please test in first in same environment.
1) commend the petasan.org line in
/etc/apt/sources.list
2) mark petasan to not change
apt-mark hold petasan

You should do this on all nodes, then:
apt update
apt upgrade
Whenever you need to upgrade PetaSAN, you need to reverse this.
Again please test it first.