Change Readonly ZFS Recursive

 To recursively set prop for pool/fs/root and descendants with the exception of a few (eg mountpoint) non-inherited props:

zfs set prop=val pool/fs/root

Recursively reset (restore prop to inherited (if set "higher" in the tree) or default otherwise, or remove (if a user prop)):
zfs inherit -r prop pool/fs/root