Merge pull request #313 from ClusterLabs/minor-fixes

Minor fixes
main
Digimer 2 years ago committed by GitHub
commit 90fccf4e9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      share/words.xml
  2. 2
      tools/anvil-provision-server

@ -2228,7 +2228,7 @@ The file: [#!variable!file!#] needs to be updated. The difference is:
<key name="log_0601">Disabled 'anvil-safe-start' locally on this node.</key>
<key name="log_0602">Disabled 'anvil-safe-start' on both nodes in this Anvil! system.</key>
<key name="log_0603">This node is not in an Anvil! yet, so there's no reason to run this program.</key>
<key name="log_0604">Scuccessful acess over the network: [#!variable!network!#] to the peer: [#!variable!peer!#] using the peer's IP: [#!variable!peer_ip!#].</key>
<key name="log_0604">Successful access over the network: [#!variable!network!#] to the peer: [#!variable!peer!#] using the peer's IP: [#!variable!peer_ip!#].</key>
<key name="log_0605">Failed to acess over the peer: [#!variable!peer!#] over the network: [#!variable!network!#] via the peer's IP: [#!variable!peer_ip!#].</key>
<key name="log_0606">At least one network connection to the peer: [#!variable!peer!#] is still down. Waiting a bit and then will check again.</key>
<key name="log_0607">All connections to the peer: [#!variable!peer!#] are up!</key>

@ -532,7 +532,7 @@ sub provision_server
{
$shell_call .= " --disk path=".$anvil->data->{job}{driver_iso_path}.",device=cdrom,shareable=on,boot.order=3 --force \\\n";
}
$shell_call .= " --noautoconsole --wait -1 > /var/log/anvil-server_".$server.".log\n";
$shell_call .= " --noautoconsole > /var/log/anvil-server_".$server.".log\n";
$anvil->Log->variables({source => $THIS_FILE, line => __LINE__, level => 2, list => { shell_call => $shell_call }});
$anvil->Job->update_progress({

Loading…
Cancel
Save