]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: fix tuned-profile add/rm-setting syntax example 48094/head
authorAdam King <adking@redhat.com>
Fri, 2 Sep 2022 18:16:12 +0000 (14:16 -0400)
committerAdam King <adking@redhat.com>
Wed, 14 Sep 2022 17:52:50 +0000 (13:52 -0400)
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 <adking@redhat.com>
(cherry picked from commit 4bc0536044968bcb84201bc6059e3e1e1a302ec5)

doc/cephadm/host-management.rst

index 6d7dccfabf08c789fb13987af0bc5e8b4637a4c9..a2d28fa55bbc7e239ef3c4d7baad30d35a184e58 100644 (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::