bcache-tools
bcache-tools copied to clipboard
bcache-tools, part of the bcache hybrid storage project (features, debian packaging)
I'm not sure if you are still maintaining this, but if you are, this should be a Recommends not a Depends, and you should mention dracut. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775674
gcc 5.1.1 rightfully complains about this: `[rolf.fokkens@home07 bcache-tools-1.0.8.orig]$ make` `cc -O2 -Wall -g`pkg-config --cflags uuid blkid`-c -o bcache.o bcache.c` `bcache.c:125:9: warning: ‘crc_table’ is static but used in inline function ‘crc64’...
When use the cmd `./bcache-register /dev/sdc` or `echo /dev/sdc > /sys/fs/bcache/register`, the cmd will be blocked, and not return. Event if I use Ctrl-C. Like this: ``` # ./bcache-register /dev/sdc...
`README` refers to inexisting `Documentation/bcache.txt`
hi, it'd be convenient if make-bcache would let you set the label when formatting cached devices, this way the user doesn't have to search for the right bcache device and...
From: http://thread.gmane.org/gmane.linux.kernel.bcache.devel/2594 If I understand udev correctly, this sort of "conflict" is an inevitable consequence of its asynchronous nature, and helper programs like bcache-register need to be robust enough to...
Hi, I installed your bcache-tools package from your ppa to use bcache for the root partition of my Ubuntu 13.10 install. I have a bcache backing partition on my HDD...
I have been using bcache for two drives (/dev/sda and /dev/sdb). The cache is registered correctly, but it looks like the UDEV rules in 69-bcache.rules need to be tweaked to...