Revision 99e222b1 lib/server/noded.py

b/lib/server/noded.py
827 827
    (values,) = params
828 828
    return ssconf.WriteSsconfFiles(values)
829 829

  
830
  @staticmethod
831
  def perspective_set_watcher_pause(params):
832
    """Set watcher pause.
833

  
834
    """
835
    (until, ) = params
836
    return backend.SetWatcherPause(until)
837

  
830 838
  # os -----------------------
831 839

  
832 840
  @staticmethod

Also available in: Unified diff