[sanlock] branch master updated (c749a1b -> 5e1eaa0)
by git repository hosting
This is an automated email from the git hooks/post-receive script.
teigland pushed a change to branch master
in repository sanlock.
from c749a1b fix typo in usage output
new 5e1eaa0 Lack : separator between host_id and path on locksapce format.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
README.mk | 8 ++++----
src/sanlock.8 | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 2 months
[PATCH] Fix separator typos in sanlock documents
by Han Han
Lack : separator between host_id and path on locksapce format.
---
README.mk | 8 ++++----
src/sanlock.8 | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/README.mk b/README.mk
index 64b84c5..c4e8f40 100644
--- a/README.mk
+++ b/README.mk
@@ -350,9 +350,9 @@ DESCRIPTION
Use a unique host_id on each host.
host1:
- # sanlock client add_lockspace -s test:1/dev/vg/leases:0
+ # sanlock client add_lockspace -s test:1:/dev/vg/leases:0
host2:
- # sanlock client add_lockspace -s test:2/dev/vg/leases:0
+ # sanlock client add_lockspace -s test:2:/dev/vg/leases:0
6. Create two resources for the application (from one host).
@@ -393,9 +393,9 @@ DESCRIPTION
10. Leave the lockspace for the application.
host1:
- # sanlock client rem_lockspace -s test:1/dev/vg/leases:0
+ # sanlock client rem_lockspace -s test:1:/dev/vg/leases:0
host2:
- # sanlock client rem_lockspace -s test:2/dev/vg/leases:0
+ # sanlock client rem_lockspace -s test:2:/dev/vg/leases:0
11. Stop sanlock on all hosts.
diff --git a/src/sanlock.8 b/src/sanlock.8
index 25b6b49..69c4244 100644
--- a/src/sanlock.8
+++ b/src/sanlock.8
@@ -405,9 +405,9 @@ Use a unique host_id on each host.
.nf
host1:
-# sanlock client add_lockspace -s test:1/dev/vg/leases:0
+# sanlock client add_lockspace -s test:1:/dev/vg/leases:0
host2:
-# sanlock client add_lockspace -s test:2/dev/vg/leases:0
+# sanlock client add_lockspace -s test:2:/dev/vg/leases:0
.fi
.IP 6. 4
@@ -462,9 +462,9 @@ Leave the lockspace for the application.
.nf
host1:
-# sanlock client rem_lockspace -s test:1/dev/vg/leases:0
+# sanlock client rem_lockspace -s test:1:/dev/vg/leases:0
host2:
-# sanlock client rem_lockspace -s test:2/dev/vg/leases:0
+# sanlock client rem_lockspace -s test:2:/dev/vg/leases:0
.fi
.IP 11. 4
--
1.8.3.1
6 years, 2 months