mirror of
https://github.com/ceph/ceph
synced 2025-01-11 21:50:26 +00:00
Merge pull request #47937 from adk3798/tp-add-rm-settings-docs
doc/cephadm: fix tuned-profile add/rm-setting syntax example Reviewed-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
This commit is contained in:
commit
00074425c5
@ -320,11 +320,11 @@ for this purpose.
|
||||
|
||||
To add or modify a setting for an existing profile::
|
||||
|
||||
ceph orch tuned-profile add-setting <setting-name> <value>
|
||||
ceph orch tuned-profile add-setting <profile-name> <setting-name> <value>
|
||||
|
||||
To remove a setting from an existing profile::
|
||||
|
||||
ceph orch tuned-profile rm-setting <setting-name>
|
||||
ceph orch tuned-profile rm-setting <profile-name> <setting-name>
|
||||
|
||||
.. note::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user