During upgrade to 25.1, we have enabled "Logs for Triage" feature,
1) Created 3 PVs for opensearch has been created prior to the upgrade
2) Executed /AIOpsManagement.sh --update and that completed successfully
3) Executed ./tools/upgrade-to-25.1.bash script but
a) It failed with ERROR: [FAIL] Chart la failed
b) logs-opensearch-master-Is-prepare-0 pod remains in Pending state
c) there seems to be some issues with PVCs
DX O2 25.*
Missed to update the default dxi namespace in 3 opensearch PVs YAML files
1) Manually edited the 3 PVs YAML files for opensearch
Here is an example from an openshift environment.
If you your namespace is not dxi, you need to update the value accordingly
2) Verify PVCs are bounded as expected
3) Press ENTER to exit from current ./tools/upgrade-to-25.1.bash script in progress
4) Restart the helm upgrade for "la" charts only:
cd files/meta.helm/
./bin/dxi_helm.bash la upgrade --install -n<your-namespace>
IMPORTANT: "la" pods creation can take up to 15 to 20 minutes