]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: fix tuned-profile add/rm-setting syntax example 47937/head
authorAdam King <adking@redhat.com>
Fri, 2 Sep 2022 18:16:12 +0000 (14:16 -0400)
committerAdam King <adking@redhat.com>
Fri, 2 Sep 2022 18:16:12 +0000 (14:16 -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>
doc/cephadm/host-management.rst

index f3cc7e6d2902bfc6afcc2b4ab2496fe64217d159..0754322cda1e92b0c7cdd88662574f6ddbd0f072 100644 (file)
@@ -315,11 +315,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::