Task #4380
closedEnsure you can run Pulp without /var/lib/pulp
100%
Description
When running Pulp on openshift, there isn't an option for a RWX volume in many cases. For example a Pulp user can't deploy Pulp across Pods: https://github.com/ansible/galaxy/issues/1502
It should be possible to use Pulp without /var/lib/pulp. Currently we have hard coded defaults that use /var/lib/pulp. The goal of this story is to remove those hard coded values and replace them with a config setting.
Updated by dkliban@redhat.com almost 6 years ago
- Description updated (diff)
- Groomed changed from No to Yes
- Sprint Candidate changed from No to Yes
Updated by jortel@redhat.com almost 6 years ago
There should be safeguards against changing this after installation and artifacts are stored.
Updated by bmbouter almost 6 years ago
I believe it's common for a user to remount the same data at another location. Having a note in the docs that backup and restore operations are only safe when Pulp is off I think would be a good docs note. there may be a better way of saying that somehow.
Updated by ppicka almost 6 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ppicka
Updated by ppicka over 5 years ago
- Status changed from ASSIGNED to POST
Added by ppicka over 5 years ago
Updated by ppicka over 5 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|5d95c38781160f81913a05805a63db24f7a00076.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Ensure you can run Pulp without /var/lib/pulp
User can change where files are stored which help to use pulp with openshift and others cloud systems.
closes: #4380 https://pulp.plan.io/issues/4380
Signed-off-by: Pavel Picka ppicka@redhat.com