[pve-devel] [PATCH ha-manager 1/2] Fix #1189: correct spelling in fence mail

Thomas Lamprecht t.lamprecht at proxmox.com
Mon Oct 31 13:59:40 CET 2016


forgot to update regression test output which included the typo :/

I'll send a v2 for this patch


On 10/31/2016 01:34 PM, Thomas Lamprecht wrote:
> Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
> ---
>   src/PVE/HA/NodeStatus.pm | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/PVE/HA/NodeStatus.pm b/src/PVE/HA/NodeStatus.pm
> index 4574709..b99689c 100644
> --- a/src/PVE/HA/NodeStatus.pm
> +++ b/src/PVE/HA/NodeStatus.pm
> @@ -219,10 +219,10 @@ sub fence_node {
>       my $success = $haenv->get_ha_agent_lock($node);
>   
>       if ($success) {
> -	my $msg = "fencing: acknowleged - got agent lock for node '$node'";
> +	my $msg = "fencing: acknowledged - got agent lock for node '$node'";
>   	$haenv->log("info", $msg);
>   	&$set_node_state($self, $node, 'unknown');
> -	&$send_fence_state_email($self, 'SUCEED', $msg, $node);
> +	&$send_fence_state_email($self, 'SUCCEED', $msg, $node);
>       }
>   
>       return $success;





More information about the pve-devel mailing list