Revision f4ad2ef0 scripts/gnt-backup

b/scripts/gnt-backup
81 81
  if not isinstance(dlist, list):
82 82
    ToStderr("Cannot parse execution results")
83 83
    return 1
84
  tot_dsk = len(dlist)
85 84
  # TODO: handle diskless instances
86 85
  if dlist.count(False) == 0:
87 86
    # all OK
......
119 118
  @return: the desired exit code
120 119

  
121 120
  """
122
  instance = args[0]
123 121
  op = opcodes.OpRemoveExport(instance_name=args[0])
124 122

  
125 123
  SubmitOpCode(op)

Also available in: Unified diff