nagius at astek.fr
2010-Dec-09 09:11 UTC
[Ocfs2-devel] [PATCH] Call userspace script when self-fencing
Hi, According to comments in file fs/ocfs2/cluster/quorum.c:70 about the self-fencing operations : /* It should instead flip the file ?* system RO and call some userspace script. */ So, I tried to add it (but i did'nt find a way to flip the fs in RO). Here is a proposal for this functionnality, based on ocfs2-1.4.7. This patch add an entry 'fence_cmd' in /sys to specify an userspace fence script. This behavior can be selected by echoing the new keyword 'cmd' in fence_method. Example : echo "/usr/local/sbin/my_fencer"> /sys/kernel/config/cluster/ocfs2/fence_cmd echo "cmd"> /sys/kernel/config/cluster/ocfs2/fence_method Hope this could interest someone. Nicolas AGIUS ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://oss.oracle.com/pipermail/ocfs2-devel/attachments/20101209/e8648a47/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ocfs2-fence-self-usermode.patch Type: text/x-diff Size: 5122 bytes Desc: not available Url : http://oss.oracle.com/pipermail/ocfs2-devel/attachments/20101209/e8648a47/attachment-0001.bin
Sunil Mushran
2010-Dec-09 18:24 UTC
[Ocfs2-devel] [PATCH] Call userspace script when self-fencing
Is it safe to call usermode_helper from an interrupt context? Even if it is safe, we cannot do this because we cannot rely on an external script. Any delay and either the cluster hangs or worse, corruption. If you want to use external fencing, then my suggestion would be to look at latest fedora, opensuse, ubuntu, debian or sles11 which bundle ocfs2 and the pacemaker cluster stack. You can then configure ocfs2 to use the pcmk stack and make use of its different fencing agents. On 12/09/2010 01:11 AM, nagius at astek.fr wrote:> > Hi, > > According to comments in file fs/ocfs2/cluster/quorum.c:70 about the self-fencing operations : > > /* It should instead flip the file > * system RO and call some userspace script. */ > > So, I tried to add it (but i did'nt find a way to flip the fs in RO). > > Here is a proposal for this functionnality, based on ocfs2-1.4.7. > This patch add an entry 'fence_cmd' in /sys to specify an userspace fence script. > This behavior can be selected by echoing the new keyword 'cmd' in fence_method. > > Example : > > echo "/usr/local/sbin/my_fencer"> /sys/kernel/config/cluster/ocfs2/fence_cmd > echo "cmd"> /sys/kernel/config/cluster/ocfs2/fence_method > > > Hope this could interest someone. > > Nicolas AGIUS > > > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > > > _______________________________________________ > Ocfs2-devel mailing list > Ocfs2-devel at oss.oracle.com > http://oss.oracle.com/mailman/listinfo/ocfs2-devel-------------- next part -------------- An HTML attachment was scrubbed... URL: http://oss.oracle.com/pipermail/ocfs2-devel/attachments/20101209/60f3fa54/attachment.html
Apparently Analagous Threads
- [PATCH 1/1] ocfs2/cluster: Make fence method configurable
- FW: [Ocfs2-announce] OCFS2 1.4.7-1 and OCFS2 Tools 1.4.4-1 released
- Unable to stop cluster as heartbeat region still active
- Is it one issue. Do you have some good ideas, thanks a lot.
- Is it one issue. Do you have some good ideas, thanks a lot.