11.12. Ceph Orchestrator を使用した NFS-Ganesha クラスターの削除
バックエンドで Cephadm と Ceph Orchestrator を使用すると、NFS-Ganesha クラスターを削除できます。
前提条件
- 稼働中の Red Hat Ceph Storage クラスターがある。
- ホストがクラスターに追加されている。
- すべてのマネージャー、モニター、および OSD デーモンがデプロイされている。
-
mgr/nfs
モジュールを使用して作成された NFS-Ganesha クラスター。
手順
Cephadm シェルにログインします。
例
[root@host01 ~]# cephadm shell
クラスターを削除します。
構文
ceph nfs cluster rm CLUSTER_NAME
CLUSTER_NAME は任意の文字列です。
例
[ceph: root@host01 /]# ceph nfs cluster rm nfsganesha NFS Cluster Deleted Successfully
注記delete
オプションは非推奨になっており、NFS クラスターを削除するにはrm
を使用する必要があります。
検証
クラスターの詳細をリスト表示します。
例
[ceph: root@host01 /]# ceph nfs cluster ls
関連情報
- 詳細は、Red Hat Ceph Storage File System Guide の Exporting Ceph File System namespaces over the NFS protocol セクションを参照してください。
- 詳細は、Red Hat Ceph Storage Operations Guide の Creating the NFS-Ganesha cluster using the Ceph Orchestrator セクションを参照してください。