doc: update version

This commit is contained in:
Thomas Schoebel-Theuer 2020-02-15 17:04:45 +01:00
parent 1a413ea484
commit 07e01e9b90
4 changed files with 16 additions and 1 deletions

View File

@ -134,7 +134,7 @@ tst@1und1.de
\end_layout
\begin_layout Date
Version 0.1a-82
Version 0.1a-83
\end_layout
\begin_layout Lowertitleback

Binary file not shown.

Binary file not shown.

View File

@ -23,6 +23,17 @@ marsadm [<global_options>] view[-<macroname>] [<resource_names> | all ]
'delete-resource'.
--verbose
Increase speakyness of some commands.
--parallel
Only resonable when combined with "all".
For each resource, fork() a sub-process running independently
from other resources. May seepd up handover a lot.
However, several cluster managers are known to have problems
with a high parallelism degree (up to deadlocks).
Only use this after thorough testing in combination with your
whole operation stack!
--parallel=<number>
Like --parallel, but limit the parallelism degree to the given
number of parallel processes.
--logger=/path/to/usr/bin/logger
Use an alternative syslog messenger.
When empty, disable syslogging.
@ -166,6 +177,10 @@ marsadm [<global_options>] view[-<macroname>] [<resource_names> | all ]
usage: down <resource_name>
Shortcut for detach + pause-sync + pause-fetch + pause-replay.
err-purge-all
usage: err-purge-all <resource_name>
Remove any err message from the given resources.
get-emergency-limit
usage: get-emergency-limit <resource_name>
Counterpart of set-emergency-limit (per-resource emergency limit)