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