2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-05-11 17:04:17 +00:00

defect 3778

This commit is contained in:
lissav
2013-09-11 07:15:34 -04:00
parent f3d00082c2
commit de087c0f9d
+1 -1
View File
@@ -3197,7 +3197,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 ;