Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shared storage is not supported by OpenShift Dedicated #1502

Closed
cutwater opened this issue Feb 1, 2019 · 2 comments
Closed

Shared storage is not supported by OpenShift Dedicated #1502

cutwater opened this issue Feb 1, 2019 · 2 comments
Assignees

Comments

@cutwater
Copy link
Collaborator

cutwater commented Feb 1, 2019

RWX volumes are not currently supported on OpenShift Dedicated (https://docs.openshift.com/dedicated/architecture/additional_concepts/storage.html#pv-restrictions).

Workaround:

For development environment put all containers that require access to shared storage into single pod.

@bmbouter
Copy link

bmbouter commented Feb 4, 2019

The shared storage requirement is primarily for hosting the /var/lib/pulp/ which contains Artifacts mostly. If those are hosted on S3 then maybe it won't need a RWX volume.

I ran into the same issue when I deployed Pulp3 generically onto OpenShift dedicated myself w/ these templates: https://github.com/bmbouter/pulp3-openshift/

I used the same workaround also, placing them all on 1 pod. This kind of breaks the scaling model of OpenShift though, so we should only use it temporarily.

I opened an Issue in Pulp to test deploying Pulp without a RWX filessystem: https://pulp.plan.io/issues/4380

@cutwater
Copy link
Collaborator Author

Closing as Galaxy now uses Amazon S3 as an artifact storage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants