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
Once a task is garbage collected there should be no trace of it left on the Client. Tasks making use of the unveil isolation mode are leaving empty task directories under the alloc_mounts parent. e.g.
…lation
This PR fixes a bug where Nomad client would leave behind an empty directory
created on behalf of tasks making use of the unveil filesystem isolation
mode (i.e. using exec2 task driver). Once unmounting is complete, we should
remember to also delete the directory.
Fixes#22433
…lation (#23237)
This PR fixes a bug where Nomad client would leave behind an empty directory
created on behalf of tasks making use of the unveil filesystem isolation
mode (i.e. using exec2 task driver). Once unmounting is complete, we should
remember to also delete the directory.
Fixes#22433
Once a task is garbage collected there should be no trace of it left on the Client. Tasks making use of the unveil isolation mode are leaving empty task directories under the
alloc_mounts
parent. e.g.While we do unmount things we are failing to actually delete the directory.
The text was updated successfully, but these errors were encountered: