On Tue, Jul 30, 2024 at 02:43:30PM -0700, Christoph Hellwig wrote: > On Mon, Jul 29, 2024 at 08:21:32PM -0700, Darrick J. Wong wrote: > > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > > > Create a tool to list, get, set, and remove filesystem properties. > > Ok, so this wraps spaceman. Can we make the property manipulation only > available through this interface to cause less confusion? I think you're asking if I could make xfs_spaceman expose the {list,get,set}fsprops commands and db expose the -Z flag to attr_{get,set,list} when someone starts them up with -p xfs_property ? If so, then yes, I can do that. --D