Summary: | allow /etc/init.d/localmount to parallel mount local filesystems | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jaco Kroon <jaco> |
Component: | Current packages | Assignee: | OpenRC Team <openrc> |
Status: | RESOLVED UPSTREAM | ||
Severity: | enhancement | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Jaco Kroon
2022-12-14 08:55:30 UTC
For reference, reduces mount -a time from close on 40 minutes to 30 seconds. Not all filesystems we're mounted in this round, but at worst this should take us to ~60s time to mount all filesystems compared to the current 40 minutes. But here is the kicker: If filesystems have a hierarchy eg: /var /var/lib /var/cache Then the latter could fail. This will need to be fixed in mount itself somehow, recommendation to just leave gentoo as-is, unless someone is willing to put in the work for the mount command, not something I have capacity for. Going to close this as UPSTREAM because it's based on the above a bad idea to do this in current state. |