From: Ronald van Zantvoort <ronald@pcextreme.nl>
To: "linux-bcache@vger.kernel.org" <linux-bcache@vger.kernel.org>
Subject: obsolete option freelist_percent in documentation / question
Date: Mon, 17 Aug 2015 11:01:31 +0200 [thread overview]
Message-ID: <55D1A2EB.3030603@pcextreme.nl> (raw)
Hi all,
https://www.kernel.org/doc/Documentation/bcache.txt reports
freelist_percent
Size of the freelist as a percentage of nbuckets. Can be written to to
increase the number of buckets kept on the freelist, which lets you
artificially reduce the size of the cache at runtime. Mostly for testing
purposes (i.e. testing how different size caches affect your hit
rate), but
since buckets are discarded when they move on to the freelist will
also make
the SSD's garbage collection easier by effectively giving it more
reserved
space.
However, on dec. 17, 2013, the allocator reserves got reworked and this
option disappeared.
We're currently rolling out bcache on a number of older Intel SSD's
which are notoriously bad on the GC part; they practically *need* a big
chunk of reserved space to function properly.
Of course we could go with a HPA or a smaller partition, but it'd be
much more elegant to do this from within bcache itself; so is this still
possible , now that this option obviously no longer exists, and if so, how?
Thanks in advance!
Ronald
reply other threads:[~2015-08-17 9:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55D1A2EB.3030603@pcextreme.nl \
--to=ronald@pcextreme.nl \
--cc=linux-bcache@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.