Re: [Pacemaker] Configuring ocf:heartbeat:Filesystem monitoring

2012-04-11 Thread TigerInCanada
Changing "depth" to "OCF_CHECK_LEVEL" does the trick, thank you! Now I've just got to find a way to ensure the entire group stops once the failure is detected. On 11 April 2012 10:25, emmanuel segura wrote: > vim /usr/lib/ocf/resource.d/heartbeat/Filesystem >

Re: [Pacemaker] Configuring ocf:heartbeat:Filesystem monitoring

2012-04-11 Thread emmanuel segura
vim /usr/lib/ocf/resource.d/heartbeat/Filesystem === Resource script for Filesystem. It manages a Filesystem on a shared storage medium. The standard monitor operation of depth 0 (also known as probe) checks if the filesystem is mounted. If you want deeper

[Pacemaker] Configuring ocf:heartbeat:Filesystem monitoring

2012-04-11 Thread Terry Johnson
Hi - I'm working on a two node cluster on CentOS 6.2, using iscsi shared storage, and I'm having difficulty detecting a lost connection to the storage. Maybe this is a n00b issue, but I understand that monitor depth="20" in ocf:heartbeat:Filesystem is supposed to create a test file and check wh