Resizing the Backup and Restore PVC
Resize the Persistent Volume Claim (PVC) that you use for backups by moving the PVC data to a temporary PVC and then back again to the resized one.
Before you begin
- Install Red Hat® OpenShift® CLI 4.14 or later.
- Back up your QRadar® Suite Software data before you follow this procedure. For more information about backups, see Backing up QRadar Suite Software.
- Gather the following information.
- The namespace in which QRadar Suite Software is installed.
- The storageClass used for the QRadar Suite Software deployment.
- The new size of the PVC to create. The new size must be larger than the current PVC size.
- The repository URL, if your QRadar Suite Software deployment is in an air-gapped environment.
- This procedure is for deployments where the storage class used does not support volume
expansion, such as VMware thin storage. Check whether your storage class supports volume expansion
by typing the following
command:
oc describe sc <storage_class> | grep AllowVolumeExpansion
If the value is set to True, follow the Modifying QRadar Suite Software deployment resource specifications procedure to resize the PVC.
If the value is set to False, follow this procedure to resize the PVC.
Install Red Hat OpenShift CLI 4.14 or 4.16
The Red Hat OpenShift CLI client helps you develop, build, deploy, and run your applications on any Red Hat OpenShift or Kubernetes cluster. It also includes the administrative commands for managing a cluster under the adm subcommand.