File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ class ClustermgtdConfig:
127127 "update_node_address" : True ,
128128 "run_instances_overrides" : "/opt/slurm/etc/pcluster/run_instances_overrides.json" ,
129129 "cluster_config_file" : "/opt/parallelcluster/shared/cluster-config.yaml" ,
130- "fleet_config_file" : "/opt /parallelcluster/shared /fleet-config.json" ,
130+ "fleet_config_file" : "/etc /parallelcluster/slurm_plugin /fleet-config.json" ,
131131 # Terminate configs
132132 "terminate_max_batch_size" : 1000 ,
133133 # Timeout to wait for node initialization, should be the same as ResumeTimeout
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class SlurmResumeConfig:
4040 "use_private_hostname" : False ,
4141 "run_instances_overrides" : "/opt/slurm/etc/pcluster/run_instances_overrides.json" ,
4242 "cluster_config_file" : "/opt/parallelcluster/shared/cluster-config.yaml" ,
43- "fleet_config_file" : "/opt /parallelcluster/shared /fleet-config.json" ,
43+ "fleet_config_file" : "/etc /parallelcluster/slurm_plugin /fleet-config.json" ,
4444 "all_or_nothing_batch" : False ,
4545 }
4646
You can’t perform that action at this time.
0 commit comments