Merge pull request #65 from ClusterLabs/scancore-debugging

* Fixed a bug that caused striker-initialize-host to not compile / run.
main
digimer-bot 4 years ago committed by GitHub
commit 59cee0185f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/striker-initialize-host

@ -79,7 +79,7 @@ sub configure_lvm
port => $anvil->data->{data}{ssh_port},
target => $anvil->data->{data}{host_ip_address},
remote_user => "root",
})
});
$anvil->Log->variables({source => $THIS_FILE, line => __LINE__, level => 2, list => { problem => $problem }});
if ($problem)
{

Loading…
Cancel
Save