You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Set default systemd runlevel to multi-user.target on all OSes during ami creation. The runlevel is set to graphical.target only when DCV is enabled.
* In ParallelCluster 2.10.0, centos7/centos8 use multi-user.target and ubuntu1804/alinux2 use graphical.target. multi-user.target won't start x/gdm service when booting. So, the solution is during ubuntu1804/alinux2 AMI build, switching graphical.target to multi-user.target to disable x/gdm service, then if dcv is enabled, switch multi-user.target to graphical.target and enable x/gdm service on head node.
Signed-off-by: Yulei Wang <yuleiwan@amazon.com>
Co-authored-by: Francesco De Martino <demartinof@icloud.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
9
9
**ENHANCEMENTS**
10
10
- Configure NFS threads to be max(8, num_cores) for performance. This enhancement will not take effect on Ubuntu 16.04 unless the instance is rebooted.
11
11
- EFA kernel module now installed also on ARM instances with `alinux2` and `ubuntu1804`
12
+
- Set default systemd runlevel to multi-user.target on all OSes during ami creation. The runlevel is set to graphical.target only when DCV is enabled.
0 commit comments