rh-aiservices-bu / jumpstart-library

GNU General Public License v3.0
52 stars 29 forks source link

PGO unable to create pvc on supplied storage class #12

Open ksingh7 opened 3 years ago

ksingh7 commented 3 years ago

Even after specifically providing storage class, pgo create database yaml is not honouring that

image

  PrimaryStorage:
    accessmode: ReadWriteMany
    matchLabels: ""
    name:  pgdb
    size: 1G
    storageclass: "ocs-storagecluster-cephfs"
    storagetype: create
    supplementalgroups: ""
guimou commented 3 years ago

Error message is from thin class, config is Cephfs. Which one does not work?