6.3.3.5.5. サブディレクトリーのエクスポート
NFS-ganesha のサブディレクトリーは、以下の手順に従って unexport できます。
- 設定ファイル (/var/run/gluster/shared_storage/nfs-ganesha/exports/file-name.conf) からエクスポートを解除する共有のエクスポート ID をメモします。
- 設定の削除:
- 設定ファイルを削除します(configraution ファイルがある場合)。
# rm -rf /var/run/gluster/shared_storage/nfs-ganesha/exports/file-name.conf
- /etc/ganesha/ganesha.conf から conf ファイルのエントリーを削除します。行を削除します。
%include "/var/run/gluster/shared_storage/nfs-ganesha/export/export.conf
- 以下のコマンドを実行します。
# dbus-send --print-reply --system --dest=org.ganesha.nfsd /org/ganesha/nfsd/ExportMgr org.ganesha.nfsd.exportmgr.RemoveExport uint16:export_id
上記のコマンドの Export_id は、手順 1 から取得したエクスポートエントリーである必要があります。