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: v18.0.0~36^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4bc0536044968bcb84201bc6059e3e1e1a302ec5;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 --- diff --git a/doc/cephadm/host-management.rst b/doc/cephadm/host-management.rst index f3cc7e6d2902..0754322cda1e 100644 --- a/doc/cephadm/host-management.rst +++ b/doc/cephadm/host-management.rst @@ -315,11 +315,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::