2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-13 15:00:15 +00:00

defect 3778

This commit is contained in:
lissav
2013-09-11 07:13:59 -04:00
parent f1dc5da446
commit 817f8ce411

View File

@@ -3165,7 +3165,7 @@ sub noderangecontainsMn
}
}
if ($mname) { # if Management Node defined in the database
if (grep(/$mname/, @noderange)) { # if MN in the noderange
if (grep(/^$mname$/, @noderange)) { # if MN in the noderange
return $mname;
} else {
return ;