Skip to content

Commit

Permalink
Lowering the priority of the cpg message.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuusuke committed Nov 6, 2013
1 parent 3492fec commit 17a7cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cluster/cpg.c
Expand Up @@ -480,7 +480,7 @@ cluster_connect_cpg(crm_cluster_t *cluster)

pcmk_cpg_handle = handle;
cluster->cpg_handle = handle;
mainloop_add_fd("corosync-cpg", G_PRIORITY_MEDIUM, fd, cluster, &cpg_fd_callbacks);
mainloop_add_fd("corosync-cpg", G_PRIORITY_DEFAULT, fd, cluster, &cpg_fd_callbacks);

bail:
if (rc != CS_OK) {
Expand Down

0 comments on commit 17a7cbe

Please sign in to comment.