aristanetworks / bst

A one-stop shop for process isolation
MIT License
99 stars 9 forks source link

outer_helper_spawn: fail subcgroup creation silently when all limits are non-critical #70

Closed vzxv closed 1 year ago

vzxv commented 1 year ago

When all user-specified limits are non-critical (i.e., --try-limit instead of --limit), and we fail on basic subcgroup setup operations, we shouldn't treat this as a fatal error.

This change also removes 3 debug printf statements that cause tests to fail