Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Now all special filesystem mount happened in prepareChroot(), which is right before changing the root filesystem. This is too late for some case. E.g., adding more special mounts for command task which is mounting to those special fs that may overwrite some bind mounts.
Instead, we should dedicate these special mounts to corresponding isolators, e.g., linux filesystem isolator, cgroup isolator.