diff options
author | Kotresh HR <khiremat@redhat.com> | 2017-11-27 01:28:38 -0500 |
---|---|---|
committer | Aravinda VK <avishwan@redhat.com> | 2017-11-30 06:32:37 +0000 |
commit | 3460b8cfc550f272bdae588e8929b75b105ab06b (patch) | |
tree | 9edbe41581553b16d7c6d5e0056242121fd9353c /geo-replication/gsyncd.conf.in | |
parent | 98cf45970ec3c147d65c98da01727c6b4e0dce4f (diff) |
geo-rep: Fix access-mount geo-rep config
Fix access-mount and slave-access-mount
configs.
Change-Id: Ib586677755e76a51b9f20093e441b72789b4fecc
Signed-off-by: Kotresh HR <khiremat@redhat.com>
BUG: 1517633
Diffstat (limited to 'geo-replication/gsyncd.conf.in')
-rw-r--r-- | geo-replication/gsyncd.conf.in | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/geo-replication/gsyncd.conf.in b/geo-replication/gsyncd.conf.in index 384e07f5fa0..ecdeab9377e 100644 --- a/geo-replication/gsyncd.conf.in +++ b/geo-replication/gsyncd.conf.in @@ -46,7 +46,15 @@ configurable=false [access-mount] value=false -help=Do not unmount the Aux mounts when stopped or crash +type=bool +validation=bool +help=Do not lazy unmount the master volume. This allows admin to access the mount for debugging. + +[slave-access-mount] +value=false +type=bool +validation=bool +help=Do not lazy unmount the slave volume. This allows admin to access the mount for debugging. [isolated-slaves] value= |