Hello!
I have some questions about using openais checkpoints

I have two nodes with openais. One node is active and one is passive. I 
have enabled amf and ckpt service.
The node active write data in checkpoints. When it crashes, the passive 
becomes active and reads the good data.
It works perfectly.

So, I start the first node (who was defunct), it becomes passive. And 
when I try to write data with the second node, I have this error :
[CKPT ] checkpoint_find returned 0 Calling error_exit.


First, I use this functions for initialize checkpoints :

saCkptInitialize()
saCkptCheckpointOpen()

And I use this functions for write and read checkpoints :

saCkptCheckpointWrite()
saCkptCheckpointRead()


Before the first writing data with the second node, should I rename 
checkpoints ? Delete old checkpoints ?
Maybe I have to use saCkptCheckpointClose() after each write ?

I appreciate any replies about my questions. Thanks first!

Ludovic Lemarchand
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to