<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 5/6/2018 4:47 PM, scram69 wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CANSMeEr=6Ztiy-YGX5ZBQsJdjF6_pXfn8ivy+WF+9oekN3KmaQ@mail.gmail.com">
<div dir="ltr"><br>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Sun, May 6, 2018 at 4:34 PM, Jerry
<span dir="ltr"><<a
href="mailto:mythtv@hambone.e4ward.com" target="_blank"
moz-do-not-send="true">mythtv@hambone.e4ward.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">
<div class="gmail_quote"><span class="">
<div dir="ltr">On Sun, May 6, 2018 at 7:23 PM
scram69 <<a href="mailto:scram69@gmail.com"
target="_blank" moz-do-not-send="true">scram69@gmail.com</a>>
wrote:<br>
</div>
</span>
<blockquote class="gmail_quote" style="margin:0px 0px
0px 0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">
<div dir="ltr"><br>
<div class="gmail_extra"><span class=""><br>
<div class="gmail_quote">On Sun, May 6, 2018
at 2:26 PM, Gary Buhrmaster <span dir="ltr"><<a
href="mailto:gary.buhrmaster@gmail.com"
target="_blank" moz-do-not-send="true">gary.buhrmaster@gmail.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote"
style="margin:0px 0px 0px
0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex"><span>On
Sun, May 6, 2018 at 4:27 PM, scram69
<<a href="mailto:scram69@gmail.com"
target="_blank" moz-do-not-send="true">scram69@gmail.com</a>>
wrote:<br>
> It's the first Sunday of the month,
so I've just gone through the first raid<br>
> checkarray re-sync on Ubuntu 18.04,
having just upgraded from 14.04.<br>
> /etc/cron.d/mdadm runs checkarray
with the --idle argument, presumably so
as<br>
> not to kill disk performance for
other processes.<br>
><br>
> However, during the array check,
all recordings failed with<br>
> threadedfilewriter errors:<br>
<br>
</span>"Idle" has different meanings to
different apps.<br>
You might want to throttle the max i/o
rate for<br>
sync (a good value will depend on your
devices)<br>
<br>
dev.raid.speed_limit_max<br>
<br>
is likely the sysctl to look at.<br>
</blockquote>
</div>
<br clear="all">
</span><span class="">
<div>Thanks Gary. I still have my old 14.04
system drive mounted. Before I sysctl -w
dev.raid.speed_limit_max=some_<wbr>small_number,
do you know where I might be able to find
what the max speed limit was under Ubuntu
14.04?</div>
</span></div>
</div>
</blockquote>
<div><br>
cat /proc/sys/dev/raid/speed_<wbr>limit_max<br>
<br>
</div>
<div>should do it :)<br>
</div>
</div>
</div>
<br>
______________________________<wbr>_________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org"
moz-do-not-send="true">mythtv-users@mythtv.org</a><br>
<a
href="http://lists.mythtv.org/mailman/listinfo/mythtv-users"
rel="noreferrer" target="_blank" moz-do-not-send="true">http://lists.mythtv.org/<wbr>mailman/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette"
rel="noreferrer" target="_blank" moz-do-not-send="true">http://wiki.mythtv.org/<wbr>Mailing_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org"
rel="noreferrer" target="_blank" moz-do-not-send="true">https://forum.mythtv.org</a><br>
<br>
</blockquote>
</div>
Right - that would work if I were actually booted under my old
system (AMD64). Unfortunately, I've upgraded both hardware
(kaby lake) and OS, and can no longer boot up with that
drive. With the drive mounted on my new system I can inspect
and copy files, but /proc is empty.</div>
<div class="gmail_extra"><br>
</div>
<div class="gmail_extra">I sincerely doubt I ever changed that
limit under 14.04. However, I've googled around for quite a
while and can't seem to find what the default was.</div>
<div class="gmail_extra"><br>
</div>
<div class="gmail_extra">So I guess I'll just try a factor of
ten: 200,000 -> 20,000 and see what happens in June...</div>
<div class="gmail_extra"><br clear="all">
<div><br>
</div>
-- <br>
<div class="gmail_signature" data-smartmail="gmail_signature">________________________<br>
"destroying the fundamental underpinnings of the broadcast
television ecosystem"</div>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://lists.mythtv.org/mailman/listinfo/mythtv-users">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a>
<a class="moz-txt-link-freetext" href="http://wiki.mythtv.org/Mailing_List_etiquette">http://wiki.mythtv.org/Mailing_List_etiquette</a>
MythTV Forums: <a class="moz-txt-link-freetext" href="https://forum.mythtv.org">https://forum.mythtv.org</a>
</pre>
</blockquote>
From my mythbuntu 14.04 system:<br>
cat /proc/sys/dev/raid/speed_limit_max<br>
200000<br>
I suspect that 200000 is the default on most linux systems and that
there are factors other than that value that are affecting you from
the upgrade from 14.04 to 18.04.<br>
Jay<br>
<br>
</body>
</html>