mirror of
https://github.com/versity/scoutfs.git
synced 2026-04-22 22:40:31 +00:00
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>