Revision 42ab9ac4 lib/client/gnt_cluster.py

b/lib/client/gnt_cluster.py
334 334
  @return: the desired exit code
335 335

  
336 336
  """
337
  cl = GetClient()
337
  cl = GetClient(query=True)
338 338
  result = cl.QueryClusterInfo()
339 339
  ToStdout("Software version: %s", result["software_version"])
340 340
  ToStdout("Internode protocol: %s", result["protocol_version"])

Also available in: Unified diff