Re: [Pacemaker] Pacemaker is initializing the service before mounting the partition

2013-03-08 Thread Cristiane França
Hi Emmanuel, Thank you! Cristiane. On Fri, Mar 8, 2013 at 2:55 PM, emmanuel segura wrote: > You need a order constrain > > order fs_after_ms inf: drbd_sistema:promote sistema_fs:start > order pgsql_afterLfs inf: sistema_fs postgresql > > Or maybe you can put fs and pgsql in a group, like that

Re: [Pacemaker] Pacemaker is initializing the service before mounting the partition

2013-03-08 Thread emmanuel segura
You need a order constrain order fs_after_ms inf: drbd_sistema:promote sistema_fs:start order pgsql_afterLfs inf: sistema_fs postgresql Or maybe you can put fs and pgsql in a group, like that you can use a contrais like this order foo inf: drbd_sistema:promote myservicegroup:start 2013/3/8 Cr

[Pacemaker] Pacemaker is initializing the service before mounting the partition

2013-03-08 Thread Cristiane França
Hi, My cluster is presenting error on startup of the service postgresql because this service is being initialized before mounting the partition /sistema. How can I configure Pacemaker to start the Postgresql only after mounting the partition /sistema? My server configuration: primitive drbd_sis