On 10/18/2015 11:12 PM, Jens Adam wrote:
Sun, 18 Oct 2015 20:03:13 -0700
Dennis Anderson <walkingrobot@xxxxxxxxx>:
Failed to set file attributes: Operation not supported
... corresponds to
https://github.com/systemd/systemd/blob/master/src/journal/journalctl.c#L1479
I haven't checked with kernel sources, but I don't think you'll find
(m)any filesystems supporting all of those flags; seems more like a
nice-to-have wishlist.
You can check with 'lsattr' on your journal files which attributes were
applied.
--byte
Thanks for the reply Jens. Sorry for my delay. I've been sick.
It's a BTRFS fs. lsattr shows only the 'C' nocow attr. But it sounds
like it's nothing to worry about so thanks again for the help.
Dennis