-Skip nodeset stat check for dhcp status, too broken to be useful at the moment
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1419 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
4dd32396f8
commit
862c9046fe
@ -21,6 +21,7 @@ sub handled_commands {
|
||||
}
|
||||
|
||||
sub check_dhcp {
|
||||
return 1;
|
||||
#TODO: omapi magic to do things right
|
||||
my $node = shift;
|
||||
my $dhcpfile;
|
||||
|
@ -23,6 +23,7 @@ sub handled_commands {
|
||||
}
|
||||
|
||||
sub check_dhcp {
|
||||
return 1;
|
||||
#TODO: omapi magic to do things right
|
||||
my $node = shift;
|
||||
my $dhcpfile;
|
||||
|
Loading…
Reference in New Issue
Block a user