From 29588f286053b9c47c65b369d9fa979776566197 Mon Sep 17 00:00:00 2001 From: Andrew Batallas Date: Fri, 29 Aug 2025 16:54:56 -0400 Subject: [PATCH] Change nfs_home mount to allow cyclecloud user access to OOD machine --- templates/OpenOnDemand.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/OpenOnDemand.txt b/templates/OpenOnDemand.txt index c01f7d8..68aaa6e 100644 --- a/templates/OpenOnDemand.txt +++ b/templates/OpenOnDemand.txt @@ -57,7 +57,7 @@ Autoscale = false [[[configuration cyclecloud.mounts.nfs_home]]] type = nfs - mountpoint = /home + mountpoint = /nfs-home export_path = ${strcat(NFSSharedExportPath, "/home")} address = $NFSAddress options = $NFSSharedMountOptions