-Fix bug in recent feature implementation
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4140 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
540bf7da21
commit
23a52ec995
@ -248,7 +248,7 @@ sub noderm
|
||||
my $sitetab = xCAT::Table->new('site');
|
||||
my $pdhcp = $sitetab->getAttribs({key=>'pruneservices'},['value']);
|
||||
if ($pdhcp and $pdhcp->{value} and $pdhcp->{value} !~ /n(\z|o)/i) {
|
||||
$executecommand->({command=>['makedhcp'],node=>$nodes,arg=>['-d']});
|
||||
$requestcommand->({command=>['makedhcp'],node=>$nodes,arg=>['-d']});
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user