From 65d01288a52615ea5e3e2f4e943c69a932d04b58 Mon Sep 17 00:00:00 2001 From: immarvin Date: Tue, 21 Mar 2017 14:57:41 +0800 Subject: [PATCH] fix issue When "site" attribute "sharedtftp" is false, the "nodeset" command fails #2492 --- xCAT-server/lib/xcat/plugins/petitboot.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/plugins/petitboot.pm b/xCAT-server/lib/xcat/plugins/petitboot.pm index cea7eeaea..d40e60694 100644 --- a/xCAT-server/lib/xcat/plugins/petitboot.pm +++ b/xCAT-server/lib/xcat/plugins/petitboot.pm @@ -5,6 +5,7 @@ use File::Path; use Getopt::Long; use xCAT::Table; use Sys::Syslog; +use xCAT::Scope; my $globaltftpdir = xCAT::TableUtils->getTftpDir();