2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-18 12:20:40 +00:00

fix bug: in sysclone, provmethod attribute gets cleared

This commit is contained in:
huweihua
2014-06-04 22:57:23 -04:00
parent 1b9e2b16cf
commit b148e997e9

View File

@ -503,7 +503,9 @@ sub setdestiny {
}
}
}
if ($provmethod ne 'install') {
#if ($provmethod ne 'install') {
#fix bug: in sysclone, provmethod attribute gets cleared
if ($provmethod ne 'install' && $provmethod ne 'sysclone') {
push(@nodestoblank, $_);
}
}