i tried to use delegate = true with incus and noticed that it doesn't quite seem to work... incus fails to apply things like cpuset, for example, warning/errors like Unable to set cpuset ... value="0,1,2,3,4,5"
finit is doing what it set out to do, but i think incus has certain expectations - i think the problem is that finit needs to create a private cgroup namespace because incus is trying to reparent to the cgroup of pid 1 🤔
i'm not an expert at incus internals, and i didn't dig through the finit code on delegation... so there is a bit of hand waving on my side here... does this make sense though?
i tried to use
delegate = truewithincusand noticed that it doesn't quite seem to work...incusfails to apply things likecpuset, for example, warning/errors likeUnable to set cpuset ... value="0,1,2,3,4,5"finitis doing what it set out to do, but i thinkincushas certain expectations - i think the problem is thatfinitneeds to create a private cgroup namespace becauseincusis trying to reparent to the cgroup of pid 1 🤔i'm not an expert at
incusinternals, and i didn't dig through thefinitcode on delegation... so there is a bit of hand waving on my side here... does this make sense though?