Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
cryptsetup errors on shutdown #5527
Comments
mbiebl
added
cryptsetup
bug
labels
Mar 3, 2017
|
You appear to be using LVM. As soon as LVM is involved we can't really help you upstream. Please contact the LVM folks. (Do note though that #867 remains an issue, hence if you split off /var into a separate file system, than it will result in unmount errors that mostly cosmetical, and evreything you stacked below it the same.) (Also note: if your root partition is on complex storage, then the backing processes for it need to be part of the initrd and stay around until final shutdown. It appears from your logs this isn't the case for you: https://www.freedesktop.org/wiki/Software/systemd/RootStorageDaemons/) Either way, please direct LVM questions to LVM people, it's a complex piece of software that interferes with systemd's and udev's usual ways in non-trivial ways, and we really can't support that here. Thank you for understanding. |
poettering
closed this
Mar 3, 2017
|
Well, the problem doesn't seem to be LVM but rather the user of LUKS/cryptsetup and it is systemd which ships a cryptsetup generator (which I suspect generates wrong dependencies) |
|
So, I've just upgraded that test VM to v233 and the errors were gone on shutdown. Posting it here, just in case someone else runs into this problem as well |
|
@arvidjaar you probably need to ask the bug submitter |
mbiebl commentedMar 3, 2017
•
Edited 1 time
-
mbiebl
Mar 3, 2017
Submission type
systemd version the issue has been seen with
v232
Used distribution
Debian sid
I have a test VM using a standard Debian luks encrypted LVM partitioning.
During shutdown I get the following error
The complete shutdown log is