Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Arif Ali
xcat-core
Commits
109e0862
Commit
109e0862
authored
Jul 25, 2014
by
lissav
Browse files
defect 4235
parent
5ffb067e
Changes
1
Hide whitespace changes
Inline
Side-by-side
perl-xCAT/xCAT/DSHCLI.pm
View file @
109e0862
...
...
@@ -4036,7 +4036,7 @@ sub parse_and_run_dsh
{
# from sinv, discard this name
undef
@$nodes
;
}
if
(
$nodes
)
if
(
@
$nodes
[
0
]
)
{
my
$rsp
=
{};
$rsp
->
{
error
}
->
[
0
]
=
...
...
@@ -4407,7 +4407,7 @@ sub parse_and_run_dcp
xCAT::
MsgUtils
->
message
("
E
",
$rsp
,
$
::
CALLBACK
,
1
);
return
;
}
if
(
$nodes
)
if
(
@
$nodes
[
0
]
)
{
my
$rsp
=
{};
$rsp
->
{
error
}
->
[
0
]
=
...
...
@@ -4513,7 +4513,7 @@ sub parse_and_run_dcp
#
# build list of nodes
my
@nodelist
;
if
(
$nodes
)
if
(
@
$nodes
[
0
]
)
{
# there are nodes
@nodelist
=
@$nodes
;
$options
{'
nodes
'}
=
join
('
,
',
@nodelist
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment