[sheepdog] [PATCH 3/3] sheep: split notification messages into two queues
Liu Yuan
namei.unix at gmail.com
Fri Aug 31 04:47:49 CEST 2012
On 08/30/2012 08:36 AM, MORITA Kazutaka wrote:
> Currently, the corosync driver uses two queues, confchg_list and
> notify_list. However, this causes problems because some messages
> (e.g. format, shutdown, cluster snapshot, ...) needs to be ordered
> with confchg events.
>
> This patch splits multicast messages into two queues, block_list and
> nonblock_list. All block messages (e.g. vdi creation, etc) are linked
> into block_list queue, and other notification messages and confchg
> events are linked into nonblock_list.
Will this change work out with zookeeper driver?
Thanks,
Yuan
More information about the sheepdog
mailing list