diff --git a/xCAT-server/lib/xcat/plugins/destiny.pm b/xCAT-server/lib/xcat/plugins/destiny.pm index a0b5ecd6f..464dde9f4 100755 --- a/xCAT-server/lib/xcat/plugins/destiny.pm +++ b/xCAT-server/lib/xcat/plugins/destiny.pm @@ -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, $_); } }