remove makedhcp command for adding the unmanagement node

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16173 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
xyye 2013-05-03 05:58:59 +00:00
parent 14b475f74e
commit 37a76708f1

View File

@ -979,11 +979,6 @@ Usage:
setrsp_progress("Warning: failed to update dns for unmanaged node.");
}
$retref = xCAT::Utils->runxcmd({command=>["makedhcp"], node=>[$args_dict{"hostname"}]}, $request_command, 0, 2);
$retstrref = parse_runxcmd_ret($retref);
if ($::RUNCMD_RC != 0){
setrsp_progress("Warning: failed to update dhcp for unmanaged node.");
}
setrsp_infostr("Created unmanaged node.");
}