]> git.proxmox.com Git - pve-docs.git/commitdiff
ha-manager.adoc: add cli example
authorDietmar Maurer <dietmar@proxmox.com>
Sun, 20 Nov 2016 15:23:02 +0000 (16:23 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Sun, 20 Nov 2016 15:23:02 +0000 (16:23 +0100)
ha-manager.adoc

index f63fd5e44f3e68ea377c612164285a1ce943c738..b7022818dce79813819d6ea6407c35a2c8a151a1 100644 (file)
@@ -320,7 +320,14 @@ vm: 501
     max_relocate 2
 
 ct: 102
-    # use default settings for everything
+    # Note: use default settings for everything
+----
+
+Above config was generated using the `ha-manager` command line tool:
+
+----
+# ha-manager add vm:501 --state started --max_relocate 2
+# ha-manager add ct:102
 ----