<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Thanks Robert! Any thoughts on where that service or script resides? I would have thought it would be in the systemd folder but no joy.<br class="">
<div class="">
<div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;">
<div class="" style="text-align: -webkit-auto; orphans: 2; widows: 2;"><i class=""><font face="Marion" size="4" class=""><br class="Apple-interchange-newline">
-------------------------------</font></i></div>
<div class="" style="text-align: -webkit-auto; orphans: 2; widows: 2;"><font color="#800000" class=""><font face="Garamond" class=""><span class="" style="font-size: 10.5pt;"><b class=""><i class="">Dav Banks<br class="">
</i></b></span></font></font><font size="1" class=""><font face="Times New Roman" class=""><span class="" style="font-size: 9pt;">School of Architecture<br class="">
University of Virginia<br class="">
Campbell Hall, Rm 138<br class="">
(o) 434.243.8883<br class="">
(e)&nbsp;<a href="x-msg://236/davbanks@virginia.edu" class="">dav.banks@virginia.edu</a></span></font></font></div>
</div>
</div>
<div><br class="">
<blockquote type="cite" class="">
<div class="">On Jul 23, 2019, at 4:06 AM, Robert Altnoeder &lt;<a href="mailto:robert.altnoeder@linbit.com" class="">robert.altnoeder@linbit.com</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="">On 7/22/19 6:34 PM, Banks, David (db2d) wrote:<br class="">
<blockquote type="cite" class="">Is there a way to delay the loading of DRBD resources until after the underlying block system has made the devices available?<br class="">
<br class="">
I’ve looked in systemd but didn’t see any drbd services and wanted to ask before monkeying with that.<br class="">
</blockquote>
<br class="">
There must be some service or script somewhere that starts it, because<br class="">
DRBD itself does not automatically start resources when the kernel<br class="">
module is loaded.<br class="">
<br class="">
<blockquote type="cite" class="">After reboot DRBD starts before the zfs volumes that is use are available so I have to do a 'drbdadm adjust all’ each time. I’d like it to just wait until the zfs-mount.service is done.<br class="">
</blockquote>
<br class="">
Another question is whether that will actually be good enough to<br class="">
reliably start the DRBD resources. It may work sometimes, maybe even<br class="">
often, and then sometimes it may fail, because many of the base OS<br class="">
components such as udev, which makes various storage devices available,<br class="">
have countless race conditions. In other words, I suspect that the<br class="">
zfs-mount.service may finish successfully before the ZFS devices are<br class="">
actually usable or visible in the /dev filesystem.<br class="">
You may need to either add a delay (which still only increases the<br class="">
chance that it will work, but does not guarantee it) or add some custom<br class="">
programming to wait for the devices to be created in the /dev filesystem<br class="">
and to actually start working (e.g., try opening one and see whether<br class="">
that works).<br class="">
<br class="">
br,<br class="">
Robert<br class="">
<br class="">
_______________________________________________<br class="">
Star us on GITHUB: <a href="https://github.com/LINBIT" class="">https://github.com/LINBIT</a><br class="">
drbd-user mailing list<br class="">
<a href="mailto:drbd-user@lists.linbit.com" class="">drbd-user@lists.linbit.com</a><br class="">
http://lists.linbit.com/mailman/listinfo/drbd-user<br class="">
</div>
</div>
</blockquote>
</div>
<br class="">
</body>
</html>