This appears to be only present in 4.11.12. 58bc493 promoted an error message in remove_share_mode_lease to DBGLVL_ERR unless the status is NT_STATUS_NOT_FOUND. There is no guard for NT_STATUS_OK though so that “error” is logged for all successful calls too. (4.12 and 4.13 have the guard.) CI for the patch: https://gitlab.com/samba-team/devel/samba/-/pipelines/188803380
Created attachment 16222 [details] 0001-smbd-don-t-log-success-as-error.patch
CI is all green. Which branch on Gitlab should this be filed against?
Good catch. This should be turned into a merge request. Once it's got 2 team review (and you have one +1 right here :-) then I can push it to master.
Ah, sorry - I was confused. Code is not in master. Applies cleanly to 4.11.next.
Comment on attachment 16222 [details] 0001-smbd-don-t-log-success-as-error.patch LGTM = jra.
Ralph or Metze, can you +1 this and we can get it into 4.11.next. Thanks ! Jeremy.
Pushed to autobuild-v4-11-test.
(In reply to Karolin Seeger from comment #7) Pushed to v4-11-test. Closing out bug report. Thanks!