Hi,
I have deployed Veeam Kasten via operator in Openshift 4.19 and have successfully ran a pre-flight check. After creating a k10 instance 5 of the pods can't start. These are the pods that need a PV to start. The error I am getting is ","cause":{"message":"mkdir /var/reports/clustergraceperiod: permission denied"}}},"
I am using a NetApp Trident as a CSI provider with NVMe/TCP SVM. When I create other pods (not k10) they are successfully attached to the storage. In some veeam community forums people expiriencing the same issue are redirected to check storage permissions. Do you have any idea where I can check these permissions on the ONTAP side?
helm install k10 k10-5.5.2.tgz --namespace kasten-io \ --set auth.basicAuth.enabled=true \ --set auth.basicAuth.htpasswd='admin:{SHA}bIFEWciCW+MGmEmok=' \ --set global.persistence.storageClass=isilon-nfs pod: catalog-svc-7dcfc94ffc-ldrzp containers with incomplete status: [schema-upgrade-check]Cr...
Dear Forum,it’s my pleasure join this group as a member.I’ve a question regarding installation of K10 in an Openshift enviromnent.The cluster is made of VM, with local storage, and also making use of a NFS share provided by a FreeNAS deployed in the same environment.Installation of the operator was...