Re: [systemd-devel] [PATCH 1/2] Revert patch 11689d2a which force the NOCOW attribute

2015-04-12 Thread Lennart Poettering
On Sat, 11.04.15 14:29, Goffredo Baroncelli (kreij...@libero.it) wrote: > Hi Lennart, > > On 2015-04-08 23:12, Lennart Poettering wrote: > >> --- a/src/journal/journalctl.c > >> > +++ b/src/journal/journalctl.c > >> > @@ -1290,7 +1290,7 @@ static int setup_keys(void) { > >> > size_t mpk_

Re: [systemd-devel] [PATCH 1/2] Revert patch 11689d2a which force the NOCOW attribute

2015-04-11 Thread Goffredo Baroncelli
Hi Lennart, On 2015-04-08 23:12, Lennart Poettering wrote: >> --- a/src/journal/journalctl.c >> > +++ b/src/journal/journalctl.c >> > @@ -1290,7 +1290,7 @@ static int setup_keys(void) { >> > size_t mpk_size, seed_size, state_size, i; >> > uint8_t *mpk, *seed, *state; >> >

Re: [systemd-devel] [PATCH 1/2] Revert patch 11689d2a which force the NOCOW attribute

2015-04-08 Thread Lennart Poettering
On Sat, 21.03.15 12:56, Goffredo Baroncelli (kreij...@libero.it) wrote: > From: Goffredo Baroncelli > > Revert patch 11689d2a, which force the NOCOW attribute for the journal files. > This patch was introduced to allievate the perfomances problem that > journald shows on the BTRFS filesystem. >

[systemd-devel] [PATCH 1/2] Revert patch 11689d2a which force the NOCOW attribute

2015-03-21 Thread Goffredo Baroncelli
From: Goffredo Baroncelli Revert patch 11689d2a, which force the NOCOW attribute for the journal files. This patch was introduced to allievate the perfomances problem that journald shows on the BTRFS filesystem. Because the NOCOW attribute is forced the user can't revert to the old behavior. How