Tags: g2p/bcache-tools
Tags
bcache-register: use register, not register_quiet register_quiet doesn't report errors correctly, the following kernel patch needs to be applied: https://lkml.org/lkml/2013/8/26/549 See http://thread.gmane.org/gmane.linux.kernel.bcache.devel/2594 for how this comes up in practice. Reverts 8327108
udev: Fit into the standard rule sequence Move the rule to run a bit later, after the standard udev rules have called blkid. Don't run blkid manually, and run probe-bcache as a fallback which can be patched out in a package that depends on util-linux 2.24+. probe-bcache: bail if libblkid finds anything Preserve our last-resort safety check here in case earlier rules fail to call blkid.