From f94a4d1a8fe9c137d9f8f514bfdebc1bd9871d05 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 21 Jul 2023 09:34:47 -0700 Subject: [PATCH] koji_builder / runroot: try no options here Signed-off-by: Kevin Fenzi --- roles/koji_builder/templates/runroot.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/koji_builder/templates/runroot.conf.j2 b/roles/koji_builder/templates/runroot.conf.j2 index c5defcd7d9..76fc4ed021 100644 --- a/roles/koji_builder/templates/runroot.conf.j2 +++ b/roles/koji_builder/templates/runroot.conf.j2 @@ -52,7 +52,7 @@ options = bind mountpoint = /dev/fuse path = /dev/fuse fstype = bind -options = bind +options = none {% if env == 'staging' %} ; we need to mount the production split volume here.