mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-08-13 14:02:46 +00:00
ha-manager.adoc: add example resource config.
This commit is contained in:
parent
a9c77fec92
commit
8bdc398c5a
@ -296,7 +296,7 @@ the list of resources managed by `ha-manager`. A resource configuration
|
||||
inside that list look like this:
|
||||
|
||||
----
|
||||
<type>:<name>
|
||||
<type>: <name>
|
||||
<property> <value>
|
||||
...
|
||||
----
|
||||
@ -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
|
||||
~~~~~~
|
||||
|
Loading…
Reference in New Issue
Block a user