Re: [Pacemaker] How to display interface link status in corosync

2013-04-29 Thread Andrew Beekhof
On 18/04/2013, at 2:42 PM, Yuichi SEINO wrote: > Hi, > > 2013/4/15 Andrew Beekhof : >> >> On 15/04/2013, at 3:38 PM, Yuichi SEINO wrote: >> >>> Hi, >>> >>> 2013/4/8 Andrew Beekhof : I'm not 100% sure what the best approach is here. Traditionally this is done with resource ag

Re: [Pacemaker] How to display interface link status in corosync

2013-04-17 Thread Yuichi SEINO
Hi, 2013/4/15 Andrew Beekhof : > > On 15/04/2013, at 3:38 PM, Yuichi SEINO wrote: > >> Hi, >> >> 2013/4/8 Andrew Beekhof : >>> I'm not 100% sure what the best approach is here. >>> >>> Traditionally this is done with resource agents (ie. ClusterMon or ping) >>> which update attrd. >>> We could p

Re: [Pacemaker] How to display interface link status in corosync

2013-04-14 Thread Andrew Beekhof
On 15/04/2013, at 3:38 PM, Yuichi SEINO wrote: > Hi, > > 2013/4/8 Andrew Beekhof : >> I'm not 100% sure what the best approach is here. >> >> Traditionally this is done with resource agents (ie. ClusterMon or ping) >> which update attrd. >> We could potentially build it into attrd directly, b

Re: [Pacemaker] How to display interface link status in corosync

2013-04-14 Thread Yuichi SEINO
Hi, 2013/4/8 Andrew Beekhof : > I'm not 100% sure what the best approach is here. > > Traditionally this is done with resource agents (ie. ClusterMon or ping) > which update attrd. > We could potentially build it into attrd directly, but then we'd need to > think about how to turn it on/off. > >

Re: [Pacemaker] How to display interface link status in corosync

2013-04-07 Thread Andrew Beekhof
I'm not 100% sure what the best approach is here. Traditionally this is done with resource agents (ie. ClusterMon or ping) which update attrd. We could potentially build it into attrd directly, but then we'd need to think about how to turn it on/off. I think I'd lean towards a new agent+daemon

[Pacemaker] How to display interface link status in corosync

2013-04-04 Thread Yuichi SEINO
Hi All, I want to display interface link status in corosync. So, I think that I will add this function to the part of "pacemakerd". I am going to display this status to "Node Attributes" in crm_mon. When the state of link change, corosync can run the callback function. When it happens, we updat