Skip to content

erp5: propagate instance requested state to children instances

Alain Takoudjou requested to merge erp5-request into master

when stopping an erp5 cluster instance, other sub instances like mariadb, zodb, etc. will stay started. Only the root instance will be stopped. This is because the root instance doesn't send his state to children.

Add state in default requested now allow sub instances to be requested with parent state.

Merge request reports