From: Adam King Date: Sat, 3 Sep 2022 16:19:54 +0000 (-0400) Subject: doc/cephadm: add info about --no-overwrite to note about tuned-profiles X-Git-Tag: v18.0.0~99^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F47941%2Fhead;p=ceph.git doc/cephadm: add info about --no-overwrite to note about tuned-profiles Follow up to fix to this flag in https://github.com/ceph/ceph/commit/028cb031ddb72c1f37048c8568ecdf43f5b77b50 Signed-off-by: Adam King --- diff --git a/doc/cephadm/host-management.rst b/doc/cephadm/host-management.rst index f3cc7e6d2902..06f938b5b04d 100644 --- a/doc/cephadm/host-management.rst +++ b/doc/cephadm/host-management.rst @@ -325,7 +325,8 @@ To remove a setting from an existing profile:: Modifying the placement will require re-applying a profile with the same name. Keep in mind that profiles are tracked by their name, so whenever a profile with the same - name as an existing profile is applied, it will overwrite the old profile. + name as an existing profile is applied, it will overwrite the old profile unless + --no-overwrite is passed. SSH Configuration =================