View | Details | Raw Unified | Return to ticket 10179 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/plugins/gres/gpu/gres_gpu.c (-1 / +4 lines)
Lines 487-492 static void _normalize_gres_conf(List gres_list_conf, List gres_list_system) Link Here
487
		while ((sys_record = list_next(itr2))) {
487
		while ((sys_record = list_next(itr2))) {
488
			if (!_match_gres(gres_record, sys_record)) {
488
			if (!_match_gres(gres_record, sys_record)) {
489
				continue;
489
				continue;
490
			} else {
491
				error("BUG 10179 - no match between gres");
492
				print_gres_conf(gres_record, LOG_LEVEL_ERROR);
493
				print_gres_conf(sys_record, LOG_LEVEL_ERROR);
490
			}
494
			}
491
495
492
			/*
496
			/*
493
- 

Return to ticket 10179