Node
Add Node
Node List
Ping | Status | Host Name | Host IP | User Name | |||
---|---|---|---|---|---|---|---|
<% else %> | <% end %> <% if node["gluster"].eql? "on" %> | Attached | <% else %>Not operational | <% end %>"><%= node["host_name"] %> | <%= node["host_ip"] %> | <%= node["user_name"] %> | "> |
Node Detail
<% nodes.each do |node| %>
<% if (node["id"].to_s).eql?(@node_id.to_s)%>
<%=node["created_at"]%>
<%=node["updated_at"]%>
<% if node["ping"].eql? "true" %>True
<%=node["ssh"]%>
<%=node["gluster"]%>
<% if node["ssh"].eql?("on") && node["gluster"].eql?("on")%><%=node["number_of_peers"]%>
<%end%> <% else %>False
<% end %> <% end %> <% end %>