[pve-devel] [PATCH ha-manager 13/13] Cleanup
Fabian Ebner
f.ebner at proxmox.com
Thu Sep 26 13:38:59 CEST 2019
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 {
--
2.20.1
More information about the pve-devel
mailing list