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