Validating accelerator storage class
NetBackup supports the accelerator enabled backups and it can be enabled by setting acceleratorTracklogPvcStorageClass key in values.yaml with appropriate storage class during installation or upgrade.
A storage class must allow to create a file mode PVC.
Example,acceleratorTracklogPvcStorageClass: ocs-storagecluster-ceph-rbd
During installation and upgrade, NetBackup Kubernetes operator creates a file mode PVC and a pod to check if the given storage class is valid.
If volume binding mode of the storage class is Immediate, it only creates a PVC and installation is successful if the PVC is in Bound state.
If volume binding mode of the storage class is WaitForFirstConsumer then, it creates a datamover pod with a PVC.
NetBackup Kubernetes Operator installation is successful, if the PVC is in Bound state and pod is in Running state.