11.11. Ceph Orchestrator を使用したカスタム NFS-Ganesha 設定のリセット
Ceph Orchestrator を使用すると、ユーザー定義の設定をデフォルト設定にリセットできます。
前提条件
- 稼働中の Red Hat Ceph Storage クラスターがある。
- ホストがクラスターに追加されている。
- すべてのマネージャー、モニター、および OSD デーモンがデプロイされている。
-
mgr/nfs
モジュールを使用してデプロイされた NFS-Ganesha - カスタム NFS クラスターの設定がセットアップされている。
手順
Cephadm シェルにログインします。
例
[root@host01 ~]# cephadm shell
NFS_Ganesha 設定をリセットします。
構文
ceph nfs cluster config reset CLUSTER_NAME
例
[ceph: root@host01 /]# ceph nfs cluster config reset nfs-cephfs
検証
サービスをリスト表示します。
例
[ceph: root@host01 /]# ceph orch ls
ホスト、デーモン、およびプロセスをリスト表示します。
構文
ceph orch ps --daemon_type=DAEMON_NAME
例
[ceph: root@host01 /]# ceph orch ps --daemon_type=nfs
カスタム設定が削除されていることを確認します。
構文
/bin/rados -p POOL_NAME -N CLUSTER_NAME get userconf-nfs.CLUSTER_NAME -
例
[ceph: root@host01 /]# /bin/rados -p nfs-ganesha -N nfsganesha get userconf-nfs.nfsganesha -
関連情報
- 詳細は、Red Hat Ceph Storage Operations Guide の Creating the NFS-Ganesha cluster using the Ceph Orchestrator セクションを参照してください。
- 詳細は、Red Hat Ceph Storage Operations Guide の Setting custom NFS-Ganesha configuration using the Ceph Orchestrator セクションを参照してください。