Description
I have seen people disabling copy-on-read or copy-on-write hoping to improve performance or save space. We know about problems if those are disabled, for example it can result in many open file handles, OAK-7460.
So best if we hide these features, so that people don't change them.