Fix mistakes in VMCommon around multi-nic vms

Fix typo in esx.pm


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10708 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2011-10-05 18:46:49 +00:00
parent d09d281278
commit ca1b59a3a6
2 changed files with 2 additions and 2 deletions

View File

@ -204,7 +204,7 @@ sub getMacAddresses {
if (not $macdata) {
$macdata = $macaddr;
} else {
$macdata .= "|".$macaddr."*NOIP*";
$macdata .= "|".$macaddr."!*NOIP*";
}
push @macs,$macaddr;
}

View File

@ -3573,7 +3573,7 @@ sub refreshclusterdatastoremap {
my $name = $dsv->info->vmfs->name;
$clusterhash{$cluster}->{datastoremap}->{"vmfs://".$name} = $dsv->info->name;
$clusterhash{$cluster}->{datastoreurlmap}->{$dsv->info->name} = "vmfs://".$name;
$clusterhash{$cluster}->{datasotrerefmap}->{"vmfs://".$name} = $_;
$clusterhash{$cluster}->{datastorerefmap}->{"vmfs://".$name} = $_;
}
}
}