]> git.proxmox.com Git - pve-docs.git/commitdiff
ha-manager.adoc: add screenshots
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 21 Nov 2016 16:30:28 +0000 (17:30 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 21 Nov 2016 16:30:28 +0000 (17:30 +0100)
ha-manager.adoc
images/screenshot/gui-ha-manager-add-group.png [new file with mode: 0644]
images/screenshot/gui-ha-manager-add-resource.png [new file with mode: 0644]
images/screenshot/gui-ha-manager-groups-view.png [new file with mode: 0644]
images/screenshot/gui-ha-manager-resources-view.png [new file with mode: 0644]
images/screenshot/gui-ha-manager-status.png [new file with mode: 0644]

index 77788a77a014f9355be5c11dec8923d9f77d9712..ab9a82cf5db14ee27b0bbbd8c47b6219f53da802 100644 (file)
@@ -177,6 +177,8 @@ lock.
 Service States
 ~~~~~~~~~~~~~~
 
+[thumbnail="gui-ha-manager-status.png"]
+
 The CRM use a service state enumeration to record the current service
 state. We display this state on the GUI and you can query it using
 the `ha-manager` command line tool:
@@ -350,6 +352,8 @@ the same HA configuration.
 Resources
 ~~~~~~~~~
 
+[thumbnail="gui-ha-manager-resources-view.png"]
+
 The resource configuration file `/etc/pve/ha/resources.cfg` stores
 the list of resources managed by `ha-manager`. A resource configuration
 inside that list look like this:
@@ -382,6 +386,8 @@ ct: 102
     # Note: use default settings for everything
 ----
 
+[thumbnail="gui-ha-manager-add-resource.png"]
+
 Above config was generated using the `ha-manager` command line tool:
 
 ----
@@ -394,6 +400,8 @@ Above config was generated using the `ha-manager` command line tool:
 Groups
 ~~~~~~
 
+[thumbnail="gui-ha-manager-groups-view.png"]
+
 The HA group configuration file `/etc/pve/ha/groups.cfg` is used to
 define groups of cluster nodes. A resource can be restricted to run
 only on the members of such group. A group configuration look like
@@ -408,6 +416,8 @@ group: <group>
 
 include::ha-groups-opts.adoc[]
 
+[thumbnail="gui-ha-manager-add-group.png"]
+
 A commom requirement is that a resource should run on a specific
 node. Usually the resource is able to run on other nodes, so you can define
 an unrestricted group with a single member:
diff --git a/images/screenshot/gui-ha-manager-add-group.png b/images/screenshot/gui-ha-manager-add-group.png
new file mode 100644 (file)
index 0000000..677fa43
Binary files /dev/null and b/images/screenshot/gui-ha-manager-add-group.png differ
diff --git a/images/screenshot/gui-ha-manager-add-resource.png b/images/screenshot/gui-ha-manager-add-resource.png
new file mode 100644 (file)
index 0000000..4d20267
Binary files /dev/null and b/images/screenshot/gui-ha-manager-add-resource.png differ
diff --git a/images/screenshot/gui-ha-manager-groups-view.png b/images/screenshot/gui-ha-manager-groups-view.png
new file mode 100644 (file)
index 0000000..ed83295
Binary files /dev/null and b/images/screenshot/gui-ha-manager-groups-view.png differ
diff --git a/images/screenshot/gui-ha-manager-resources-view.png b/images/screenshot/gui-ha-manager-resources-view.png
new file mode 100644 (file)
index 0000000..ad9fd39
Binary files /dev/null and b/images/screenshot/gui-ha-manager-resources-view.png differ
diff --git a/images/screenshot/gui-ha-manager-status.png b/images/screenshot/gui-ha-manager-status.png
new file mode 100644 (file)
index 0000000..4388675
Binary files /dev/null and b/images/screenshot/gui-ha-manager-status.png differ