unclean 146 include/crm/pengine/status.h gboolean unclean; unclean 465 lib/pengine/clone.c if (location->details->online == FALSE && location->details->unclean) { unclean 292 lib/pengine/native.c if (a_node->details->unclean) { unclean 564 lib/pengine/native.c if (node->details->online == FALSE && node->details->unclean) { unclean 850 lib/pengine/native.c if (node->details->unclean == FALSE && node->details->online == FALSE) { unclean 126 lib/pengine/unpack.c node->details->unclean = TRUE; unclean 129 lib/pengine/unpack.c } else if (node->details->unclean) { unclean 140 lib/pengine/unpack.c node->details->unclean = TRUE; unclean 512 lib/pengine/unpack.c new_node->details->unclean = TRUE; unclean 516 lib/pengine/unpack.c new_node->details->unclean = FALSE; unclean 1025 lib/pengine/unpack.c this_node->details->unclean = FALSE; unclean 1225 lib/pengine/unpack.c this_node->details->unclean = FALSE; unclean 1475 lib/pengine/unpack.c && host->details->unclean) { unclean 1512 lib/pengine/unpack.c this_node->details->unclean = FALSE; unclean 1543 lib/pengine/unpack.c } else if (this_node->details->unclean) { unclean 1936 lib/pengine/unpack.c if (node->details->unclean) { unclean 2035 lib/pengine/unpack.c if (tmpnode && tmpnode->details->unclean) { unclean 2700 lib/pengine/unpack.c node->details->unclean ? "true" : "false", unclean 3140 lib/pengine/unpack.c if (node->details->unclean) { unclean 3188 lib/pengine/unpack.c } else if(node->details->online && node->details->unclean == FALSE) { unclean 3216 lib/pengine/unpack.c } else if (safe_str_eq(task, CRMD_ACTION_MIGRATE) && node->details->unclean) { unclean 566 lib/pengine/utils.c && action->node->details->unclean == FALSE) { unclean 2234 lib/pengine/utils.c && node->details->unclean == FALSE unclean 2247 lib/pengine/utils.c if(node->details->online && node->details->unclean == FALSE && node->details->shutdown == FALSE) { unclean 913 pengine/allocate.c } else if (node->details->unclean) { unclean 1526 pengine/allocate.c if (node->details->unclean unclean 1570 pengine/allocate.c if (node->details->unclean && stonith_op == NULL) { unclean 1936 pengine/allocate.c if (cluster_node && cluster_node->details->unclean) { unclean 1970 pengine/allocate.c } else if(cluster_node->details->unclean == TRUE unclean 2462 pengine/allocate.c action->node->details->unclean ? "fence" : "shut down", unclean 1379 pengine/graph.c } else if (action->node->details->unclean == FALSE) { unclean 573 pengine/native.c remote_node->details->unclean = FALSE; unclean 784 pengine/native.c } else if (node == NULL || node->details->online == FALSE || node->details->unclean) { unclean 1031 pengine/native.c if (stop_node->details->online == FALSE || stop_node->details->unclean) { unclean 1328 pengine/native.c (current->details->unclean == TRUE) || unclean 2172 pengine/native.c if(current && current->details->unclean) { \ unclean 2661 pengine/native.c } else if (node->details->unclean || node->details->online == FALSE) { unclean 2954 pengine/native.c || node->details->unclean unclean 3220 pengine/native.c if (action->node->details->online == FALSE || action->node->details->unclean == TRUE unclean 697 pengine/notif.c (current_node->details->unclean || current_node->details->remote_requires_reset) ) { unclean 123 pengine/utils.c || node->details->shutdown || node->details->unclean unclean 127 pengine/utils.c node->details->unclean, node->details->standby, node->details->maintenance); unclean 2942 tools/crm_mon.c if (node->details->unclean) { unclean 3132 tools/crm_mon.c fprintf(stream, "unclean=\"%s\" ", node->details->unclean ? "true" : "false"); unclean 106 tools/crm_simulate.c if (node->details->unclean) { unclean 107 tools/crm_simulate.c if (node->details->online && node->details->unclean) {