Hello, udisks in testing doesn't report LVM volumes properly, they're found as raw harddisks without filesystem. http://bugs.gentoo.org/313047 suggests short-term resolution "udevadm trigger", which sends "change" event. Apparently commenting out line 64 in /lib/udev/rules.d/80-udisks.rules: KERNEL=="dm-*", ACTION!="change", GOTO="udisks_end" resolves this issue (all volumes are reported as encrypted or with proper file system) for me - they don't wait for "change" event now. Unfortunately, I'm afraid it may be wrong way, because that line has a comment: # we only care about change events on device-mapper # devices - never touch the device on add events and I suppose it's there on purpose. Is there any better way to resolve this issue? -- Jędrzej 'smaug' Potoniec
-- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org