On 01/12/10 11:58, Dietmar Maurer wrote: > Hi all, > > I try to track confdb changes,i.e. I want to get notified about cman config > changes. > > corosync-objctl -t cluster > Type "q" to finish > object_deleted>cluster > > I only get one "confdb_object_delete_change_notify " notification > after running "cman_tool version -r -S". Is that expected behavior?
Yes this is expected behaviour. When the confdb is reloaded a whole new "cluster" tree is created, which you are not registered for notifications on. So you will need to re-apply for notifications on any object from cluster/ downwards in the tree after a reload. > Also, I am unable to get a "confdb_reload_notify" event - seems cman does not > trigger that? That sounds like a bug. Chrissie _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
