Revision 3eccac06 daemons/ganeti-noded

b/daemons/ganeti-noded
310 310

  
311 311
    """
312 312
    path = params[0]
313
    einfo = backend.ExportInfo(path)
314
    if einfo is None:
315
      return einfo
316
    return einfo.Dumps()
313
    return backend.ExportInfo(path)
317 314

  
318 315
  @staticmethod
319 316
  def perspective_export_list(params):

Also available in: Unified diff