mirror of https://github.com/schoebel/mars
all: globally s/mars-manual.pdf/mars-user-manual.pdf/
This commit is contained in:
parent
31092af94d
commit
031665fa9f
2
INSTALL
2
INSTALL
|
@ -97,7 +97,7 @@ your nodes:
|
|||
hint: use cron jobs for automation.
|
||||
|
||||
Most marsadm commands are very similar to drbdadm. Details can be
|
||||
found in docu/mars-manual.pdf. The sourcecode of marsadm is a very
|
||||
found in docu/mars-user-manual.pdf. The sourcecode of marsadm is a very
|
||||
simple and stupid perl script, which intentionally does not use any
|
||||
perl module and no OO. The source code will tell you almost anything
|
||||
about the symlinks present in /mars/.
|
||||
|
|
|
@ -303,7 +303,7 @@ Here you find the most important cluster manager commands incl. some help for pr
|
|||
|
||||
#ChapterThirteen
|
||||
---++ 13. Link to mars manual
|
||||
https://github.com/schoebel/mars/blob/master/docu/mars-manual.pdf
|
||||
https://github.com/schoebel/mars/blob/master/docu/mars-user-manual.pdf
|
||||
|
||||
#ChapterFourteen
|
||||
---++ 14. Bug reports
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
\begin{verbatim}
|
||||
|
||||
Thorough documentation is in mars-manual.pdf. Please use the PDF manual
|
||||
Thorough documentation is in mars-user-manual.pdf. Please use the PDF manual
|
||||
as authoritative reference! Here is only a short summary of the most
|
||||
important sub-commands / options:
|
||||
|
||||
|
@ -458,7 +458,7 @@ marsadm [<global_options>] view[-<macroname>] [<resource_names> | all ]
|
|||
set-systemd-unit
|
||||
usage: set-systemd-unit <resource_name> <start_unit_name> [<stop_unit_name>]
|
||||
This activates the systemd template engine of marsadm.
|
||||
Please read mars-manual.pdf on this.
|
||||
Please read mars-user-manual.pdf on this.
|
||||
When <stop_unit_name> is omitted, it will be treated equal to
|
||||
<start_unit_name>.
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
@eval{%let{mount}{%subst{%{unit}}{-}{/}}}
|
||||
[Unit]
|
||||
Description=MARS local mount on /@{mount}/@{res}
|
||||
Documentation=https://github.com/schoebel/mars/docu/mars-manual.pdf
|
||||
Documentation=https://github.com/schoebel/mars/docu/mars-user-manual.pdf
|
||||
Requires=mars.service
|
||||
After=mars.service
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=MARS auto-activation of primary device /dev/mars/@{res}
|
||||
Documentation=https://github.com/schoebel/mars/docu/mars-manual.pdf
|
||||
Documentation=https://github.com/schoebel/mars/docu/mars-user-manual.pdf
|
||||
Requires=mars.service
|
||||
After=mars.service
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=MARS systemd trigger from /mars/userspace/emergency-trigger
|
||||
Documentation=https://github.com/schoebel/mars/docu/mars-manual.pdf
|
||||
Documentation=https://github.com/schoebel/mars/docu/mars-user-manual.pdf
|
||||
Requires=mars.service
|
||||
After=mars.service
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=MARS emergency trigger service from /mars/userspace/emergency-trigger
|
||||
Documentation=https://github.com/schoebel/mars/docu/mars-manual.pdf
|
||||
Documentation=https://github.com/schoebel/mars/docu/mars-user-manual.pdf
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=MARS systemd trigger from /mars/userspace/systemd-trigger
|
||||
Documentation=https://github.com/schoebel/mars/docu/mars-manual.pdf
|
||||
Documentation=https://github.com/schoebel/mars/docu/mars-user-manual.pdf
|
||||
Requires=mars.service
|
||||
After=mars.service
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=MARS block layer HA (activation by appearance of /mars/uuid)
|
||||
Documentation=https://github.com/schoebel/mars/docu/mars-manual.pdf
|
||||
Documentation=https://github.com/schoebel/mars/docu/mars-user-manual.pdf
|
||||
|
||||
[Path]
|
||||
PathExists=/mars/uuid
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=MARS block layer HA (kernel module)
|
||||
Documentation=https://github.com/schoebel/mars/docu/mars-manual.pdf
|
||||
Documentation=https://github.com/schoebel/mars/docu/mars-user-manual.pdf
|
||||
RequiresMountsFor=/mars/uuid
|
||||
StopWhenUnneeded=false
|
||||
IgnoreOnIsolate=true
|
||||
|
|
|
@ -1201,7 +1201,7 @@ sub check_res_member {
|
|||
lwarn "Resource '$res' seems to have been destroyed.\n";
|
||||
lwarn "Nevertheless, a replay link exists for host '$host'.\n";
|
||||
lwarn "This can happen after 'leave-resource --host=$host' while host $host was active.\n";
|
||||
lwarn "mars-manual.pdf forbids any usage of such a resource _strongly_.\n";
|
||||
lwarn "mars-user-manual.pdf forbids any usage of such a resource _strongly_.\n";
|
||||
lwarn "In order to finally remove this resource from $host, use the\n";
|
||||
lwarn "command 'marsadm leave-resource --force $res'\n";
|
||||
} else {
|
||||
|
@ -5841,7 +5841,7 @@ my %cmd_table =
|
|||
=> [
|
||||
"usage: set-systemd-unit <resource_name> <start_unit_name> [<stop_unit_name>]",
|
||||
"This activates the systemd template engine of marsadm.",
|
||||
"Please read mars-manual.pdf on this.",
|
||||
"Please read mars-user-manual.pdf on this.",
|
||||
"When <stop_unit_name> is omitted, it will be treated equal to",
|
||||
"<start_unit_name>.",
|
||||
\&set_systemd_unit,
|
||||
|
@ -6437,7 +6437,7 @@ sub helplist {
|
|||
my $msg = shift;
|
||||
print "ERROR: $msg" if ($msg);
|
||||
print "
|
||||
Thorough documentation is in mars-manual.pdf. Please use the PDF manual
|
||||
Thorough documentation is in mars-user-manual.pdf. Please use the PDF manual
|
||||
as authoritative reference! Here is only a short summary of the most
|
||||
important sub-commands / options:
|
||||
|
||||
|
|
Loading…
Reference in New Issue