Skip to content
New issue

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

Inconsistency when using IP addresses during gluster peer probe #361

Open
dahorak opened this issue Mar 5, 2018 · 0 comments
Open

Inconsistency when using IP addresses during gluster peer probe #361

dahorak opened this issue Mar 5, 2018 · 0 comments

Comments

@dahorak
Copy link

dahorak commented Mar 5, 2018

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:

  1. 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
    
  2. Install and configure Tendrl Server and Tendrl Node Agents.

  3. Import Gluster Cluster into Tendrl.

  4. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant