On Fri, 29 Mar 2013 11:37:37 +1100 Andrew Beekhof <and...@beekhof.net> wrote:
> On Thu, Mar 28, 2013 at 10:43 PM, Rainer Brestan > <rainer.bres...@gmx.net> wrote: > > Hi John, > > to get Corosync/Pacemaker running during anaconda installation, i > > have created a configuration RPM package which does a few actions > > before starting Corosync and Pacemaker. > > > > An excerpt of the post install of this RPM. > > # mount /dev/shm if not already existing, otherwise openais cannot > > work if [ ! -d /dev/shm ]; then > > mkdir /dev/shm > > mount /dev/shm > > fi > > Perhaps mention this to the corosync guys, it should probably go into > their init script. I don't think so. It is just a part of modern Linux system environment. corosync is not supposed to mount the root filesystem or /proc – mounting /dev/shm is not its responsibility either. BTW The excerpt above assumes there is a /dev/shm entry in /etc/fstab. Should this be added there by the corosync init script too? Greets, Jacek _______________________________________________ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf Bugs: http://bugs.clusterlabs.org