Bug 881481
Summary: | fuse.sshfs with credentials on crypt volume => system cannot boot | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Matthew Woehlke <mwoehlke.floss> |
Component: | systemd | Assignee: | systemd-maint |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 17 | CC: | johannbg, lnykryn, metherid, msekleta, notting, plautrba, systemd-maint, vpavlin |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-01-14 21:12:09 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Matthew Woehlke
2012-11-29 00:18:58 UTC
systemd cannot magically determine that the network needs to be up for a mount. mount uses "_netdev" in the mount options to declare that. If you use that in the mount options this part of the issue should be fixed, as systemd honours that. Determining the other dependency automatically is not feasible either. We cannot really add support for parsing the options for a gazillion of userspace file systems to systemd to determine the deps. A possible work-around could be to write a .mount unit for this entry and specify the dep explicitly, but that's not particularly sexy. So, how about adding something similar for other dependencies? The simplest would be e.g. '_dep=crypt.mount' that could depend on anything systemctl knows about; '_netdev' could then be an alias for '_dep=network.target' (guessing that is the equivalent dep, anyway; might be wrong). I think that would be less painful than writing a series of .mount's when more than one FS is affected. That's a good idea I guess! *** This bug has been marked as a duplicate of bug 812826 *** |