YanChii / ansible-role-postgres-ha

Create postgresql HA auto-failover cluster using pcs, pacemaker and PAF
Apache License 2.0
33 stars 22 forks source link

Stonith settings cannot be altered #29

Open adrianleh opened 4 years ago

adrianleh commented 4 years ago

Hi all,

when running the minimal example on fresh CentOS 7 instances provided I get the following error:

TASK [ansible-role-postgres-ha : alter stonith settings] *************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************** fatal: [*******]: FAILED! => {"msg": "Unable to import pcs_property due to Missing parentheses in call to 'print'. Did you mean print(\"absent?=?\")?"}

YanChii commented 4 years ago

Thank you for reporting. I'll check it.

YanChii commented 4 years ago

Can you please try the role code from pcs-libs-change branch? I've already made a transition to another PCS lib, it's just not merged yet. Jan