Start a Conversation

Unsolved

This post is more than 5 years old

3354

January 26th, 2018 14:00

scaleIO V2 - Openshift PVC systemid or systemname not found

I'm new to scaleIO and thought everything was good as I installed and created a new volume and mounted it to my RH7 openshift VM.

I can add files and it works as expected....

My problem is trying to do a presistent volume in Openshift.

My understanding is that this allocation would go from the Openshift VM to the Gateway and then to the scaleIO cluster.

No matter what I try I always get the following error unless I use invalid IP addresses and I get a "no response"

Failed to provision volume with StorageClass "sio-small-default2": err: systemid or systemname not found

Also my curl command seems to fail also.

curl -k -X GET  https://192.168.122.175/api/types/basicSystemInfo/instances

curl: (7) Failed connect to 192.168.122.175:443; Connection refused

I have the firewall disabbled on all the scaleIO VM's

Any Ideas?

sc.yaml

kind: StorageClass

apiVersion: storage.k8s.io/v1

metadata:

  name: sio-small-default2

provisioner: kubernetes.io/scaleio

parameters:

  gateway: https://192.168.6.175:443/api

  system: 192.168.122.175

  protectionDomain: default

  storagePool: default

  secretRef: adsecret

  fsType: xfs

sc-pvc.yaml

kind: PersistentVolumeClaim

apiVersion: v1

metadata:

  name: pvc-sio-small

spec:

  storageClassName: sio-small-default2

  accessModes:

    - ReadWriteOnce

  resources:

    requests:

      storage: 10Gi

1 Message

April 4th, 2018 18:00

I am facing the same issue "sio_client.go:136] scaleio: unable to find system scaleio: err: systemid or systemname not found"

1 Message

July 8th, 2018 00:00

Did you fixed this issue?

1 Message

April 29th, 2019 21:00

you should set parameters system,the scaleIO create default system had a random system id, update system name and update storageClass yaml file

No Events found!

Top