From: Adam Kupczyk Date: Wed, 11 Feb 2026 15:14:16 +0000 (+0000) Subject: extblkdev/fcm: Do not enable set_keepcaps by default X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=daa449e8e1c33f47575fc790446dd86c26a600ee;p=ceph.git extblkdev/fcm: Do not enable set_keepcaps by default When one runs FCM enabled hardware config.set_keepcaps must be set. However, having it as default is inadvised. Signed-off-by: Adam Kupczyk (cherry picked from commit dfb43c0d4e9fa4013b2a1e0367bee88a706497e5) --- diff --git a/src/common/options/osd.yaml.in b/src/common/options/osd.yaml.in index e56606aa37ef..3ebf80022b5c 100644 --- a/src/common/options/osd.yaml.in +++ b/src/common/options/osd.yaml.in @@ -34,7 +34,7 @@ options: long_desc: When ceph switches from root to the ceph uid, all capabilities in all sets are eraseed. If a component that is capability aware needs a specific capability, the keepcaps flag maintains the permitted capability set, allowing the capabilities in the effective set to be activated as needed. - default: true + default: false flags: - startup - name: osd_smart_report_timeout