This doesn't make much sense. All user properties are inheritable, so you control them just like you do any other property. For example, there is no way to "unset" sharenfs on a child filesystem once it's inherited - you need to explicitly set it to some value other than its parent. For user properties, you can just set it to the empty string.
What you're really asking for is non-inherited user properties, but it's quite easy to treat user properties that way by writing the higher level software to only pay attention to datasets where the property is set locally ('zfs get -s local ...'). - Eric On Mon, Nov 03, 2008 at 08:35:22AM -0500, Mark J Musante wrote: > On Mon, 3 Nov 2008, Luca Morettoni wrote: > > > now I need to *clear* (remove) the property from > > rpool/export/home/luca/src filesystem, but if I use the "inherit" > > command I'll get the parent property, any hint to delete it? > > There currently is no way to do it. I looked for an existing CR and > couldn't find one, so I submitted "6766756 want 'zfs unset'". > > > Regards, > markm > _______________________________________________ > zfs-discuss mailing list > zfs-discuss@opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss -- Eric Schrock, Fishworks http://blogs.sun.com/eschrock _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss