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:
Adam King 2022-09-14 13:36:45 -04:00 committed by GitHub
commit 00074425c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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::