<div dir="ltr"><div>Thanks for advices, I will try!<br></div>lados.<br></div><div class="gmail_extra"><br><div class="gmail_quote">2018-03-05 23:29 GMT+01:00 Ken Gaillot <span dir="ltr"><<a href="mailto:kgaillot@redhat.com" target="_blank">kgaillot@redhat.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Mon, 2018-03-05 at 15:09 +0100, Mevo Govo wrote:<br>
> Hi,<br>
> I am new in pacemaker. I think, I should use DRBD instead of copy<br>
> file. But in this case, I would copy a file from a DRBD to an<br>
> external device. Is there a builtin way to copy a file before a<br>
> resource is started (and after the DRBD is promoted)? For example a<br>
> "copy" resource? I did not find it. <br>
> Thanks: lados.<br>
><br>
<br>
</div></div>There's no stock way of doing that, but you could easily write an agent<br>
that simply copies a file. You could use ocf:pacemaker:Dummy as a<br>
template, and add the copy to the start action. You can use standard<br>
ordering and colocation constraints to make sure everything happens in<br>
the right sequence.<br>
<br>
I don't know what capabilities your external device has, but another<br>
approach would be to an NFS server to share the DRBD file system, and<br>
mount it from the device, if you want direct access to the original<br>
file rather than a copy.<br>
<span class="HOEnZb"><font color="#888888">--<br>
Ken Gaillot <<a href="mailto:kgaillot@redhat.com">kgaillot@redhat.com</a>><br>
______________________________<wbr>_________________<br>
Users mailing list: <a href="mailto:Users@clusterlabs.org">Users@clusterlabs.org</a><br>
<a href="https://lists.clusterlabs.org/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.clusterlabs.org/<wbr>mailman/listinfo/users</a><br>
<br>
Project Home: <a href="http://www.clusterlabs.org" rel="noreferrer" target="_blank">http://www.clusterlabs.org</a><br>
Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" rel="noreferrer" target="_blank">http://www.clusterlabs.org/<wbr>doc/Cluster_from_Scratch.pdf</a><br>
Bugs: <a href="http://bugs.clusterlabs.org" rel="noreferrer" target="_blank">http://bugs.clusterlabs.org</a><br>
</font></span></blockquote></div><br></div>