File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 11CLI API Commands Module
22=======================
33
4- The CLI API module exposes most of the ceph-mgr Python API via CLI. This API
5- can be benchmarked for further testing .
4+ The CLI API module exposes most of the ceph-mgr Python API via CLI commands.
5+ This API can be benchmarked.
66
77Enabling
88--------
99
10- Enable the ``cli api commands `` module by running the following command:
10+ Enable the ``cli api `` module by running the following command:
1111
1212.. prompt :: bash #
1313
1414 ceph mgr module enable cli_api
1515
16- Ensure that the ``cli api commands `` module is enabled by running the following
17- command:
16+ Ensure that the ``cli api `` module is enabled by running the following command:
1817
1918.. prompt :: bash #
2019
@@ -23,7 +22,7 @@ command:
2322Usage
2423--------
2524
26- This the the general form of Manager module commands:
25+ This the the general form of Manager CLI commands:
2726
2827.. prompt :: bash #
2928
@@ -35,7 +34,7 @@ Print the list of servers by running the following command:
3534
3635 ceph mgr cli list_servers
3736
38- List all available mgr module commands by running the following command:
37+ List all available Manager module commands by running the following command:
3938
4039.. prompt :: bash #
4140
You can’t perform that action at this time.
0 commit comments