When creating a custom AMI for Ubuntu OS, when installing the Lustre client, the kernel version is hard-coated, and I think it is better to modify it as follows.
$(uname -r)
Please consider it.
|
sudo apt install -y lustre-client-modules-aws=6.5.0.1024.24~22.04.1 |
When creating a custom AMI for Ubuntu OS, when installing the Lustre client, the kernel version is hard-coated, and I think it is better to modify it as follows.
$(uname -r)Please consider it.
aws-hpc-recipes/recipes/pcs/hpc_ready_ami/assets/scripts/install-lustre.sh
Line 39 in 444d079