mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-18 20:30:56 +00:00
fix bug: in sysclone, provmethod attribute gets cleared
This commit is contained in:
@ -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, $_);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user