1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-02 01:18:26 +03:00

Remove duplicate cpg_initialize from clvmd startup.

This commit is contained in:
Christine Caulfield 2009-02-10 13:22:18 +00:00
parent d3e282c9d8
commit 0f1917afa7
2 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1,6 @@
Version 2.02.45 -
===================================
Remove duplicate cpg_initialize from clvmd startup.
Add option to /etc/sysconfig/cluster to select cluster type for clvmd.
Allow clvmd to start up if its lockspace already exists.
Separate PV label attributes which do not need parse metadata when reporting.

View File

@ -326,11 +326,6 @@ static int _init_cluster(void)
dlm_ls_pthread_init(lockspace);
DEBUGLOG("DLM initialisation complete\n");
err = cpg_initialize(&cpg_handle, &cpg_callbacks);
if (err != CS_OK) {
return cs_to_errno(err);
}
/* Connect to the clvmd group */
strcpy((char *)cpg_group_name.value, "clvmd");
cpg_group_name.length = strlen((char *)cpg_group_name.value);