From 862c9046fefdb1560acfe7bffdce76940ca89df8 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 15 May 2008 21:16:33 +0000 Subject: [PATCH] -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 --- xCAT-server-2.0/lib/xcat/plugins/pxe.pm | 1 + xCAT-server-2.0/lib/xcat/plugins/yaboot.pm | 1 + 2 files changed, 2 insertions(+) diff --git a/xCAT-server-2.0/lib/xcat/plugins/pxe.pm b/xCAT-server-2.0/lib/xcat/plugins/pxe.pm index 643ef2048..71bbcb312 100644 --- a/xCAT-server-2.0/lib/xcat/plugins/pxe.pm +++ b/xCAT-server-2.0/lib/xcat/plugins/pxe.pm @@ -21,6 +21,7 @@ sub handled_commands { } sub check_dhcp { + return 1; #TODO: omapi magic to do things right my $node = shift; my $dhcpfile; diff --git a/xCAT-server-2.0/lib/xcat/plugins/yaboot.pm b/xCAT-server-2.0/lib/xcat/plugins/yaboot.pm index 64441046b..26dab2e61 100644 --- a/xCAT-server-2.0/lib/xcat/plugins/yaboot.pm +++ b/xCAT-server-2.0/lib/xcat/plugins/yaboot.pm @@ -23,6 +23,7 @@ sub handled_commands { } sub check_dhcp { + return 1; #TODO: omapi magic to do things right my $node = shift; my $dhcpfile;