linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BCACHE] Parameter setting
@ 2021-05-01 15:26 Giuseppe Della Bianca
  0 siblings, 0 replies; only message in thread
From: Giuseppe Della Bianca @ 2021-05-01 15:26 UTC (permalink / raw)
  To: linux-bcache

Hi.

To set parameters I used this udev rule

/etc/udev/rules.d/70-bcache-tuning.rules

SUBSYSTEM!="block", GOTO="end_rule" 
ENV{DEVTYPE}=="partition", GOTO="end_rule" 
ACTION!="add|change", GOTO="end_rule" 
KERNEL=="bcache*", ATTR{bcache/sequential_cutoff}="300000000" 
LABEL="end_rule"



gdb



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-01 15:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-01 15:26 [BCACHE] Parameter setting Giuseppe Della Bianca

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).