mdisk: Avoid delay when mounting disks with a `/.dontsleep/` directory
commit859430753cd7e2bf796de0f1450037683c870a22
authorØyvind A. Holm <sunny@sunbase.org>
Sat, 9 Dec 2023 09:36:25 +0000 (9 10:36 +0100)
committerØyvind A. Holm <sunny@sunbase.org>
Sat, 9 Dec 2023 09:36:25 +0000 (9 10:36 +0100)
tree486e3b472a9f7484cd54ee29de864931058a3657
parent59920192300eaa49002a8fe946c0026bccea7443
mdisk: Avoid delay when mounting disks with a `/.dontsleep/` directory

Some disks experience a delay before the first write, possibly due to
journal preparation. The duration of this delay can vary; in this
instance, it was 33 seconds. This commit eliminates the delay by
combining the creation and execution of the script into a single
background process.

e6dd6ae0-9678-11ee-8d3d-83850402c3ce
mdisk