Skip to content

Commit 450702a

Browse files
committed
mgr/smb: Enable per-share profile counters
Samba's commit 9f8d272 ("vfs_ceph_new: use per-share profile macros") enables per-share profile counters for VFS ceph bridge. Enable those by default for each smb-ceph share. Signed-off-by: Shachar Sharon <[email protected]>
1 parent 9323ea2 commit 450702a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pybind/mgr/smb/handler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,6 +1198,7 @@ def _generate_share(
11981198
'x:ceph:id': f'{share.cluster_id}.{share.share_id}',
11991199
'comment': '',
12001200
'max connections': '0',
1201+
'smbd profiling share': 'yes',
12011202
}
12021203
}
12031204
if proxy_val:

0 commit comments

Comments
 (0)