From 7b13d48e05c451f9ea56fd79e31dc1d6703a89f5 Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Thu, 30 Jan 2025 11:46:21 -0600 Subject: [PATCH] Add note about scratch-space permissions Signed-off-by: W. Michael Petullo --- docs/resource-sharing/os-backfill-containers.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/resource-sharing/os-backfill-containers.md b/docs/resource-sharing/os-backfill-containers.md index 4e82d2745..803750268 100644 --- a/docs/resource-sharing/os-backfill-containers.md +++ b/docs/resource-sharing/os-backfill-containers.md @@ -125,6 +125,10 @@ On EL hosts, the pilot container can also be managed via a systemctl service pro WORKER_TEMP_DIR=/scratch + !!! note "Scratch space ownership" + The EP is run under uid 1000. + Ensure this user has read, write, and execute access to the scratch space. + 1. Start the OSPool EP container service: :::console