You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 identify if a bcache is already mounted when jumping to bcache_backing_found (line 22 is where the bcache-register command is run).
If I add this line below after line 5 of /lib/udev/rules.d/69-bcache.rules, the errors go away and when I reboot the bcache is correctly mounted/registered.
ACTION=="change", GOTO="bcache_end"
Is there any risk to adding this? Is there a better way to fix this problem? Thank you!
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 identify if a bcache is already mounted when jumping to bcache_backing_found (line 22 is where the bcache-register command is run).
/var/log/messages
The text was updated successfully, but these errors were encountered: