We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When Gluster Trusted Storage Pool is created using IP addresses (not hostnames), Grafana lists each host twice - by hostname and by IP address.
Steps to Reproduce:
Prepare Gluster Cluster, use IP addresses in gdeploy configuration file (instead of hostnames): Example gdeploy configuration file:
[hosts] 192.0.2.1 192.0.2.2 192.0.2.3 192.0.2.4 192.0.2.5 192.0.2.6 [peer] action=probe ignore_peer_errors=no
Install and configure Tendrl Server and Tendrl Node Agents.
Import Gluster Cluster into Tendrl.
Open Grafana Tendrl-Gluster-Hosts dashboard.
Actual results: Host Name selectbox contains each server twice, once listed by Hostname, second time listed by IP.
Expected results: Hosts should be listed only once by Hostname.
See also https://bugzilla.redhat.com/show_bug.cgi?id=1512937 and #360
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When Gluster Trusted Storage Pool is created using IP addresses (not hostnames), Grafana lists each host twice - by hostname and by IP address.
Steps to Reproduce:
Prepare Gluster Cluster, use IP addresses in gdeploy configuration file (instead of hostnames):
Example gdeploy configuration file:
Install and configure Tendrl Server and Tendrl Node Agents.
Import Gluster Cluster into Tendrl.
Open Grafana Tendrl-Gluster-Hosts dashboard.
Actual results:
Host Name selectbox contains each server twice, once listed by Hostname, second time listed by IP.
Expected results:
Hosts should be listed only once by Hostname.
See also https://bugzilla.redhat.com/show_bug.cgi?id=1512937 and #360
The text was updated successfully, but these errors were encountered: