Summary: | sys-fs/bcache-tools - /lib/udev/rules.d/69-bcache.rules fails to detect backing devices | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | devsk <funtoos> |
Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | anton.wd, jstein |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
devsk
2014-03-03 16:42:25 UTC
The second part of the issue seems to be because probe-bcache -o udev is not returning anything. Can we fix it by having this code: # Cached devices: symlink DRIVER=="bcache", ENV{CACHED_UUID}=="?*", \ SYMLINK+="bcache/by-uuid/$env{CACHED_UUID}" DRIVER=="bcache", ENV{CACHED_LABEL}=="?*", \ SYMLINK+="bcache/by-label/$env{CACHED_LABEL}" replaced with: # Cached devices: symlink DRIVER=="bcache", ENV{ID_FS_UUID}=="?*", \ SYMLINK+="bcache/by-uuid/$env{ID_FS_UUID}" DRIVER=="bcache", ENV{ID_FS_LABEL}=="?*", \ SYMLINK+="bcache/by-label/$env{ID_FS_LABEL}" Thanks for report and tracking it down. I will see what upstream is working on. Could you please file a bug for this upstream(https://github.com/g2p/bcache-tools) and add the link here? I gave up on bcache. It just doesn't work for my use case. See https://bugzilla.kernel.org/show_bug.cgi?id=71441. Not getting much help from upstream kernel developer on the kernel issue didn't increase chances of my following up...:-) https://bugzilla.kernel.org/show_bug.cgi?id=71441#c3 "Does this problem still show up in Linux v5.5 or v5.6-rc ?" Please report there and here. Closing this 7 year old bug. Not using bcache. |