From 9fd840f5f3e157e795ad90ea06d753aebfbb9259 Mon Sep 17 00:00:00 2001 From: xielh <5604895+xielhxie@user.noreply.gitee.com> Date: Mon, 31 Aug 2020 15:05:23 +0800 Subject: [PATCH] update README.en.md. --- README.en.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.en.md b/README.en.md index 40c1986..c4ed7e8 100644 --- a/README.en.md +++ b/README.en.md @@ -3,6 +3,10 @@ #### Description Pacemaker is an advanced, scalable high-availability cluster resource manager. +It supports "N-node" clusters with significant capabilities for managing resources and dependencies. + +It will run scripts at initialization, when machines go up or down, when related resources fail and can be configured to periodically check resource health. + #### Software Architecture Software architecture description -- Gitee