You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having overlapping kas dirs (via the env vars KAS_<x>_DIR) creates
trouble regarding file permissions and cleaning. This was never
really supported, but it was also not explicitly forbidden. We now
state that all passed directories must be non-overlapping, except if
stated otherwise. Using sub-dirs of the KAS_WORK_DIR is allowed, as
this is a common use-case.
We further state which directories must exist, which parent dirs must
exist and which are created recursively.
No functional change.
Signed-off-by: Felix Moessbauer <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
0 commit comments