Solved ZFS - How to get rid of a User property

Hi there,
I created a ZFS User Property on a dataset and worked fine. I could also change it, but I don't know how to delete it ?
Code:
zfs set proper:user =
will not delete. It will be just empty. Any ideas or is this a missing order ?
 
I hope this isn't considered hijacking an old thread, but to clarify; using zfs inherit even works on the top level dataset's user properites.
So something like zfs inherit com.example:badproperty tank will clear that property as well, even though there doesn't appear to be any property to "inherit". Ask me how I know... :^)
 
Back
Top