Skip to content

Commit 0c3cbf6

Browse files
committed
[Validators] Remove features from SlurmSettings deny list. That property name was wrong: the correct one is feature, not features. We do not fix the typo because there is no reason to block the customization of feature.
1 parent bd3928e commit 0c3cbf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/pcluster/validators/slurm_settings_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"Global": ["nodes", "partitionname", "resumetimeout", "state", "suspendtime", "oversubscribe"],
5151
},
5252
"ComputeResource": {
53-
"Global": ["cpus", "features", "gres", "nodeaddr", "nodehostname", "nodename", "state", "weight"],
53+
"Global": ["cpus", "gres", "nodeaddr", "nodehostname", "nodename", "state", "weight"],
5454
},
5555
}
5656

0 commit comments

Comments
 (0)