Skip to content

Commit 99def68

Browse files
authored
Merge pull request ceph#64254 from synarete/ss-mgr-smb-pershare-profile
mgr/smb: Enable per-share profile counters
2 parents 7c523c4 + 450702a commit 99def68

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)