mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
Revert "cryptsetup: umount encrypted devices before detaching it during shutdown"
This reverts commit 362c378291.
This commit introduced an ordering loop: remote-cryptsetup.target was both
before and after remote-fs-pre.target. It also globally ordered all cryptsetup
volumes before all mounts. Such global ordering is problematic if people have
stacked storage. Let's look for a different solution.
See https://github.com/systemd/systemd/pull/14378#discussion_r359460109.
This commit is contained in:
@@ -11,4 +11,3 @@
|
||||
Description=Remote File Systems (Pre)
|
||||
Documentation=man:systemd.special(7)
|
||||
RefuseManualStart=yes
|
||||
After=remote-cryptsetup.target
|
||||
|
||||
Reference in New Issue
Block a user