Skip to content

Commit 34340ba

Browse files
committed
[DFSM] Clarify comments and resource description related to cluster config file.
Signed-off-by: Giacomo Marciani <[email protected]>
1 parent e75e22f commit 34340ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cookbooks/aws-parallelcluster-platform/resources/fetch_config.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@
8080

8181
if new_resource.update
8282
# Wait for the head node to write the config version file, which is the signal that
83-
# all configuration files within the shared folder are aligned with the latest config version.
83+
# all configuration files (cluster config, change-set, ...) have been written on the shared folder
84+
# and are aligned with the latest config version.
8485
# This is required only on update because on create it is guaranteed that this recipe is executed on compute node
8586
# only after it has completed on head node.
8687
wait_cluster_config_file(sync_file_login_nodes)

0 commit comments

Comments
 (0)