mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-21 11:12:04 +00:00
fix typo in informational message
This commit is contained in:
parent
a87db132b7
commit
2db3d143c1
@ -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;
|
||||
|
||||
|
@ -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]";
|
||||
|
Loading…
x
Reference in New Issue
Block a user