NetBackup™ Deployment Guide for Amazon Elastic Kubernetes Services (EKS) Cluster
- Introduction to NetBackup on EKS
- Deployment with environment operators
- Assessing cluster configuration before deployment
- Deploying NetBackup
- About primary server CR and media server CR
- Upgrading NetBackup
- Deploying MSDP Scaleout
- Upgrading MSDP Scaleout
- Monitoring NetBackup
- Monitoring MSDP Scaleout
- Managing the Load Balancer service
- Performing catalog backup and recovery
- Managing MSDP Scaleout
- About MSDP Scaleout maintenance
- Uninstalling MSDP Scaleout from EKS
- Troubleshooting
- Appendix A. CR template
Expanding existing data or catalog volumes
You can expand the existing data or catalog volumes by updating the CR.
To expand the data or catalog volumes by updating the CR YAML file
- Open the CR YAML file to edit.
- Increase the requested storage size in the spec.dataVolumes field or in the spec.catalogVolume field.
- Apply new CR YAML to update the CR in the Kubernetes environment.
kubectl apply -f <your-cr-yaml>
To expand the data or catalog volumes using the kubectl command directly
- Run the following command to increase the requested storage size in the spec.dataVolumes field or in the spec.catalogVolume field..
kubectl -n <sample-namespace> edit msdpscaleout <your-cr-name> [-o json | yaml]
Sometimes Amazon EBS CSI driver may not respond the volume expansion request promptly. In this case, the operator retries the request by adding 1 byte to the requested volume size to trigger the volume expansion again. If it is successful, the actual volume capacity could be slightly larger than the requested size.
Due to the limitation of Amazon EBS CSI driver, the engine pods need to be restarted for resizing the existing volumes. This can cause the short downtime of the services.
MSDP Scaleout does not support the following:
Cannot shrink the volume size.
Cannot change the existing data volumes other than for storage expansion.
Cannot expand the log volume size. You can do it manually. See Manual storage expansion.
Cannot expand the data volume size for MDS pods. You can do it manually. See Manual storage expansion.