[pve-devel] applied: [PATCH ha-manager 13/13] Cleanup
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Sep 26 15:11:26 CEST 2019
On 9/26/19 1:38 PM, Fabian Ebner wrote:
> Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
> ---
> src/PVE/HA/Manager.pm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/PVE/HA/Manager.pm b/src/PVE/HA/Manager.pm
> index 8031ca1..3c4cf61 100644
> --- a/src/PVE/HA/Manager.pm
> +++ b/src/PVE/HA/Manager.pm
> @@ -342,7 +342,7 @@ sub update_crm_commands {
> $haenv->log('info', "ignore crm command - service already on target node: $cmd");
> } else {
> $haenv->log('info', "got crm command: $cmd");
> - $ss->{$sid}->{cmd} = [ $task, $node];
> + $ss->{$sid}->{cmd} = [ $task, $node ];
> }
> }
> } else {
>
applied, thanks!
More information about the pve-devel
mailing list