Fixed one error that missed the failover procedure
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4060 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
9a6326f25d
commit
f910917793
@ -424,7 +424,7 @@ proc get_phandle {} {
|
||||
# Using the -d flag helped a lot in finding the correct pattern.
|
||||
#
|
||||
nc_msg "$PROGRAM Status: sending ls command\n"
|
||||
set command "ls\r"
|
||||
set command "ls \r"
|
||||
send_command
|
||||
|
||||
set adapter_found 0
|
||||
@ -1586,6 +1586,7 @@ proc multiple_open-dev {} {
|
||||
global NODENAME
|
||||
global comman
|
||||
global env
|
||||
global command
|
||||
|
||||
set command "dev /packages/net \r"
|
||||
send_command
|
||||
|
Loading…
Reference in New Issue
Block a user