From: Adam King Date: Fri, 2 Sep 2022 18:16:12 +0000 (-0400) Subject: doc/cephadm: fix tuned-profile add/rm-setting syntax example X-Git-Tag: v17.2.6~480^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F48094%2Fhead;p=ceph.git doc/cephadm: fix tuned-profile add/rm-setting syntax example You must provide the profile name of the profile for which you'd like to add or remove a setting Signed-off-by: Adam King (cherry picked from commit 4bc0536044968bcb84201bc6059e3e1e1a302ec5) --- diff --git a/doc/cephadm/host-management.rst b/doc/cephadm/host-management.rst index 6d7dccfabf08..a2d28fa55bbc 100644 --- a/doc/cephadm/host-management.rst +++ b/doc/cephadm/host-management.rst @@ -320,11 +320,11 @@ for this purpose. To add or modify a setting for an existing profile:: - ceph orch tuned-profile add-setting + ceph orch tuned-profile add-setting To remove a setting from an existing profile:: - ceph orch tuned-profile rm-setting + ceph orch tuned-profile rm-setting .. note::