search for: ocf_check_level

Displaying 5 results from an estimated 5 matches for "ocf_check_level".

2011 Sep 12
1
glusterfs, pacemaker and Filesystem RA
...llo Samuel, sorry for my late answer, but I was away for two months and for that I could continue my tests last week. First of all thank you for your patch of the Filesystem RA. It works like a charm but I have some little remarks. What I found out is that the test of the filesystem access with OCF_CHECK_LEVEL is not working with glusterfs. If I use the nvpair OCF_CHECK_LEVEL with a value of 10 I get an err_message with the content: ' 192.168.51.1:/gl_vol0 is not a block device, monitor 10 is noop' If I use the nvpair OCF_CHECK_LEVEL with a value of 20 I get an err_message with the content: &...
2017 Dec 07
4
GlusterFS, Pacemaker, OCF resource agents on CentOS 7
...volname="test_logs" pcs resource create test_logs ocf:heartbeat:Filesystem \ ??? device="localhost:/test_logs" directory="/var/log/test" fstype="nfs" \ ??? options="vers=3,tcp,nolock,context=system_u:object_r:httpd_sys_content_t:s0" \ ??? op monitor OCF_CHECK_LEVEL="20" pcs resource clone glusterd pcs resource clone gluster_data pcs resource clone gluster_vol ordered=true pcs constraint order start gluster_data-clone then start glusterd-clone pcs constraint order start glusterd-clone then start gluster_vol-clone pcs constraint order start gluster_vo...
2017 Dec 08
0
GlusterFS, Pacemaker, OCF resource agents on CentOS 7
...s" > pcs resource create test_logs ocf:heartbeat:Filesystem \ > ??? device="localhost:/test_logs" directory="/var/log/test" fstype="nfs" \ > options="vers=3,tcp,nolock,context=system_u:object_r:httpd_sys_content_t:s0" > \ > ??? op monitor OCF_CHECK_LEVEL="20" > pcs resource clone glusterd > pcs resource clone gluster_data > pcs resource clone gluster_vol ordered=true > pcs constraint order start gluster_data-clone then start glusterd-clone > pcs constraint order start glusterd-clone then start gluster_vol-clone > pcs con...
2017 Dec 07
0
GlusterFS, Pacemaker, OCF resource agents on CentOS 7
...uot; > pcs resource create test_logs ocf:heartbeat:Filesystem \ > device="localhost:/test_logs" directory="/var/log/test" fstype="nfs" \ > options="vers=3,tcp,nolock,context=system_u:object_r:httpd_sys_content_t:s0" > \ > op monitor OCF_CHECK_LEVEL="20" > pcs resource clone glusterd > pcs resource clone gluster_data > pcs resource clone gluster_vol ordered=true > pcs constraint order start gluster_data-clone then start glusterd-clone > pcs constraint order start glusterd-clone then start gluster_vol-clone > pcs con...
2023 May 09
1
[PATCH 2/2] ocfs2: add error handling path when jbd2 enter ABORT status
On 5/9/23 12:40 AM, Heming Zhao wrote: > Sorry for reply late, I am a little bit busy recently. > > On Fri, May 05, 2023 at 11:42:51AM +0800, Joseph Qi wrote: >> >> >> On 5/5/23 12:20 AM, Heming Zhao wrote: >>> On Thu, May 04, 2023 at 05:41:29PM +0800, Joseph Qi wrote: >>>> >>>> >>>> On 5/4/23 4:02 PM, Heming Zhao wrote: