On Fri, Oct 23, 2009 at 09:23:20PM +0800, Jiaju Zhang wrote:
+ result = corosync_cfg_ring_status_get(handle,
+ &interface_names,
+ &interface_status,
+ &interface_count);
+ if (result != CS_OK) {
+ log_error("Failed to get the ring status (error=%d)", result);
+ (void)corosync_cfg_finalize(handle);
+ return -1;
+ }
+
+ (void)corosync_cfg_finalize(handle);
+ return interface_count;
What is interface_count if there's one ring up but rrp is configured?
Could we read the totem/rrp config value from the objdb?
Dave