search for: cl_reconnect_delay_m

Displaying 2 results from an estimated 2 matches for "cl_reconnect_delay_m".

Did you mean: cl_reconnect_delay_ms
2009 Nov 17
1
[PATCH 1/1] ocfs2/cluster: Make fence method configurable
...t;panic", /* O2NM_FENCE_PANIC */ + "unknown", +}; struct o2nm_node *o2nm_get_node_by_num(u8 node_num) { @@ -579,6 +584,41 @@ static ssize_t o2nm_cluster_attr_reconnect_delay_ms_write( return o2nm_cluster_attr_write(page, count, &cluster->cl_reconnect_delay_ms); } + +static ssize_t o2nm_cluster_attr_fence_method_read( + struct o2nm_cluster *cluster, char *page) +{ + unsigned int i = O2NM_FENCE_METHODS; + + if (cluster && cluster->cl_fence_method < O2NM_FENCE_METHODS) + i = cluster->cl_fence_method; + + return sprintf(page, "%s\n&...
2008 Apr 02
10
[PATCH 0/62] Ocfs2 updates for 2.6.26-rc1
The following series of patches comprises the bulk of our outstanding changes for Ocfs2. Aside from the usual set of cleanups and fixes that were inappropriate for 2.6.25, there are a few highlights: The '/sys/o2cb' directory has been moved to '/sys/fs/o2cb'. The new location meshes better with modern sysfs layout. A symbolic link has been placed in the old location so as to