We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f4f38 commit 4a31972Copy full SHA for 4a31972
cli/src/pcluster/constants.py
@@ -38,7 +38,7 @@
38
UNSUPPORTED_OSES_FOR_MICRO_NANO = ["ubuntu2004", "ubuntu2204", "rhel8", "rocky8", "rhel9", "rocky9"]
39
UNSUPPORTED_OSES_FOR_DCV = ["alinux2023"]
40
UNSUPPORTED_ARM_OSES_FOR_DCV = ["ubuntu2004"]
41
-UNSUPPORTED_OSES_FOR_LUSTRE = ["ubuntu2404"]
+UNSUPPORTED_OSES_FOR_LUSTRE = []
42
DELETE_POLICY = "Delete"
43
RETAIN_POLICY = "Retain"
44
DELETION_POLICIES = [DELETE_POLICY, RETAIN_POLICY]
0 commit comments