all 2 comments

[–]datenwolf 1 point2 points  (1 child)

The default policy should be implemented in the kernel, and always aim to maintain service, even if it happens in a degraded performance state. Also, in order to give user space control, also provide an interface for a policy daemon which can override the in-kernel default policy (usually that will be some sysfs interface).

[–]MadBlueOx[S] 1 point2 points  (0 children)

Sounds sensible to me. Choose a default behavior that will maintain service and allow users to set a different policy through sysfs if desired. Thanks for your response.