From f992fa6ce3e9bebcf0f61deff7015d0bc993a9eb Mon Sep 17 00:00:00 2001 From: stephan Date: Sun, 26 Nov 2023 14:45:24 +0000 Subject: [PATCH] Set container_scope=global to fix permission denied on folder creation --- roles/pyxis/templates/etc/slurm/plugstack.conf.d/pyxis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/pyxis/templates/etc/slurm/plugstack.conf.d/pyxis.conf b/roles/pyxis/templates/etc/slurm/plugstack.conf.d/pyxis.conf index ba56ca20..543eb626 100755 --- a/roles/pyxis/templates/etc/slurm/plugstack.conf.d/pyxis.conf +++ b/roles/pyxis/templates/etc/slurm/plugstack.conf.d/pyxis.conf @@ -1 +1 @@ -required /usr/local/src/pyxis/spank_pyxis.so runtime_path=/maindisk/pyxis \ No newline at end of file +required /usr/local/src/pyxis/spank_pyxis.so runtime_path=/maindisk/pyxis container_scope=global