You are not logged in.
The udisks2 modules are in /usr/lib/udisks2/modules/. The module name is the part after the underscore, e.g. bcache, btrfs, lvm2, vdo, zram. It shouldn't be necessary to prevent udisks2 from trying to load the module, though. I looked into the sources and if it fails loading a module, it just logs an error and continues normal operation without the module.
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
Thank you all guys. Finally I removed lvm2 (thanks to loqs, I didn't see -Rdd, just tried -Rd) and for now, everything is fine. If I see something went wrong, I'll notice here and reinstall lvm2.
$ pm -Rdd lvm2
Packages (1) lvm2-2.02.183-2
Total Removed Size: 6.57 MiB
:: Do you want to remove these packages? [Y/n] y
:: Processing package changes...
(1/1) removing lvm2 [################################################################] 100%
:: Running post-transaction hooks...
(1/3) Reloading system manager configuration...
(2/3) Reloading device manager configuration...
(3/3) Arming ConditionNeedsUpdate...Offline