Fixed smcli call name.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15073 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
74ce98b7ef
commit
27474cd70b
@ -6191,7 +6191,7 @@ sub changeHypervisor {
|
||||
my $owner = $args->[2];
|
||||
|
||||
# Delete a virtual network
|
||||
$out = `ssh $hcp "$::DIR/smcli Virtual_Network_Lan_Delete -T $hcpUserId -n $name -o $owner"`;
|
||||
$out = `ssh $hcp "$::DIR/smcli Virtual_Network_LAN_Delete -T $hcpUserId -n $name -o $owner"`;
|
||||
$out = xCAT::zvmUtils->appendHostname( $node, $out );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user