GitHub user dwimsey opened a pull request:
https://github.com/apache/ignite/pull/2812
Modify permissions on $IGNITE_HOME path for OpenShift
Most OpenShift environments run containers using a randomized user id for
security purposes. The user is always a member of group 0 however, so we
modify the owner and permissions of the ignite installation to allow the
container to initialize properly.
Reference:
https://docs.openshift.com/container-platform/3.6/creating_images/guidelines.html#use-uid
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dwimsey/ignite bugfix/openshift-permissions
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/2812.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2812
----
commit 4dc681a0b3cd12c2c690ff92f91b549b27dadd71
Author: David Wimsey <[email protected]>
Date: 2017-10-06T02:06:37Z
Modify permissions on $IGNITE_HOME path for OpenShift
Most OpenShift environments run containers using a randomized user id for
security purposes. The user is always a member of group 0 however, so we
modify the owner and permissions of the ignite installation to allow the
container to initialize properly.
----
---