ai-center
2022.4
true
- Getting Started
- Network requirements
- Single-node requirements and installation
- Multi-node requirements and installation
- Post-installation
- Accessing AI Center
- Provision an AI Center tenant
- Updating Orchestrator and Identity Server certificates
- Resizing PVC
- Adding a new node to the cluster
- ML packages offline installation
- Configuring the cluster
- Configuring the FQDN post-installation
- Backing up and restoring the cluster
- Using the monitoring stack
- Setting up a Kerberos authentication
- Provisioning a GPU
- Using the configuration file
- Node scheduling
- Migration and upgrade
- Basic Troubleshooting Guide
Resizing PVC
AI Center Installation Guide
Last updated Jun 6, 2024
Resizing PVC
Note: PVC resize can be dangerous and will result in downtime of entire or few of the effect components of cluster. So please,
take caution before you are performing this operation.
After installing AI Center standalone or as part of Automation Suite, the data storage PVC needs to be resized to
200
. This can also be done at a later stage, but we recommend doing it right away as it will improve stability on the long term
and you can also avoid downtime issues since nothing is running at the moment. To resize the data storage of ceph objectstore,
run the following command:
sudo ./configureUiPathAS.sh objectstore resize-pvc --size 200Gi --sub-component data
sudo ./configureUiPathAS.sh objectstore resize-pvc --size 200Gi --sub-component data
Before starting the PVC resize operation, tool will warn you about the impact. You must accept and only then proceed. You
can also use
--force
flag to skip the warning.
Note: If the attempt to resize the objstore pvc operation failed, see the Troubleshooting section for a fix.