Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Glusterfs cluster app missing

Angelika Ehlers edited this page Oct 13, 2017 · 6 revisions

Issue:

Container does not start. Events show errors binding to persistent storage. Glusterfs serice and endpoint do net exist.

Solution:

While in your project re-create glusterfs-cluster-app service and endpoint from yaml file with 'oc create -f'

Yaml files for endpoint and service are at

Run

Verify:

  • oc get endpoints
  • oc get svc

Both should show a glusterfs-cluster-app entry.

Clone this wiki locally