mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-15 10:50:28 +00:00
-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:
@ -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;
|
||||
|
Reference in New Issue
Block a user