-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add release notes for 2.15.0 (cherry picked from commit 5c05a56)
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
======================= | ||
Pulp 2.15 Release Notes | ||
======================= | ||
|
||
Pulp 2.15.0 | ||
=========== | ||
|
||
New Features | ||
------------ | ||
|
||
* Logging of `force_full` being enabled | ||
`force_full` is usefull for debugging, but it has known performance issues long term. | ||
|
||
Bug Fixes | ||
--------- | ||
|
||
See the list of :fixedbugs_pulp:`2.15.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. |