From a441f89de02a9b0103635a7fa8365d55d86a6892 Mon Sep 17 00:00:00 2001 From: Jiffin Tony Thottan Date: Fri, 15 Sep 2017 17:58:16 +0530 Subject: [PATCH] Update NFS-Ganesha GlusterFS Integration.md minor corrections --- Administrator Guide/NFS-Ganesha GlusterFS Integration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Administrator Guide/NFS-Ganesha GlusterFS Integration.md b/Administrator Guide/NFS-Ganesha GlusterFS Integration.md index 99fc6c4..0a339a8 100644 --- a/Administrator Guide/NFS-Ganesha GlusterFS Integration.md +++ b/Administrator Guide/NFS-Ganesha GlusterFS Integration.md @@ -99,15 +99,15 @@ Turn on features.cache-invalidation for that volume #### step 4 : dbus commands are used to export/unexport volume - export -#dbus-send --system --dest=org.ganesha.nfsd /org/ganesha/nfsd/ExportMgr org.ganesha.nfsd.exportmgr.AddExport string:/exports/export..conf string:"EXPORT(Path=/)" + - *#dbus-send --system --dest=org.ganesha.nfsd /org/ganesha/nfsd/ExportMgr org.ganesha.nfsd.exportmgr.AddExport string:/exports/export..conf string:"EXPORT(Path=/)"* - unexport -#dbus-send --system --dest=org.ganesha.nfsd /org/ganesha/nfsd/ExportMgr org.ganesha.nfsd.exportmgr.RemoveExport string:uint16: + - *#dbus-send --system --dest=org.ganesha.nfsd /org/ganesha/nfsd/ExportMgr org.ganesha.nfsd.exportmgr.RemoveExport string:uint16:* ```sh Note : Step 4 can be performed via following script -#/usr/libexec/ganesha/create-export-ganesha.sh [on|off] +#/usr/libexec/ganesha/dbus-send.sh [on|off] ``` #### step 5 :