Story #8011
closedas a pulp_installer user, I can upgrade to pulpcore 3.10
100%
Description
The change in the MEDIA_ROOT[0] in 3.10 will require the installer to create a new directory /var/lib/pulp/media
. Then move /var/lib/pulp/artifact/
to /var/lib/pulp/media/artifact
. Then in order to provide support for services that have not been restarted yet, create a symlink from /var/lib/pulp/artifact
to /var/lib/pulp/media/artifact
. After the services are restarted, the /var/lib/pulp/artifact
symlink should be deleted.
Updated by pulpbot almost 4 years ago
- Status changed from NEW to POST
Added by dkliban@redhat.com almost 4 years ago
Added by dkliban@redhat.com almost 4 years ago
Revision 5669551d | View on GitHub
Add support for new MEDIA_ROOT
The installer checks is /var/lib/pulp/artifact exists. If it exists, the directory is moved to /var/lib/pulp/media/artifact and a symlink from the original location is created to /var/lib/pulp/media/artifact. After all services are restarted, the symlink is deleted.
This includes a new variable called 'pulp_media_root'. It defaults to /var/lib/pulp/media/
.
Updated by dkliban@redhat.com almost 4 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset ansible-pulp|5669551d353e72c07874c01ae03a2d6bea86406d.
Updated by ttereshc almost 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Add support for new MEDIA_ROOT
The installer checks is /var/lib/pulp/artifact exists. If it exists, the directory is moved to /var/lib/pulp/media/artifact and a symlink from the original location is created to /var/lib/pulp/media/artifact. After all services are restarted, the symlink is deleted.
This includes a new variable called 'pulp_media_root'. It defaults to
/var/lib/pulp/media/
.fixes: #8011 https://pulp.plan.io/issues/8011