From: Dietmar Maurer Date: Fri, 27 Mar 2015 05:28:50 +0000 (+0100) Subject: improve docu X-Git-Url: https://git.proxmox.com/?p=pve-ha-manager.git;a=commitdiff_plain;h=3b2ed964574686d019b95dba4884bdc87825e3fc improve docu --- diff --git a/README b/README index 82b7f26..a4a153e 100644 --- a/README +++ b/README @@ -17,14 +17,17 @@ In future, we want to make HA easier for our users, and it should be possible to move to newest corosync, or even a totally different cluster stack. So we want: -- possible to run with any distributed key/value store which provides +- possibility to run with any distributed key/value store which provides some kind of locking with timeouts (zookeeper, consul, etcd, ..) - self fencing using Linux watchdog device - implemented in Perl, so that we can use PVE framework -- only works with simply resources like VMs +- only work with simply resources like VMs + +We dropped the idea to assemble complex, dependend services, because we think +this is already done with the VM abstraction. = Architecture = @@ -107,12 +110,14 @@ started: Service is active an LRM should start it asap. fence: Wait for node fencing (service node is not inside quorate cluster partition). +freeze: Do not touch. We use this state while we reboot a node, + or when we restart the LRM daemon. + migrate: Migrate (live) service to other node. error: Service disabled because of LRM errors. - == Local Resource Manager (class PVE::HA::LRM) == The Local Resource Manager (LRM) daemon runs one each node, and