« Previous | Next » 

Revision 9d4bfc96

ID9d4bfc96db3a46516fa14cca283dc316aa0b7e17
Parent 102b115b
Child 8d59409f

Added by Iustin Pop almost 16 years ago

Implement node daemon conectivity tests

This patch adds in gnt-cluster verify checks for inter-node tcp
communication checks on the node daemon port for both the primary and
(if defined) secondary networks.

The output looks like (4-node cluster, one with the secondary interface
down):
  • Verifying node node1.example.com
    - ERROR: tcp communication with node 'node3.example.com': failure using the secondary interface(s)
  • Verifying node node2.example.com
    - ERROR: tcp communication with node 'node3.example.com': failure using the secondary interface(s)
  • Verifying node node3.example.com
    - ERROR: tcp communication with node 'node1.example.com': failure using the secondary interface(s)
    - ERROR: tcp communication with node 'node2.example.com': failure using the secondary interface(s)
    - ERROR: tcp communication with node 'node4.example.com': failure using the secondary interface(s)
  • Verifying node node4.example.com
    - ERROR: tcp communication with node 'node3.example.com': failure using the secondary interface(s)

Reviewed-by: imsnah

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences