On Tue, Sep 24, 2013 at 11:44:15PM -0600, Chris Murphy wrote:
> 
> On Sep 24, 2013, at 10:34 PM, Chris Murphy <li...@colorremedies.com> wrote:
> 
> > And how would I go about setting /var/log/journal contents to inherit 
> > nodatacow? Possible?
> 
> chattr +C /var/log/journal
> 
> Resolved the problem. Whether this is an appropriate long term fix that 
> systemd should apply to this directory, I don't know.
> 

That just disables cow which in turn disables csumming so it is a good solution
for you right now and gives me time ti figure out wtf is going on here.  Looking
at the systemd code it isn't doing O_DIRECT, which is how you usually end up
with this sort of situation.  So it is likely a bug on our side, I will try and
track it down today.  Thanks for narrowing this down,

Josef
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to