[ClusterLabs] Using different folder for /var/lib/pacemaker and usage of /dev/shm files
Ken Gaillot
kgaillot at redhat.com
Fri May 13 21:41:13 UTC 2016
On 05/08/2016 11:19 PM, Nikhil Utane wrote:
> Moving these questions to a different thread.
>
> Hi,
>
> We have limited storage capacity in our system for different folders.
> How can I configure to use a different folder for /var/lib/pacemaker?
./configure --localstatedir=/wherever (defaults to /var or ${prefix}/var)
That will change everything that normally is placed or looked for under
/var (/var/lib/pacemaker, /var/lib/heartbeat, /var/run, etc.).
Note that while ./configure lets you change the location of nearly
everything, /usr/lib/ocf/resource.d is an exception, because it is
specified in the OCF standard.
>
>
> Also, in /dev/shm I see that it created around 300+ files of around
> 250 MB.
>
> For e.g.
> -rw-rw---- 1 hacluste hacluste 8232 May 6 13:03
> qb-cib_rw-response-25035-25038-10-header
> -rw-rw---- 1 hacluste hacluste 540672 May 6 13:03
> qb-cib_rw-response-25035-25038-10-data
> -rw------- 1 hacluste hacluste 8232 May 6 13:03
> qb-cib_rw-response-25035-25036-12-header
> -rw------- 1 hacluste hacluste 540672 May 6 13:03
> qb-cib_rw-response-25035-25036-12-data
> And many more..
>
> We have limited space in /dev/shm and all these files are filling it
> up. Are these all needed? Any way to limit? Do we need to do any
> clean-up if pacemaker termination was not graceful?
>
> -Thanks
> Nikhil
>
>
>
>
> _______________________________________________
> Users mailing list: Users at clusterlabs.org
> http://clusterlabs.org/mailman/listinfo/users
>
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://bugs.clusterlabs.org
>
More information about the Users
mailing list