Skip to content

Commit cb700d8

Browse files
doc/cephfs: edit fs-volumes.rst (1 of x) followup
Include the suggestions for improving doc/cephfs/fs-volumes.rst made by Anthony D'Atri here ceph#57415 (comment) Co-authored-by: Anthony D'Atri <[email protected]> Signed-off-by: Zac Dover <[email protected]>
1 parent 3c4cc94 commit cb700d8

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)