add use xCAT::FSPUtils;
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12485 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
18e3c0ef2b
commit
e33a93d24a
@ -30,7 +30,7 @@ my %mm_comm_pids;
|
||||
my $browser;
|
||||
use XML::Simple;
|
||||
$XML::Simple::PREFERRED_PARSER='XML::Parser';
|
||||
use Data::Dumper;
|
||||
#use Data::Dumper;
|
||||
use POSIX "WNOHANG";
|
||||
use Storable qw(freeze thaw);
|
||||
use IO::Select;
|
||||
@ -39,6 +39,7 @@ use Time::HiRes qw(gettimeofday sleep);
|
||||
use xCAT::DBobjUtils;
|
||||
use Getopt::Long;
|
||||
use xCAT::SvrUtils;
|
||||
use xCAT::FSPUtils;
|
||||
|
||||
sub handled_commands {
|
||||
return {
|
||||
|
Loading…
x
Reference in New Issue
Block a user