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