diff --git a/perl-xCAT/xCAT/PPCconn.pm b/perl-xCAT/xCAT/PPCconn.pm index 19c36bfd2..d7da923d1 100644 --- a/perl-xCAT/xCAT/PPCconn.pm +++ b/perl-xCAT/xCAT/PPCconn.pm @@ -59,10 +59,10 @@ sub mkhwconn_parse_args } return usage() if ( exists $opt{h}); - if ( exists $opt{s} ) - { - return( usage('Flags -s is just used in direct-attach enviroment.')); - } + #if ( exists $opt{s} ) + #{ + # return( usage('Flags -s is just used in direct-attach enviroment.')); + #} if ( exists $opt{t} and exists $opt{p}) {