-
|
Hi, are the provision scripts that are declared in the config run before or after the Filesystem is mounted? This fails with the error And I can't understand why or how to fix it. The dev runtime is an ansible playbook which provisions the machine. The |
Beta Was this translation helpful? Give feedback.
Answered by
jandubois
Jul 26, 2022
Replies: 1 comment 1 reply
-
|
With |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Regrau
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With
sshfsthe provisioning scripts are run before the mounts are setup (see #287). When you use9pthe mounts should be set up before.