kojibuilder / runroot: revert fuse attempts
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
f94a4d1a8f
commit
8735931424
1 changed files with 2 additions and 8 deletions
|
@ -5,7 +5,7 @@
|
|||
; parameter for individual calls.
|
||||
; default_mounts = /mnt/archive,/mnt/workdir
|
||||
{% if env == 'production' %}
|
||||
default_mounts = /mnt/koji,/dev/fuse
|
||||
default_mounts = /mnt/koji
|
||||
{% elif env == 'staging' %}
|
||||
; In staging we also need the production split volume
|
||||
default_mounts = /mnt/koji,/mnt/fedora_koji_prod/koji,/etc/kojid/secrets
|
||||
|
@ -15,7 +15,7 @@ default_mounts = /mnt/koji,/mnt/fedora_koji_prod/koji,/etc/kojid/secrets
|
|||
; Each extra_mount needs to start with some of these prefixes. Other paths are
|
||||
; not allowed for mounting. Only absolute paths are allowed here, no
|
||||
; wildcards.
|
||||
safe_roots = /mnt/koji/compose,/mnt/koji/atomic-cd,/srv/odcs/,/dev/fuse
|
||||
safe_roots = /mnt/koji/compose,/mnt/koji/atomic-cd,/srv/odcs/
|
||||
|
||||
; path substitutions is tuple per line, delimited by comma, order is
|
||||
; important.
|
||||
|
@ -48,12 +48,6 @@ path = /srv/odcs
|
|||
fstype = bind
|
||||
options = bind
|
||||
|
||||
[path5]
|
||||
mountpoint = /dev/fuse
|
||||
path = /dev/fuse
|
||||
fstype = bind
|
||||
options = none
|
||||
|
||||
{% if env == 'staging' %}
|
||||
; we need to mount the production split volume here.
|
||||
[path3]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue