From 1c16256820b010eb841048645683be7026299ce5 Mon Sep 17 00:00:00 2001 From: Jacopo De Amicis Date: Thu, 1 Feb 2024 13:23:15 +0100 Subject: [PATCH] Add comment about S3 Mountpoint used for external slurmdbd Signed-off-by: Jacopo De Amicis --- .../recipes/config/config_external_slurmdbd_s3_mountpoint.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cookbooks/aws-parallelcluster-slurm/recipes/config/config_external_slurmdbd_s3_mountpoint.rb b/cookbooks/aws-parallelcluster-slurm/recipes/config/config_external_slurmdbd_s3_mountpoint.rb index 2661ae511..ccef2752d 100644 --- a/cookbooks/aws-parallelcluster-slurm/recipes/config/config_external_slurmdbd_s3_mountpoint.rb +++ b/cookbooks/aws-parallelcluster-slurm/recipes/config/config_external_slurmdbd_s3_mountpoint.rb @@ -15,6 +15,11 @@ # OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions and # limitations under the License. +# WARNING: Mountpoint for Amazon S3 is a tool that allows you to mount an S3 bucket as a file system. +# This is now GA, but it is still hosted on the AWS Labs repositories (https://github.com/awslabs/mountpoint-s3). +# This is considered fine for the external slurmdbd stack. +# A deeper evaluation would be required for further uses of this tool in AWS ParallelCluster. + ext = platform?('ubuntu') ? "deb" : "rpm" subtree = arm? ? "arm64" : "x86_64" mount_s3_url = "https://s3.amazonaws.com/mountpoint-s3-release/latest/#{subtree}/mount-s3.#{ext}"