Revision 26f15862 scripts/gnt-cluster

b/scripts/gnt-cluster
381 381
  if nlvm:
382 382
    for node, text in nlvm.iteritems():
383 383
      ToStdout("Error on node %s: LVM error: %s",
384
               node, text[-400:].encode('string_escape'))
384
               node, utils.SafeEncode(text[-400:]))
385 385
      retcode |= 1
386 386
      ToStdout("You need to fix these nodes first before fixing instances")
387 387

  

Also available in: Unified diff