NetBackup status code: 8408
Explanation: Cannot create Persistent Volume Claim (PVC) in the given cluster.
Recommended Action: Perform the following as appropriate:
Check the NetBackup operator logs for details using the following command:
kubectl logs <netbackup-operator-pod-name> netbackup-operator -n <netbackup-operator-namespace>
Check if storageClassName and PVC storage capacity are correct in the CR YAML. If PVC is already available in the namespace with the same name, use command kubectl get pvc <pvc-name> -n <namespace> to verify storage capacity. The storage capacity must be greater than or equal to the storage capacity that is mentioned in the CR spec.
Check if the storageClassName provided in CR is available in the cluster using following command:
kubectl get storageclass
Verify that RBAC permissions are correct. Refer to the NetBackup Deployment on Azure Kubernetes Cluster (AKS) Administrator's Guide.
Check the Kubernetes documentation for PVC details: https://kubernetes.io/docs/concepts/storage/persistent-volumes/
Click here to view technical notes and other information on the Cohesity Technical Support website about this status code.