Skip to content

Commit d4f8d61

Browse files
Merge pull request ceph#57420 from zdover23/wip-doc-2024-05-11-cephfs-fs-volumes-1-of-x-followup
doc/cephfs: edit fs-volumes.rst (1 of x) followup
2 parents 3c4cc94 + cb700d8 commit d4f8d61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/cephfs/fs-volumes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Create a volume by running the following command:
4747
ceph fs volume create <vol_name> [placement]
4848

4949
This 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
5151
module (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

6767
This 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

0 commit comments

Comments
 (0)