File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Create a volume by running the following command:
4747 ceph fs volume create <vol_name> [placement]
4848
4949This creates a CephFS file system and its data and metadata pools. This command
50- can also deploy MDS daemons for the filesystem using a ceph-mgr orchestrator
50+ can also deploy MDS daemons for the filesystem using a Ceph Manager orchestrator
5151module (for example Rook). See :doc: `/mgr/orchestrator `.
5252
5353``<vol_name> `` is the volume name (an arbitrary string). ``[placement] `` is an
@@ -65,7 +65,7 @@ To remove a volume, run the following command:
6565 ceph fs volume rm <vol_name> [--yes-i-really-mean-it]
6666
6767This command removes a file system and its data and metadata pools. It also
68- tries to remove MDS daemons using the enabled ceph-mgr orchestrator module.
68+ tries to remove MDS daemons using the enabled Ceph Manager orchestrator module.
6969
7070.. note :: After volume deletion, we recommend restarting `ceph-mgr` if a new
7171 file system is created on the same cluster and the subvolume interface is
You can’t perform that action at this time.
0 commit comments