<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Sep 28, 2021 at 11:23 AM Lentes, Bernd <<a href="mailto:bernd.lentes@helmholtz-muenchen.de">bernd.lentes@helmholtz-muenchen.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
----- On Sep 27, 2021, at 2:51 PM, Pacemaker ML <a href="mailto:users@clusterlabs.org" target="_blank">users@clusterlabs.org</a> wrote:<br>
<br>
> I would use something liek this:<br>
> <br>
> ionice -c 2 -n 7 nice cp XXX YYY<br>
> <br>
> Best Regards,<br>
> Strahil Nikolov<br>
<br>
Just for a better understanding:<br>
<br>
ionice does not relate to the copy procedure in this commandline, but to the nice program.<br>
What is the advantage if nice does treat IO a bit more carefully ?<br></blockquote><div><br></div><div>ionice, just like nice as well, does some configuration - in that mode where the executable is given</div><div>as argument - and then exchanges the exec-context.</div><div>You can do that in a cascaded manner.</div><div><br></div><div>Klaus</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Is there a way in this commandline that ionice relates to the copy program ?<br>
<br>
What is with ionice -c 2 -n 7 (nice cp XXX YYY) ? With the brackets both programs are executed in the same shell.<br>
Would that help ?<br>
<br>
Bernd<br>
_______________________________________________<br>
Manage your subscription:<br>
<a href="https://lists.clusterlabs.org/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.clusterlabs.org/mailman/listinfo/users</a><br>
<br>
ClusterLabs home: <a href="https://www.clusterlabs.org/" rel="noreferrer" target="_blank">https://www.clusterlabs.org/</a><br>
</blockquote></div></div>