<div dir="ltr">Thanks Ken.<div><br></div><div>Could you also respond on the second question?</div><div><br></div><div><span style="color:rgb(80,0,80);font-size:12.8px">>     Also, in /dev/shm I see that it created around 300+ files of around</span><br style="color:rgb(80,0,80);font-size:12.8px"><span style="color:rgb(80,0,80);font-size:12.8px">>     250 MB.</span><br style="color:rgb(80,0,80);font-size:12.8px"><span style="color:rgb(80,0,80);font-size:12.8px">></span><br style="color:rgb(80,0,80);font-size:12.8px"><span style="color:rgb(80,0,80);font-size:12.8px">>     For e.g.</span><br style="color:rgb(80,0,80);font-size:12.8px"><span style="color:rgb(80,0,80);font-size:12.8px">>     -rw-rw----    1 hacluste hacluste      8232 May  6 13:03</span><br style="color:rgb(80,0,80);font-size:12.8px"><span style="color:rgb(80,0,80);font-size:12.8px">>     qb-cib_rw-response-25035-</span><span style="color:rgb(80,0,80);font-size:12.8px">25038-10-header</span><br style="color:rgb(80,0,80);font-size:12.8px"><span style="color:rgb(80,0,80);font-size:12.8px">>     -rw-rw----    1 hacluste hacluste    540672 May  6 13:03</span><br style="color:rgb(80,0,80);font-size:12.8px"><span style="color:rgb(80,0,80);font-size:12.8px">>     qb-cib_rw-response-25035-</span><span style="color:rgb(80,0,80);font-size:12.8px">25038-10-data</span><br style="color:rgb(80,0,80);font-size:12.8px"><span style="color:rgb(80,0,80);font-size:12.8px">>     -rw-------    1 hacluste hacluste      8232 May  6 13:03</span><br style="color:rgb(80,0,80);font-size:12.8px"><span style="color:rgb(80,0,80);font-size:12.8px">>     qb-cib_rw-response-25035-</span><span style="color:rgb(80,0,80);font-size:12.8px">25036-12-header</span><br style="color:rgb(80,0,80);font-size:12.8px"><span style="color:rgb(80,0,80);font-size:12.8px">>     -rw-------    1 hacluste hacluste    540672 May  6 13:03</span><br style="color:rgb(80,0,80);font-size:12.8px"><span style="color:rgb(80,0,80);font-size:12.8px">>     qb-cib_rw-response-25035-</span><span style="color:rgb(80,0,80);font-size:12.8px">25036-12-data</span><br style="color:rgb(80,0,80);font-size:12.8px"><span style="color:rgb(80,0,80);font-size:12.8px">>     And many more..</span><br style="color:rgb(80,0,80);font-size:12.8px"><span style="color:rgb(80,0,80);font-size:12.8px">></span><br style="color:rgb(80,0,80);font-size:12.8px"><span style="color:rgb(80,0,80);font-size:12.8px">>     We have limited space in /dev/shm and all these files are filling it</span><br style="color:rgb(80,0,80);font-size:12.8px"><span style="color:rgb(80,0,80);font-size:12.8px">>     up. Are these all needed? Any way to limit? Do we need to do any</span><br style="color:rgb(80,0,80);font-size:12.8px"><span style="color:rgb(80,0,80);font-size:12.8px">>     clean-up if pacemaker termination was not graceful? What's the recommended size for this folder for Pacemaker? </span><span style="color:rgb(80,0,80);font-size:12.8px">Our cluster will have maximum 6 nodes.</span></div><div><span style="color:rgb(80,0,80);font-size:12.8px"><br></span></div><div><span style="color:rgb(80,0,80);font-size:12.8px">-Regards</span></div><div><span style="color:rgb(80,0,80);font-size:12.8px">Nikhil</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, May 14, 2016 at 3:11 AM, Ken Gaillot <span dir="ltr"><<a href="mailto:kgaillot@redhat.com" target="_blank">kgaillot@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 05/08/2016 11:19 PM, Nikhil Utane wrote:<br>
> Moving these questions to a different thread.<br>
><br>
>     Hi,<br>
><br>
>     We have limited storage capacity in our system for different folders.<br>
>     How can I configure to use a different folder for /var/lib/pacemaker?<br>
<br>
</span>./configure --localstatedir=/wherever (defaults to /var or ${prefix}/var)<br>
<br>
That will change everything that normally is placed or looked for under<br>
/var (/var/lib/pacemaker, /var/lib/heartbeat, /var/run, etc.).<br>
<br>
Note that while ./configure lets you change the location of nearly<br>
everything, /usr/lib/ocf/resource.d is an exception, because it is<br>
specified in the OCF standard.<br>
<span class=""><br>
><br>
><br>
>     Also, in /dev/shm I see that it created around 300+ files of around<br>
>     250 MB.<br>
><br>
>     For e.g.<br>
>     -rw-rw----    1 hacluste hacluste      8232 May  6 13:03<br>
>     qb-cib_rw-response-25035-25038-10-header<br>
>     -rw-rw----    1 hacluste hacluste    540672 May  6 13:03<br>
>     qb-cib_rw-response-25035-25038-10-data<br>
>     -rw-------    1 hacluste hacluste      8232 May  6 13:03<br>
>     qb-cib_rw-response-25035-25036-12-header<br>
>     -rw-------    1 hacluste hacluste    540672 May  6 13:03<br>
>     qb-cib_rw-response-25035-25036-12-data<br>
>     And many more..<br>
><br>
>     We have limited space in /dev/shm and all these files are filling it<br>
>     up. Are these all needed? Any way to limit? Do we need to do any<br>
>     clean-up if pacemaker termination was not graceful?<br>
><br>
>     -Thanks<br>
>     Nikhil<br>
><br>
><br>
><br>
><br>
</span>> _______________________________________________<br>
> Users mailing list: <a href="mailto:Users@clusterlabs.org">Users@clusterlabs.org</a><br>
> <a href="http://clusterlabs.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://clusterlabs.org/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/doc/Cluster_from_Scratch.pdf</a><br>
> Bugs: <a href="http://bugs.clusterlabs.org" rel="noreferrer" target="_blank">http://bugs.clusterlabs.org</a><br>
><br>
<br>
<br>
_______________________________________________<br>
Users mailing list: <a href="mailto:Users@clusterlabs.org">Users@clusterlabs.org</a><br>
<a href="http://clusterlabs.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://clusterlabs.org/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/doc/Cluster_from_Scratch.pdf</a><br>
Bugs: <a href="http://bugs.clusterlabs.org" rel="noreferrer" target="_blank">http://bugs.clusterlabs.org</a><br>
</blockquote></div><br></div>