Hello,
We were running through some troubleshooting steps on another issue and had to turn vSphere DRS off and back on again.
The resource pool tree was also downloaded as a backup and restored once DRS was re-enabled.
What we didn't expect to happen is that its crippled the Tanzu supervisor cluster as the existing resource pool it resided in
now no longer exists as a new one has been created in its place. The SupervisorControlPlaneVM can now no longer start
as its looking for the old resgroup id.
We've tried updating the VCDB database on the VCSA VM. Updating both the:
SELECT workloads_res_pool FROM cluster_db_configs;
and
SELECT respool FROM workload_configs;
Thereafter, restarting the workload service. This seems to have somewhat resolved the issue. However, the supervisor cluster is
not in a happy state. Its suck Configuring. Though at least its not showing any errors anymore?
I'm wondering if there is a way to re-build it. Without having to tear down the entire cluster?
Thanks
H