Lines Matching defs:cluster
413 static int new_lockspace(const char *name, const char *cluster,
445 if (!cluster)
446 log_print("dlm cluster name '%s' is being used without an application provided cluster name",
449 if (dlm_config.ci_recover_callbacks && cluster &&
450 strncmp(cluster, dlm_config.ci_cluster_name, DLM_LOCKSPACE_LEN)) {
451 log_print("dlm cluster name '%s' does not match "
452 "the application cluster name '%s'",
453 dlm_config.ci_cluster_name, cluster);
637 cluster infrastructure.) Once it's done that, it tells us who the
686 int dlm_new_lockspace(const char *name, const char *cluster,
699 error = new_lockspace(name, cluster, flags, lvblen, ops, ops_arg,