23 lines
802 B
Diff
23 lines
802 B
Diff
|
From 9cea030ba6d5c759971873b80d6d97b545ecac39 Mon Sep 17 00:00:00 2001
|
||
|
From: Oyvind Albrigtsen <oalbrigt@redhat.com>
|
||
|
Date: Thu, 7 Nov 2019 13:03:30 +0100
|
||
|
Subject: [PATCH] exportfs: allow multiple exports of same directory
|
||
|
|
||
|
---
|
||
|
heartbeat/exportfs | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/heartbeat/exportfs b/heartbeat/exportfs
|
||
|
index d79aced88..1cabdee70 100755
|
||
|
--- a/heartbeat/exportfs
|
||
|
+++ b/heartbeat/exportfs
|
||
|
@@ -82,7 +82,7 @@ The directory or directories to export.
|
||
|
<content type="string" />
|
||
|
</parameter>
|
||
|
|
||
|
-<parameter name="fsid" unique="1" required="1">
|
||
|
+<parameter name="fsid" unique="0" required="1">
|
||
|
<longdesc lang="en">
|
||
|
The fsid option to pass to exportfs. This can be a unique positive
|
||
|
integer, a UUID (assuredly sans comma characters), or the special string
|