Skip to content

Commit 35a75dd

Browse files
committed
update generated docs
1 parent 4d8af12 commit 35a75dd

20 files changed

+384
-576
lines changed

api-viewer/apidata.js

Lines changed: 297 additions & 18 deletions
Large diffs are not rendered by default.

datacenter.cfg.5-opts.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
`console`: `<applet | html5 | vv>` ::
22

3-
Select the default Console viewer. You can either use the builtin java applet (VNC), an external virt-viewer comtatible application (SPICE), or an HTML5 based viewer (noVNC).
3+
Select the default Console viewer. You can either use the builtin java applet (VNC; deprecated and maps to html5), an external virt-viewer comtatible application (SPICE), or an HTML5 based viewer (noVNC).
44

55
`email_from`: `<string>` ::
66

ha-manager.1-synopsis.adoc

Lines changed: 3 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ Requested resource state.
3232

3333
Resource type.
3434

35-
36-
3735
*ha-manager config* `[OPTIONS]`
3836

3937
List HA resources.
@@ -42,9 +40,6 @@ List HA resources.
4240

4341
Only list resources of specific type
4442

45-
46-
47-
4843
*ha-manager groupadd* `<group> --nodes <string>` `[OPTIONS]`
4944

5045
Create a new HA group.
@@ -73,14 +68,10 @@ Resources bound to restricted groups may only run on nodes defined by the group.
7368

7469
Group type.
7570

76-
77-
7871
*ha-manager groupconfig*
7972

8073
Get HA groups.
8174

82-
83-
8475
*ha-manager groupremove* `<group>`
8576

8677
Delete ha group configuration.
@@ -89,8 +80,6 @@ Delete ha group configuration.
8980

9081
The HA group identifier.
9182

92-
93-
9483
*ha-manager groupset* `<group>` `[OPTIONS]`
9584

9685
Update ha group configuration.
@@ -123,24 +112,18 @@ The CRM tries to run services on the node with the highest priority. If a node w
123112

124113
Resources bound to restricted groups may only run on nodes defined by the group.
125114

126-
127-
128-
129-
*ha-manager help* `[<cmd>]` `[OPTIONS]`
115+
*ha-manager help* `[OPTIONS]`
130116

131117
Get help about specified command.
132118

133-
`<cmd>`: `<string>` ::
119+
`--extra-args` `<array>` ::
134120

135-
Command name
121+
Shows help for a specific command
136122

137123
`--verbose` `<boolean>` ::
138124

139125
Verbose output format.
140126

141-
142-
143-
144127
*ha-manager migrate* `<sid> <node>`
145128

146129
Request resource migration (online) to another node.
@@ -153,8 +136,6 @@ HA resource ID. This consists of a resource type followed by a resource specific
153136

154137
The cluster node name.
155138

156-
157-
158139
*ha-manager relocate* `<sid> <node>`
159140

160141
Request resource relocatzion to another node. This stops the service on the
@@ -168,8 +149,6 @@ HA resource ID. This consists of a resource type followed by a resource specific
168149

169150
The cluster node name.
170151

171-
172-
173152
*ha-manager remove* `<sid>`
174153

175154
Delete resource configuration.
@@ -178,8 +157,6 @@ Delete resource configuration.
178157

179158
HA resource ID. This consists of a resource type followed by a resource specific name, separated with colon (example: vm:100 / ct:100). For virtual machines and containers, you can simply use the VM or CT id as a shortcut (example: 100).
180159

181-
182-
183160
*ha-manager set* `<sid>` `[OPTIONS]`
184161

185162
Update resource configuration.
@@ -216,9 +193,6 @@ Maximal number of tries to restart the service on a node after its start failed.
216193

217194
Requested resource state.
218195

219-
220-
221-
222196
*ha-manager status* `[OPTIONS]`
223197

224198
Display HA manger status.
@@ -228,5 +202,3 @@ Display HA manger status.
228202
Verbose output. Include complete CRM and LRM status (JSON).
229203

230204

231-
232-

0 commit comments

Comments
 (0)