Revision 770461fe lib/cmdlib.py

b/lib/cmdlib.py
4310 4310
  if cluster.modify_etc_hosts:
4311 4311
    files_all.add(constants.ETC_HOSTS)
4312 4312

  
4313
  if cluster.use_external_mip_script:
4314
    files_all.add(constants.EXTERNAL_MASTER_SETUP_SCRIPT)
4315

  
4313 4316
  # Files which are optional, these must:
4314 4317
  # - be present in one other category as well
4315 4318
  # - either exist or not exist on all nodes of that category (mc, vm all)
......
4323 4326
  if not redist:
4324 4327
    files_mc.add(constants.CLUSTER_CONF_FILE)
4325 4328

  
4326
    # FIXME: this should also be replicated but Ganeti doesn't support files_mc
4327
    # replication
4328
    files_mc.add(constants.DEFAULT_MASTER_SETUP_SCRIPT)
4329

  
4330 4329
  # Files which should only be on VM-capable nodes
4331 4330
  files_vm = set(filename
4332 4331
    for hv_name in cluster.enabled_hypervisors

Also available in: Unified diff