[OpenAFS-devel] waiting for quorum election

Jeremy Stribling jstribl@us.ibm.com
Mon, 7 Jan 2002 16:28:31 -0800


>You may need to wait more than 5 or 10 seconds, depending on the
>situation.  In any case, the simple thing to do is write a program that
>calls VOTE_GetSyncSite until it gets an answer.

Thanks for the advice.  Actually, I was able to get it to work in script
form based on a suggestion from Derrick Brashear.  Now I decide that a
quorum election is over by making sure that the "Recovery state" line in
the udebug output is not 0.  It works very nicely.

Jeremy