You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Either provide fqdn in the field, or rename the field to something else. This depends on the purpose of the field and how it's actually used by Tendrl web ui.
Note that fixing this without coordination with ui will likely break web ui of Tendrl.
The text was updated successfully, but these errors were encountered:
fqdn field of
.clusters.nodes
Tendrl API reply doesn't always contain fqdn.Version of Tendrl
1.6.3
Steps to Reproduce
gluster pool list
and note thatHostname
column of each node contains either ip address, short name or fqdn./api/1.0/clusters
REST API calljq '.clusters[0].nodes[].fqdn' reply.json
Actual results
This is what gluster reports:
And this is the fqdn provided by Tendrl REST API:
Expected results
Either provide fqdn in the field, or rename the field to something else. This depends on the purpose of the field and how it's actually used by Tendrl web ui.
Note that fixing this without coordination with ui will likely break web ui of Tendrl.
The text was updated successfully, but these errors were encountered: