<div dir="ltr"><div>What about something like this:</div><div><br></div><div>- NULL or "no setting" means default storage (this is the same as no backend).</div><div>- default means the first non-Transient storage for cache insertions, Transient for anything else (pass and request bodies).</div><div>- No more RR on storages by default. If this is wanted, it should be set explicitly somehow (VMOD?)</div><div><br></div><div>If we failed to allocate using the selected storage we fallback to Transient, always.</div><div>If Transient fails because it's capped and we couldn't make space, we fail hard.</div><div><br></div><div>Comments?</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 10, 2016 at 6:42 PM, Poul-Henning Kamp <span dir="ltr"><<a href="mailto:phk@phk.freebsd.dk" target="_blank">phk@phk.freebsd.dk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">--------<br>
In message <<a href="mailto:CAJV_h0b-XvA9Skc646fkW5nEJg4MjzbG1kuXG3RTqa686AkS4g@mail.gmail.com">CAJV_h0b-<wbr>XvA9Skc646fkW5nEJg4MjzbG1kuXG3<wbr>RTqa686AkS4g@mail.gmail.com</a>><br>
<span class="">, Federico Schwindt writes:<br>
<br>
>This might be obvious but are we considering NULL a "no setting" as well or<br>
>only when a VMOD returns NULL?<br>
><br>
>If it's the latter I agree. The former would be a breaking change.<br>
<br>
</span>Well, that's why I'm asking:<br>
<br>
If vmod returns NULL does it mean<br>
<br>
A) Failure to select stevedore<br>
<br>
B) Use default stevedore selection<br>
<br>
?<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20<br>
phk@FreeBSD.ORG         | TCP/IP since RFC 956<br>
FreeBSD committer       | BSD since 4.3-tahoe<br>
Never attribute to malice what can adequately be explained by incompetence.<br>
</div></div></blockquote></div><br></div>