Re: [PATCH] zswap: improve memory.zswap.writeback inheritance
From: Nhat Pham
Date: Fri Sep 27 2024 - 12:41:29 EST
On Fri, Sep 27, 2024 at 8:01 AM Michal Koutný <mkoutny@xxxxxxxx> wrote:
>
>
> What about assigning this semantic to an empty string ("")?
> That would be the default behavior and also the value shown when reading
> the file (to distinguish this for explicitly configured values).
Yeah that's better than -1, I agree. Still a bit confusing, but at
least the semantic is "we are not making a choice at the memcg".
>
> (The weirdness of 0, 1, -1, -1, -1 would remain. Maybe switching this
> via the mount option could satisfy any user. Admittedly, I tend to
> confuse this knob with swap.max.)
Yeah a mount option, or in general some sort of global knob (with
proper documentation) would be preferable.
And yeah, I hear you with the swap.max confusion. That's why I tried
to make it explicit in the documentation, because the difference is
subtle and can trip up users. Hopefully, when zswap and swap are
decoupled, users can conceptualize them as two separate tiers, and the
confusion will lessen...