Setup
- Rancher version: N/A
- Rancher UI Extensions: N/A
- Browser type & version: N/A
Describe the bug
When Rancher Dashboard renders VMware machine pools, the provider location is shown as No Location even when the underlying vSphere resource pool path contains a usable location segment.
To Reproduce
- Open a cluster or machine configuration that includes a VMware vSphere machine pool.
- Use a pool whose resource pool path follows the standard vSphere shape with
/host/<location>/Resources/....
- Inspect the provider location shown for that VMware pool.
Result
The UI falls back to No Location instead of showing the location derived from the vSphere resource pool path.
Expected Result
The UI should derive and display the VMware pool location from the segment between /host/ and /Resources when that path shape is present.
Screenshots
N/A
Additional context
A fix is prepared in PR #17774.
Setup
Describe the bug
When Rancher Dashboard renders VMware machine pools, the provider location is shown as
No Locationeven when the underlying vSphere resource pool path contains a usable location segment.To Reproduce
/host/<location>/Resources/....Result
The UI falls back to
No Locationinstead of showing the location derived from the vSphere resource pool path.Expected Result
The UI should derive and display the VMware pool location from the segment between
/host/and/Resourceswhen that path shape is present.Screenshots
N/A
Additional context
A fix is prepared in PR #17774.