From 94d21767f0a52c8b3fc678e64914a2aba5e76a91 Mon Sep 17 00:00:00 2001 From: Tomer Haskalovitch Date: Tue, 24 Feb 2026 13:36:17 +0200 Subject: [PATCH] mgr/nvmeof: set nvmeof module to be enabled by default Fixes: https://tracker.ceph.com/issues/74702 Signed-off-by: Tomer Haskalovitch (cherry picked from commit eccffe57c5a0cf8a762351fe26e6f631108fb849) --- src/common/options/mgr.yaml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/options/mgr.yaml.in b/src/common/options/mgr.yaml.in index 658a0160987..7ee2d3c8b6e 100644 --- a/src/common/options/mgr.yaml.in +++ b/src/common/options/mgr.yaml.in @@ -153,7 +153,7 @@ options: first started after installation, to populate the list of enabled manager modules. Subsequent updates are done using the 'mgr module [enable|disable]' commands. List may be comma or space separated. - default: iostat nfs + default: iostat nfs nvmeof services: - mon - common -- 2.47.3