Revision 6ddc95ec

b/daemons/ganeti-noded
496 496
    """
497 497
    return backend.GetMasterInfo()
498 498

  
499
  @staticmethod
500
  def perspective_write_ssconf_files(params):
501
    """Write ssconf files.
502

  
503
    """
504
    return backend.WriteSsconfFiles()
505

  
499 506
  # os -----------------------
500 507

  
501 508
  @staticmethod
b/lib/backend.py
1226 1226
  return True
1227 1227

  
1228 1228

  
1229
def WriteSsconfFiles():
1230
  ssconf.WriteSsconfFiles(constants.CLUSTER_CONF_FILE)
1231

  
1232

  
1229 1233
def _ErrnoOrStr(err):
1230 1234
  """Format an EnvironmentError exception.
1231 1235

  
b/lib/rpc.py
587 587
    return cls._StaticMultiNodeCall(node_list, "upload_file", params,
588 588
                                    address_list=address_list)
589 589

  
590
  @classmethod
591
  def call_write_ssconf_files(cls, node_list):
592
    """Write ssconf files.
593

  
594
    This is a multi-node call.
595

  
596
    """
597
    return cls._StaticMultiNodeCall(node_list, "write_ssconf_files", [])
598

  
590 599
  def call_os_diagnose(self, node_list):
591 600
    """Request a diagnose of OS definitions.
592 601

  

Also available in: Unified diff