Revision b954f097 lib/server/noded.py

b/lib/server/noded.py
869 869
    required, name, checks, params = params
870 870
    return backend.ValidateOS(required, name, checks, params)
871 871

  
872
  # extstorage -----------------------
873

  
874
  @staticmethod
875
  def perspective_extstorage_diagnose(params):
876
    """Query detailed information about existing extstorage providers.
877

  
878
    """
879
    return backend.DiagnoseExtStorage()
880

  
872 881
  # hooks -----------------------
873 882

  
874 883
  @staticmethod

Also available in: Unified diff