Blame SOURCES/bz1845583-exportfs-1-describe-clientspec-format-in-metadata.patch

02ddf4
From f572186ec9bd26c791771a18d38804cfde602578 Mon Sep 17 00:00:00 2001
02ddf4
From: zzhou1 <10611019+zzhou1@users.noreply.github.com>
02ddf4
Date: Tue, 3 Sep 2019 09:24:23 +0000
02ddf4
Subject: [PATCH] exportfs: doc clarification for clientspec format
02ddf4
02ddf4
Point out the standard of the format is aligned with `man exportfs`, and also point out the correct way to deal with the use case to export the same directory(-ies) to multiple subnets.
02ddf4
---
02ddf4
 heartbeat/exportfs | 6 ++++++
02ddf4
 1 file changed, 6 insertions(+)
02ddf4
02ddf4
diff --git a/heartbeat/exportfs b/heartbeat/exportfs
02ddf4
index 80ed057f2..dc609a0b4 100755
02ddf4
--- a/heartbeat/exportfs
02ddf4
+++ b/heartbeat/exportfs
02ddf4
@@ -47,6 +47,12 @@ Manages NFS exports
02ddf4
 <longdesc lang="en">
02ddf4
 The client specification allowing remote machines to mount the directory
02ddf4
 (or directories) over NFS.
02ddf4
+
02ddf4
+Note: it follows the format defined in "man exportfs". For example, in
02ddf4
+the use case to export the directory(-ies) for multiple subnets, please
02ddf4
+do config a dedicated primitive for each subnet CIDR ip address, 
02ddf4
+and do not attempt to use multiple CIDR ip addresses in a space
02ddf4
+seperated list, like in /etc/exports.
02ddf4
 </longdesc>
02ddf4
 <shortdesc lang="en">
02ddf4
 Client ACL.