Pulp 2.18 Release Notes¶
Pulp 2.18.0¶
New Features¶
Connection and read timeouts for downloader are configurable now
Added support for sha512 checksums during sync
Applicability is now calculated for multiple profiles per consumer
Bug Fixes¶
See the list of bugs fixed in 2.18.0
Upgrade instructions¶
Upgrade using the normal process:
$ sudo systemctl stop httpd pulp_workers pulp_resource_manager pulp_celerybeat pulp_streamer goferd
$ sudo yum upgrade
$ sudo -u apache pulp-manage-db
$ sudo systemctl start httpd pulp_workers pulp_resource_manager pulp_celerybeat pulp_streamer goferd
pulp_streamer
and goferd
should be omitted if those services are not installed.