mirror of
https://github.com/versity/scoutfs.git
synced 2026-07-22 07:52:38 +00:00
4e2c1e83be
We cannot validate that totl keys have the correct count/value without also extracting and printing the value for xattrs, which by default is omitted (a sane default). Add a default-disabled --xattr-values/-V flag to enable printing these out. Because xattr values can span multiple items, this only will print out the first one, and ellipsize it if it continues elsewhere. It is filtered through isprint() to avoid printing non-printable characters. Signed-off-by: Auke Kok <auke.kok@versity.com>