-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
I have two clusters, defiant & enterprise. Both are dual-stacked IPv4 & IPv6. On top of that defiant has a separate network for storage migration & cluster communication whereas enterprise does both via the management network.
In Pulse all three hosts of the defiant cluster show up as incomplete IPv6 addresses, with the cluster-internal node names following, e.g. 2001:67c:ae8:3: (defiant1) (see screenshot below). This is everywhere a node name is used. That looks like an IPv6 address, but it actually isn't, 'cause there's stuff missing at the end. Furthermore for the defiant cluster all three nodes show up using the same shortened address.
For the enterprise cluster things are different: two show up as names, e.g. enterprise1 (enterprise1), whereas the second shows up with an even shorter truncated address, 2000 (enterprise2).
Unfortunately the UI uses those mangled names for sorting, too, greatly reducing the overview quality.
Expected Behavior
I'd really like for the UI to only use the names assigned to the nodes, the ones currently shown in parenthesis, especially for sorting, but also in the overview, the limits configuration screen etc. I don't ever need to see their IP addresses as I don't actually know the IP addresses by heart — I work on names, especially in IPv6 land.
Steps To Reproduce
- Have a cluster with dual-stacked (IPv4 & IPv6) machines
- I guess don't have PTR records for all IPs used by the hosts? Haven't checked this
- Add the hosts
- Look at the UI
Anything else?
No response