2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 11:42:05 +00:00

Merge pull request #5487 from thilo-maurer/master

fix typo in informational message
This commit is contained in:
Victor Hu 2018-08-09 11:51:02 -04:00 committed by GitHub
commit 2b28060936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -520,7 +520,7 @@ sub do_pre_check {
#------------------------------------------
sub check_genesis_file {
my $msg = "Genesis files are avaliable";
my $msg = "Genesis files are available";
my $rst = 0;
my @warn_msg;

View File

@ -319,7 +319,7 @@ sub process_request {
my $hosttag = gethosttag($node, $netn, @ifinfo[1], \%usednames);
unless ($hosttag) {
my $nettagname = $usednames_for_net{$netn};
# For nics not in the install network, don't deal with them if not an avaliable hostname get
# For nics not in the install network, don't deal with them if not an available hostname get
# In case another nic in install network get a hosttag other than nodename, need to compare the IP address they can convert to
if ($nettagname and (inet_aton($nettagname) eq inet_aton($node))) {
$hosttag = "$node-$ifinfo[1]";