From 8bdc398c5a54f89f529e62909d3766fb182136ed Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sun, 20 Nov 2016 15:34:32 +0100 Subject: [PATCH 1/1] ha-manager.adoc: add example resource config. --- ha-manager.adoc | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/ha-manager.adoc b/ha-manager.adoc index d8489cb..66c3b24 100644 --- a/ha-manager.adoc +++ b/ha-manager.adoc @@ -296,7 +296,7 @@ the list of resources managed by `ha-manager`. A resource configuration inside that list look like this: ---- -: +: ... ---- @@ -309,6 +309,19 @@ properties: include::ha-resources-opts.adoc[] +Here is a real world example with one VM and one container. As you see, +the syntax of those files is really simple, so it is even posiible to +read or edit those files using your favorite editor: + +---- +vm: 501 + state started + max_relocate 2 + +ct: 102 + # use default settings for everything +---- + Groups ~~~~~~ -- 2.39.2