Hello,

am installing origin for the first time.... and also glusterfs!

So, I have a two node glusterfs cluster, and a four nodes origin cluster. I
tested mounting glusterfs volume on all origin nodes and it seems to work
ok.

I am trying to make the provided registry use a volume from glusterfs...

Looks like the problem is that the volume is not yet being mounted and
used... How can I troubleshoot this?

➜  OpenShift oc get pv
NAME                     LABELS    CAPACITY   ACCESSMODES   STATUS
 CLAIM     REASON    AGE
gluster-default-volume   <none>    4Gi        RWX           Available
                1h
➜  OpenShift oc get pvc
NAME      LABELS    STATUS    VOLUME    CAPACITY   ACCESSMODES   AGE
claim1    <none>    Pending                                      1h
➜  OpenShift cat gluster-persistant-storage-claim.yml
apiVersion: "v1"
kind: "PersistentVolumeClaim"
metadata:
  name: "claim1"
spec:
  accessModes:
    - "ReadWriteOnce"
  resources:
    requests:
      storage: "4Gi"
➜  OpenShift



Thanks a lot,
Mohamed.
_______________________________________________
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to